Skip to content

Commit

Permalink
added isCoinbase field for UTXOs
Browse files Browse the repository at this point in the history
  • Loading branch information
lAmeR1 committed Jun 20, 2024
1 parent 1b8ca15 commit c92b194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions endpoints/get_utxos.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class UtxoModel(BaseModel):
amount: str = "11501593788",
scriptPublicKey: ScriptPublicKeyModel
blockDaaScore: str = "18867232"
isCoinbase: bool = False


class UtxoResponse(BaseModel):
Expand Down

0 comments on commit c92b194

Please sign in to comment.