UNPKG

@renproject/rentx

Version:

XState Statemachines for tracking RenVM transactions reactively

5 lines (4 loc) 403 B
import { MachineOptions } from "xstate"; import { GatewayMachineContext } from "../machines/mint"; export declare const renLockAndMint: (context: GatewayMachineContext) => Promise<import("@renproject/ren/build/main/lockAndMint").LockAndMint<any, import("@renproject/interfaces").DepositCommon<any>, string, string>>; export declare const mintConfig: Partial<MachineOptions<GatewayMachineContext, any>>;