CryptoConsumerWallet: {
    id: string;
    walletAddress: string;
    network: CryptoNetwork;
    verifiedOwnership: boolean;
}

A registered crypto consumer wallet.

Type declaration

  • id: string

    The consumer wallet's unique identifier.

  • walletAddress: string

    The registered wallet address.

  • network: CryptoNetwork

    The crypto network for the registered wallet.

  • verifiedOwnership: boolean

    Whether ownership of this wallet has been verified.