Type Alias Supertransaction

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

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

Type declaration

  • feeToken: FeeTokenInfo

    Token to be used for paying transaction fees

  • instructions: Instruction[]

    Array of instructions to be executed in the transaction