Arkane Widget
Arkane Widget
Home
Pricing
Your Wallet
Arkane Widget
Arkane Widget
👋 Introduction
📦 Web3 Provider
Getting Started
Power of the Widget
📦 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
Sign a message
Sign an EIP712 message
Call a contract
Missing a feature?
⚙️ Widget Advanced
Initializing options
Function Reference
Object Reference
ArkaneSubProviderOptions
ConstructorOptions
WindowMode
PopupOptions
PopupResult
AuthenticationOptions
AuthenticationResult
AuthenticationInstance
Profile
SecretType
Account
Wallet
WalletBalance
TokenBalance
Signer
SignerResult
TransferRequestDto
TokenTransferRequestDto
NftTransferRequestDto
GasTransferRequestDto
ContractExecutionDto
RedirectOptions
MessageSignRequestDto
Eip712SignRequestDto
TxStatusResult
NFT
NFTContract
Trait
WalletItems
🌊 Deep Dive
Authentication
Contract calls
Environments & networks
Powered by GitBook

PopupResult

Signature

{
status: 'SUCCESS' | 'ABORTED' | 'FAILED',
result?: any,
errors?: any[]
}
Previous
PopupOptions
Next
AuthenticationOptions
Last updated 8 months ago