getWorkflow
import { getWorkflow } from '@inverter-network/sdk'{
// the public client / provider to make RPC calls
publicClient: PublicClient
// the wallet client to sign and submit transactions
walletClient?: WalletClient
// the address of a deployed orchestrator proxy contract
orchestratorAddress: 0x${string}
// includes a specification of the modules used by the workflow. That is which Authorizer, Funding Manager, Payment Processor and optional logic modules are used.
requestedModules?: MixedRequestedModules
// name of the issuance token - strongly types the return
issuanceTokenType?: WorkflowIssuanceToken
// name of the funding token - strongly types the return
fundingTokenType?: WorkflowToken
}Last updated