XdrLedgerKeyContractData class Null safety
Constructors
- XdrLedgerKeyContractData(XdrSCAddress _contract, XdrSCVal _key, XdrContractDataDurability _durability, XdrContractEntryBodyType _bodyType)
Properties
- bodyType ↔ XdrContractEntryBodyType
-
read / write
- contract ↔ XdrSCAddress
-
read / write
- durability ↔ XdrContractDataDurability
-
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- key ↔ XdrSCVal
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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) → XdrLedgerKeyContractData -
encode(
XdrDataOutputStream stream, XdrLedgerKeyContractData encodedLedgerKeyAccount) → void