DenyRuleSet
DenyRuleSet Objects
@dataclass
class DenyRuleSet()
A complete set of transaction deny rules.
The deny lists are exposed as sequences over the FFI; converting into the underlying set-typed Rust representation sorts and deduplicates them, so the BCS encoding is canonical regardless of the order supplied here.
BCS
The BCS serialized form for this type is defined by the following ABNF:
deny-rule-set = (vector address) ; denied addresses
(vector object-id) ; denied objects
(vector object-id) ; denied packages
bool ; package publish disabled
bool ; package upgrade disabled
bool ; shared object disabled
bool ; user transaction disabled
bool ; receiving objects disabled
bool ; move authenticator disabled