Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AddressEmpty = Address{}
AddressEmpty represents the 0-value of an address.
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct { AddressBytes [devnetvm.AddressLength]byte Index uint64 }
Address represents an address in a wallet. It extends the normal address type with an index number that was used to generate the address from its seed.
func (Address) Address ¶ added in v0.4.0
Address returns the ledgerstate Address of this wallet Address.
Click to show internal directories.
Click to hide internal directories.