public static class SolidityType.AddressType extends SolidityType.IntType
SolidityType.AddressType, SolidityType.ArrayType, SolidityType.BoolType, SolidityType.Bytes32Type, SolidityType.BytesType, SolidityType.DynamicArrayType, SolidityType.FunctionType, SolidityType.IntType, SolidityType.NumericType, SolidityType.StaticArrayType, SolidityType.StringType, SolidityType.UnsignedIntTypename| Constructor and Description |
|---|
AddressType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(byte[] encoded,
int offset) |
byte[] |
encode(Object value)
Encodes the value according to specific type rules
|
decodeInt, encodeInt, encodeInt, getCanonicalNamedecode, getFixedSize, getName, getType, isDynamicType, toStringpublic byte[] encode(Object value)
SolidityTypeencode in class SolidityType.IntTypepublic Object decode(byte[] encoded, int offset)
decode in class SolidityType.IntTypeCopyright © 2022 IoTeX Group. All rights reserved.