consumeUserResourcePercent property

int? consumeUserResourcePercent
final

The same as User Pay Ratio. The percentage of resources specified for users who use this contract. This field accepts integers between 0, 100. If it is 0, it means the user does not consume resources until the developer resources are exhausted. However, it is strongly recommended to set the value between 1 and 99 (inclusive). This is prevent the contract developer from potential malicious infinite loop time out attacks.

Implementation

final int? consumeUserResourcePercent;