create_scope
Creates a new named scope.
arguments
-
"parent_scope" : String (default: null)
The name of the new scopes parent. If NULL is given uses the global scope.
-
"privacy_level" : Uint8 (default: null)
The privacy level of the new scope. This must be greater than the privacy level of the parent scope. If the value is not, or is not provided then the value defaults to the parents privacy level + 1.
-
"scope_name" : String
The name of the scope to create.
return value
Scope_dataA user type containing the name and privacy level of the newly created scope.