SolanaExtension
methodsolana
moduleProperty | Type | Description |
---|---|---|
getClient | (props: { wallet: Wallet }) => ISolanaSigner | Crate a Signer for the wallet that allows for sign messages and transactions. |
getConnection | (connectionConfig?: ConnectionConfig | Commitment) => Connection | Create a @solana/web3.js Connection object to query the blockchain. Accepts an same argument that is Solana’s Connection class second argument. |
ISolanaExtension
type