Type alias SponsorOptionsOpts

SponsorOptionsOpts: {
    fee?: IntegerType;
    sponsorAddressHashmode?: AddressHashMode;
    sponsorNonce?: IntegerType;
    sponsorPrivateKey: PrivateKey;
    transaction: StacksTransactionWire;
} & NetworkClientParam

Sponsored transaction options

Type declaration

  • Optional fee?: IntegerType

    the transaction fee amount to sponsor

  • Optional sponsorAddressHashmode?: AddressHashMode

    the hashmode of the sponsor's address

  • Optional sponsorNonce?: IntegerType

    the nonce of the sponsor account

  • sponsorPrivateKey: PrivateKey

    the sponsor's private key

  • transaction: StacksTransactionWire

    the origin-signed transaction

Generated using TypeDoc