ComputeQueryClient..::..GetCodeHashByCodeId Method

Get codeHash from a code id

Namespace:  SecretNET.Query
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public Task<string> GetCodeHashByCodeId(
	ulong codeId,
	Metadata metadata
)

Parameters

codeId
Type: UInt64
The code identifier.
metadata
Type: Metadata
The metadata.

Return Value

System.String.