Documentation ¶ Index ¶ type Keyring Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Keyring ¶ type Keyring interface { // GetAddresses fetches the addresses in the keyring GetAddresses() []crypto.Address // GetKey fetches the private key associated with the specified address GetKey(address crypto.Address) crypto.PrivKey } Keyring defines the faucet keyring functionality Source Files ¶ View all Source files keyring.go Directories ¶ Show internal Expand all Path Synopsis memory Click to show internal directories. Click to hide internal directories.