UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

10 lines (9 loc) 250 B
/** @ignore */ /** @internal */ import { BaseTransaction } from './baseTransaction'; export declare function getRequestRebuildInfo(tx: BaseTransaction): { type: number; subtype: number; requestType: string; hasAttachment: boolean; };