interface WalletVerifyResponse {
    success: boolean;
    wallet: WalletDto;
}

Properties

Properties

success: boolean

Indicates if wallet was successfully added

Example

true
wallet: WalletDto

Wallet information from Alluvial

Generated using TypeDoc