BrandMethods<K>: {
    getAllegedName: (() => string);
    getAmountShape: (() => Pattern);
    getDisplayInfo: (() => DisplayInfo<K>);
    isMyIssuer: ((allegedIssuer: ERef<Issuer<K>>) => Promise<boolean>);
}

Type Parameters

Type declaration

  • getAllegedName: (() => string)
      • (): string
      • Returns string

  • getAmountShape: (() => Pattern)
  • getDisplayInfo: (() => DisplayInfo<K>)

    look up in boardAux

  • isMyIssuer: ((allegedIssuer: ERef<Issuer<K>>) => Promise<boolean>)

    Should be used with issuer.getBrand to ensure an issuer and brand match.

      • (allegedIssuer): Promise<boolean>
      • Parameters

        Returns Promise<boolean>