add <not implemented> to mapping

pull/7/head
yann300 8 years ago
parent abc5a47925
commit 603eedc78f
  1. 8
      src/solidity/types/Mapping.js

@ -9,6 +9,14 @@ class Mapping extends RefType {
decodeValue (value) {
return '<not implemented>'
}
decodeFromStorage (location, storageContent) {
return '<not implemented>'
}
decodeFromMemoryInternal (offset, memory) {
return '<not implemented>'
}
}
module.exports = Mapping

Loading…
Cancel
Save