mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17: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: {
|
||||
expiration: number
|
||||
withdrawalData: string,
|
||||
signedRelayerCommitment: string
|
||||
withdrawalData: `0x${string}`,
|
||||
signedRelayerCommitment: `0x${string}`
|
||||
}) {
|
||||
this.response.feeCommitment = feeCommitment;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user