XdrSCContractInstance constructor

XdrSCContractInstance(
  1. XdrContractExecutable _executable,
  2. List<XdrSCMapEntry>? _storage
)

Implementation

XdrSCContractInstance(this._executable, this._storage);