public static final class Protos.TransactionInput extends com.google.protobuf.GeneratedMessage implements Protos.TransactionInputOrBuilder
wallet.TransactionInput
Modifier and Type | Class and Description |
---|---|
static class |
Protos.TransactionInput.Builder
Protobuf type
wallet.TransactionInput |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Protos.TransactionInput> |
PARSER |
static int |
SCRIPT_BYTES_FIELD_NUMBER |
static int |
SEQUENCE_FIELD_NUMBER |
static int |
TRANSACTION_OUT_POINT_HASH_FIELD_NUMBER |
static int |
TRANSACTION_OUT_POINT_INDEX_FIELD_NUMBER |
static int |
VALUE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static Protos.TransactionInput |
getDefaultInstance() |
Protos.TransactionInput |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Protos.TransactionInput> |
getParserForType() |
com.google.protobuf.ByteString |
getScriptBytes()
required bytes script_bytes = 3; |
int |
getSequence()
optional uint32 sequence = 4; |
int |
getSerializedSize() |
com.google.protobuf.ByteString |
getTransactionOutPointHash()
required bytes transaction_out_point_hash = 1; |
int |
getTransactionOutPointIndex()
required uint32 transaction_out_point_index = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getValue()
optional int64 value = 5; |
boolean |
hasScriptBytes()
required bytes script_bytes = 3; |
boolean |
hasSequence()
optional uint32 sequence = 4; |
boolean |
hasTransactionOutPointHash()
required bytes transaction_out_point_hash = 1; |
boolean |
hasTransactionOutPointIndex()
required uint32 transaction_out_point_index = 2; |
boolean |
hasValue()
optional int64 value = 5; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.TransactionInput.Builder |
newBuilder() |
static Protos.TransactionInput.Builder |
newBuilder(Protos.TransactionInput prototype) |
Protos.TransactionInput.Builder |
newBuilderForType() |
protected Protos.TransactionInput.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Protos.TransactionInput |
parseDelimitedFrom(InputStream input) |
static Protos.TransactionInput |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TransactionInput |
parseFrom(byte[] data) |
static Protos.TransactionInput |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TransactionInput |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.TransactionInput |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TransactionInput |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.TransactionInput |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.TransactionInput |
parseFrom(InputStream input) |
static Protos.TransactionInput |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.TransactionInput.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<Protos.TransactionInput> PARSER
public static final int TRANSACTION_OUT_POINT_HASH_FIELD_NUMBER
public static final int TRANSACTION_OUT_POINT_INDEX_FIELD_NUMBER
public static final int SCRIPT_BYTES_FIELD_NUMBER
public static final int SEQUENCE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static Protos.TransactionInput getDefaultInstance()
public Protos.TransactionInput getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<Protos.TransactionInput> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasTransactionOutPointHash()
required bytes transaction_out_point_hash = 1;
Hash of the transaction this input is using.
hasTransactionOutPointHash
in interface Protos.TransactionInputOrBuilder
public com.google.protobuf.ByteString getTransactionOutPointHash()
required bytes transaction_out_point_hash = 1;
Hash of the transaction this input is using.
getTransactionOutPointHash
in interface Protos.TransactionInputOrBuilder
public boolean hasTransactionOutPointIndex()
required uint32 transaction_out_point_index = 2;
Index of transaction output used by this input.
hasTransactionOutPointIndex
in interface Protos.TransactionInputOrBuilder
public int getTransactionOutPointIndex()
required uint32 transaction_out_point_index = 2;
Index of transaction output used by this input.
getTransactionOutPointIndex
in interface Protos.TransactionInputOrBuilder
public boolean hasScriptBytes()
required bytes script_bytes = 3;
Script that contains the signatures/pubkeys.
hasScriptBytes
in interface Protos.TransactionInputOrBuilder
public com.google.protobuf.ByteString getScriptBytes()
required bytes script_bytes = 3;
Script that contains the signatures/pubkeys.
getScriptBytes
in interface Protos.TransactionInputOrBuilder
public boolean hasSequence()
optional uint32 sequence = 4;
Sequence number.
hasSequence
in interface Protos.TransactionInputOrBuilder
public int getSequence()
optional uint32 sequence = 4;
Sequence number.
getSequence
in interface Protos.TransactionInputOrBuilder
public boolean hasValue()
optional int64 value = 5;
Value of connected output, if known
hasValue
in interface Protos.TransactionInputOrBuilder
public long getValue()
optional int64 value = 5;
Value of connected output, if known
getValue
in interface Protos.TransactionInputOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static Protos.TransactionInput parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TransactionInput parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TransactionInput parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TransactionInput parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.TransactionInput parseFrom(InputStream input) throws IOException
IOException
public static Protos.TransactionInput parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Protos.TransactionInput parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Protos.TransactionInput parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Protos.TransactionInput parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Protos.TransactionInput parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Protos.TransactionInput.Builder newBuilder()
public Protos.TransactionInput.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Protos.TransactionInput.Builder newBuilder(Protos.TransactionInput prototype)
public Protos.TransactionInput.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Protos.TransactionInput.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2016. All rights reserved.