IssuerKit<K, M>: {
    brand: Brand<K>;
    displayInfo: DisplayInfo;
    issuer: Issuer<K, M>;
    mint: Mint<K, M>;
    mintRecoveryPurse: Purse<K, M>;
}

Type Parameters

Type declaration

  • brand: Brand<K>
  • displayInfo: DisplayInfo
  • issuer: Issuer<K, M>
  • mint: Mint<K, M>
  • mintRecoveryPurse: Purse<K, M>

    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.