WalletServiceCLIwavecli unlock

Unlock

Unlock decrypts the on-disk wallet seed using the supplied password and starts the wallet subsystem. Proxies waverpc.UnlockWallet.

Endpoints

gRPCrpc Unlock(UnlockRequest) returns (UnlockResponse)
RESTPOST/v1/wallet/unlock

Examples

wavecli unlock

RequestUnlockRequest

UnlockRequest carries the password used to decrypt the on-disk seed for WalletService.Unlock.

FieldTypeDescription
wallet_passwordbytes

wallet_password is the password used to decrypt the on-disk seed.

ResponseUnlockResponse

UnlockResponse returns the identity of the wallet unlocked by WalletService.Unlock.

FieldTypeDescription
identity_pubkeystring

identity_pubkey is the hex-encoded daemon wallet identity public key of the unlocked wallet.