Represents the response object for a list of credentials.

Template

The type of the credentials array.

Hierarchy

  • IWalletResponse<{
        credentials: any[];
        total: number;
    }>
    • ICredentialListResponse

Properties

data?: {
    credentials: any[];
    total: number;
}

Type declaration

  • credentials: any[]
  • total: number
status: number
statusText: string

Generated using TypeDoc