pb

package
v0.0.0-...-177d400 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2018 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 Empty

type Empty struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Empty) Descriptor

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

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) String

func (m *Empty) String() string

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

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

func (*Empty) XXX_Merge

func (dst *Empty) XXX_Merge(src proto.Message)

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

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

type TransactOpts

type TransactOpts struct {
	FromAddress          string   `protobuf:"bytes,1,opt,name=from_address,json=fromAddress" json:"from_address,omitempty"`
	PrivateKey           string   `protobuf:"bytes,2,opt,name=private_key,json=privateKey" json:"private_key,omitempty"`
	Nonce                int64    `protobuf:"varint,3,opt,name=nonce" json:"nonce,omitempty"`
	Value                int64    `protobuf:"varint,4,opt,name=value" json:"value,omitempty"`
	GasPrice             int64    `protobuf:"varint,5,opt,name=gas_price,json=gasPrice" json:"gas_price,omitempty"`
	GasLimit             int64    `protobuf:"varint,6,opt,name=gas_limit,json=gasLimit" json:"gas_limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TransactOpts) Descriptor

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

func (*TransactOpts) GetFromAddress

func (m *TransactOpts) GetFromAddress() string

func (*TransactOpts) GetGasLimit

func (m *TransactOpts) GetGasLimit() int64

func (*TransactOpts) GetGasPrice

func (m *TransactOpts) GetGasPrice() int64

func (*TransactOpts) GetNonce

func (m *TransactOpts) GetNonce() int64

func (*TransactOpts) GetPrivateKey

func (m *TransactOpts) GetPrivateKey() string

func (*TransactOpts) GetValue

func (m *TransactOpts) GetValue() int64

func (*TransactOpts) ProtoMessage

func (*TransactOpts) ProtoMessage()

func (*TransactOpts) Reset

func (m *TransactOpts) Reset()

func (*TransactOpts) String

func (m *TransactOpts) String() string

func (*TransactOpts) XXX_DiscardUnknown

func (m *TransactOpts) XXX_DiscardUnknown()

func (*TransactOpts) XXX_Marshal

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

func (*TransactOpts) XXX_Merge

func (dst *TransactOpts) XXX_Merge(src proto.Message)

func (*TransactOpts) XXX_Size

func (m *TransactOpts) XXX_Size() int

func (*TransactOpts) XXX_Unmarshal

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

type TransactionReq

type TransactionReq struct {
	Opts                 *TransactOpts `protobuf:"bytes,1,opt,name=opts" json:"opts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*TransactionReq) Descriptor

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

func (*TransactionReq) GetOpts

func (m *TransactionReq) GetOpts() *TransactOpts

func (*TransactionReq) ProtoMessage

func (*TransactionReq) ProtoMessage()

func (*TransactionReq) Reset

func (m *TransactionReq) Reset()

func (*TransactionReq) String

func (m *TransactionReq) String() string

func (*TransactionReq) XXX_DiscardUnknown

func (m *TransactionReq) XXX_DiscardUnknown()

func (*TransactionReq) XXX_Marshal

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

func (*TransactionReq) XXX_Merge

func (dst *TransactionReq) XXX_Merge(src proto.Message)

func (*TransactionReq) XXX_Size

func (m *TransactionReq) XXX_Size() int

func (*TransactionReq) XXX_Unmarshal

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

type TransactionResp

type TransactionResp struct {
	TxHash               string   `protobuf:"bytes,1,opt,name=tx_hash,json=txHash" json:"tx_hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TransactionResp) Descriptor

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

func (*TransactionResp) GetTxHash

func (m *TransactionResp) GetTxHash() string

func (*TransactionResp) ProtoMessage

func (*TransactionResp) ProtoMessage()

func (*TransactionResp) Reset

func (m *TransactionResp) Reset()

func (*TransactionResp) String

func (m *TransactionResp) String() string

func (*TransactionResp) XXX_DiscardUnknown

func (m *TransactionResp) XXX_DiscardUnknown()

func (*TransactionResp) XXX_Marshal

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

func (*TransactionResp) XXX_Merge

func (dst *TransactionResp) XXX_Merge(src proto.Message)

func (*TransactionResp) XXX_Size

func (m *TransactionResp) XXX_Size() int

func (*TransactionResp) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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