bluefin_api 1.5.0

Bluefin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# AccountAuthorizationRequestSignedFields

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_address** | **String** | The account address of the parent account that is authorizing/deauthorizing this account | 
**authorized_account_address** | **String** | The address of the account that should be authorized/deauthorized | 
**salt** | **String** | The random generated salt. Should always be a number | 
**ids_id** | **String** | the ID of the internal datastore for the target network | 
**signed_at_millis** | **i64** | The timestamp when the request was signed | 

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