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
ContractReadResponse
Data structure returned when performing a contract read on a blockchain
Signature
1
{
2
type
!:
string
,
3
value
!:
any
4
}
Copied!
Parameters
Parameter
Required
Type
Description
type
True
String
The type of the requested output
value
True
Any
The value of the requested output
Example
1
{
2
"type"
:
"uint256"
,
3
"value"
:
4
4
}
Copied!
Function Types
readContract
Previous
ContractReadRequest
Next
Eip712SignRequestDto
Last modified
21d ago
Copy link
Contents
Signature
Parameters
Example
Function Types