Skip to main content
Class
final class SolanaWallet

Instance Methods

sendTransaction(transaction:)

func sendTransaction(transaction: String) async throws(TransactionError) -> TransactionSummary

sendTransaction(transaction:)

func sendTransaction(transaction: String) async throws(TransactionError) -> Transaction

Type Aliases

SolanaWallet.SpecificChain

Inherited from WalletOnChain.SpecificChain.
typealias SpecificChain = SolanaChain

Type Methods

from(wallet:)

static func from(wallet: Wallet) throws(WalletError) -> SolanaWallet