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

Inheritance: OutputScript
Show file Open project: btcsuite/Paymetheus

Public Methods

Method Description
FromScript ( byte script ) : PubKey
PubKey ( byte pubKey ) : System
TryFromScript ( byte script, PubKey &pubKey ) : bool

Private Methods

Method Description
BuildScript ( byte pubKey ) : byte[]

Method Details

FromScript() public static method

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

PubKey() public method

public PubKey ( byte pubKey ) : System
pubKey byte
return System

TryFromScript() public static method

public static TryFromScript ( byte script, PubKey &pubKey ) : bool
script byte
pubKey PubKey
return bool