- Preparing search index...
- The search index is not available
ternoa-js
Type alias RentalContractDataType
RentalContractDataType: { acceptanceList: string[]; acceptanceType: AcceptanceAction; creationBlock: number; creationBlockDate: Date; duration: DurationType; rentFee: string | number; rentFeeRounded: number; rentFeeType: RentFeeAction; rentee: string | null; renteeCancellationFee: string | number | null; renteeCancellationFeeRounded: number | null; renteeCancellationFeeType: CancellationFeeAction; renter: string; renterCanRevoke: boolean; renterCancellationFee: string | number | null; renterCancellationFeeRounded: number | null; renterCancellationFeeType: CancellationFeeAction; startBlock: number | null; startBlockDate: Date | null; }
Type declaration
-
acceptanceList: string[]
-
acceptanceType: AcceptanceAction
-
creationBlock: number
-
creationBlockDate: Date
-
-
rentFee: string | number
-
rentFeeRounded: number
-
rentFeeType: RentFeeAction
-
rentee: string | null
-
renteeCancellationFee: string | number | null
-
renteeCancellationFeeRounded: number | null
-
renteeCancellationFeeType: CancellationFeeAction
-
renter: string
-
renterCanRevoke: boolean
-
renterCancellationFee: string | number | null
-
renterCancellationFeeRounded: number | null
-
renterCancellationFeeType: CancellationFeeAction
-
startBlock: number | null
-
startBlockDate: Date | null