UNPKG

@ledgerhq/coin-celo

Version:
16 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getDeviceTransactionConfig() { const fields = []; fields.push({ type: "amount", label: "Amount", }); fields.push({ type: "fees", label: "Fees", }); return fields; } exports.default = getDeviceTransactionConfig; //# sourceMappingURL=deviceTransactionConfig.js.map