Type alias SingleNftOfferInput

SingleNftOfferInput: {
    aprBps: Scalars["BigInt"];
    borrowerAddress: Scalars["Address"];
    capacity: Scalars["BigInt"];
    contractAddress: Scalars["Address"];
    duration: Scalars["BigInt"];
    expirationTime: Scalars["BigInt"];
    fee: Scalars["BigInt"];
    lenderAddress: Scalars["Address"];
    maxSeniorRepayment?: InputMaybe<Scalars["BigInt"]>;
    maxTrancheFloor?: InputMaybe<Scalars["BigInt"]>;
    nftId: Scalars["Int"];
    offerValidators: OfferValidatorInput[];
    principalAddress: Scalars["Address"];
    principalAmount: Scalars["BigInt"];
    requiresLiquidation?: InputMaybe<Scalars["Boolean"]>;
    signerAddress?: InputMaybe<Scalars["Address"]>;
}

Type declaration