PHP WebShell

Текущая директория: /opt/BitGoJS/modules/abstract-lightning/dist/src/codecs/api

Просмотр файла: transaction.d.ts

import * as t from 'io-ts';
/**
 * Transaction entry details
 */
export declare const TransactionEntry: t.IntersectionC<[t.TypeC<{
    inputs: t.NumberC;
    outputs: t.NumberC;
    value: t.NumberC;
    valueString: t.StringC;
    address: t.StringC;
}>, t.PartialC<{
    wallet: t.StringC;
}>]>;
export type TransactionEntry = t.TypeOf<typeof TransactionEntry>;
/**
 * Transaction input/output details
 */
export declare const Output: t.IntersectionC<[t.TypeC<{
    id: t.StringC;
    value: t.NumberC;
    valueString: t.StringC;
}>, t.PartialC<{
    wallet: t.StringC;
    address: t.StringC;
}>]>;
export type Output = t.TypeOf<typeof Output>;
/**
 * Transaction details
 */
export declare const Transaction: t.IntersectionC<[t.TypeC<{
    id: t.StringC;
    normalizedTxHash: t.StringC;
    blockHeight: t.NumberC;
    inputIds: t.ArrayC<t.StringC>;
    entries: t.ArrayC<t.IntersectionC<[t.TypeC<{
        inputs: t.NumberC;
        outputs: t.NumberC;
        value: t.NumberC;
        valueString: t.StringC;
        address: t.StringC;
    }>, t.PartialC<{
        wallet: t.StringC;
    }>]>>;
    inputs: t.ArrayC<t.IntersectionC<[t.TypeC<{
        id: t.StringC;
        value: t.NumberC;
        valueString: t.StringC;
    }>, t.PartialC<{
        wallet: t.StringC;
        address: t.StringC;
    }>]>>;
    outputs: t.ArrayC<t.IntersectionC<[t.TypeC<{
        id: t.StringC;
        value: t.NumberC;
        valueString: t.StringC;
    }>, t.PartialC<{
        wallet: t.StringC;
        address: t.StringC;
    }>]>>;
    size: t.NumberC;
    date: import("io-ts-types/DateFromISOString").DateFromISOStringC;
    fee: t.NumberC;
    feeString: t.StringC;
    hex: t.StringC;
    confirmations: t.NumberC;
}>, t.PartialC<{
    blockHash: t.StringC;
    blockPosition: t.NumberC;
    label: t.StringC;
}>]>;
export type Transaction = t.TypeOf<typeof Transaction>;
/**
 * Transaction query parameters
 */
export declare const TransactionQuery: t.PartialC<{
    blockHeight: import("io-ts-types/BigIntFromString").BigIntFromStringC;
    limit: import("io-ts-types/BigIntFromString").BigIntFromStringC;
    startDate: import("io-ts-types/DateFromISOString").DateFromISOStringC;
    endDate: import("io-ts-types/DateFromISOString").DateFromISOStringC;
}>;
export type TransactionQuery = t.TypeOf<typeof TransactionQuery>;
//# sourceMappingURL=transaction.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!