CoinIdentifier
CoinIdentifier uniquely identifies a Coin.
Properties
| Name | Type | Description | Required |
|---|---|---|---|
| identifier | String | Identifier should be populated with a globally unique identifier of a Coin. In Bitcoin, this identifier would be transaction_hash:index. | True |
Example
{
"identifier": "0x2f23fd8cca835af21f3ac375bac601f97ead75f2e79143bdf71fe2c4be043e8f:1"
}