Type alias BaseInstructionsParams

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

Base parameters for building instructions

Type declaration