UNPKG

@ledgerhq/coin-stacks

Version:
8 lines 360 B
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