Hierarchy

Properties

appDetails?: {
    icon: string;
    name: string;
}

Type declaration

  • icon: string

    A full URL that resolves to an image icon for your application

  • name: string

    A human-readable name for your application

attachment?: string
authOrigin?: string

Deprecated

Authentication is no longer supported through a hosted version. Users must install an extension.

network?: StacksNetwork
onCancel?: Canceled
postConditions?: (string | PostCondition)[]

Deprecated

unused - only included for compatibility with other transaction types

stxAddress?: string

Provide wallets with a suggested account to sign this transaction with. This is set by default if a userSession option is provided.

txHex: string
userSession?: UserSession

Generated using TypeDoc