@heliofi/evm-adapter
Advanced tools
Comparing version 0.0.31-beta to 0.0.32-beta
@@ -0,1 +1,2 @@ | ||
import { RecipientAndAmount } from './types'; | ||
export type PaymentEvent = { | ||
@@ -16,2 +17,19 @@ sender: string; | ||
}; | ||
export type SplitPaymentEvent = { | ||
sender: string; | ||
recipient: string; | ||
tokenAddress: string; | ||
transferAmount: bigint; | ||
feeAmount: bigint; | ||
splitData: RecipientAndAmount[]; | ||
transactionDbId: string; | ||
}; | ||
export type SplitEthPaymentEvent = { | ||
sender: string; | ||
recipient: string; | ||
transferAmount: bigint; | ||
feeAmount: bigint; | ||
splitData: RecipientAndAmount[]; | ||
transactionDbId: string; | ||
}; | ||
export declare enum EventName { | ||
@@ -18,0 +36,0 @@ PAYMENT = "Payment", |
{ | ||
"name": "@heliofi/evm-adapter", | ||
"version": "0.0.31-beta", | ||
"version": "0.0.32-beta", | ||
"description": "API to interact with Helio Finances program on EVM chains.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
84148
1738
0