protobuf

package
v0.0.0-...-8eba57f Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2022 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_messagel_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ByteArrayL

type ByteArrayL struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ByteArrayL) Descriptor deprecated

func (*ByteArrayL) Descriptor() ([]byte, []int)

Deprecated: Use ByteArrayL.ProtoReflect.Descriptor instead.

func (*ByteArrayL) GetData

func (x *ByteArrayL) GetData() []byte

func (*ByteArrayL) ProtoMessage

func (*ByteArrayL) ProtoMessage()

func (*ByteArrayL) ProtoReflect

func (x *ByteArrayL) ProtoReflect() protoreflect.Message

func (*ByteArrayL) Reset

func (x *ByteArrayL) Reset()

func (*ByteArrayL) String

func (x *ByteArrayL) String() string

type ProtoAccountBaseL

type ProtoAccountBaseL struct {
	Version     *uint32     `protobuf:"varint,1,opt,name=version,proto3,oneof" json:"version,omitempty"`
	Balance     *ByteArrayL `protobuf:"bytes,2,opt,name=balance,proto3,oneof" json:"balance,omitempty"`
	Nonce       *uint64     `protobuf:"varint,3,opt,name=nonce,proto3,oneof" json:"nonce,omitempty"`
	Codehash    []byte      `protobuf:"bytes,4,opt,name=codehash,proto3,oneof" json:"codehash,omitempty"`
	Storageroot []byte      `protobuf:"bytes,5,opt,name=storageroot,proto3,oneof" json:"storageroot,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoAccountBaseL) Descriptor deprecated

func (*ProtoAccountBaseL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoAccountBaseL.ProtoReflect.Descriptor instead.

func (*ProtoAccountBaseL) GetBalance

func (x *ProtoAccountBaseL) GetBalance() *ByteArrayL

func (*ProtoAccountBaseL) GetCodehash

func (x *ProtoAccountBaseL) GetCodehash() []byte

func (*ProtoAccountBaseL) GetNonce

func (x *ProtoAccountBaseL) GetNonce() uint64

func (*ProtoAccountBaseL) GetStorageroot

func (x *ProtoAccountBaseL) GetStorageroot() []byte

func (*ProtoAccountBaseL) GetVersion

func (x *ProtoAccountBaseL) GetVersion() uint32

func (*ProtoAccountBaseL) ProtoMessage

func (*ProtoAccountBaseL) ProtoMessage()

func (*ProtoAccountBaseL) ProtoReflect

func (x *ProtoAccountBaseL) ProtoReflect() protoreflect.Message

func (*ProtoAccountBaseL) Reset

func (x *ProtoAccountBaseL) Reset()

func (*ProtoAccountBaseL) String

func (x *ProtoAccountBaseL) String() string

type ProtoBlockBaseL

type ProtoBlockBaseL struct {
	Blockhash []byte                         `protobuf:"bytes,1,opt,name=blockhash,proto3" json:"blockhash,omitempty"`  // Added in: v1.0, Deprecated in: N/A
	Cosigs    *ProtoBlockBaseL_CoSignaturesL `protobuf:"bytes,2,opt,name=cosigs,proto3" json:"cosigs,omitempty"`        // Added in: v1.0, Deprecated in: N/A
	Timestamp uint64                         `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // Added in: v1.0, Deprecated in: N/A
	// contains filtered or unexported fields
}

Used in databases "dsBlocks", "microBlocks", "txBlocks", "VCBlocks"

func (*ProtoBlockBaseL) Descriptor deprecated

func (*ProtoBlockBaseL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBlockBaseL.ProtoReflect.Descriptor instead.

func (*ProtoBlockBaseL) GetBlockhash

func (x *ProtoBlockBaseL) GetBlockhash() []byte

func (*ProtoBlockBaseL) GetCosigs

func (*ProtoBlockBaseL) GetTimestamp

func (x *ProtoBlockBaseL) GetTimestamp() uint64

func (*ProtoBlockBaseL) ProtoMessage

func (*ProtoBlockBaseL) ProtoMessage()

func (*ProtoBlockBaseL) ProtoReflect

func (x *ProtoBlockBaseL) ProtoReflect() protoreflect.Message

func (*ProtoBlockBaseL) Reset

func (x *ProtoBlockBaseL) Reset()

func (*ProtoBlockBaseL) String

func (x *ProtoBlockBaseL) String() string

type ProtoBlockBaseL_CoSignaturesL

type ProtoBlockBaseL_CoSignaturesL struct {
	Cs1 *ByteArrayL `protobuf:"bytes,1,opt,name=cs1,proto3" json:"cs1,omitempty"`       // Added in: v1.0, Deprecated in: N/A
	B1  []bool      `protobuf:"varint,2,rep,packed,name=b1,proto3" json:"b1,omitempty"` // Added in: v1.0, Deprecated in: N/A
	Cs2 *ByteArrayL `protobuf:"bytes,3,opt,name=cs2,proto3" json:"cs2,omitempty"`       // Added in: v1.0, Deprecated in: N/A
	B2  []bool      `protobuf:"varint,4,rep,packed,name=b2,proto3" json:"b2,omitempty"` // Added in: v1.0, Deprecated in: N/A
	// contains filtered or unexported fields
}

func (*ProtoBlockBaseL_CoSignaturesL) Descriptor deprecated

func (*ProtoBlockBaseL_CoSignaturesL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBlockBaseL_CoSignaturesL.ProtoReflect.Descriptor instead.

func (*ProtoBlockBaseL_CoSignaturesL) GetB1

func (x *ProtoBlockBaseL_CoSignaturesL) GetB1() []bool

func (*ProtoBlockBaseL_CoSignaturesL) GetB2

func (x *ProtoBlockBaseL_CoSignaturesL) GetB2() []bool

func (*ProtoBlockBaseL_CoSignaturesL) GetCs1

func (*ProtoBlockBaseL_CoSignaturesL) GetCs2

func (*ProtoBlockBaseL_CoSignaturesL) ProtoMessage

func (*ProtoBlockBaseL_CoSignaturesL) ProtoMessage()

func (*ProtoBlockBaseL_CoSignaturesL) ProtoReflect

func (*ProtoBlockBaseL_CoSignaturesL) Reset

func (x *ProtoBlockBaseL_CoSignaturesL) Reset()

func (*ProtoBlockBaseL_CoSignaturesL) String

type ProtoBlockHeaderBaseL

type ProtoBlockHeaderBaseL struct {
	Version       uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`            // Added in: v1.0, Deprecated in: N/A
	Committeehash []byte `protobuf:"bytes,2,opt,name=committeehash,proto3" json:"committeehash,omitempty"` // Added in: v1.0, Deprecated in: N/A
	Prevhash      []byte `protobuf:"bytes,3,opt,name=prevhash,proto3" json:"prevhash,omitempty"`           // Added in: v1.0, Deprecated in: N/A
	// contains filtered or unexported fields
}

Used in "dsBlockHeader", "microBlockHeader", "txBlockHeader", and "VCBlockHeader"

func (*ProtoBlockHeaderBaseL) Descriptor deprecated

func (*ProtoBlockHeaderBaseL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoBlockHeaderBaseL.ProtoReflect.Descriptor instead.

func (*ProtoBlockHeaderBaseL) GetCommitteehash

func (x *ProtoBlockHeaderBaseL) GetCommitteehash() []byte

func (*ProtoBlockHeaderBaseL) GetPrevhash

func (x *ProtoBlockHeaderBaseL) GetPrevhash() []byte

func (*ProtoBlockHeaderBaseL) GetVersion

func (x *ProtoBlockHeaderBaseL) GetVersion() uint32

func (*ProtoBlockHeaderBaseL) ProtoMessage

func (*ProtoBlockHeaderBaseL) ProtoMessage()

func (*ProtoBlockHeaderBaseL) ProtoReflect

func (x *ProtoBlockHeaderBaseL) ProtoReflect() protoreflect.Message

func (*ProtoBlockHeaderBaseL) Reset

func (x *ProtoBlockHeaderBaseL) Reset()

func (*ProtoBlockHeaderBaseL) String

func (x *ProtoBlockHeaderBaseL) String() string

type ProtoDSBlockL

type ProtoDSBlockL struct {
	Header    *ProtoDSBlockL_DSBlockHeaderL `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`       // Added in: v1.0, Deprecated in: N/A
	Blockbase *ProtoBlockBaseL              `protobuf:"bytes,2,opt,name=blockbase,proto3" json:"blockbase,omitempty"` // Added in: v1.0, Deprecated in: N/A
	// contains filtered or unexported fields
}

Used in database "dsBlocks"

func (*ProtoDSBlockL) Descriptor deprecated

func (*ProtoDSBlockL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoDSBlockL.ProtoReflect.Descriptor instead.

func (*ProtoDSBlockL) GetBlockbase

func (x *ProtoDSBlockL) GetBlockbase() *ProtoBlockBaseL

func (*ProtoDSBlockL) GetHeader

func (*ProtoDSBlockL) ProtoMessage

func (*ProtoDSBlockL) ProtoMessage()

func (*ProtoDSBlockL) ProtoReflect

func (x *ProtoDSBlockL) ProtoReflect() protoreflect.Message

func (*ProtoDSBlockL) Reset

func (x *ProtoDSBlockL) Reset()

func (*ProtoDSBlockL) String

func (x *ProtoDSBlockL) String() string

type ProtoDSBlockL_DSBlockHashSetL

type ProtoDSBlockL_DSBlockHashSetL struct {
	Shardinghash  []byte `protobuf:"bytes,1,opt,name=shardinghash,proto3" json:"shardinghash,omitempty"`   // Added in: v1.0, Deprecated in: N/A
	Reservedfield []byte `protobuf:"bytes,2,opt,name=reservedfield,proto3" json:"reservedfield,omitempty"` // Added in: v1.0, Deprecated in: N/A
	// contains filtered or unexported fields
}

func (*ProtoDSBlockL_DSBlockHashSetL) Descriptor deprecated

func (*ProtoDSBlockL_DSBlockHashSetL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoDSBlockL_DSBlockHashSetL.ProtoReflect.Descriptor instead.

func (*ProtoDSBlockL_DSBlockHashSetL) GetReservedfield

func (x *ProtoDSBlockL_DSBlockHashSetL) GetReservedfield() []byte

func (*ProtoDSBlockL_DSBlockHashSetL) GetShardinghash

func (x *ProtoDSBlockL_DSBlockHashSetL) GetShardinghash() []byte

func (*ProtoDSBlockL_DSBlockHashSetL) ProtoMessage

func (*ProtoDSBlockL_DSBlockHashSetL) ProtoMessage()

func (*ProtoDSBlockL_DSBlockHashSetL) ProtoReflect

func (*ProtoDSBlockL_DSBlockHashSetL) Reset

func (x *ProtoDSBlockL_DSBlockHashSetL) Reset()

func (*ProtoDSBlockL_DSBlockHashSetL) String

type ProtoDSBlockL_DSBlockHeaderL

type ProtoDSBlockL_DSBlockHeaderL struct {
	Blockheaderbase *ProtoBlockHeaderBaseL                        `protobuf:"bytes,1,opt,name=blockheaderbase,proto3" json:"blockheaderbase,omitempty"` // Added in: v1.0, Deprecated in: N/A
	Dsdifficulty    uint32                                        `protobuf:"varint,2,opt,name=dsdifficulty,proto3" json:"dsdifficulty,omitempty"`      // Added in: v1.0, Deprecated in: N/A, Only LSB used
	Difficulty      uint32                                        `protobuf:"varint,3,opt,name=difficulty,proto3" json:"difficulty,omitempty"`          // Added in: v1.0, Deprecated in: N/A, Only LSB used
	Prevhash        []byte                                        `protobuf:"bytes,4,opt,name=prevhash,proto3" json:"prevhash,omitempty"`               // Added in: v1.0, Deprecated in: N/A, 32 bytes
	Leaderpubkey    *ByteArrayL                                   `protobuf:"bytes,5,opt,name=leaderpubkey,proto3" json:"leaderpubkey,omitempty"`       // Added in: v1.0, Deprecated in: N/A
	Blocknum        uint64                                        `protobuf:"varint,6,opt,name=blocknum,proto3" json:"blocknum,omitempty"`              // Added in: v1.0, Deprecated in: N/A
	Epochnum        uint64                                        `protobuf:"varint,7,opt,name=epochnum,proto3" json:"epochnum,omitempty"`              // Added in: v1.0, Deprecated in: N/A
	Gasprice        *ByteArrayL                                   `protobuf:"bytes,8,opt,name=gasprice,proto3" json:"gasprice,omitempty"`               // Added in: v1.0, Deprecated in: N/A
	Swinfo          *ByteArrayL                                   `protobuf:"bytes,9,opt,name=swinfo,proto3" json:"swinfo,omitempty"`                   // Added in: v1.0, Deprecated in: N/A
	Dswinners       []*ProtoDSBlockL_DSBlockHeaderL_PowDSWinnersL `protobuf:"bytes,10,rep,name=dswinners,proto3" json:"dswinners,omitempty"`            // Added in: v1.0, Deprecated in: N/A
	Hash            *ProtoDSBlockL_DSBlockHashSetL                `protobuf:"bytes,11,opt,name=hash,proto3" json:"hash,omitempty"`                      // Added in: v1.0, Deprecated in: N/A
	Dsremoved       []*ByteArrayL                                 `protobuf:"bytes,12,rep,name=dsremoved,proto3" json:"dsremoved,omitempty"`            // Added in: v2.0, Deprecated in: N/A
	Proposals       []*ProtoDSBlockL_DSBlockHeaderL_ProposalL     `protobuf:"bytes,13,rep,name=proposals,proto3" json:"proposals,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoDSBlockL_DSBlockHeaderL) Descriptor deprecated

func (*ProtoDSBlockL_DSBlockHeaderL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoDSBlockL_DSBlockHeaderL.ProtoReflect.Descriptor instead.

func (*ProtoDSBlockL_DSBlockHeaderL) GetBlockheaderbase

func (x *ProtoDSBlockL_DSBlockHeaderL) GetBlockheaderbase() *ProtoBlockHeaderBaseL

func (*ProtoDSBlockL_DSBlockHeaderL) GetBlocknum

func (x *ProtoDSBlockL_DSBlockHeaderL) GetBlocknum() uint64

func (*ProtoDSBlockL_DSBlockHeaderL) GetDifficulty

func (x *ProtoDSBlockL_DSBlockHeaderL) GetDifficulty() uint32

func (*ProtoDSBlockL_DSBlockHeaderL) GetDsdifficulty

func (x *ProtoDSBlockL_DSBlockHeaderL) GetDsdifficulty() uint32

func (*ProtoDSBlockL_DSBlockHeaderL) GetDsremoved

func (x *ProtoDSBlockL_DSBlockHeaderL) GetDsremoved() []*ByteArrayL

func (*ProtoDSBlockL_DSBlockHeaderL) GetDswinners

func (*ProtoDSBlockL_DSBlockHeaderL) GetEpochnum

func (x *ProtoDSBlockL_DSBlockHeaderL) GetEpochnum() uint64

func (*ProtoDSBlockL_DSBlockHeaderL) GetGasprice

func (x *ProtoDSBlockL_DSBlockHeaderL) GetGasprice() *ByteArrayL

func (*ProtoDSBlockL_DSBlockHeaderL) GetHash

func (*ProtoDSBlockL_DSBlockHeaderL) GetLeaderpubkey

func (x *ProtoDSBlockL_DSBlockHeaderL) GetLeaderpubkey() *ByteArrayL

func (*ProtoDSBlockL_DSBlockHeaderL) GetPrevhash

func (x *ProtoDSBlockL_DSBlockHeaderL) GetPrevhash() []byte

func (*ProtoDSBlockL_DSBlockHeaderL) GetProposals

func (*ProtoDSBlockL_DSBlockHeaderL) GetSwinfo

func (x *ProtoDSBlockL_DSBlockHeaderL) GetSwinfo() *ByteArrayL

func (*ProtoDSBlockL_DSBlockHeaderL) ProtoMessage

func (*ProtoDSBlockL_DSBlockHeaderL) ProtoMessage()

func (*ProtoDSBlockL_DSBlockHeaderL) ProtoReflect

func (*ProtoDSBlockL_DSBlockHeaderL) Reset

func (x *ProtoDSBlockL_DSBlockHeaderL) Reset()

func (*ProtoDSBlockL_DSBlockHeaderL) String

type ProtoDSBlockL_DSBlockHeaderL_PowDSWinnersL

type ProtoDSBlockL_DSBlockHeaderL_PowDSWinnersL struct {
	Key *ByteArrayL `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // Added in: v1.0, Deprecated in: N/A
	Val *ByteArrayL `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"` // Added in: v1.0, Deprecated in: N/A
	// contains filtered or unexported fields
}

func (*ProtoDSBlockL_DSBlockHeaderL_PowDSWinnersL) Descriptor deprecated

Deprecated: Use ProtoDSBlockL_DSBlockHeaderL_PowDSWinnersL.ProtoReflect.Descriptor instead.

func (*ProtoDSBlockL_DSBlockHeaderL_PowDSWinnersL) GetKey

func (*ProtoDSBlockL_DSBlockHeaderL_PowDSWinnersL) GetVal

func (*ProtoDSBlockL_DSBlockHeaderL_PowDSWinnersL) ProtoMessage

func (*ProtoDSBlockL_DSBlockHeaderL_PowDSWinnersL) ProtoReflect

func (*ProtoDSBlockL_DSBlockHeaderL_PowDSWinnersL) Reset

func (*ProtoDSBlockL_DSBlockHeaderL_PowDSWinnersL) String

type ProtoDSBlockL_DSBlockHeaderL_ProposalL

type ProtoDSBlockL_DSBlockHeaderL_ProposalL struct {
	ProposalidL uint32                                `protobuf:"varint,1,opt,name=proposalidL,proto3" json:"proposalidL,omitempty"`
	Dsvotes     []*ProtoDSBlockL_DSBlockHeaderL_VoteL `protobuf:"bytes,2,rep,name=dsvotes,proto3" json:"dsvotes,omitempty"`
	Minervotes  []*ProtoDSBlockL_DSBlockHeaderL_VoteL `protobuf:"bytes,3,rep,name=minervotes,proto3" json:"minervotes,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoDSBlockL_DSBlockHeaderL_ProposalL) Descriptor deprecated

func (*ProtoDSBlockL_DSBlockHeaderL_ProposalL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoDSBlockL_DSBlockHeaderL_ProposalL.ProtoReflect.Descriptor instead.

func (*ProtoDSBlockL_DSBlockHeaderL_ProposalL) GetDsvotes

func (*ProtoDSBlockL_DSBlockHeaderL_ProposalL) GetMinervotes

func (*ProtoDSBlockL_DSBlockHeaderL_ProposalL) GetProposalidL

func (x *ProtoDSBlockL_DSBlockHeaderL_ProposalL) GetProposalidL() uint32

func (*ProtoDSBlockL_DSBlockHeaderL_ProposalL) ProtoMessage

func (*ProtoDSBlockL_DSBlockHeaderL_ProposalL) ProtoReflect

func (*ProtoDSBlockL_DSBlockHeaderL_ProposalL) Reset

func (*ProtoDSBlockL_DSBlockHeaderL_ProposalL) String

type ProtoDSBlockL_DSBlockHeaderL_VoteL

type ProtoDSBlockL_DSBlockHeaderL_VoteL struct {
	Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	Count uint32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

Add new members here

func (*ProtoDSBlockL_DSBlockHeaderL_VoteL) Descriptor deprecated

func (*ProtoDSBlockL_DSBlockHeaderL_VoteL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoDSBlockL_DSBlockHeaderL_VoteL.ProtoReflect.Descriptor instead.

func (*ProtoDSBlockL_DSBlockHeaderL_VoteL) GetCount

func (*ProtoDSBlockL_DSBlockHeaderL_VoteL) GetValue

func (*ProtoDSBlockL_DSBlockHeaderL_VoteL) ProtoMessage

func (*ProtoDSBlockL_DSBlockHeaderL_VoteL) ProtoMessage()

func (*ProtoDSBlockL_DSBlockHeaderL_VoteL) ProtoReflect

func (*ProtoDSBlockL_DSBlockHeaderL_VoteL) Reset

func (*ProtoDSBlockL_DSBlockHeaderL_VoteL) String

type ProtoMbInfoL

type ProtoMbInfoL struct {
	Mbhash []byte `protobuf:"bytes,1,opt,name=mbhash,proto3" json:"mbhash,omitempty"` // Added in: v1.0, Deprecated in: N/A
	Txroot []byte `protobuf:"bytes,2,opt,name=txroot,proto3" json:"txroot,omitempty"` // Added in: v1.0, Deprecated in: N/A
	// Types that are assignable to Oneof3:
	//	*ProtoMbInfoL_Shardid
	Oneof3 isProtoMbInfoL_Oneof3 `protobuf_oneof:"oneof3"`
	// contains filtered or unexported fields
}

Used in database "txBlocks"

func (*ProtoMbInfoL) Descriptor deprecated

func (*ProtoMbInfoL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoMbInfoL.ProtoReflect.Descriptor instead.

func (*ProtoMbInfoL) GetMbhash

func (x *ProtoMbInfoL) GetMbhash() []byte

func (*ProtoMbInfoL) GetOneof3

func (m *ProtoMbInfoL) GetOneof3() isProtoMbInfoL_Oneof3

func (*ProtoMbInfoL) GetShardid

func (x *ProtoMbInfoL) GetShardid() uint32

func (*ProtoMbInfoL) GetTxroot

func (x *ProtoMbInfoL) GetTxroot() []byte

func (*ProtoMbInfoL) ProtoMessage

func (*ProtoMbInfoL) ProtoMessage()

func (*ProtoMbInfoL) ProtoReflect

func (x *ProtoMbInfoL) ProtoReflect() protoreflect.Message

func (*ProtoMbInfoL) Reset

func (x *ProtoMbInfoL) Reset()

func (*ProtoMbInfoL) String

func (x *ProtoMbInfoL) String() string

type ProtoMbInfoL_Shardid

type ProtoMbInfoL_Shardid struct {
	Shardid uint32 `protobuf:"varint,3,opt,name=shardid,proto3,oneof"`
}

type ProtoTransactionCoreInfoL

type ProtoTransactionCoreInfoL struct {
	Version      *uint32     `protobuf:"varint,1,opt,name=version,proto3,oneof" json:"version,omitempty"`
	Nonce        *uint64     `protobuf:"varint,2,opt,name=nonce,proto3,oneof" json:"nonce,omitempty"`
	Toaddr       []byte      `protobuf:"bytes,3,opt,name=toaddr,proto3,oneof" json:"toaddr,omitempty"`
	Senderpubkey *ByteArrayL `protobuf:"bytes,4,opt,name=senderpubkey,proto3,oneof" json:"senderpubkey,omitempty"`
	Amount       *ByteArrayL `protobuf:"bytes,5,opt,name=amount,proto3,oneof" json:"amount,omitempty"`
	Gasprice     *ByteArrayL `protobuf:"bytes,6,opt,name=gasprice,proto3,oneof" json:"gasprice,omitempty"`
	Gaslimit     *uint64     `protobuf:"varint,7,opt,name=gaslimit,proto3,oneof" json:"gaslimit,omitempty"`
	Code         []byte      `protobuf:"bytes,8,opt,name=code,proto3,oneof" json:"code,omitempty"`
	Data         []byte      `protobuf:"bytes,9,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTransactionCoreInfoL) Descriptor deprecated

func (*ProtoTransactionCoreInfoL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTransactionCoreInfoL.ProtoReflect.Descriptor instead.

func (*ProtoTransactionCoreInfoL) GetAmount

func (x *ProtoTransactionCoreInfoL) GetAmount() *ByteArrayL

func (*ProtoTransactionCoreInfoL) GetCode

func (x *ProtoTransactionCoreInfoL) GetCode() []byte

func (*ProtoTransactionCoreInfoL) GetData

func (x *ProtoTransactionCoreInfoL) GetData() []byte

func (*ProtoTransactionCoreInfoL) GetGaslimit

func (x *ProtoTransactionCoreInfoL) GetGaslimit() uint64

func (*ProtoTransactionCoreInfoL) GetGasprice

func (x *ProtoTransactionCoreInfoL) GetGasprice() *ByteArrayL

func (*ProtoTransactionCoreInfoL) GetNonce

func (x *ProtoTransactionCoreInfoL) GetNonce() uint64

func (*ProtoTransactionCoreInfoL) GetSenderpubkey

func (x *ProtoTransactionCoreInfoL) GetSenderpubkey() *ByteArrayL

func (*ProtoTransactionCoreInfoL) GetToaddr

func (x *ProtoTransactionCoreInfoL) GetToaddr() []byte

func (*ProtoTransactionCoreInfoL) GetVersion

func (x *ProtoTransactionCoreInfoL) GetVersion() uint32

func (*ProtoTransactionCoreInfoL) ProtoMessage

func (*ProtoTransactionCoreInfoL) ProtoMessage()

func (*ProtoTransactionCoreInfoL) ProtoReflect

func (*ProtoTransactionCoreInfoL) Reset

func (x *ProtoTransactionCoreInfoL) Reset()

func (*ProtoTransactionCoreInfoL) String

func (x *ProtoTransactionCoreInfoL) String() string

type ProtoTransactionL

type ProtoTransactionL struct {
	Tranid    []byte                     `protobuf:"bytes,1,opt,name=tranid,proto3,oneof" json:"tranid,omitempty"`
	Info      *ProtoTransactionCoreInfoL `protobuf:"bytes,2,opt,name=info,proto3,oneof" json:"info,omitempty"`
	Signature *ByteArrayL                `protobuf:"bytes,3,opt,name=signature,proto3,oneof" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTransactionL) Descriptor deprecated

func (*ProtoTransactionL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTransactionL.ProtoReflect.Descriptor instead.

func (*ProtoTransactionL) GetInfo

func (*ProtoTransactionL) GetSignature

func (x *ProtoTransactionL) GetSignature() *ByteArrayL

func (*ProtoTransactionL) GetTranid

func (x *ProtoTransactionL) GetTranid() []byte

func (*ProtoTransactionL) ProtoMessage

func (*ProtoTransactionL) ProtoMessage()

func (*ProtoTransactionL) ProtoReflect

func (x *ProtoTransactionL) ProtoReflect() protoreflect.Message

func (*ProtoTransactionL) Reset

func (x *ProtoTransactionL) Reset()

func (*ProtoTransactionL) String

func (x *ProtoTransactionL) String() string

type ProtoTransactionReceiptL

type ProtoTransactionReceiptL struct {
	Receipt []byte  `protobuf:"bytes,1,opt,name=receipt,proto3,oneof" json:"receipt,omitempty"`
	Cumgas  *uint64 `protobuf:"varint,2,opt,name=cumgas,proto3,oneof" json:"cumgas,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTransactionReceiptL) Descriptor deprecated

func (*ProtoTransactionReceiptL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTransactionReceiptL.ProtoReflect.Descriptor instead.

func (*ProtoTransactionReceiptL) GetCumgas

func (x *ProtoTransactionReceiptL) GetCumgas() uint64

func (*ProtoTransactionReceiptL) GetReceipt

func (x *ProtoTransactionReceiptL) GetReceipt() []byte

func (*ProtoTransactionReceiptL) ProtoMessage

func (*ProtoTransactionReceiptL) ProtoMessage()

func (*ProtoTransactionReceiptL) ProtoReflect

func (x *ProtoTransactionReceiptL) ProtoReflect() protoreflect.Message

func (*ProtoTransactionReceiptL) Reset

func (x *ProtoTransactionReceiptL) Reset()

func (*ProtoTransactionReceiptL) String

func (x *ProtoTransactionReceiptL) String() string

type ProtoTransactionWithReceiptL

type ProtoTransactionWithReceiptL struct {
	Transaction *ProtoTransactionL        `protobuf:"bytes,1,opt,name=transaction,proto3,oneof" json:"transaction,omitempty"`
	Receipt     *ProtoTransactionReceiptL `protobuf:"bytes,2,opt,name=receipt,proto3,oneof" json:"receipt,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoTransactionWithReceiptL) Descriptor deprecated

func (*ProtoTransactionWithReceiptL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTransactionWithReceiptL.ProtoReflect.Descriptor instead.

func (*ProtoTransactionWithReceiptL) GetReceipt

func (*ProtoTransactionWithReceiptL) GetTransaction

func (x *ProtoTransactionWithReceiptL) GetTransaction() *ProtoTransactionL

func (*ProtoTransactionWithReceiptL) ProtoMessage

func (*ProtoTransactionWithReceiptL) ProtoMessage()

func (*ProtoTransactionWithReceiptL) ProtoReflect

func (*ProtoTransactionWithReceiptL) Reset

func (x *ProtoTransactionWithReceiptL) Reset()

func (*ProtoTransactionWithReceiptL) String

type ProtoTxBlockL

type ProtoTxBlockL struct {
	Header    *ProtoTxBlockL_TxBlockHeaderL `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`       // Added in: v1.0, Deprecated in: N/A
	Mbinfos   []*ProtoMbInfoL               `protobuf:"bytes,2,rep,name=mbinfos,proto3" json:"mbinfos,omitempty"`     // Added in: v1.0, Deprecated in: N/A
	Blockbase *ProtoBlockBaseL              `protobuf:"bytes,3,opt,name=blockbase,proto3" json:"blockbase,omitempty"` // Added in: v1.0, Deprecated in: N/A
	// contains filtered or unexported fields
}

Used in database "txBlocks"

func (*ProtoTxBlockL) Descriptor deprecated

func (*ProtoTxBlockL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTxBlockL.ProtoReflect.Descriptor instead.

func (*ProtoTxBlockL) GetBlockbase

func (x *ProtoTxBlockL) GetBlockbase() *ProtoBlockBaseL

func (*ProtoTxBlockL) GetHeader

func (*ProtoTxBlockL) GetMbinfos

func (x *ProtoTxBlockL) GetMbinfos() []*ProtoMbInfoL

func (*ProtoTxBlockL) ProtoMessage

func (*ProtoTxBlockL) ProtoMessage()

func (*ProtoTxBlockL) ProtoReflect

func (x *ProtoTxBlockL) ProtoReflect() protoreflect.Message

func (*ProtoTxBlockL) Reset

func (x *ProtoTxBlockL) Reset()

func (*ProtoTxBlockL) String

func (x *ProtoTxBlockL) String() string

type ProtoTxBlockL_TxBlockHashSetL

type ProtoTxBlockL_TxBlockHashSetL struct {
	Stateroothash  []byte `protobuf:"bytes,1,opt,name=stateroothash,proto3" json:"stateroothash,omitempty"`   // Added in: v1.0, Deprecated in: N/A
	Statedeltahash []byte `protobuf:"bytes,2,opt,name=statedeltahash,proto3" json:"statedeltahash,omitempty"` // Added in: v1.0, Deprecated in: N/A
	Mbinfohash     []byte `protobuf:"bytes,3,opt,name=mbinfohash,proto3" json:"mbinfohash,omitempty"`         // Added in: v1.0, Deprecated in: N/A
	// contains filtered or unexported fields
}

func (*ProtoTxBlockL_TxBlockHashSetL) Descriptor deprecated

func (*ProtoTxBlockL_TxBlockHashSetL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTxBlockL_TxBlockHashSetL.ProtoReflect.Descriptor instead.

func (*ProtoTxBlockL_TxBlockHashSetL) GetMbinfohash

func (x *ProtoTxBlockL_TxBlockHashSetL) GetMbinfohash() []byte

func (*ProtoTxBlockL_TxBlockHashSetL) GetStatedeltahash

func (x *ProtoTxBlockL_TxBlockHashSetL) GetStatedeltahash() []byte

func (*ProtoTxBlockL_TxBlockHashSetL) GetStateroothash

func (x *ProtoTxBlockL_TxBlockHashSetL) GetStateroothash() []byte

func (*ProtoTxBlockL_TxBlockHashSetL) ProtoMessage

func (*ProtoTxBlockL_TxBlockHashSetL) ProtoMessage()

func (*ProtoTxBlockL_TxBlockHashSetL) ProtoReflect

func (*ProtoTxBlockL_TxBlockHashSetL) Reset

func (x *ProtoTxBlockL_TxBlockHashSetL) Reset()

func (*ProtoTxBlockL_TxBlockHashSetL) String

type ProtoTxBlockL_TxBlockHeaderL

type ProtoTxBlockL_TxBlockHeaderL struct {
	Blockheaderbase *ProtoBlockHeaderBaseL         `protobuf:"bytes,1,opt,name=blockheaderbase,proto3" json:"blockheaderbase,omitempty"` // Added in: v1.0, Deprecated in: N/A
	Gaslimit        uint64                         `protobuf:"varint,2,opt,name=gaslimit,proto3" json:"gaslimit,omitempty"`              // Added in: v1.0, Deprecated in: N/A
	Gasused         *uint64                        `protobuf:"varint,3,opt,name=gasused,proto3,oneof" json:"gasused,omitempty"`          // Added in: v1.0, Deprecated in: N/A
	Rewards         *ByteArrayL                    `protobuf:"bytes,4,opt,name=rewards,proto3" json:"rewards,omitempty"`                 // Added in: v1.0, Deprecated in: N/A
	Prevhash        []byte                         `protobuf:"bytes,5,opt,name=prevhash,proto3" json:"prevhash,omitempty"`               // Added in: v1.0, Deprecated in: N/A
	Blocknum        uint64                         `protobuf:"varint,6,opt,name=blocknum,proto3" json:"blocknum,omitempty"`              // Added in: v1.0, Deprecated in: N/A
	Hash            *ProtoTxBlockL_TxBlockHashSetL `protobuf:"bytes,7,opt,name=hash,proto3" json:"hash,omitempty"`                       // Added in: v1.0, Deprecated in: N/A
	Numtxs          *uint32                        `protobuf:"varint,8,opt,name=numtxs,proto3,oneof" json:"numtxs,omitempty"`            // Added in: v1.0, Deprecated in: N/A
	Minerpubkey     *ByteArrayL                    `protobuf:"bytes,9,opt,name=minerpubkey,proto3" json:"minerpubkey,omitempty"`         // Added in: v1.0, Deprecated in: N/A
	Dsblocknum      uint64                         `protobuf:"varint,10,opt,name=dsblocknum,proto3" json:"dsblocknum,omitempty"`         // Added in: v1.0, Deprecated in: N/A
	// contains filtered or unexported fields
}

func (*ProtoTxBlockL_TxBlockHeaderL) Descriptor deprecated

func (*ProtoTxBlockL_TxBlockHeaderL) Descriptor() ([]byte, []int)

Deprecated: Use ProtoTxBlockL_TxBlockHeaderL.ProtoReflect.Descriptor instead.

func (*ProtoTxBlockL_TxBlockHeaderL) GetBlockheaderbase

func (x *ProtoTxBlockL_TxBlockHeaderL) GetBlockheaderbase() *ProtoBlockHeaderBaseL

func (*ProtoTxBlockL_TxBlockHeaderL) GetBlocknum

func (x *ProtoTxBlockL_TxBlockHeaderL) GetBlocknum() uint64

func (*ProtoTxBlockL_TxBlockHeaderL) GetDsblocknum

func (x *ProtoTxBlockL_TxBlockHeaderL) GetDsblocknum() uint64

func (*ProtoTxBlockL_TxBlockHeaderL) GetGaslimit

func (x *ProtoTxBlockL_TxBlockHeaderL) GetGaslimit() uint64

func (*ProtoTxBlockL_TxBlockHeaderL) GetGasused

func (x *ProtoTxBlockL_TxBlockHeaderL) GetGasused() uint64

func (*ProtoTxBlockL_TxBlockHeaderL) GetHash

func (*ProtoTxBlockL_TxBlockHeaderL) GetMinerpubkey

func (x *ProtoTxBlockL_TxBlockHeaderL) GetMinerpubkey() *ByteArrayL

func (*ProtoTxBlockL_TxBlockHeaderL) GetNumtxs

func (x *ProtoTxBlockL_TxBlockHeaderL) GetNumtxs() uint32

func (*ProtoTxBlockL_TxBlockHeaderL) GetPrevhash

func (x *ProtoTxBlockL_TxBlockHeaderL) GetPrevhash() []byte

func (*ProtoTxBlockL_TxBlockHeaderL) GetRewards

func (x *ProtoTxBlockL_TxBlockHeaderL) GetRewards() *ByteArrayL

func (*ProtoTxBlockL_TxBlockHeaderL) ProtoMessage

func (*ProtoTxBlockL_TxBlockHeaderL) ProtoMessage()

func (*ProtoTxBlockL_TxBlockHeaderL) ProtoReflect

func (*ProtoTxBlockL_TxBlockHeaderL) Reset

func (x *ProtoTxBlockL_TxBlockHeaderL) Reset()

func (*ProtoTxBlockL_TxBlockHeaderL) String

Jump to

Keyboard shortcuts

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