C# Class LedgerWallet.LedgerEncodedKey

Datei anzeigen Open project: LedgerHQ/ledger-dotnet-api

Public Methods

Method Description
LedgerEncodedKey ( byte key ) : System
ToBytes ( ) : byte[]
ToHex ( ) : string

Method Details

LedgerEncodedKey() public method

public LedgerEncodedKey ( byte key ) : System
key byte
return System

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

ToHex() public method

public ToHex ( ) : string
return string