C# Class Paymetheus.Bitcoin.Script.OutputScript.PubKeyHash

Inheritance: OutputScript
Show file Open project: btcsuite/Paymetheus

Public Methods

Method Description
FromScript ( byte script ) : PubKeyHash
PubKeyHash ( byte pubKeyHash ) : System
TryFromScript ( byte script, PubKeyHash &pubKeyHash ) : bool

Private Methods

Method Description
BuildScript ( byte pubKeyHash ) : byte[]
PubKeyHash ( byte script, byte pubKeyHash ) : System

Method Details

FromScript() public static method

public static FromScript ( byte script ) : PubKeyHash
script byte
return PubKeyHash

PubKeyHash() public method

public PubKeyHash ( byte pubKeyHash ) : System
pubKeyHash byte
return System

TryFromScript() public static method

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