Type Alias: CreateRfqPayload
type CreateRfqPayload = Omit<CreateRfqPayloadWire, "request" | "domain"> & object;
Defined in: packages/overcast-core/src/rfq/events.ts:296
CreateRfqPayloadWire with rich bigint option details. domain is
excluded: the RfqClient stamps the domain it is registered under.
Type Declaration
request
request:
| {
details: Partial<OptionDetails>;
expiry?: number;
}
| Bytes32;