Venly Widget
Home
Pricing
Your Wallet
Search…
Venly Widget
👋
Introduction
📦
Web3 Provider
Getting Started
Power of the Widget
Switching Networks
📦
Widget
Getting started
Initializing the widget
Retrieve user profile
Retrieve user wallets
Retrieve wallet balance
Retrieve a user account
Retrieve token balance
Retrieve non-fungible tokens
Transfer a native token
Transfer a fungible token
Transfer a non-fungible token
Execute transaction
Sign a message
Sign an EIP712 message
Call a contract
⚙️ Widget Advanced
Initializing options
Function Reference
Object Reference
Account
AuthenticationOptions
AuthenticationResult
ConstructorOptions
ContractExecutionDto
ContractReadRequest
ContractReadResponse
Eip712SignRequestDto
GasTransferRequestDto
HederaTokenAssociationRequest
ImportWalletRequest
KeycloakInstance
MessageSignRequestDto
NFT
NFTContract
NftTransferRequestDto
PopupOptions
PopupResult
Profile
SecretType
Signer
SignerResult
RedirectOptions
TokenBalance
TokenTransferRequestDto
Trait
TransferRequestDto
TxStatusResult
VenlySubProviderOptions
Wallet
WalletBalance
WalletItems
WindowMode
🌊
Deep Dive
Authentication
Chain specific fields
Environments & networks
Powered By
GitBook
SecretType
Enum that identifies the blockchain (secret type)
Signature
1
{
2
AETERNITY
=
'AETERNITY'
,
3
AVAC
=
'AVAC'
,
4
BITCOIN
=
'BITCOIN'
,
5
BSC
=
'BSC'
,
6
ETHEREUM
=
'ETHEREUM'
,
7
GOCHAIN
=
'GOCHAIN'
,
8
HEDERA
=
'HEDERA'
,
9
LITECOIN
=
'LITECOIN'
,
10
TRON
=
'TRON'
,
11
VECHAIN
=
'VECHAIN'
,
12
NEO
=
'NEO'
,
13
MATIC
=
'MATIC'
,
14
}
Copied!
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 Binance Smart 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
Previous
Profile
Next
Signer
Last modified
8mo ago
Copy link
Contents
Signature
Values