Function opSha1ChipLimits
- opSha1ChipLimits<State>(__namedParameters?): Operation<State>
Parameters
__namedParameters: {
sha1: {
hash: ((input) => Uint8Array) & ((input) => Uint8Array);
};
} = ...
sha1: {
hash: ((input) => Uint8Array) & ((input) => Uint8Array);
}
hash: ((input) => Uint8Array) & ((input) => Uint8Array)