Versions in this module Expand all Collapse all v0 v0.19.0 Jun 26, 2018 Changes in this version + func RegisterTransactorServer(s *grpc.Server, srv TransactorServer) + type CallCodeParam struct + Code []byte + Data []byte + From []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CallCodeParam) Descriptor() ([]byte, []int) + func (*CallCodeParam) ProtoMessage() + func (dst *CallCodeParam) XXX_Merge(src proto.Message) + func (m *CallCodeParam) GetCode() []byte + func (m *CallCodeParam) GetData() []byte + func (m *CallCodeParam) GetFrom() []byte + func (m *CallCodeParam) Reset() + func (m *CallCodeParam) String() string + func (m *CallCodeParam) XXX_DiscardUnknown() + func (m *CallCodeParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CallCodeParam) XXX_Size() int + func (m *CallCodeParam) XXX_Unmarshal(b []byte) error + type CallParam struct + Address []byte + Data []byte + From []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CallParam) Descriptor() ([]byte, []int) + func (*CallParam) ProtoMessage() + func (dst *CallParam) XXX_Merge(src proto.Message) + func (m *CallParam) GetAddress() []byte + func (m *CallParam) GetData() []byte + func (m *CallParam) GetFrom() []byte + func (m *CallParam) Reset() + func (m *CallParam) String() string + func (m *CallParam) XXX_DiscardUnknown() + func (m *CallParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CallParam) XXX_Size() int + func (m *CallParam) XXX_Unmarshal(b []byte) error + type CallResult struct + GasUsed uint64 + Return []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CallResult) Descriptor() ([]byte, []int) + func (*CallResult) ProtoMessage() + func (dst *CallResult) XXX_Merge(src proto.Message) + func (m *CallResult) GetGasUsed() uint64 + func (m *CallResult) GetReturn() []byte + func (m *CallResult) Reset() + func (m *CallResult) String() string + func (m *CallResult) XXX_DiscardUnknown() + func (m *CallResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CallResult) XXX_Size() int + func (m *CallResult) XXX_Unmarshal(b []byte) error + type InputAccount struct + Address []byte + PrivateKey []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*InputAccount) Descriptor() ([]byte, []int) + func (*InputAccount) ProtoMessage() + func (dst *InputAccount) XXX_Merge(src proto.Message) + func (m *InputAccount) GetAddress() []byte + func (m *InputAccount) GetPrivateKey() []byte + func (m *InputAccount) Reset() + func (m *InputAccount) String() string + func (m *InputAccount) XXX_DiscardUnknown() + func (m *InputAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InputAccount) XXX_Size() int + func (m *InputAccount) XXX_Unmarshal(b []byte) error + type PrivateAccount struct + PrivateKey []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PrivateAccount) Descriptor() ([]byte, []int) + func (*PrivateAccount) ProtoMessage() + func (dst *PrivateAccount) XXX_Merge(src proto.Message) + func (m *PrivateAccount) GetPrivateKey() []byte + func (m *PrivateAccount) Reset() + func (m *PrivateAccount) String() string + func (m *PrivateAccount) XXX_DiscardUnknown() + func (m *PrivateAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PrivateAccount) XXX_Size() int + func (m *PrivateAccount) XXX_Unmarshal(b []byte) error + type SendParam struct + Amount uint64 + InputAccount *InputAccount + ToAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SendParam) Descriptor() ([]byte, []int) + func (*SendParam) ProtoMessage() + func (dst *SendParam) XXX_Merge(src proto.Message) + func (m *SendParam) GetAmount() uint64 + func (m *SendParam) GetInputAccount() *InputAccount + func (m *SendParam) GetToAddress() []byte + func (m *SendParam) Reset() + func (m *SendParam) String() string + func (m *SendParam) XXX_DiscardUnknown() + func (m *SendParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SendParam) XXX_Size() int + func (m *SendParam) XXX_Unmarshal(b []byte) error + type SignTxParam struct + PrivateAccounts []*PrivateAccount + Tx []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignTxParam) Descriptor() ([]byte, []int) + func (*SignTxParam) ProtoMessage() + func (dst *SignTxParam) XXX_Merge(src proto.Message) + func (m *SignTxParam) GetPrivateAccounts() []*PrivateAccount + func (m *SignTxParam) GetTx() []byte + func (m *SignTxParam) Reset() + func (m *SignTxParam) String() string + func (m *SignTxParam) XXX_DiscardUnknown() + func (m *SignTxParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignTxParam) XXX_Size() int + func (m *SignTxParam) XXX_Unmarshal(b []byte) error + type SignedTx struct + Tx []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignedTx) Descriptor() ([]byte, []int) + func (*SignedTx) ProtoMessage() + func (dst *SignedTx) XXX_Merge(src proto.Message) + func (m *SignedTx) GetTx() []byte + func (m *SignedTx) Reset() + func (m *SignedTx) String() string + func (m *SignedTx) XXX_DiscardUnknown() + func (m *SignedTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignedTx) XXX_Size() int + func (m *SignedTx) XXX_Unmarshal(b []byte) error + type TransactParam struct + Address []byte + Data []byte + Fee uint64 + GasLimit uint64 + InputAccount *InputAccount + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TransactParam) Descriptor() ([]byte, []int) + func (*TransactParam) ProtoMessage() + func (dst *TransactParam) XXX_Merge(src proto.Message) + func (m *TransactParam) GetAddress() []byte + func (m *TransactParam) GetData() []byte + func (m *TransactParam) GetFee() uint64 + func (m *TransactParam) GetGasLimit() uint64 + func (m *TransactParam) GetInputAccount() *InputAccount + func (m *TransactParam) Reset() + func (m *TransactParam) String() string + func (m *TransactParam) XXX_DiscardUnknown() + func (m *TransactParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TransactParam) XXX_Size() int + func (m *TransactParam) XXX_Unmarshal(b []byte) error + type TransactorClient interface + BroadcastTx func(ctx context.Context, in *TxParam, opts ...grpc.CallOption) (*TxReceipt, error) + Call func(ctx context.Context, in *CallParam, opts ...grpc.CallOption) (*CallResult, error) + CallCode func(ctx context.Context, in *CallCodeParam, opts ...grpc.CallOption) (*CallResult, error) + Send func(ctx context.Context, in *SendParam, opts ...grpc.CallOption) (*TxReceipt, error) + SendAndHold func(ctx context.Context, in *SendParam, opts ...grpc.CallOption) (*TxReceipt, error) + SignTx func(ctx context.Context, in *SignTxParam, opts ...grpc.CallOption) (*SignedTx, error) + Transact func(ctx context.Context, in *TransactParam, opts ...grpc.CallOption) (*TxReceipt, error) + TransactAndHold func(ctx context.Context, in *TransactParam, opts ...grpc.CallOption) (*pbevents.EventDataCall, error) + func NewTransactorClient(cc *grpc.ClientConn) TransactorClient + type TransactorServer interface + BroadcastTx func(context.Context, *TxParam) (*TxReceipt, error) + Call func(context.Context, *CallParam) (*CallResult, error) + CallCode func(context.Context, *CallCodeParam) (*CallResult, error) + Send func(context.Context, *SendParam) (*TxReceipt, error) + SendAndHold func(context.Context, *SendParam) (*TxReceipt, error) + SignTx func(context.Context, *SignTxParam) (*SignedTx, error) + Transact func(context.Context, *TransactParam) (*TxReceipt, error) + TransactAndHold func(context.Context, *TransactParam) (*pbevents.EventDataCall, error) + type TxParam struct + Tx []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TxParam) Descriptor() ([]byte, []int) + func (*TxParam) ProtoMessage() + func (dst *TxParam) XXX_Merge(src proto.Message) + func (m *TxParam) GetTx() []byte + func (m *TxParam) Reset() + func (m *TxParam) String() string + func (m *TxParam) XXX_DiscardUnknown() + func (m *TxParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TxParam) XXX_Size() int + func (m *TxParam) XXX_Unmarshal(b []byte) error + type TxReceipt struct + ContractAddress []byte + CreatesContract bool + TxHash []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TxReceipt) Descriptor() ([]byte, []int) + func (*TxReceipt) ProtoMessage() + func (dst *TxReceipt) XXX_Merge(src proto.Message) + func (m *TxReceipt) GetContractAddress() []byte + func (m *TxReceipt) GetCreatesContract() bool + func (m *TxReceipt) GetTxHash() []byte + func (m *TxReceipt) Reset() + func (m *TxReceipt) String() string + func (m *TxReceipt) XXX_DiscardUnknown() + func (m *TxReceipt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TxReceipt) XXX_Size() int + func (m *TxReceipt) XXX_Unmarshal(b []byte) error