@ -16,6 +16,14 @@ export class RefType {
this.basicType = 'RefType'
}
decodeFromStorage(input1? : any, input2? : any) {
throw new Error('This method is abstract');
decodeFromMemoryInternal(input1? : any, input2? : any, input3?: any) {
/**
* decode the type from the stack
*
@ -14,6 +14,10 @@ export class ValueType {
this.basicType = 'ValueType'
decodeValue(input? : any) {
* decode the type with the @arg location from the storage