payload

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2018 License: LGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const BookkeeperPayloadVersion byte = 0x00

Variables

This section is empty.

Functions

This section is empty.

Types

type Bookkeeper

type Bookkeeper struct {
	PubKey keypair.PublicKey
	Action BookkeeperAction
	Cert   []byte
	Issuer keypair.PublicKey
}

Bookkeeper is an implementation of transaction payload for consensus bookkeeper list modification

func (*Bookkeeper) Deserialize

func (self *Bookkeeper) Deserialize(r io.Reader) error

Deserialize deserialize Bookkeeper from io.Reader

func (*Bookkeeper) Serialize

func (self *Bookkeeper) Serialize(w io.Writer) error

Serialize serialize Bookkeeper into io.Writer

type BookkeeperAction

type BookkeeperAction byte
const (
	BookkeeperAction_ADD BookkeeperAction = 0
	BookkeeperAction_SUB BookkeeperAction = 1
)

type DeployCode

type DeployCode struct {
	Code        []byte
	NeedStorage bool
	Name        string
	Version     string
	Author      string
	Email       string
	Description string
}

DeployCode is an implementation of transaction payload for deploy smartcontract

func (*DeployCode) Deserialize

func (dc *DeployCode) Deserialize(r io.Reader) error

func (*DeployCode) Serialize

func (dc *DeployCode) Serialize(w io.Writer) error

func (*DeployCode) ToArray

func (dc *DeployCode) ToArray() []byte

type InvokeCode

type InvokeCode struct {
	Code []byte
}

InvokeCode is an implementation of transaction payload for invoke smartcontract

func (*InvokeCode) Deserialize

func (self *InvokeCode) Deserialize(r io.Reader) error

func (*InvokeCode) Serialize

func (self *InvokeCode) Serialize(w io.Writer) error

Jump to

Keyboard shortcuts

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