OperationDepositSecret class

Secret authenticating client operations on an OperationDeposit.

Must represent 32 random bytes encoded as valid Base64 string.

Use a cryptographically secure random generator to produce array of bytes for this value.

Inheritance

Constructors

OperationDepositSecret(String val)
const
OperationDepositSecret.generate()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
val String
Actual value wrapped by this NewType.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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