Class TransactionBuilder

Hierarchy

Constructors

Properties

afterIxs: AfterIx[]
beforeIxs: InstructionReturn[]
commitment: Commitment
connection: Connection
feePayer: AsyncSigner<unknown>
instructionCountConfig: InstructionCount
instructions: InstructionReturn[] = []
isBuildingNext: boolean = false
lastBuilt: null | BuiltConfigWithCompute = null
lastTransaction: null | TransactionReturn = null
lastTryIterations: number = 0
lookupTables: AddressLookupTableAccount[]
mapLimit: MapLimit

Methods

  • Returns Promise<Readonly<{
        blockhash: string;
        lastValidBlockHeight: number;
    }>>

  • Parameters

    • recalculatePriority: boolean = true

    Returns Promise<Result<TransactionReturn, string>>

Generated using TypeDoc