Skip to main content
Class
final class StellarWallet

Instance Methods

sendTransaction(transaction:)

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

Type Aliases

StellarWallet.SpecificChain

Inherited from WalletOnChain.SpecificChain.
typealias SpecificChain = StellarChain

Type Methods

from(wallet:)

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