File

projects/angular-client-sdk/src/lib/interfaces/create-wallet-data.interface.ts

Description

Possible keys received in a message

Index

Properties

Properties

emailAddress
emailAddress: string
Type : string
Optional
error
error: Error
Type : Error
Optional
walletAddress
walletAddress: string
Type : string
Optional
export interface PaperCreateWalletData {
  error?: Error;
  emailAddress?: string;
  walletAddress?: string;
}

results matching ""

    No results matching ""