Type alias RentalContractChainRawDataType
RentalContractChainRawDataType: {
acceptanceType: any;
duration: any;
rentFee: any;
rentee: string | null;
renteeCancellationFee: any;
renter: string;
renterCanRevoke: boolean;
renterCancellationFee: any;
startBlock: number | null;
}
Type declaration
-
acceptanceType: any
-
duration: any
-
rentFee: any
-
rentee: string | null
-
renteeCancellationFee: any
-
renter: string
-
renterCanRevoke: boolean
-
renterCancellationFee: any
-
startBlock: number | null