UNPKG

rchain-toolkit

Version:

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

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