@ens:cointype.decode
Chain name of an ENSIP-11 coin type (the inverse of @cointype).
Returns: string
Syntax
Section titled “Syntax”@ens:cointype.decode(coinType)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
coinType |
number |
ENSIP-11 coin type (e.g. 60, 2147483658) |
Examples
Section titled “Examples”# Find out which chain a coin type belongs toset $chain @cointype.decode(2147483658)print $chain