Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeRawTransaction ¶
Types ¶
type AddressInfo ¶
type AddressInfo struct { PrivateKey *ecdsa.PrivateKey PublicKey *ecdsa.PublicKey Address common.Address }
func NewRandomAddress ¶
func NewRandomAddress(prefix, suffix string, thread int) AddressInfo
func (AddressInfo) MarshalJSON ¶
func (n AddressInfo) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.