C# Class Paymetheus.Bitcoin.Transaction.OutPoint

Show file Open project: btcsuite/Paymetheus Class Usage Examples

Public Methods

Method Description
IsNull ( ) : bool
OutPoint ( Sha256Hash hash, uint index ) : Paymetheus.Bitcoin.Util
ToString ( ) : string

Method Details

IsNull() public method

public IsNull ( ) : bool
return bool

OutPoint() public method

public OutPoint ( Sha256Hash hash, uint index ) : Paymetheus.Bitcoin.Util
hash Sha256Hash
index uint
return Paymetheus.Bitcoin.Util

ToString() public method

public ToString ( ) : string
return string