public static final class TrezorMessage.EthereumTxAck.Builder extends com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.EthereumTxAck.Builder> implements TrezorMessage.EthereumTxAckOrBuilder
EthereumTxAck
Request: Transaction payload data. @prev EthereumTxRequest @next EthereumTxRequest
| Modifier and Type | Method and Description |
|---|---|
TrezorMessage.EthereumTxAck |
build() |
TrezorMessage.EthereumTxAck |
buildPartial() |
TrezorMessage.EthereumTxAck.Builder |
clear() |
TrezorMessage.EthereumTxAck.Builder |
clearDataChunk()
optional bytes data_chunk = 1; |
TrezorMessage.EthereumTxAck.Builder |
clone() |
com.google.protobuf.ByteString |
getDataChunk()
optional bytes data_chunk = 1; |
TrezorMessage.EthereumTxAck |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
hasDataChunk()
optional bytes data_chunk = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TrezorMessage.EthereumTxAck.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TrezorMessage.EthereumTxAck.Builder |
mergeFrom(com.google.protobuf.Message other) |
TrezorMessage.EthereumTxAck.Builder |
mergeFrom(TrezorMessage.EthereumTxAck other) |
TrezorMessage.EthereumTxAck.Builder |
setDataChunk(com.google.protobuf.ByteString value)
optional bytes data_chunk = 1; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.EthereumTxAck.Builder>public TrezorMessage.EthereumTxAck.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.EthereumTxAck.Builder>public TrezorMessage.EthereumTxAck.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.EthereumTxAck.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.EthereumTxAck.Builder>public TrezorMessage.EthereumTxAck getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TrezorMessage.EthereumTxAck build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TrezorMessage.EthereumTxAck buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TrezorMessage.EthereumTxAck.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TrezorMessage.EthereumTxAck.Builder>public TrezorMessage.EthereumTxAck.Builder mergeFrom(TrezorMessage.EthereumTxAck other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.EthereumTxAck.Builder>public TrezorMessage.EthereumTxAck.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TrezorMessage.EthereumTxAck.Builder>IOExceptionpublic boolean hasDataChunk()
optional bytes data_chunk = 1;
Bytes from transaction payload (<= 1024 bytes)
hasDataChunk in interface TrezorMessage.EthereumTxAckOrBuilderpublic com.google.protobuf.ByteString getDataChunk()
optional bytes data_chunk = 1;
Bytes from transaction payload (<= 1024 bytes)
getDataChunk in interface TrezorMessage.EthereumTxAckOrBuilderpublic TrezorMessage.EthereumTxAck.Builder setDataChunk(com.google.protobuf.ByteString value)
optional bytes data_chunk = 1;
Bytes from transaction payload (<= 1024 bytes)
public TrezorMessage.EthereumTxAck.Builder clearDataChunk()
optional bytes data_chunk = 1;
Bytes from transaction payload (<= 1024 bytes)
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.