Skip to main content

entryPointHash

For the complete documentation index, see llms.txt

@midnight/ledger v8.0.3


@midnight/ledger / entryPointHash

Function: entryPointHash()

function entryPointHash(entryPoint): string;

주어진 컨트랙트 진입점의 (16진수 인코딩된) 해시를 계산합니다. composable contracts to reference the called contract's entry point ID in-circuit.

Parameters

entryPoint

string | Uint8Array<ArrayBufferLike>

Returns

string