UNPKG

zkverifyjs

Version:

Submit proofs to zkVerify and query proof state with ease using our npm package.

7 lines 176 B
export interface ExtrinsicCostEstimate { partialFee: string; estimatedFeeInTokens: string; weight: string; length: number; } //# sourceMappingURL=types.d.ts.map