OZRawPolicyParams class final

Escape-hatch policy parameters for policy contracts whose install parameters are not modelled by a dedicated subclass. Wraps a pre-encoded XdrSCVal and returns it unchanged from toScVal.

Inheritance

Constructors

OZRawPolicyParams(XdrSCVal installParams)
Constructs raw params from a pre-encoded installParams ScVal.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
installParams XdrSCVal
The pre-encoded policy installation parameters.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toScVal() XdrSCVal
Returns the on-chain ScVal map encoding of the parameter shape. The managers call this internally when installing the policy.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override