types

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QCPInfo

type QCPInfo struct {
	ChainId     string        `json:"chain_id""`
	SequenceOut int64         `json:"sequence_out""`
	SequenceIn  int64         `json:"sequence_in""`
	PubKey      crypto.PubKey `json:"pub_key""`
	OutTxs      []txs.TxQcp   `json:"txs""`
}

func NewQCPInfo

func NewQCPInfo(chainId string, sequenceOut int64, sequenceIn int64, pubKey crypto.PubKey, txs []txs.TxQcp) *QCPInfo

Jump to

Keyboard shortcuts

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