InstallContractCodeOp constructor Null safety
- Uint8List _contractBytes,
- {XdrLedgerFootprint? footprint}
Implementation
InstallContractCodeOp(this._contractBytes, {XdrLedgerFootprint? footprint})
: super(XdrHostFunctionType.HOST_FUNCTION_TYPE_INSTALL_CONTRACT_CODE,
footprint: footprint);