Skip to content

Commit 6f29b31

Browse files
committed
wallet: more ListUnspent details
1 parent 63cd010 commit 6f29b31

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

proto/cusf/mainchain/v1/wallet.proto

+6
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,12 @@ message ListUnspentOutputsResponse {
255255
// An internal output is one that was created by the wallet itself
256256
// as change output for a transaction.
257257
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;
258264
}
259265

260266

0 commit comments

Comments
 (0)