Type Alias: SolanaMobileDeps
SolanaMobileDeps =
object
Defined in: web3/web3-solana/src/types.ts:96
Properties
Property | Type | Defined in |
---|---|---|
getPublicKey | () => Promise <SolPublicKey > | web3/web3-solana/src/types.ts:100 |
getSecretKey | (addressToSignWith ) => Promise <Bytes > | web3/web3-solana/src/types.ts:101 |
sendRawTransaction | (rawTransaction , options ) => Promise <void > | web3/web3-solana/src/types.ts:102 |
setActiveConnection? | (conn ) => Promise <void > | web3/web3-solana/src/types.ts:97 |
setPublicKey | (account ) => Promise <void > | web3/web3-solana/src/types.ts:99 |
showError? | (network , error ) => Promise <void > | web3/web3-solana/src/types.ts:98 |
simulateSolanaTransactions | (params ) => Promise <SolAggregatedTransactionSimulationResult > | web3/web3-solana/src/types.ts:106 |