OrderStruct: AssertHasSameField<RawOrderStruct, {
    YT: Address;
    expiry: BN;
    failSafeRate: offchainMath.FixedX18;
    lnImpliedRate: offchainMath.FixedX18;
    maker: Address;
    makingAmount: BN;
    nonce: BN;
    orderType: BN;
    permit: BytesLike;
    receiver: Address;
    salt: BN;
    token: Address;
}>

Type declaration

Generated using TypeDoc