UNPKG

solpay

Version:
4 lines (3 loc) 241 B
import { PublicKey, type ParsedTransactionWithMeta } from "@solana/web3.js"; import type { CoinType } from "./type"; export declare function parseTxBalanceChange(tx: ParsedTransactionWithMeta, owner: PublicKey, coin_type: CoinType): number;