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
NFTContract
This object describes the properties of an NFT contract
Signature
1
{
2
name
?:
string
;
3
description
?:
string
;
4
address
:
string
;
5
symbol
?:
string
;
6
url
?:
string
;
7
imageUrl
?:
string
;
8
type
?:
string
;
9
media
?:
string
;
10
}
Copied!
Parameters
Parameter
Required
Type
Description
name
False
String
The name of the contract / application
description
False
String
The description of the contract / application
address
True
String
The contract address (on the blockchain)
symbol
False
String
Symbol of the contract
url
False
String
The (external) URL of the contract / application
imageUrl
False
String
The image of the contract / application
type
False
String
The type of the contract, ex. ERC721/ERC1155
media
False
String
Media associated with this contract, ex. a youtube video
Function Reference
getNonfungibles
Previous
NFT
Next
NftTransferRequestDto
Last modified
1yr ago
Copy link
Contents
Signature
Parameters
Function Reference