STX Transfer

Hierarchy

Properties

amount: string | BigInt
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)[]
recipient: string
senderKey?: string

Deprecated

unused - only included for compatibility with @stacks/transactions

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.

Generated using TypeDoc