| 类 | 说明 |
|---|---|
| ABIDefinition |
ABIDefinition wrapper
Link https://solidity.readthedocs.io/en/develop/abi-spec.html#json
type: "function", "constructor", "receive" (the "receive Ether" function) or "fallback" (the "default" function); name: the name of the function; inputs: an array of objects, each of which contains: name: the name of the parameter. |
| ABIDefinition.ConflictField | |
| ABIDefinition.NamedType | |
| ABIDefinition.Type | |
| ABIDefinitionFactory | |
| ABIObject | |
| ABIObjectFactory | |
| ContractABIDefinition | |
| ContractCodecJsonWrapper | |
| ContractCodecTools |
| 枚举 | 说明 |
|---|---|
| ABIObject.ListType | |
| ABIObject.ObjectType | |
| ABIObject.ValueType |