forked from tonindexer/anton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tep81_dns.json
96 lines (96 loc) · 1.97 KB
/
tep81_dns.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[
{
"interface_name": "dns_resolver",
"get_methods": [
{
"name": "dnsresolve",
"arguments": [
{
"name": "subdomain",
"stack_type": "slice"
}, {
"name": "category",
"stack_type": "int"
}
],
"return_values": [
{
"name": "length",
"stack_type": "int"
}, {
"name": "record",
"stack_type": "cell"
}
]
}
]
},
{
"interface_name": "dns_nft_item",
"in_messages": [
{
"op_name": "change_dns_record",
"op_code": "0x4eb1f0f9",
"body": [
{
"name": "query_id",
"tlb_type": "## 64"
}
]
}, {
"op_name": "process_governance_decision",
"op_code": "0x44beae41",
"body": [
{
"name": "query_id",
"tlb_type": "## 64"
}
]
}, {
"op_name": "dns_balance_release",
"op_code": "0x4ed14b65",
"body": [
{
"name": "query_id",
"tlb_type": "## 64"
}
]
}
],
"get_methods": [
{
"name": "get_domain",
"return_values": [
{
"name": "domain",
"stack_type": "slice",
"format": "string"
}
]
}, {
"name": "get_auction_info",
"return_values": [
{
"name": "max_bid_address",
"stack_type": "slice",
"format": "addr"
}, {
"name": "max_bid_amount",
"stack_type": "int"
}, {
"name": "auction_end_time",
"stack_type": "int"
}
]
}, {
"name": "get_last_fill_up_time",
"return_values": [
{
"name": "last_fill_up_time",
"stack_type": "int"
}
]
}
]
}
]