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