Documentation ¶
Index ¶
Constants ¶
View Source
const ( SIGNATURE_SCHEME_FLAG_ED25519 = 0x0 ADDRESS_LENGTH = 40 )
Variables ¶
This section is empty.
Functions ¶
func IsValidAddress ¶
Types ¶
type Account ¶
type Account struct { PrivateKey ed25519.PrivateKey PublicKey ed25519.PublicKey Address string }
func NewAccount ¶
func NewAccountWithMnemonic ¶
Click to show internal directories.
Click to hide internal directories.