Skip to main content

Crate wallet_adapter_common

Crate wallet_adapter_common 

Source
Expand description

Common utilities to identify features and chains in the wallet-adapter standard.

Modules§

chains
Supported chains of the Solana wallet-adapter standard
clusters
Cluster identifiers for Solana wallet-adapter standard
feature_support
Feature support struct
signin_standard
The Solana signin standard solana:signIn the wallet-adapter
standardized_events
The Solana identifiers for standardized events of the wallet-adapter

Structs§

SemverVersion
Semver Versioning struct
WalletAccountData
A data URI containing a base64-encoded SVG, WebP, PNG, or GIF image. NOTE that this does not contain the browser functions that would be called to perform operations
WalletCommonUtils
Helper utilities
WalletData
Wallet information without any browser function calls for wallet-adapter standard operations

Enums§

WalletUtilsError
Errors for this crate

Constants§

WALLET_STANDARD_VERSION
The Version of the Wallet Standard currently implemented. This may be used by the app to determine compatibility and feature detect.

Type Aliases§

PublicKeyBytes
A 32 byte array representing a Public Key
SignatureBytes
A 64 byte array representing a Signature
WalletUtilsResult
Convenience type for Result<T, WalletUtilsError>