UNPKG

@mutopad/connex-framework

Version:
4 lines (3 loc) 265 B
/// <reference types="@mutopad/connex-types" /> export declare function newVendor(driver: Connex.Driver): Connex.Vendor; export declare function newTxSigningService(readyDriver: Promise<Connex.Driver>, msg: Connex.Vendor.TxMessage): Connex.Vendor.TxSigningService;