Type alias PurseJSONState<T>
PurseJSONState<T>: { brand: Brand; brandPetname: string; currentAmount: Amount<T>; displayInfo: { assetKind: AssetKind; decimalPlaces?: number; }; pursePetname: string; } Type declaration
brand: Brand
brandPetname: string
currentAmount: Amount<T>
displayInfo: {
assetKind: AssetKind;
decimalPlaces?: number;
}
assetKind: AssetKind
Optional
decimalPlaces?: number
pursePetname: string
The petname for this purse's brand