Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PrivateKeyInfo ¶
type PrivateKeyInfo struct { PrivateKeyHex string `json:"private_key_hex"` PrivateKeyBase64 string `json:"private_key_base64"` PublicKeyBase64 string `json:"public_key_base64"` PublicKeyCometizedHex string `json:"public_key_cometized_hex"` PublicKeyPlainHex string `json:"public_key_plain_hex"` Address string `json:"address"` NodeID string `json:"node_id"` }
func (*PrivateKeyInfo) MarshalJSON ¶
func (p *PrivateKeyInfo) MarshalJSON() ([]byte, error)
func (*PrivateKeyInfo) MarshalText ¶
func (p *PrivateKeyInfo) MarshalText() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.