InstallContractCodeOp constructor Null safety

InstallContractCodeOp(
  1. Uint8List _contractBytes,
  2. {XdrLedgerFootprint? footprint}
)

Implementation

InstallContractCodeOp(this._contractBytes, {XdrLedgerFootprint? footprint})
    : super(XdrHostFunctionType.HOST_FUNCTION_TYPE_INSTALL_CONTRACT_CODE,
          footprint: footprint);