SecretType
Enum that identifies the blockchain (secret type).
Signature:
{
AETERNITY = 'AETERNITY',
AVAC = 'AVAC',
BITCOIN = 'BITCOIN',
BNB Chain = 'BSC',
ETHEREUM = 'ETHEREUM',
GOCHAIN = 'GOCHAIN',
HEDERA = 'HEDERA',
LITECOIN = 'LITECOIN',
VECHAIN = 'VECHAIN',
NEO = 'NEO',
MATIC = 'MATIC',
IMX = 'IMX',
ARBITRUM (ONE) = 'ARBITRUM',
BASE = 'BASE',
XPLA = 'XPLA'
}
Values:
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 |
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 |
BASE | Value that represents the BASE blockchain |
XPLA | Value that represents the XPLA blockchain |
Updated 8 months ago