InstallContractCodeOp class Null safety
- Inheritance
-
- Object
- Operation
- InvokeHostFunctionOperation
- InstallContractCodeOp
Constructors
- InstallContractCodeOp(Uint8List _contractBytes, {XdrLedgerFootprint? footprint})
Properties
- contractBytes → Uint8List
-
read-only
- footprint ↔ XdrLedgerFootprint?
-
read / write, inherited
- functionType → XdrHostFunctionType
-
read-only, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sourceAccount ↔ MuxedAccount?
-
read / write, inherited
Methods
-
getFootprintBase64(
) → String? -
inherited
-
getXdrFootprint(
) → XdrLedgerFootprint -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
setFootprintBase64(
String base64XdrFootprint) → dynamic -
inherited
-
toOperationBody(
) → XdrOperationBody -
Generates OperationBody XDR object.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
toXdr(
) → XdrOperation -
inherited
-
toXdrBase64(
) → String -
Returns base64-encoded Operation XDR object from this operation.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
builder(
XdrInvokeHostFunctionOp op) → InvokeHostFuncOpBuilder -
override