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