Expand description
Common utilities to identify features and chains in the wallet-adapter standard.
Modules§
- chains
- Supported
chainsof the Solanawallet-adapterstandard - clusters
- Cluster identifiers for Solana
wallet-adapterstandard - feature_
support - Feature support struct
- signin_
standard - The Solana signin standard
solana:signInthewallet-adapter - standardized_
events - The Solana identifiers for standardized events of the
wallet-adapter
Structs§
- Semver
Version - Semver Versioning struct
- Wallet
Account Data - 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
- Wallet
Common Utils - Helper utilities
- Wallet
Data - Wallet information without any browser function calls for
wallet-adapterstandard operations
Enums§
- Wallet
Utils Error - 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§
- Public
KeyBytes - A 32 byte array representing a Public Key
- Signature
Bytes - A 64 byte array representing a Signature
- Wallet
Utils Result - Convenience type for
Result<T, WalletUtilsError>