accounts
Version:
Tempo Accounts SDK
9 lines • 458 B
TypeScript
import type * as Adapter from '../../Adapter.js';
import { mobileWebAuth } from './mobileWebAuth.js';
/** Creates the Tempo Wallet adapter using Wata mobile web auth. */
export declare function tempoWallet(options: tempoWallet.Options): Adapter.Adapter;
export declare namespace tempoWallet {
/** Options for {@link tempoWallet}. */
type Options = Omit<mobileWebAuth.BaseOptions, 'host' | 'name' | 'rdns'>;
}
//# sourceMappingURL=tempoWallet.d.ts.map