SecretType
Enum that identifies the blockchain (secret type)
{
AETERNITY = 'AETERNITY',
AVAC = 'AVAC',
BITCOIN = 'BITCOIN',
BNB Chain = 'BSC',
ETHEREUM = 'ETHEREUM',
GOCHAIN = 'GOCHAIN',
HEDERA = 'HEDERA',
LITECOIN = 'LITECOIN',
TRON = 'TRON',
VECHAIN = 'VECHAIN',
NEO = 'NEO',
MATIC = 'MATIC',
IMX = 'IMX',
ARBITRUM (ONE) = 'ARBITRUM'
}
Parameter | Description |
AETERNITY | Value that represents the Aeternity blockchain |
AVAC | Value that represents the Avalance Contract chain (c-chain) |
BITCOIN | Value that represents the Bitcoin blockchain |
BSC | Value that represents the BNB Chain blockchain |
ETHEREUM | Value that represents the Ethereum blockchain |
GOCHAIN | Value that represents the Gochain blockchain |
HEDERA | Value that represents Hedera Hashgraph |
LITECOIN | Value that represents the Litecoin blockchain |
TRON | Value that represents the TRON blockchain |
VECHAIN | Value that represents the VeChain blockchain |
NEO | Value that represents the NEO blockchain |
MATIC | Value that represents the MATIC side chain |
IMX | Value that represents the ImmutableX chain |
ARBITRUM | Value that represents the Arbitrum One chain |
Last modified 3mo ago