UNPKG

wallet-storage-client

Version:
31 lines 682 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.outputColumnsWithoutLockingScript = void 0; exports.outputColumnsWithoutLockingScript = [ 'created_at', 'updated_at', 'outputId', 'userId', 'transactionId', 'basketId', 'spendable', 'change', 'vout', 'satoshis', 'providedBy', 'purpose', 'type', 'outputDescription', 'txid', 'senderIdentityKey', 'derivationPrefix', 'derivationSuffix', 'customInstructions', 'spentBy', 'sequenceNumber', 'spendingDescription', 'scriptLength', 'scriptOffset', //'lockingScript', ]; //# sourceMappingURL=Output.js.map