/** * Commit this transaction as permanent so that it can be reported on a tax filing. * @export * @class CommitTransactionModel */ export declare class CommitTransactionModel { /** * @type {boolean} * @memberof CommitTransactionModel */ commit: boolean; }