cryptoapis 1.3.0

Rust library/SDK for Crypto APIs 2.0
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ListUnspentTransactionOutputsByAddressRiBlockchainSpecificVShieldedSpend

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**anchor** | **String** | Defines a Merkle tree root of a note commitment tree which uniquely identifies a note commitment tree state given the assumed security properties of the Merkle tree’s hash function. | 
**cv** | **String** | Defines a value commitment to the value of the input note. | 
**nullifier** | **String** | Represents a sequence of nullifiers of the input notes. | 
**proof** | **String** | Represents the proof. | 
**rk** | **String** | Represents the randomized validating key for spendAuthSig. | 
**spend_auth_sig** | **String** | Used to prove knowledge of the spending key authorizing spending of an input note. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)