WalletType

Enum that identifies the wallet type

Signature

{
    WHITE_LABEL = 'WHITE_LABEL',
    UNRECOVERABLE_WHITE_LABEL = 'UNRECOVERABLE_WHITE_LABEL'
}

UNRECOVERABLE wallets are considered non-custodial wallets.

Values

Parameter

Description

WHITE_LABEL

Wallet that can be recovered in case the pin is lost

UNRECOVERABLE_WHITE_LABEL

Wallet that can not be recovered if the pin is lost

Function Reference

pageCreate a walletpageRetrieve a walletpageRetrieve a wallet by identifierpageRetrieve all wallets

Last updated