C# 클래스 LedgerWallet.Bip32EncodedKey

파일 보기 프로젝트 열기: LedgerHQ/ledger-dotnet-api

공개 메소드들

메소드 설명
Bip32EncodedKey ( byte bytes ) : System
ToBytes ( ) : byte[]
ToHex ( ) : string

메소드 상세

Bip32EncodedKey() 공개 메소드

public Bip32EncodedKey ( byte bytes ) : System
bytes byte
리턴 System

ToBytes() 공개 메소드

public ToBytes ( ) : byte[]
리턴 byte[]

ToHex() 공개 메소드

public ToHex ( ) : string
리턴 string