Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ActionSign is the action of signing generic data. ActionSign = "Sign" // ActionSignBeaconAttestation is the action of signing a beacon attestation. ActionSignBeaconAttestation = "Sign beacon attestation" // ActionSignBeaconProposal is the action of signing a beacon proposal. ActionSignBeaconProposal = "Sign beacon proposal" // ActionAccessAccount is the action of accessing an account. ActionAccessAccount = "Access account" // ActionCreateAccount is the action of creating an account. ActionCreateAccount = "Create account" // ActionLockWallet is the action of locking a wallet. ActionLockWallet = "Lock wallet" // ActionUnlockWallet is the action of unlocking a wallet. ActionUnlockWallet = "Unlock wallet" // ActionLockAccount is the action of locking an account. ActionLockAccount = "Lock account" // ActionUnlockAccount is the action of unlocking an account. ActionUnlockAccount = "Unlock account" )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.