PaymentLedger<K>: {
    brand: Brand<K>;
    issuer: Issuer<K>;
    mint: Mint<K>;
    mintRecoveryPurse: Purse<K>;
}

Type Parameters

Type declaration

  • brand: Brand<K>
  • issuer: Issuer<K>
  • mint: Mint<K>
  • mintRecoveryPurse: Purse<K>

    Externally useful only if this issuer uses recovery sets. Can be used to get the recovery set associated with minted payments that are still live.