outpoint

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2018 License: BSD-2-Clause Imports: 5 Imported by: 42

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OutPoint

type OutPoint struct {
	Hash  util.Hash
	Index uint32
}

func NewDefaultOutPoint added in v0.0.2

func NewDefaultOutPoint() *OutPoint

func NewOutPoint

func NewOutPoint(hash util.Hash, index uint32) *OutPoint

func (*OutPoint) Decode

func (outPoint *OutPoint) Decode(reader io.Reader) (err error)

func (*OutPoint) Encode

func (outPoint *OutPoint) Encode(writer io.Writer) error

func (*OutPoint) EncodeSize

func (outPoint *OutPoint) EncodeSize() uint32

func (*OutPoint) IsNull

func (outPoint *OutPoint) IsNull() bool

func (*OutPoint) Serialize

func (outPoint *OutPoint) Serialize(writer io.Writer) error

func (*OutPoint) SerializeSize

func (outPoint *OutPoint) SerializeSize() uint32

func (*OutPoint) String

func (outPoint *OutPoint) String() string

func (*OutPoint) Unserialize

func (outPoint *OutPoint) Unserialize(reader io.Reader) (err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL