createContractHostFn property
Implementation
XdrCreateContractArgs? get createContractHostFn => this._createContractHostFn;
Implementation
set createContractHostFn(XdrCreateContractArgs? value) =>
this._createContractHostFn = value;
XdrCreateContractArgs? get createContractHostFn => this._createContractHostFn;
set createContractHostFn(XdrCreateContractArgs? value) =>
this._createContractHostFn = value;