Interface HandleResolution

Param

a hex encoded policyID

Param

a personalized string to identify a user

Param

a boolean to indicated whether it contains a datum

Param

the cardano payment address resolved from the handle

Param

the point at which the Handle was resolved

Hierarchy

  • HandleResolution

Properties

addresses: {
    bitcoin?: string;
    cardano: Cardano.PaymentAddress;
}

Type declaration

backgroundImage?: Asset.Uri
cardanoAddress: Cardano.PaymentAddress

Deprecated

Use addresses.cardano instead.

defaultForPaymentCredential?: string
defaultForStakeCredential?: string
handle: string
hasDatum: boolean
image?: Asset.Uri
parentHandle?: string
policyId: Cardano.PolicyId
profilePic?: Asset.Uri
resolvedAt?: Point

Generated using TypeDoc