ComputeQueryClient..::..Code Method

Get WASM bytecode and metadata for a code id

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

Syntax


public Task<ValueTuple<SecretCodeInfo, byte[]>> Code(
	ulong codeId,
	Metadata metadata
)

Parameters

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

Return Value

SecretCodeInfo.