mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-10 22:41:53 +08:00
list all name operations
This commit is contained in:
@@ -592,6 +592,16 @@ OPCODE_STATELESS_OPS = [
|
||||
"ANNOUNCE"
|
||||
]
|
||||
|
||||
# set of operations that affect only names
|
||||
OPCODE_NAME_NAMEOPS = [
|
||||
'NAME_PREORDER',
|
||||
'NAME_IMPORT',
|
||||
'NAME_REGISTRATION',
|
||||
'NAME_UPDATE',
|
||||
'NAME_TRANSFER',
|
||||
'NAME_RENEWAL',
|
||||
'NAME_REVOKE'
|
||||
]
|
||||
|
||||
NAMESPACE_LIFE_INFINITE = 0xffffffff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user