SecretNetworkClient..::..PubkeyToAddress Method

Converts a PubKey to an address.

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

Syntax


public static string PubkeyToAddress(
	byte[] pubkeyBytes
)

Parameters

pubkeyBytes
Type: array<Byte>[]()[][]
The pubkey bytes.

Return Value

System.String.