UNPKG

@tiplink/api

Version:

Api for creating and sending TipLinks

5 lines (4 loc) 1.03 kB
import { EscrowTipLink, getEscrowReceiverTipLink } from "./EscrowTipLink"; import { PRIO_FEES_LAMPORTS, ESCROW_PROGRAM_ID } from "./constants"; import { parseEscrowIx, parseEscrowTx, getAllRecordedEscrowActions, EscrowActionType, EscrowActionDepositLamport, EscrowActionWithdrawLamport, EscrowActionDepositSpl, EscrowActionWithdrawSpl, EscrowAction, RecordedEscrowAction, serializeRecordedEscrowActions, deserializeRecordedEscrowActions, getRecordedEscrowActionsFromVault, getRecordedEscrowActionsFromTx, DepositEvent, WithdrawEvent } from "./escrow-parsing"; export { EscrowTipLink, getEscrowReceiverTipLink, PRIO_FEES_LAMPORTS, ESCROW_PROGRAM_ID, parseEscrowIx, parseEscrowTx, getAllRecordedEscrowActions, EscrowActionType, EscrowActionDepositLamport, EscrowActionWithdrawLamport, EscrowActionDepositSpl, EscrowActionWithdrawSpl, EscrowAction, RecordedEscrowAction, serializeRecordedEscrowActions, deserializeRecordedEscrowActions, getRecordedEscrowActionsFromVault, getRecordedEscrowActionsFromTx, DepositEvent, WithdrawEvent, };