Interface IOutput
- Namespace
- NLightning.Domain.Bitcoin.Outputs
- Assembly
- NLightning.Domain.dll
public interface IOutput
Properties
Amount
Gets the amount of the output.
LightningMoney Amount { get; }
Property Value
BitcoinScriptPubKey
Gets the scriptPubKey of the output.
BitcoinScript BitcoinScriptPubKey { get; }
Property Value
Index
Gets or sets the index of the output in the transaction.
uint Index { get; set; }
Property Value
RedeemBitcoinScript
Gets the redeemScript of the output, if applicable.
BitcoinScript RedeemBitcoinScript { get; }
Property Value
TransactionId
Gets or sets the transaction ID of the output.
TxId TransactionId { get; set; }
Property Value
Methods
CompareTo(IOutput?)
int CompareTo(IOutput? other)
Parameters
other
IOutput