CurrentWalletRecord: {
    liveOffers: [OfferId, offers][];
    offerToPublicSubscriberPaths: [offerId: string, publicTopics: {
        [subscriberName: string]: string;
    }][];
    offerToUsedInvitation: [offerId: string, usedInvitation: Amount][];
    purses: {
        balance: Amount;
        brand: Brand;
    }[];
}

Type declaration

  • liveOffers: [OfferId, offers][]
  • offerToPublicSubscriberPaths: [offerId: string, publicTopics: {
        [subscriberName: string]: string;
    }][]
  • offerToUsedInvitation: [offerId: string, usedInvitation: Amount][]
  • purses: {
        balance: Amount;
        brand: Brand;
    }[]

Generated using TypeDoc