Invoke Contract
Process Composition
Creating the Pipeline
import { PIPE_InvokeContract, NetworkConfig } from "@colibri/core";
const network = NetworkConfig.TestNet();
const pipeline = PIPE_InvokeContract.create({
networkConfig: network,
});Running the Pipeline
Configuration
TransactionConfig
Output
Error Handling
Last updated