pub type MockTransaction = TestTransaction;Aliased Type§
pub struct MockTransaction(/* private fields */);Trait Implementations§
Source§impl ExplorerTransaction<MockTypes> for MockTransaction
impl ExplorerTransaction<MockTypes> for MockTransaction
Source§fn namespace_id(&self) -> i64
fn namespace_id(&self) -> i64
namespace_id returns the namespace id of the individual transaction.
Source§fn payload_size(&self) -> u64
fn payload_size(&self) -> u64
payload_size returns the size of the payload of the transaction.