public static interface KeepKeyType.TxRequestSerializedTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getSerializedTx()
optional bytes serialized_tx = 3; |
com.google.protobuf.ByteString |
getSignature()
optional bytes signature = 2; |
int |
getSignatureIndex()
optional uint32 signature_index = 1; |
boolean |
hasSerializedTx()
optional bytes serialized_tx = 3; |
boolean |
hasSignature()
optional bytes signature = 2; |
boolean |
hasSignatureIndex()
optional uint32 signature_index = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSignatureIndex()
optional uint32 signature_index = 1;
'signature' field contains signed input of this index
int getSignatureIndex()
optional uint32 signature_index = 1;
'signature' field contains signed input of this index
boolean hasSignature()
optional bytes signature = 2;
signature of the signature_index input
com.google.protobuf.ByteString getSignature()
optional bytes signature = 2;
signature of the signature_index input
boolean hasSerializedTx()
optional bytes serialized_tx = 3;
part of serialized and signed transaction
com.google.protobuf.ByteString getSerializedTx()
optional bytes serialized_tx = 3;
part of serialized and signed transaction
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.