Table of Contents

Class Base58

Namespace
FoundationaLLM.Common.Utils
Assembly
FoundationaLLM.Common.dll
public static class Base58
Inheritance
Base58
Inherited Members

Methods

Encode(byte[])

public static string Encode(byte[] input)

Parameters

input byte[]

Returns

string

TryDecode(string, byte[], out int)

public static bool TryDecode(string input, byte[] bytes, out int numBytesWritten)

Parameters

input string
bytes byte[]
numBytesWritten int

Returns

bool