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

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

Méthodes publiques

Méthode Description
FromScript ( byte script ) : PubKey
PubKey ( byte pubKey ) : System
TryFromScript ( byte script, PubKey &pubKey ) : bool

Private Methods

Méthode Description
BuildScript ( byte pubKey ) : byte[]

Method Details

FromScript() public static méthode

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

PubKey() public méthode

public PubKey ( byte pubKey ) : System
pubKey byte
Résultat System

TryFromScript() public static méthode

public static TryFromScript ( byte script, PubKey &pubKey ) : bool
script byte
pubKey PubKey
Résultat bool