Interface: CreateSolanaDepsParams
Defined in: web3/web3-solana/src/types.ts:46
Properties
Property | Type | Defined in |
---|---|---|
getActiveWalletAccountData | GetActiveWalletAccountData | web3/web3-solana/src/types.ts:47 |
getAddressByWalletAccount | (assetName , walletAccount ) => Promise <string > | web3/web3-solana/src/types.ts:50 |
getAsset | (assetName ) => Promise <Asset <undefined >> | web3/web3-solana/src/types.ts:54 |
getLedgerDevice? | GetLedgerDevice | web3/web3-solana/src/types.ts:55 |
getPrivateKey? | (assetName ) => Promise <{ privateKey : Bytes ; publicKey : Bytes ; }> | web3/web3-solana/src/types.ts:56 |
getRecentBlockHash | (commitment? ) => Promise <string > | web3/web3-solana/src/types.ts:59 |
getWalletAccountsData | () => Promise <Record <string , WalletAccountData >> | web3/web3-solana/src/types.ts:48 |
messageSigner | IMessageSignerModule <SolanaMessage > | web3/web3-solana/src/types.ts:67 |
sendRawTransaction | (assetName , rawTransaction , options ) => Promise <void > | web3/web3-solana/src/types.ts:60 |
simulationAPIBaseURL | string | web3/web3-solana/src/types.ts:65 |
transactionSigner | ITransactionSignerModule <SolanaUnsignedTransaction > | web3/web3-solana/src/types.ts:66 |
Methods
getAddress()
getAddress(
assetName
):Promise
<string
>
Defined in: web3/web3-solana/src/types.ts:49
Parameters
Parameter | Type |
---|---|
assetName | string |
Returns
Promise
<string
>