-
Notifications
You must be signed in to change notification settings - Fork 236
/
glossaries.rst
100 lines (50 loc) · 2.4 KB
/
glossaries.rst
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
97
98
99
100
.. |bitcoin| raw:: html
<ruby>比特币<rp>(</rp><rt>Bitcoin</rt><rp>)</rp></ruby>
.. |ethereum| raw:: html
<ruby>以太坊<rp>(</rp><rt>Ethereum</rt><rp>)</rp></ruby>
.. |ether| raw:: html
<ruby>以太币<rp>(</rp><rt>Ether</rt><rp>)</rp></ruby>
.. |evm| raw:: html
<ruby>以太坊虚拟机<rp>(</rp><rt>Ethereum Virtual Machine(EVM)</rt><rp>)</rp></ruby>
.. |code_point| raw:: html
<ruby>码点<rp>(</rp><rt>code point</rt><rp>)</rp></ruby>
.. |subcurrency| raw:: html
<ruby>子货币<rp>(</rp><rt>subcurrency</rt><rp>)</rp></ruby>
.. |key_pair| raw:: html
<ruby>密钥对<rp>(</rp><rt>key pair</rt><rp>)</rp></ruby>
.. |light_client| raw:: html
<ruby>轻客户端<rp>(</rp><rt>light client</rt><rp>)</rp></ruby>
.. |constructor| raw:: html
<ruby>构造函数<rp>(</rp><rt>constructor</rt><rp>)</rp></ruby>
.. |ABI| raw:: html
<ruby>应用二进制接口<rp>(</rp><rt>Application Binary Interface(ABI)</rt><rp>)</rp></ruby>
.. |function_selector| raw:: html
<ruby>函数选择器<rp>(</rp><rt>Function Selector</rt><rp>)</rp></ruby>
.. |tuple| raw:: html
<ruby>元组<rp>(</rp><rt>tuple</rt><rp>)</rp></ruby>
.. |on_chain| raw:: html
<ruby>链上<rp>(</rp><rt>on-chain</rt><rp>)</rp></ruby>
.. |off_chain| raw:: html
<ruby>链外<rp>(</rp><rt>off-chain</rt><rp>)</rp></ruby>
.. |pragma| raw:: html
<ruby>杂注<rp>(</rp><rt>pragma</rt><rp>)</rp></ruby>
.. |storage| raw:: html
<ruby>存储<rp>(</rp><rt>storage</rt><rp>)</rp></ruby>
.. |memory| raw:: html
<ruby>内存<rp>(</rp><rt>memory</rt><rp>)</rp></ruby>
.. |natspec| raw:: html
<ruby>以太坊标准说明格式<rp>(</rp><rt>Ethereum Nature Specification Format(natspec)</rt><rp>)</rp></ruby>
.. |modifier| raw:: html
<ruby>修饰器<rp>(</rp><rt>modifier</rt><rp>)</rp></ruby>
.. |remapping| raw:: html
<ruby>重映射<rp>(</rp><rt>remapping</rt><rp>)</rp></ruby>
.. |mapping| raw:: html
<ruby>映射<rp>(</rp><rt>mapping</rt><rp>)</rp></ruby>
.. |storage_slot| raw:: html
<ruby>存储插槽<rp>(</rp><rt>storage slot</rt><rp>)</rp></ruby>
.. |stack| raw:: html
<ruby>堆栈<rp>(</rp><rt>stack</rt><rp>)</rp></ruby>
.. |token| raw:: html
<ruby>通证<rp>(</rp><rt>token</rt><rp>)</rp></ruby>
.. |low_level_function| raw:: html
<ruby>低级函数<rp>(</rp><rt>low-level function</rt><rp>)</rp></ruby>