XdrSCMapEntry constructor

XdrSCMapEntry(
  1. XdrSCVal _key,
  2. XdrSCVal _val
)

Implementation

XdrSCMapEntry(this._key, this._val);