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