UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

7 lines (6 loc) 127 B
export interface NetworkParams { bech32: string | null; pubKeyHash: number; scriptHash: number; wif: number; }