You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Nano community we've developed a standardised json format for storing transaction meta-data. This information is not only useful to a user for understanding their own transaction history, but it would also form the basis for important functions like calculating capital gains tax or leaving paper trails, which are directly relevant to business adoption. If all Nano wallets would adopt this format it would smooth the third party application development.
Kindly take a look at this example:
{
"version": "1.0",
"accounts": [
{
"protocol":"Nano",
"address": "nano_1ebq356ex7n5efth49o1p31r4fmuuoara5tmwduarg7b9jphyxsatr3ja6g8",
"private_name":"Bob's gas n' grocery wallet",
"public_name":"Bob Dobson",
"modified": 1634718547,
"accounting_unit": "USD",
"protocol_spec":{
"representative":"nano_1ebq356ex7n5efth49o1p31r4fmuuoara5tmwduarg7b9jphyxsatr3ja6g8"
},
"wallet_spec":{
"wallet_name":"Natrium",
"custom_fields":"Arbitrary data"
},
"transactions": [
{
"uid": "C1150C61D10C7E42F7F9494C205A924D0CEB55683F8BAA723C89DCC038E84C42",
"identifier": "65146",
"published": 1624430775,
"confirmed": 1624430776,
"sendrec":"send",
"amount": 6782692307000000000000000000000,
"value": 35.27,
"memo": "10.003 gallons unleaded at pump #7",
"transactee": "Circle K Gas Station, 2011 N Lincoln Ave, Urbana IL 61801",
"protocol-spec":{
"index":107,
"transactee_address":"nano_1natrium1o3z5519ifou7xii8crpxpk8y65qmkih8e8bpsjri651oza8imdd"
},
"wallet_spec":{}
}, ... ]
}, ... ]
}
The text was updated successfully, but these errors were encountered:
With the Nano community we've developed a standardised json format for storing transaction meta-data. This information is not only useful to a user for understanding their own transaction history, but it would also form the basis for important functions like calculating capital gains tax or leaving paper trails, which are directly relevant to business adoption. If all Nano wallets would adopt this format it would smooth the third party application development.
Kindly take a look at this example:
The text was updated successfully, but these errors were encountered: