mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
squash with refactor clerer types
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { WithdrawalRelayerPayload } from "./request.js";
|
||||
import { FeeCommitment } from "./common.js";
|
||||
|
||||
export interface QuotetBody {
|
||||
/** Chain ID to process the request on */
|
||||
@@ -14,9 +14,5 @@ export interface QuotetBody {
|
||||
export interface QuoteResponse {
|
||||
baseFeeBPS: bigint,
|
||||
feeBPS: bigint,
|
||||
feeCommitment?: {
|
||||
expiration: number,
|
||||
withdrawalData: string
|
||||
signedRelayerCommitment: string
|
||||
}
|
||||
feeCommitment?: FeeCommitment
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user