XdrSorobanAddressCredentials class
Constructors
- XdrSorobanAddressCredentials(XdrSCAddress _address, XdrInt64 _nonce, XdrUint32 _signatureExpirationLedger, XdrSCVal _signature)
Properties
- address ↔ XdrSCAddress
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- nonce ↔ XdrInt64
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- signature ↔ XdrSCVal
-
read / write
- signatureExpirationLedger ↔ XdrUint32
-
read / write
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
Static Methods
-
decode(
XdrDataInputStream stream) → XdrSorobanAddressCredentials -
encode(
XdrDataOutputStream stream, XdrSorobanAddressCredentials encoded) → void