Type alias Supertransaction

Supertransaction: {
    feeToken: FeeTokenInfo;
    instructions: Instruction[];
}

Represents a supertransaction, which is a collection of instructions to be executed in a single transaction

Type declaration

  • feeToken: FeeTokenInfo

    Token to be used for paying transaction fees

  • instructions: Instruction[]

    Array of instructions to be executed in the transaction