STX Transfer

Hierarchy

Properties

amount: string
anchorMode?: AnchorMode
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
fee?: string | number
memo?: string
network?: StacksNetwork
nonce?: number

Deprecated

unused - only included for compatibility with @stacks/transactions

postConditionMode?: PostConditionMode
postConditions?: (string | PostCondition)[]
publicKey: string
recipient: string
senderKey?: string

Deprecated

unused - only included for compatibility with @stacks/transactions

sponsored?: boolean
stxAddress?: string

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

txType: STXTransfer

Generated using TypeDoc