C# Class LedgerWallet.LedgerWalletFirmware

ファイルを表示 Open project: LedgerHQ/ledger-dotnet-api

Public Methods

Method Description
LedgerWalletFirmware ( byte bytes ) : System
LedgerWalletFirmware ( int major, int minor, int patch, bool compressedKeys ) : System
ToString ( ) : string

Method Details

LedgerWalletFirmware() public method

public LedgerWalletFirmware ( byte bytes ) : System
bytes byte
return System

LedgerWalletFirmware() public method

public LedgerWalletFirmware ( int major, int minor, int patch, bool compressedKeys ) : System
major int
minor int
patch int
compressedKeys bool
return System

ToString() public method

public ToString ( ) : string
return string