mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 17:37:58 -05:00
feat: settled quote types as 0xStrings
This commit is contained in:
@@ -44,8 +44,8 @@ export class QuoteMarshall extends RelayerMarshall {
|
|||||||
|
|
||||||
addFeeCommitment(feeCommitment: {
|
addFeeCommitment(feeCommitment: {
|
||||||
expiration: number
|
expiration: number
|
||||||
withdrawalData: string,
|
withdrawalData: `0x${string}`,
|
||||||
signedRelayerCommitment: string
|
signedRelayerCommitment: `0x${string}`
|
||||||
}) {
|
}) {
|
||||||
this.response.feeCommitment = feeCommitment;
|
this.response.feeCommitment = feeCommitment;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user