Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tx ¶
type Tx struct { Sender []byte Msg transaction.Msg GasLimit uint64 }
func (*Tx) DecodeJSON ¶
func (Tx) GetGasLimit ¶
func (Tx) GetMessages ¶
func (t Tx) GetMessages() ([]transaction.Msg, error)
func (Tx) GetSenders ¶
func (t Tx) GetSenders() ([]transaction.Identity, error)
Click to show internal directories.
Click to hide internal directories.