UNPKG

dpos-offline

Version:

Offline Signing Transactions for DPOS Blockchains

10 lines (9 loc) 358 B
/// <reference types="node" /> import { Address } from '../../interface'; export declare class RiseIdsHandler { static addressFromBytes(bytes: Buffer): Address; static addressFromPubData(pubKey: Buffer): Address; static addressToBytes(address: Address): Buffer; static calcTxIdFromBytes(bytes: Buffer): string; private static toBigInt; }