UNPKG

@planq-network/connect

Version:

Light Toolkit for connecting with the Planq network

10 lines (9 loc) 303 B
import { Connection } from "../connection"; import { PlanqTx } from "../types"; export declare class TxParamsNormalizer { readonly connection: Connection; private chainId; constructor(connection: Connection); populate(planqTxParams: PlanqTx): Promise<PlanqTx>; private getChainId; }