PurseJSONState<T>: {
    brand: Brand;
    brandPetname: string;
    currentAmount: Amount<T>;
    displayInfo: {
        assetKind: AssetKind;
        decimalPlaces?: number;
    };
    pursePetname: string;
}

Type Parameters

  • T extends AssetKind

Type declaration

  • brand: Brand
  • brandPetname: string

    The petname for this purse's brand

  • currentAmount: Amount<T>
  • displayInfo: {
        assetKind: AssetKind;
        decimalPlaces?: number;
    }

    The brand's displayInfo

    • assetKind: AssetKind
    • Optional decimalPlaces?: number
  • pursePetname: string

    The petname for this purse