Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeTx ¶
type FakeTx struct { TxHash [32]byte TxBytes []byte Messages []transaction.Msg GasLimit uint64 }
func (*FakeTx) GetGasLimit ¶
func (*FakeTx) GetMessages ¶
func (f *FakeTx) GetMessages() ([]transaction.Msg, error)
func (*FakeTx) GetSenders ¶
func (f *FakeTx) GetSenders() ([]transaction.Identity, error)
Click to show internal directories.
Click to hide internal directories.