Type alias GenerateRenegotiationOfferHashMutation
GenerateRenegotiationOfferHashMutation: {
__typename?: "Mutation";
offer: {
__typename?: "Renegotiation";
loanId: bigint;
renegotiationId: bigint;
offerHash?: Hash | null;
lenderAddress?: Address | null;
signerAddress?: Address | null;
nft: {
__typename?: "NFT";
tokenId: bigint;
collection?: {
__typename?: "Collection";
contractData: {
__typename?: "ContractData";
contractAddress: Address;
};
} | null;
};
};
}
Type declaration
-
Optional
__typename?: "Mutation"
-
offer: {
__typename?: "Renegotiation";
loanId: bigint;
renegotiationId: bigint;
offerHash?: Hash | null;
lenderAddress?: Address | null;
signerAddress?: Address | null;
nft: {
__typename?: "NFT";
tokenId: bigint;
collection?: {
__typename?: "Collection";
contractData: {
__typename?: "ContractData";
contractAddress: Address;
};
} | null;
};
}
-
Optional
__typename?: "Renegotiation"
-
loanId: bigint
-
renegotiationId: bigint
-
Optional
offerHash?: Hash | null
-
Optional
lenderAddress?: Address | null
-
Optional
signerAddress?: Address | null
-
nft: {
__typename?: "NFT";
tokenId: bigint;
collection?: {
__typename?: "Collection";
contractData: {
__typename?: "ContractData";
contractAddress: Address;
};
} | null;
}
-
Optional
__typename?: "NFT"
-
tokenId: bigint
-
Optional
collection?: {
__typename?: "Collection";
contractData: {
__typename?: "ContractData";
contractAddress: Address;
};
} | null