Interface iDepositBalanceDoc<T>

interface iDepositBalanceDoc<T> {
    _docId: string;
    _id?: string;
    cosmosAddress: string;
}

Type Parameters

Hierarchy (view full)

  • Doc
    • iDepositBalanceDoc

Implemented by

Properties

_docId: string

A unique stringified document ID

_id?: string

A unique document ID (Mongo DB ObjectID)

cosmosAddress: string

The cosmos address of the user