@ledgerhq/coin-stacks
Version:
Ledger Stacks Coin integration
8 lines • 360 B
TypeScript
import { Account, TokenAccount } from "@ledgerhq/types-live";
import { Transaction } from "../../types";
/**
* Helper to get a subaccount from its id
* Used to identify if a transaction is for a token account
*/
export declare const getSubAccount: (account: Account, transaction: Transaction) => TokenAccount | undefined;
//# sourceMappingURL=token.d.ts.map