UNPKG

rchain-toolkit

Version:

Node JS utils and methods to interact with rchain's rnode api and proto interfaces

9 lines (8 loc) 202 B
export interface DeployData { timestamp: number; term: string; phloPrice: number; phloLimit: number; validAfterBlockNumber: number; } export declare type SigAlgorithm = "secp256k1";