-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample-intention.json
More file actions
59 lines (59 loc) · 1.4 KB
/
example-intention.json
File metadata and controls
59 lines (59 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"action": "Transfer 1 ETH to nesseps.eth on Ethereum, with 0.000005 ETH in fees",
"nonce": 0,
"from": "vanessa.oya.eth",
"to": "nesseps.eth",
"assets": [
{
"asset": "0x0000000000000000000000000000000000000000000",
"assetName": "ETH"
}
],
"totalFee": [0.000005],
"tip": [0.000004],
"protocolFee": [0.000001],
"inputs": [
{
"vault": "vanessa.oya.eth",
"asset": "0x0000000000000000000000000000000000000000000",
"assetName": "ETH",
"amount": 1,
"digits": 18,
"chain": "Ethereum Oya Vault"
}
],
"outputs": [
{
"vault": "vanessa.oya.eth",
"asset": "0x0000000000000000000000000000000000000000000",
"assetName": "ETH",
"amount": -1,
"digits": 18,
"chain": "Ethereum"
},
{
"externalAddress": "nesseps.eth",
"asset": "0x0000000000000000000000000000000000000000000",
"assetName": "ETH",
"amount": 0.999995,
"digits": 18,
"chain": "Ethereum"
},
{
"vault": "example-node.oya.eth",
"asset": "0x0000000000000000000000000000000000000000000",
"assetName": "ETH",
"amount": 0.000004,
"digits": 18,
"chain": "Ethereum"
},
{
"vault": "treasury.oya.eth",
"asset": "0x0000000000000000000000000000000000000000000",
"assetName": "ETH",
"amount": 0.00001,
"digits": 18,
"chain": "Ethereum"
}
]
}