transaction

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: May 26, 2019 License: LGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TransactionIntent

type TransactionIntent struct {
	Fr   []byte        `json:"from"`
	To   []byte        `json:"to"`
	Seq  *math.Uint256 `json:"seq"`
	Amt  *math.Uint256 `json:"amt"`
	Meta []byte        `json:"meta"`
}

func (*TransactionIntent) Bytes

func (tx *TransactionIntent) Bytes() []byte

type TransactionState

type TransactionState struct {
	TxHash []byte `json:"transaction_hash"`
	// [][]byte?
	ActionRoot []byte `json:"action_root_hash"`
	// [][]byte?
	ProofRoot []byte `json:"proof_root_hash"`
}

type TransactionStates

type TransactionStates struct {
	ContractId []byte `json:"contract_id"`
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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