WalletType
Enum that identifies the wallet type
{
WHITE_LABEL = 'WHITE_LABEL',
UNRECOVERABLE_WHITE_LABEL = 'UNRECOVERABLE_WHITE_LABEL'
}
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 |
Last modified 7mo ago