Type alias CollectionSignedOfferInput

CollectionSignedOfferInput: {
    aprBps: Scalars["BigInt"];
    borrowerAddress: Scalars["Address"];
    capacity: Scalars["BigInt"];
    collectionId: Scalars["Int"];
    contractAddress: Scalars["Address"];
    duration: Scalars["BigInt"];
    expirationTime: Scalars["BigInt"];
    fee: Scalars["BigInt"];
    lenderAddress: Scalars["Address"];
    maxSeniorRepayment?: InputMaybe<Scalars["BigInt"]>;
    maxTrancheFloor?: InputMaybe<Scalars["BigInt"]>;
    offerHash: Scalars["Hash"];
    offerId: Scalars["BigInt"];
    offerValidators: OfferValidatorInput[];
    principalAddress: Scalars["Address"];
    principalAmount: Scalars["BigInt"];
    requiresLiquidation?: InputMaybe<Scalars["Boolean"]>;
    signature: Scalars["Signature"];
    signerAddress?: InputMaybe<Scalars["Address"]>;
}

Type declaration