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