contractCostParamsMemBytes property
Implementation
XdrContractCostParams? get contractCostParamsMemBytes =>
this._contractCostParamsMemBytes;
Implementation
set contractCostParamsMemBytes(XdrContractCostParams? value) =>
this._contractCostParamsMemBytes = value;