Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.clear() |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.clearAfterTransactions() |
Call of `after_transactions` hook in a service.
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.clearBeforeTransactions() |
Call of `before_transactions` hook in a service.
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.clearCall() |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.clearTransaction() |
Call of a transaction within the block.
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.clone() |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.mergeFrom(Blockchain.CallInBlock other) |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.newBuilder() |
|
static Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.newBuilder(Blockchain.CallInBlock prototype) |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.newBuilderForType() |
|
protected Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.setAfterTransactions(int value) |
Call of `after_transactions` hook in a service.
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.setBeforeTransactions(int value) |
Call of `before_transactions` hook in a service.
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.setTransaction(int value) |
Call of a transaction within the block.
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Blockchain.CallInBlock.Builder |
Blockchain.CallInBlock.toBuilder() |
|