Class TransactionBuilder<C>

Type Parameters

  • C extends object = object

Hierarchy

  • TransactionBuilder

Methods

  • Parameters

    • blockhashWithExpiryBlockHeight: Readonly<{
          blockhash: string;
          lastValidBlockHeight: number;
      }>
    • options: TransactionOptions = {}

    Returns Transaction

Properties

records: InstructionWithSigners[] = []

The list of all instructions and their respective signers.

transactionOptions: TransactionOptions

Options used when building the transaction.

feePayer: undefined | Signer = undefined

The signer to use to pay for transaction fees.

context: C = ...

Any additional context gathered when creating the transaction builder.

Constructors

Generated using TypeDoc