- Preparing search index...
- The search index is not available
ternoa-js
Type alias RentalContractDataType
Rental
ContractDataType: {
acceptanceList: string[];
acceptanceType: AcceptanceAction;
duration: Rent.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
-
-
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