Type Alias BaseComposableCall

BaseComposableCall: {
    functionSig: string;
    inputParams: InputParam[];
    outputParams: OutputParam[];
    to: Address;
    value: bigint;
}

Type declaration