# CoboWaas2.BabylonAirdropRegistration

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The registration ID, a unique identifier for tracking the airdrop registration. | [optional] 
**status** | [**BabylonRegistrationRequestStatus**](BabylonRegistrationRequestStatus.md) |  | [optional] 
**btc_address** | [**StakingSource**](StakingSource.md) |  | [optional] 
**babylon_address** | [**StakingSource**](StakingSource.md) |  | [optional] 
**airdrop_amount** | **String** | The actual airdrop amount allocated for this BTC address. | [optional] 
**error_message** | **String** | The detailed error message if the registration failed. | [optional] 
**created_timestamp** | **Number** | The time when the registration was created, in Unix timestamp format, measured in milliseconds. | [optional] 
**updated_timestamp** | **Number** | The time when the registration was updated, in Unix timestamp format, measured in milliseconds. | [optional] 


