UNPKG

396 BJavaScriptView Raw
1/**
2 * define of token transaction model
3 */
4let tokenchainTransModel = {
5 TxHash: '',
6 TxReceiptStatus: '',
7 Version: '',
8 TimeStamp: '',
9 TxFrom: '',
10 TxTo: '',
11 Value: '',
12 ContractAddress: '',
13 GasLimit: '',
14 GasUsedByTxn: '',
15 GasPrice: '',
16 TxFee: '',
17 Nonce: '',
18 InputData: '',
19 Signature: '',
20 TxHeight: ''
21}
22
23module.exports = tokenchainTransModel