SecretNetworkClient..::..BytesToAddress Method

Get the address from bytes (bech32).

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

Syntax


public static string BytesToAddress(
	byte[] addressBytes,
	string prefix
)

Parameters

addressBytes
Type: array<Byte>[]()[][]
The address bytes.
prefix
Type: String
The prefix.

Return Value

System.String.