Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct {
Number *big.Int `json:"number"`
Hash string `json:"hash"`
ParentHash string `json:"parentHash"`
Transactions []*Transaction `json:"transactions"`
}
func (*Block) UnmarshalJSON ¶
Custom unmarshalling for Block to handle hex string to *big.Int for Number
type BlockResponse ¶
type Transaction ¶
Click to show internal directories.
Click to hide internal directories.