Skip to main content

Function: classicAccount()

classicAccount(opts?): AccountAdapter
Defined in: packages/accounts/src/classic/classic-account.ts:48 Classic (G...) account adapter - the strangler extraction of the dashboard’s web3-stellar/{sign,onboard,wallet}.ts behind the core AccountAdapter port. Holds no key material: both the onboarding tx and the auth-entry are signed inside the wallet via the injected BuckspaySigner.

Parameters

opts?

ClassicAccountOptions = {}

Returns

AccountAdapter