UNPKG

@heliofi/evm-adapter

Version:

API to interact with Helio Finances program on EVM chains.

9 lines (8 loc) 169 B
export type RecipientAndAmount = { recipient: string; amount: bigint; }; export type PaymentRequest = { transactonDbId: string; tokenAddress: string; };