| 程序包 | 说明 |
|---|---|
| io.aelf.protobuf.generated |
| 限定符和类型 | 方法和说明 |
|---|---|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.clear() |
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.clearAuthor()
The author of the contract, this is the person who deployed the contract.
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.clearCategory()
The category of contract code(0: C#).
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.clearCodeHash()
The hash of the contract code.
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.clearIsSystemContract()
Whether it is a system contract.
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.clearSerialNumber()
The serial number of the contract.
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.clearVersion()
The version of the current contract.
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.clone() |
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.mergeAuthor(Client.Address value)
The author of the contract, this is the person who deployed the contract.
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.mergeCodeHash(Client.Hash value)
The hash of the contract code.
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.mergeFrom(Client.ContractInfo other) |
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Client.ContractInfo.Builder |
Client.ContractInfo.newBuilder() |
static Client.ContractInfo.Builder |
Client.ContractInfo.newBuilder(Client.ContractInfo prototype) |
Client.ContractInfo.Builder |
Client.ContractInfo.newBuilderForType() |
protected Client.ContractInfo.Builder |
Client.ContractInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.setAuthor(Client.Address.Builder builderForValue)
The author of the contract, this is the person who deployed the contract.
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.setAuthor(Client.Address value)
The author of the contract, this is the person who deployed the contract.
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.setCategory(int value)
The category of contract code(0: C#).
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.setCodeHash(Client.Hash.Builder builderForValue)
The hash of the contract code.
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.setCodeHash(Client.Hash value)
The hash of the contract code.
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.setIsSystemContract(boolean value)
Whether it is a system contract.
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.setSerialNumber(long value)
The serial number of the contract.
|
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Client.ContractInfo.Builder |
Client.ContractInfo.Builder.setVersion(int value)
The version of the current contract.
|
Client.ContractInfo.Builder |
Client.ContractInfo.toBuilder() |
Copyright © 2020. All rights reserved.