Skip to content

Commit 197e7b7

Browse files
committed
wallet: more ListUnspent details
1 parent ef39dfd commit 197e7b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proto/cusf/mainchain/v1/wallet.proto

+4
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@ message ListUnspentOutputsResponse {
249249
// An internal output is one that was created by the wallet itself
250250
// as change output for a transaction.
251251
bool is_internal = 4;
252+
253+
bool is_confirmed = 5;
254+
uint32 confirmed_at_block = 6;
255+
google.protobuf.Timestamp confirmed_at_time = 7;
252256
}
253257

254258

0 commit comments

Comments
 (0)