aelf

package
v0.0.0-...-9831709 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2019 License: LGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var E_Base = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.ServiceOptions)(nil),
	ExtensionType: ([]string)(nil),
	Field:         505001,
	Name:          "aelf.base",
	Tag:           "bytes,505001,rep,name=base",
	Filename:      "aelf/options.proto",
}
View Source
var E_CsharpState = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.ServiceOptions)(nil),
	ExtensionType: (*string)(nil),
	Field:         505030,
	Name:          "aelf.csharp_state",
	Tag:           "bytes,505030,opt,name=csharp_state",
	Filename:      "aelf/options.proto",
}
View Source
var E_Identity = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FileOptions)(nil),
	ExtensionType: (*string)(nil),
	Field:         500001,
	Name:          "aelf.identity",
	Tag:           "bytes,500001,opt,name=identity",
	Filename:      "aelf/options.proto",
}
View Source
var E_IsEvent = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MessageOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         50100,
	Name:          "aelf.is_event",
	Tag:           "varint,50100,opt,name=is_event",
	Filename:      "aelf/options.proto",
}
View Source
var E_IsIndexed = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FieldOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         502001,
	Name:          "aelf.is_indexed",
	Tag:           "varint,502001,opt,name=is_indexed",
	Filename:      "aelf/options.proto",
}
View Source
var E_IsView = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MethodOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         506001,
	Name:          "aelf.is_view",
	Tag:           "varint,506001,opt,name=is_view",
	Filename:      "aelf/options.proto",
}
View Source
var TransactionResultStatus_name = map[int32]string{
	0: "NotExisted",
	1: "Pending",
	2: "Failed",
	3: "Mined",
	4: "Unexecutable",
}
View Source
var TransactionResultStatus_value = map[string]int32{
	"NotExisted":   0,
	"Pending":      1,
	"Failed":       2,
	"Mined":        3,
	"Unexecutable": 4,
}

Functions

This section is empty.

Types

type ActionResult

type ActionResult struct {
	Success              bool     `protobuf:"varint,1,opt,name=Success,proto3" json:"Success,omitempty"`
	ErrorMessage         string   `protobuf:"bytes,2,opt,name=ErrorMessage,proto3" json:"ErrorMessage,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActionResult) Descriptor

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

func (*ActionResult) GetErrorMessage

func (m *ActionResult) GetErrorMessage() string

func (*ActionResult) GetSuccess

func (m *ActionResult) GetSuccess() bool

func (*ActionResult) ProtoMessage

func (*ActionResult) ProtoMessage()

func (*ActionResult) Reset

func (m *ActionResult) Reset()

func (*ActionResult) String

func (m *ActionResult) String() string

func (*ActionResult) XXX_DiscardUnknown

func (m *ActionResult) XXX_DiscardUnknown()

func (*ActionResult) XXX_Marshal

func (m *ActionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActionResult) XXX_Merge

func (m *ActionResult) XXX_Merge(src proto.Message)

func (*ActionResult) XXX_Size

func (m *ActionResult) XXX_Size() int

func (*ActionResult) XXX_Unmarshal

func (m *ActionResult) XXX_Unmarshal(b []byte) error

type Address

type Address struct {
	Value                []byte   `protobuf:"bytes,1,opt,name=Value,proto3" json:"Value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Address) Descriptor

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

func (*Address) GetValue

func (m *Address) GetValue() []byte

func (*Address) ProtoMessage

func (*Address) ProtoMessage()

func (*Address) Reset

func (m *Address) Reset()

func (*Address) String

func (m *Address) String() string

func (*Address) XXX_DiscardUnknown

func (m *Address) XXX_DiscardUnknown()

func (*Address) XXX_Marshal

func (m *Address) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Address) XXX_Merge

func (m *Address) XXX_Merge(src proto.Message)

func (*Address) XXX_Size

func (m *Address) XXX_Size() int

func (*Address) XXX_Unmarshal

func (m *Address) XXX_Unmarshal(b []byte) error

type Hash

type Hash struct {
	Value                []byte   `protobuf:"bytes,1,opt,name=Value,proto3" json:"Value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Hash) Descriptor

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

func (*Hash) GetValue

func (m *Hash) GetValue() []byte

func (*Hash) ProtoMessage

func (*Hash) ProtoMessage()

func (*Hash) Reset

func (m *Hash) Reset()

func (*Hash) String

func (m *Hash) String() string

func (*Hash) XXX_DiscardUnknown

func (m *Hash) XXX_DiscardUnknown()

func (*Hash) XXX_Marshal

func (m *Hash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Hash) XXX_Merge

func (m *Hash) XXX_Merge(src proto.Message)

func (*Hash) XXX_Size

func (m *Hash) XXX_Size() int

func (*Hash) XXX_Unmarshal

func (m *Hash) XXX_Unmarshal(b []byte) error

type HashList

type HashList struct {
	Values               []*Hash  `protobuf:"bytes,1,rep,name=Values,proto3" json:"Values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HashList) Descriptor

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

func (*HashList) GetValues

func (m *HashList) GetValues() []*Hash

func (*HashList) ProtoMessage

func (*HashList) ProtoMessage()

func (*HashList) Reset

func (m *HashList) Reset()

func (*HashList) String

func (m *HashList) String() string

func (*HashList) XXX_DiscardUnknown

func (m *HashList) XXX_DiscardUnknown()

func (*HashList) XXX_Marshal

func (m *HashList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HashList) XXX_Merge

func (m *HashList) XXX_Merge(src proto.Message)

func (*HashList) XXX_Size

func (m *HashList) XXX_Size() int

func (*HashList) XXX_Unmarshal

func (m *HashList) XXX_Unmarshal(b []byte) error

type LogEvent

type LogEvent struct {
	Address              *Address `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Indexed              [][]byte `protobuf:"bytes,3,rep,name=Indexed,proto3" json:"Indexed,omitempty"`
	NonIndexed           []byte   `protobuf:"bytes,4,opt,name=NonIndexed,proto3" json:"NonIndexed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LogEvent) Descriptor

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

func (*LogEvent) GetAddress

func (m *LogEvent) GetAddress() *Address

func (*LogEvent) GetIndexed

func (m *LogEvent) GetIndexed() [][]byte

func (*LogEvent) GetName

func (m *LogEvent) GetName() string

func (*LogEvent) GetNonIndexed

func (m *LogEvent) GetNonIndexed() []byte

func (*LogEvent) ProtoMessage

func (*LogEvent) ProtoMessage()

func (*LogEvent) Reset

func (m *LogEvent) Reset()

func (*LogEvent) String

func (m *LogEvent) String() string

func (*LogEvent) XXX_DiscardUnknown

func (m *LogEvent) XXX_DiscardUnknown()

func (*LogEvent) XXX_Marshal

func (m *LogEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogEvent) XXX_Merge

func (m *LogEvent) XXX_Merge(src proto.Message)

func (*LogEvent) XXX_Size

func (m *LogEvent) XXX_Size() int

func (*LogEvent) XXX_Unmarshal

func (m *LogEvent) XXX_Unmarshal(b []byte) error

type SInt32Value

type SInt32Value struct {
	Value                int32    `protobuf:"zigzag32,1,opt,name=Value,proto3" json:"Value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SInt32Value) Descriptor

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

func (*SInt32Value) GetValue

func (m *SInt32Value) GetValue() int32

func (*SInt32Value) ProtoMessage

func (*SInt32Value) ProtoMessage()

func (*SInt32Value) Reset

func (m *SInt32Value) Reset()

func (*SInt32Value) String

func (m *SInt32Value) String() string

func (*SInt32Value) XXX_DiscardUnknown

func (m *SInt32Value) XXX_DiscardUnknown()

func (*SInt32Value) XXX_Marshal

func (m *SInt32Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SInt32Value) XXX_Merge

func (m *SInt32Value) XXX_Merge(src proto.Message)

func (*SInt32Value) XXX_Size

func (m *SInt32Value) XXX_Size() int

func (*SInt32Value) XXX_Unmarshal

func (m *SInt32Value) XXX_Unmarshal(b []byte) error

type SInt64Value

type SInt64Value struct {
	Value                int64    `protobuf:"zigzag64,1,opt,name=Value,proto3" json:"Value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SInt64Value) Descriptor

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

func (*SInt64Value) GetValue

func (m *SInt64Value) GetValue() int64

func (*SInt64Value) ProtoMessage

func (*SInt64Value) ProtoMessage()

func (*SInt64Value) Reset

func (m *SInt64Value) Reset()

func (*SInt64Value) String

func (m *SInt64Value) String() string

func (*SInt64Value) XXX_DiscardUnknown

func (m *SInt64Value) XXX_DiscardUnknown()

func (*SInt64Value) XXX_Marshal

func (m *SInt64Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SInt64Value) XXX_Merge

func (m *SInt64Value) XXX_Merge(src proto.Message)

func (*SInt64Value) XXX_Size

func (m *SInt64Value) XXX_Size() int

func (*SInt64Value) XXX_Unmarshal

func (m *SInt64Value) XXX_Unmarshal(b []byte) error

type ScopedStatePath

type ScopedStatePath struct {
	Address              *Address   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Path                 *StatePath `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ScopedStatePath) Descriptor

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

func (*ScopedStatePath) GetAddress

func (m *ScopedStatePath) GetAddress() *Address

func (*ScopedStatePath) GetPath

func (m *ScopedStatePath) GetPath() *StatePath

func (*ScopedStatePath) ProtoMessage

func (*ScopedStatePath) ProtoMessage()

func (*ScopedStatePath) Reset

func (m *ScopedStatePath) Reset()

func (*ScopedStatePath) String

func (m *ScopedStatePath) String() string

func (*ScopedStatePath) XXX_DiscardUnknown

func (m *ScopedStatePath) XXX_DiscardUnknown()

func (*ScopedStatePath) XXX_Marshal

func (m *ScopedStatePath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScopedStatePath) XXX_Merge

func (m *ScopedStatePath) XXX_Merge(src proto.Message)

func (*ScopedStatePath) XXX_Size

func (m *ScopedStatePath) XXX_Size() int

func (*ScopedStatePath) XXX_Unmarshal

func (m *ScopedStatePath) XXX_Unmarshal(b []byte) error

type SmartContractRegistration

type SmartContractRegistration struct {
	Category             int32    `protobuf:"varint,1,opt,name=Category,proto3" json:"Category,omitempty"`
	Code                 []byte   `protobuf:"bytes,2,opt,name=Code,proto3" json:"Code,omitempty"`
	CodeHash             *Hash    `protobuf:"bytes,3,opt,name=CodeHash,proto3" json:"CodeHash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SmartContractRegistration) Descriptor

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

func (*SmartContractRegistration) GetCategory

func (m *SmartContractRegistration) GetCategory() int32

func (*SmartContractRegistration) GetCode

func (m *SmartContractRegistration) GetCode() []byte

func (*SmartContractRegistration) GetCodeHash

func (m *SmartContractRegistration) GetCodeHash() *Hash

func (*SmartContractRegistration) ProtoMessage

func (*SmartContractRegistration) ProtoMessage()

func (*SmartContractRegistration) Reset

func (m *SmartContractRegistration) Reset()

func (*SmartContractRegistration) String

func (m *SmartContractRegistration) String() string

func (*SmartContractRegistration) XXX_DiscardUnknown

func (m *SmartContractRegistration) XXX_DiscardUnknown()

func (*SmartContractRegistration) XXX_Marshal

func (m *SmartContractRegistration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SmartContractRegistration) XXX_Merge

func (m *SmartContractRegistration) XXX_Merge(src proto.Message)

func (*SmartContractRegistration) XXX_Size

func (m *SmartContractRegistration) XXX_Size() int

func (*SmartContractRegistration) XXX_Unmarshal

func (m *SmartContractRegistration) XXX_Unmarshal(b []byte) error

type StatePath

type StatePath struct {
	Parts                []string `protobuf:"bytes,1,rep,name=parts,proto3" json:"parts,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StatePath) Descriptor

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

func (*StatePath) GetParts

func (m *StatePath) GetParts() []string

func (*StatePath) ProtoMessage

func (*StatePath) ProtoMessage()

func (*StatePath) Reset

func (m *StatePath) Reset()

func (*StatePath) String

func (m *StatePath) String() string

func (*StatePath) XXX_DiscardUnknown

func (m *StatePath) XXX_DiscardUnknown()

func (*StatePath) XXX_Marshal

func (m *StatePath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatePath) XXX_Merge

func (m *StatePath) XXX_Merge(src proto.Message)

func (*StatePath) XXX_Size

func (m *StatePath) XXX_Size() int

func (*StatePath) XXX_Unmarshal

func (m *StatePath) XXX_Unmarshal(b []byte) error

type Transaction

type Transaction struct {
	From                 *Address `protobuf:"bytes,1,opt,name=From,proto3" json:"From,omitempty"`
	To                   *Address `protobuf:"bytes,2,opt,name=To,proto3" json:"To,omitempty"`
	RefBlockNumber       int64    `protobuf:"varint,3,opt,name=RefBlockNumber,proto3" json:"RefBlockNumber,omitempty"`
	RefBlockPrefix       []byte   `protobuf:"bytes,4,opt,name=RefBlockPrefix,proto3" json:"RefBlockPrefix,omitempty"`
	MethodName           string   `protobuf:"bytes,5,opt,name=MethodName,proto3" json:"MethodName,omitempty"`
	Params               []byte   `protobuf:"bytes,6,opt,name=Params,proto3" json:"Params,omitempty"`
	Signature            []byte   `protobuf:"bytes,10000,opt,name=Signature,proto3" json:"Signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Transaction) Descriptor

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

func (*Transaction) GetFrom

func (m *Transaction) GetFrom() *Address

func (*Transaction) GetMethodName

func (m *Transaction) GetMethodName() string

func (*Transaction) GetParams

func (m *Transaction) GetParams() []byte

func (*Transaction) GetRefBlockNumber

func (m *Transaction) GetRefBlockNumber() int64

func (*Transaction) GetRefBlockPrefix

func (m *Transaction) GetRefBlockPrefix() []byte

func (*Transaction) GetSignature

func (m *Transaction) GetSignature() []byte

func (*Transaction) GetTo

func (m *Transaction) GetTo() *Address

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) Reset

func (m *Transaction) Reset()

func (*Transaction) String

func (m *Transaction) String() string

func (*Transaction) XXX_DiscardUnknown

func (m *Transaction) XXX_DiscardUnknown()

func (*Transaction) XXX_Marshal

func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Transaction) XXX_Merge

func (m *Transaction) XXX_Merge(src proto.Message)

func (*Transaction) XXX_Size

func (m *Transaction) XXX_Size() int

func (*Transaction) XXX_Unmarshal

func (m *Transaction) XXX_Unmarshal(b []byte) error

type TransactionExecutingStateSet

type TransactionExecutingStateSet struct {
	Version              int64             `protobuf:"varint,1,opt,name=Version,proto3" json:"Version,omitempty"`
	Writes               map[string][]byte `` /* 153-byte string literal not displayed */
	Reads                map[string]bool   `` /* 152-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*TransactionExecutingStateSet) Descriptor

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

func (*TransactionExecutingStateSet) GetReads

func (m *TransactionExecutingStateSet) GetReads() map[string]bool

func (*TransactionExecutingStateSet) GetVersion

func (m *TransactionExecutingStateSet) GetVersion() int64

func (*TransactionExecutingStateSet) GetWrites

func (m *TransactionExecutingStateSet) GetWrites() map[string][]byte

func (*TransactionExecutingStateSet) ProtoMessage

func (*TransactionExecutingStateSet) ProtoMessage()

func (*TransactionExecutingStateSet) Reset

func (m *TransactionExecutingStateSet) Reset()

func (*TransactionExecutingStateSet) String

func (*TransactionExecutingStateSet) XXX_DiscardUnknown

func (m *TransactionExecutingStateSet) XXX_DiscardUnknown()

func (*TransactionExecutingStateSet) XXX_Marshal

func (m *TransactionExecutingStateSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionExecutingStateSet) XXX_Merge

func (m *TransactionExecutingStateSet) XXX_Merge(src proto.Message)

func (*TransactionExecutingStateSet) XXX_Size

func (m *TransactionExecutingStateSet) XXX_Size() int

func (*TransactionExecutingStateSet) XXX_Unmarshal

func (m *TransactionExecutingStateSet) XXX_Unmarshal(b []byte) error

type TransactionResult

type TransactionResult struct {
	TransactionId *Hash                   `protobuf:"bytes,1,opt,name=TransactionId,proto3" json:"TransactionId,omitempty"`
	Status        TransactionResultStatus `protobuf:"varint,2,opt,name=Status,proto3,enum=aelf.TransactionResultStatus" json:"Status,omitempty"`
	Logs          []*LogEvent             `protobuf:"bytes,3,rep,name=Logs,proto3" json:"Logs,omitempty"`
	Bloom         []byte                  `protobuf:"bytes,4,opt,name=Bloom,proto3" json:"Bloom,omitempty"`
	ReturnValue   []byte                  `protobuf:"bytes,5,opt,name=ReturnValue,proto3" json:"ReturnValue,omitempty"`
	BlockNumber   int64                   `protobuf:"varint,6,opt,name=BlockNumber,proto3" json:"BlockNumber,omitempty"`
	BlockHash     *Hash                   `protobuf:"bytes,7,opt,name=BlockHash,proto3" json:"BlockHash,omitempty"`
	Index         int32                   `protobuf:"varint,8,opt,name=Index,proto3" json:"Index,omitempty"`
	StateHash     *Hash                   `protobuf:"bytes,9,opt,name=StateHash,proto3" json:"StateHash,omitempty"`
	// Merkle proof path for this transaction
	// TODO: Remove DeferredTxnId
	DeferredTransactions []*Transaction `protobuf:"bytes,10,rep,name=DeferredTransactions,proto3" json:"DeferredTransactions,omitempty"`
	DeferredTxnId        *Hash          `protobuf:"bytes,11,opt,name=DeferredTxnId,proto3" json:"DeferredTxnId,omitempty"`
	Error                string         `protobuf:"bytes,12,opt,name=Error,proto3" json:"Error,omitempty"`
	ReadableReturnValue  string         `protobuf:"bytes,13,opt,name=ReadableReturnValue,proto3" json:"ReadableReturnValue,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*TransactionResult) Descriptor

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

func (*TransactionResult) GetBlockHash

func (m *TransactionResult) GetBlockHash() *Hash

func (*TransactionResult) GetBlockNumber

func (m *TransactionResult) GetBlockNumber() int64

func (*TransactionResult) GetBloom

func (m *TransactionResult) GetBloom() []byte

func (*TransactionResult) GetDeferredTransactions

func (m *TransactionResult) GetDeferredTransactions() []*Transaction

func (*TransactionResult) GetDeferredTxnId

func (m *TransactionResult) GetDeferredTxnId() *Hash

func (*TransactionResult) GetError

func (m *TransactionResult) GetError() string

func (*TransactionResult) GetIndex

func (m *TransactionResult) GetIndex() int32

func (*TransactionResult) GetLogs

func (m *TransactionResult) GetLogs() []*LogEvent

func (*TransactionResult) GetReadableReturnValue

func (m *TransactionResult) GetReadableReturnValue() string

func (*TransactionResult) GetReturnValue

func (m *TransactionResult) GetReturnValue() []byte

func (*TransactionResult) GetStateHash

func (m *TransactionResult) GetStateHash() *Hash

func (*TransactionResult) GetStatus

func (*TransactionResult) GetTransactionId

func (m *TransactionResult) GetTransactionId() *Hash

func (*TransactionResult) ProtoMessage

func (*TransactionResult) ProtoMessage()

func (*TransactionResult) Reset

func (m *TransactionResult) Reset()

func (*TransactionResult) String

func (m *TransactionResult) String() string

func (*TransactionResult) XXX_DiscardUnknown

func (m *TransactionResult) XXX_DiscardUnknown()

func (*TransactionResult) XXX_Marshal

func (m *TransactionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionResult) XXX_Merge

func (m *TransactionResult) XXX_Merge(src proto.Message)

func (*TransactionResult) XXX_Size

func (m *TransactionResult) XXX_Size() int

func (*TransactionResult) XXX_Unmarshal

func (m *TransactionResult) XXX_Unmarshal(b []byte) error

type TransactionResultStatus

type TransactionResultStatus int32
const (
	TransactionResultStatus_NotExisted   TransactionResultStatus = 0
	TransactionResultStatus_Pending      TransactionResultStatus = 1
	TransactionResultStatus_Failed       TransactionResultStatus = 2
	TransactionResultStatus_Mined        TransactionResultStatus = 3
	TransactionResultStatus_Unexecutable TransactionResultStatus = 4
)

func (TransactionResultStatus) EnumDescriptor

func (TransactionResultStatus) EnumDescriptor() ([]byte, []int)

func (TransactionResultStatus) String

func (x TransactionResultStatus) String() string

Jump to

Keyboard shortcuts

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