UNPKG

@cityofzion/neon-api

Version:

Neon-API module: High level API for neon-js

9 lines 337 B
import { rpc, u } from "@cityofzion/neon-core"; /** * Helper method for retrieving fee-related information from PolicyContract. */ export declare function getFeeInformation(client: rpc.NeoServerRpcClient): Promise<{ feePerByte: u.BigInteger; executionFeeFactor: u.BigInteger; }>; //# sourceMappingURL=getFeeInformation.d.ts.map