Type alias BaseInstructionsParams

BaseInstructionsParams: {
    account: BaseMultichainSmartAccount;
    currentInstructions?: Instruction[];
}

Base parameters for building instructions

Type declaration

  • account: BaseMultichainSmartAccount
  • Optional currentInstructions?: Instruction[]