interface LsEthWalletVerifyResponse {
    success: boolean;
    wallet: LsEthWalletDto;
}

Properties

Properties

success: boolean

Indicates if wallet was successfully added

Example

true

Wallet information from Alluvial