pub trait IotaTransactionBlockDataAPI {
// Required methods
fn transaction(&self) -> &IotaTransactionBlockKind;
fn sender(&self) -> &IotaAddress;
fn gas_data(&self) -> &IotaGasData;
}
pub trait IotaTransactionBlockDataAPI {
// Required methods
fn transaction(&self) -> &IotaTransactionBlockKind;
fn sender(&self) -> &IotaAddress;
fn gas_data(&self) -> &IotaGasData;
}