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:

ParameterDescription
AETERNITYValue that represents the Aeternity blockchain
AVACValue that represents the Avalance Contract chain (c-chain)
BITCOINValue that represents the Bitcoin blockchain
BSCValue that represents the BNB Chain blockchain
ETHEREUMValue that represents the Ethereum blockchain
GOCHAINValue that represents the Gochain blockchain
HEDERAValue that represents Hedera Hashgraph
LITECOINValue that represents the Litecoin blockchain
VECHAINValue that represents the VeChain blockchain
NEOValue that represents the NEO blockchain
MATICValue that represents the MATIC side chain
IMXValue that represents the ImmutableX chain
ARBITRUMValue that represents the Arbitrum One chain
BASEValue that represents the BASE blockchain
XPLAValue that represents the XPLA blockchain