UNPKG

wallets-wrapper

Version:

How to install

4 lines (3 loc) 394 B
import { StellarTransaction } from '@trezor/connect-web'; import { StellarCoins } from '../../models'; export declare const signInStellar: (coin: StellarCoins, transaction: StellarTransaction, networkPassphrase: string) => Promise<import("@trezor/connect-web").Unsuccessful | import("@trezor/connect-web").Success<import("@trezor/connect/lib/types/api/pushTransaction").PushedTransaction>>;