public static interface WalletKitOuterClass.SignPsbtResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getSignedInputs(int index)
The indices of signed inputs.
|
int |
getSignedInputsCount()
The indices of signed inputs.
|
java.util.List<java.lang.Integer> |
getSignedInputsList()
The indices of signed inputs.
|
com.google.protobuf.ByteString |
getSignedPsbt()
The signed transaction in PSBT format.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getSignedPsbt()
The signed transaction in PSBT format.
bytes signed_psbt = 1;java.util.List<java.lang.Integer> getSignedInputsList()
The indices of signed inputs.
repeated uint32 signed_inputs = 2;int getSignedInputsCount()
The indices of signed inputs.
repeated uint32 signed_inputs = 2;int getSignedInputs(int index)
The indices of signed inputs.
repeated uint32 signed_inputs = 2;index - The index of the element to return.