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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
BuildScript ( byte scriptHash ) : byte[]
ScriptHash ( byte script, byte scriptHash ) : System

메소드 상세

FromScript() 공개 정적인 메소드

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

ScriptHash() 공개 메소드

public ScriptHash ( byte scriptHash ) : System
scriptHash byte
리턴 System

TryFromScript() 공개 정적인 메소드

public static TryFromScript ( byte script, ScriptHash &scriptHash ) : bool
script byte
scriptHash ScriptHash
리턴 bool