Type Alias: SolanaDeps
SolanaDeps =
object
Defined in: web3/web3-solana/src/types.ts:70
Properties
Property | Type | Defined in |
---|---|---|
getActiveWalletAccountData | GetActiveWalletAccountData | web3/web3-solana/src/types.ts:83 |
getLatestBlockhash | (commitment? ) => Promise <SolBlockhash > | web3/web3-solana/src/types.ts:78 |
getPublicKey | (walletAccount? ) => Promise <{ toBase58 : SolPublicKey ["toBase58" ]; }> | web3/web3-solana/src/types.ts:71 |
getWalletAccountsData | () => Promise <Record <string , WalletAccountData >> | web3/web3-solana/src/types.ts:84 |
messageSigner | IMessageSignerModule <SolanaMessage > | web3/web3-solana/src/types.ts:85 |
sendRawTransaction | (rawTransaction , options ) => Promise <void > | web3/web3-solana/src/types.ts:74 |
simulateSolanaTransactions | (params ) => Promise <SolAggregatedTransactionSimulationResult > | web3/web3-solana/src/types.ts:79 |
transactionSigner | ITransactionSignerModule <SolanaUnsignedTransaction > | web3/web3-solana/src/types.ts:82 |