Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransactionInput ¶
type TransactionInput struct { TransactionId []byte Index int // contains filtered or unexported fields }
func (TransactionInput) Clone ¶
func (tx TransactionInput) Clone() TransactionInput
func (TransactionInput) EqualTo ¶
func (tx TransactionInput) EqualTo(other TransactionInput) bool
func (TransactionInput) LessThan ¶
func (tx TransactionInput) LessThan(other TransactionInput) bool
func (TransactionInput) String ¶
func (tx TransactionInput) String() string
Click to show internal directories.
Click to hide internal directories.