Interface SponsorOptionsOpts

Sponsored transaction options

Hierarchy

  • SponsorOptionsOpts

Properties

the transaction fee amount to sponsor

network?: "mainnet" | "testnet" | "devnet" | "mocknet" | StacksNetwork

the Stacks blockchain network that this transaction will ultimately be broadcast to

sponsorAddressHashmode?: AddressHashMode

the hashmode of the sponsor's address

sponsorNonce?: IntegerType

the nonce of the sponsor account

sponsorPrivateKey: string

the sponsor's private key

transaction: StacksTransaction

the origin-signed transaction

Generated using TypeDoc