Contract Deploy

Hierarchy

Properties

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
codeBody: string
contractName: string
fee?: string | number
network?: StacksNetwork
nonce?: number

Deprecated

unused - only included for compatibility with @stacks/transactions

postConditionMode?: PostConditionMode
postConditions?: (string | PostCondition)[]
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