forked from lthn/blockchain
18 lines
396 B
Markdown
18 lines
396 B
Markdown
|
|
|
||
|
|
|
||
|
|
# TransactionOutputModel
|
||
|
|
|
||
|
|
|
||
|
|
## Properties
|
||
|
|
|
||
|
|
| Name | Type | Description | Notes |
|
||
|
|
|------------ | ------------- | ------------- | -------------|
|
||
|
|
|**amount** | **Integer** | | [optional] |
|
||
|
|
|**globalIndex** | **Integer** | | [optional] |
|
||
|
|
|**isSpent** | **Boolean** | | [optional] |
|
||
|
|
|**minimumSigs** | **Integer** | | [optional] |
|
||
|
|
|**pubKeys** | **List<String>** | | [optional] |
|
||
|
|
|
||
|
|
|
||
|
|
|