BuildCancelOrderSigningPayloadArgs: CommonRequired & CommonOverrides & {
    market: Address | SupportedMarket;
    maxFee: bigint;
    orderId: bigint;
}

Type declaration