feat: tron cash-out

This commit is contained in:
Rafael Taranto 2023-09-11 12:13:14 +01:00
parent bb8b6ce354
commit 7f2963bc85
15 changed files with 795 additions and 9637 deletions

View file

@ -88,6 +88,7 @@ const staticConfig = ({ currentConfigVersion, deviceId, deviceName, pq, settings
'cashInFee',
'cashOutCommission',
'cryptoCode',
'cryptoCodeDisplay',
'cryptoNetwork',
'cryptoUnits',
'display',

View file

@ -2,6 +2,7 @@ const { gql } = require('apollo-server-express')
module.exports = gql`
type Coin {
cryptoCode: String!
cryptoCodeDisplay: String!
display: String!
minimumTx: String!
cashInFee: String!