We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63cd010 commit 6f29b31Copy full SHA for 6f29b31
proto/cusf/mainchain/v1/wallet.proto
@@ -255,6 +255,12 @@ message ListUnspentOutputsResponse {
255
// An internal output is one that was created by the wallet itself
256
// as change output for a transaction.
257
bool is_internal = 4;
258
+
259
+ bool is_confirmed = 5;
260
+ uint32 confirmed_at_block = 6;
261
+ google.protobuf.Timestamp confirmed_at_time = 7;
262
+ cusf.common.v1.ReverseHex confirmed_transitively = 8;
263
+ google.protobuf.Timestamp unconfirmed_last_seen = 9;
264
}
265
266
0 commit comments