ethereal_rust_sdk 0.1.9

Trading client for Ethereal exchange
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RefreshLinkedSignerDtoData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**subaccount_id** | [**uuid::Uuid**]uuid::Uuid.md | Id representing the registered subaccount | 
**sender** | **String** | Address of account that created the signature in this message | 
**subaccount** | **String** | Bytes32 encoded subaccount name (0x prefix, zero padded) | 
**signer** | **String** | Address of signer to refresh | 
**nonce** | **String** | Message nonce timestamp (nanoseconds since Unix Epoch) | 
**signed_at** | **i32** | Message signedAt current timestamp (seconds since Unix Epoch) | 

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