Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CurrentKeyMap = KeyMap{}
View Source
var MasterKeyDerivationPath = "0" // "0/1'/5'/10"
Derivation Paths
View Source
var WALLET_FILE string
Functions ¶
func AddKeyPair ¶
AddKeyPair if an organization assigns one
func IsOwnedAddress ¶
Types ¶
type KeyPair ¶
type KeyPair struct { Name string DerivationPath string Address string PublicKey []byte PrivateKey []byte }
func GetKeyPairByAddress ¶
Gets a keypair by address from the memory
func GetKeyPairByName ¶
Gets a keypair by name from the memory
func NewKeyPair ¶
NewKeyPair creates a new set of keys unrelated to an organization key hierarchy
Click to show internal directories.
Click to hide internal directories.