Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransactionData ¶
type TransactionData struct { Hash common.Hash From common.Address To common.Address Value *big.Int Gas uint64 GasPrice *big.Int Data string BlockNumber *big.Int }
交易
func (TransactionData) MarshalJSON ¶
func (t TransactionData) MarshalJSON() ([]byte, error)
func (*TransactionData) ToMessage ¶
func (t *TransactionData) ToMessage() string
func (*TransactionData) UnmarshalJSON ¶
func (t *TransactionData) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.