C# 클래스 Paymetheus.Bitcoin.Script.OutputScript.PubKey

상속: OutputScript
파일 보기 프로젝트 열기: btcsuite/Paymetheus

공개 메소드들

메소드 설명
FromScript ( byte script ) : PubKey
PubKey ( byte pubKey ) : System
TryFromScript ( byte script, PubKey &pubKey ) : bool

비공개 메소드들

메소드 설명
BuildScript ( byte pubKey ) : byte[]

메소드 상세

FromScript() 공개 정적인 메소드

public static FromScript ( byte script ) : PubKey
script byte
리턴 PubKey

PubKey() 공개 메소드

public PubKey ( byte pubKey ) : System
pubKey byte
리턴 System

TryFromScript() 공개 정적인 메소드

public static TryFromScript ( byte script, PubKey &pubKey ) : bool
script byte
pubKey PubKey
리턴 bool