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

Inheritance: OutputScript
Afficher le fichier Open project: btcsuite/Paymetheus

Méthodes publiques

Méthode Description
FromScript ( byte script ) : PubKeyHash
PubKeyHash ( byte pubKeyHash ) : System
TryFromScript ( byte script, PubKeyHash &pubKeyHash ) : bool

Private Methods

Méthode Description
BuildScript ( byte pubKeyHash ) : byte[]
PubKeyHash ( byte script, byte pubKeyHash ) : System

Method Details

FromScript() public static méthode

public static FromScript ( byte script ) : PubKeyHash
script byte
Résultat PubKeyHash

PubKeyHash() public méthode

public PubKeyHash ( byte pubKeyHash ) : System
pubKeyHash byte
Résultat System

TryFromScript() public static méthode

public static TryFromScript ( byte script, PubKeyHash &pubKeyHash ) : bool
script byte
pubKeyHash PubKeyHash
Résultat bool