UNPKG

@dev-ptera/nano-node-rpc

Version:

A typescript nanocurrency client used to make node RPC calls.

19 lines (18 loc) 445 B
import { Subtype } from './rpc-response'; export declare type ProcessBody = { json_block?: boolean; subtype?: Subtype; force?: boolean; async?: boolean; block: { type: string; account: string; previous: string; representative: string; balance: string; link: string; link_as_account?: string; signature: string; work: string; }; };