parent
b2760e6706
commit
a6ce24a123
@ -0,0 +1,13 @@ |
||||
'use strict' |
||||
|
||||
function Mapping () { |
||||
this.storageSlots = 1 |
||||
this.storageBytes = 32 |
||||
this.typeName = 'mapping' |
||||
} |
||||
|
||||
Mapping.prototype.decodeFromStorage = function (location, storageContent) { |
||||
return '<not implemented>' |
||||
} |
||||
|
||||
module.exports = Mapping |
Loading…
Reference in new issue