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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
BuildScript ( byte pubKeyHash ) : byte[]
PubKeyHash ( byte script, byte pubKeyHash ) : System

메소드 상세

FromScript() 공개 정적인 메소드

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

PubKeyHash() 공개 메소드

public PubKeyHash ( byte pubKeyHash ) : System
pubKeyHash byte
리턴 System

TryFromScript() 공개 정적인 메소드

public static TryFromScript ( byte script, PubKeyHash &pubKeyHash ) : bool
script byte
pubKeyHash PubKeyHash
리턴 bool