UNPKG

187 BTypeScriptView Raw
1import { Transaction } from '@neo-one/node-core';
2export interface Transactions {
3 readonly [hash: string]: Transaction | undefined;
4}
5export declare type Type = 'backup' | 'primary';