Type alias AuthenticationProgramStateResourceLimitsBCHCHIPs

AuthenticationProgramStateResourceLimitsBCHCHIPs: {
    hashDigestIterations: number;
    repeatedBytes: number;
}

Type declaration

  • hashDigestIterations: number

    An unsigned integer counter use to count the total number of hash digest iterations that required during this evaluation.

  • repeatedBytes: number

    An unsigned integer counter used by OP_UNTIL to prevent excessive use of loops.

Generated using TypeDoc