Global

Type Definitions

object

# FaceLoginResponse

Response of login

Properties:
Name Type Description
wallet object

Wallet information

id string

Unique wallet id.

address string

Wallet's address.

ecdsaPublicKey string

Encrypted using ecdsa algorithm public key.

eddsaPublicKey string

Encrypted using eddsa algorithm public key.

faceUserId string

Unique user ID using on Face Wallet.

View Source utils/types.ts, line 2

object

# Network

Blockchain networks

Properties:
Name Type Description
ETHEREUM string

ethereum network

GOERLI string

goerli network

POLYGON string

polygon network

MUMBAI string

mumbai network

BNB_SMART_CHAIN string

bnb_smart_chain network

BNB_SMART_CHAIN_TESTNET string

bnb_smart_chain_testnet network

KLAYTN string

klaytn network

BAOBAB string

baobab network

SOLANA string

solana network

SOLANA_DEVNET string

solana_devnet network

NEAR string

near network

NEAR_TESTNET string

near_testnet network

BORA string

bora network

BORA_TESTNET string

bora_testnet network

View Source utils/types.ts, line 13