public static interface WalletKitOuterClass.FinalizePsbtRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getAccount()
The name of the account to finalize the PSBT with. | 
| com.google.protobuf.ByteString | getAccountBytes()
The name of the account to finalize the PSBT with. | 
| com.google.protobuf.ByteString | getFundedPsbt()
A PSBT that should be signed and finalized. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getFundedPsbt()
A PSBT that should be signed and finalized. The PSBT must contain all required inputs, outputs, UTXO data and partial signatures of all other signers.
bytes funded_psbt = 1;java.lang.String getAccount()
The name of the account to finalize the PSBT with. If empty, the default wallet account is used.
string account = 5;com.google.protobuf.ByteString getAccountBytes()
The name of the account to finalize the PSBT with. If empty, the default wallet account is used.
string account = 5;