PaymentMethods<K>: {
    getAllegedBrand: (() => Brand<K>);
}

Type Parameters

Type declaration

  • getAllegedBrand: (() => Brand<K>)

    Get the allegedBrand, indicating the type of digital asset this payment purports to be, and which issuer to use. Because payments are not trusted, any method calls on payments should be treated with suspicion and verified elsewhere.