pb

package
v0.0.0-...-7c85e2c Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2022 License: Apache-2.0 Imports: 32 Imported by: 10

Documentation

Overview

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthArg        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowArg          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupArg = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthAuditInfo        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowAuditInfo          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupAuditInfo = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthBasic        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBasic          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupBasic = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthBlock        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBlock          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupBlock = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthBroker        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBroker          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupBroker = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthBxhTransaction        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBxhTransaction          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupBxhTransaction = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthChain        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowChain          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupChain = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthCommit = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCommit   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthIbtp        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowIbtp          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupIbtp = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthInterchainMeta        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowInterchainMeta          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupInterchainMeta = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthNetwork        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowNetwork          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupNetwork = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthOffchainTransmission        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowOffchainTransmission          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupOffchainTransmission = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthPlugin        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPlugin          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupPlugin = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthReceipt        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowReceipt          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupReceipt = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthTssInfo        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTssInfo          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupTssInfo = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthVpInfo        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowVpInfo          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupVpInfo = fmt.Errorf("proto: unexpected end of group")
)
View Source
var Arg_Type_name = map[int32]string{
	0: "I32",
	1: "I64",
	2: "U32",
	3: "U64",
	4: "F32",
	5: "F64",
	6: "String",
	7: "Bytes",
	8: "Bool",
}
View Source
var Arg_Type_value = map[string]int32{
	"I32":    0,
	"I64":    1,
	"U32":    2,
	"U64":    3,
	"F32":    4,
	"F64":    5,
	"String": 6,
	"Bytes":  7,
	"Bool":   8,
}
View Source
var AuditSubscriptionRequest_Type_name = map[int32]string{
	0: "AUDIT_NODE",
	1: "ALL",
}
View Source
var AuditSubscriptionRequest_Type_value = map[string]int32{
	"AUDIT_NODE": 0,
	"ALL":        1,
}
View Source
var CheckPierResponse_Status_name = map[int32]string{
	0: "ERROR_MASTER",
	1: "HAS_MASTER",
	2: "NO_MASTER",
}
View Source
var CheckPierResponse_Status_value = map[string]int32{
	"ERROR_MASTER": 0,
	"HAS_MASTER":   1,
	"NO_MASTER":    2,
}
View Source
var Event_EventType_name = map[int32]string{
	0:  "OTHER",
	1:  "INTERCHAIN",
	2:  "NODEMGR",
	3:  "WASM",
	4:  "AUDIT_PROPOSAL",
	5:  "AUDIT_APPCHAIN",
	6:  "AUDIT_RULE",
	7:  "AUDIT_SERVICE",
	8:  "AUDIT_NODE",
	9:  "AUDIT_ROLE",
	10: "AUDIT_INTERCHAIN",
	11: "AUDIT_DAPP",
	12: "SERVICE",
}
View Source
var Event_EventType_value = map[string]int32{
	"OTHER":            0,
	"INTERCHAIN":       1,
	"NODEMGR":          2,
	"WASM":             3,
	"AUDIT_PROPOSAL":   4,
	"AUDIT_APPCHAIN":   5,
	"AUDIT_RULE":       6,
	"AUDIT_SERVICE":    7,
	"AUDIT_NODE":       8,
	"AUDIT_ROLE":       9,
	"AUDIT_INTERCHAIN": 10,
	"AUDIT_DAPP":       11,
	"SERVICE":          12,
}
View Source
var GetBlockRequest_Type_name = map[int32]string{
	0: "HEIGHT",
	1: "HASH",
}
View Source
var GetBlockRequest_Type_value = map[string]int32{
	"HEIGHT": 0,
	"HASH":   1,
}
View Source
var GetDataResponse_Type_name = map[int32]string{
	0: "DATA_GET_SUCCESS",
	1: "DATA_OUT_OF_SIZE",
	2: "DATA_GET_INTERNAL_ERR",
}
View Source
var GetDataResponse_Type_value = map[string]int32{
	"DATA_GET_SUCCESS":      0,
	"DATA_OUT_OF_SIZE":      1,
	"DATA_GET_INTERNAL_ERR": 2,
}
View Source
var GetSignsRequest_Type_name = map[int32]string{
	0: "MULTI_ASSET_EXCHANGE",
	1: "MULTI_IBTP_REQUEST",
	2: "MULTI_IBTP_RESPONSE",
	3: "MULTI_BLOCK_HEADER",
	4: "MULTI_BURN",
	5: "TSS_IBTP_REQUEST",
	6: "TSS_IBTP_RESPONSE",
}
View Source
var GetSignsRequest_Type_value = map[string]int32{
	"MULTI_ASSET_EXCHANGE": 0,
	"MULTI_IBTP_REQUEST":   1,
	"MULTI_IBTP_RESPONSE":  2,
	"MULTI_BLOCK_HEADER":   3,
	"MULTI_BURN":           4,
	"TSS_IBTP_REQUEST":     5,
	"TSS_IBTP_RESPONSE":    6,
}
View Source
var HeartBeatRespones_Status_name = map[int32]string{
	0: "ALIVE",
	1: "DEAD",
}
View Source
var HeartBeatRespones_Status_value = map[string]int32{
	"ALIVE": 0,
	"DEAD":  1,
}
View Source
var IBTP_Category_name = map[int32]string{
	0: "REQUEST",
	1: "RESPONSE",
	2: "UNKNOWN",
}
View Source
var IBTP_Category_value = map[string]int32{
	"REQUEST":  0,
	"RESPONSE": 1,
	"UNKNOWN":  2,
}
View Source
var IBTP_Type_name = map[int32]string{
	0: "INTERCHAIN",
	1: "RECEIPT_SUCCESS",
	2: "RECEIPT_FAILURE",
	3: "RECEIPT_ROLLBACK",
	4: "RECEIPT_ROLLBACK_END",
}
View Source
var IBTP_Type_value = map[string]int32{
	"INTERCHAIN":           0,
	"RECEIPT_SUCCESS":      1,
	"RECEIPT_FAILURE":      2,
	"RECEIPT_ROLLBACK":     3,
	"RECEIPT_ROLLBACK_END": 4,
}
View Source
var Message_Type_name = map[int32]string{
	0:  "GET_BLOCK",
	1:  "GET_BLOCK_ACK",
	2:  "CONSENSUS",
	3:  "FETCH_CERT",
	4:  "FETCH_CERT_ACK",
	5:  "FETCH_BLOCK_SIGN",
	6:  "FETCH_BLOCK_SIGN_ACK",
	7:  "FETCH_IBTP_REQUEST_SIGN",
	8:  "FETCH_IBTP_RESPONSE_SIGN",
	9:  "FETCH_IBTP_SIGN_ACK",
	10: "FETCH_IBTP_TSS_SIGN_ACK",
	11: "GET_ADDRESS",
	12: "GET_ADDRESS_ACK",
	13: "GET_BLOCK_HEADERS",
	14: "GET_BLOCK_HEADERS_ACK",
	15: "GET_BLOCKS",
	16: "GET_BLOCKS_ACK",
	17: "CHECK_MASTER_PIER",
	18: "CHECK_MASTER_PIER_ACK",
	21: "FETCH_BURN_SIGN",
	22: "FETCH_BURN_SIGN_ACK",
	23: "FETCH_P2P_PUBKEY",
	24: "FETCH_P2P_PUBKEY_ACK",
	25: "FETCH_TSS_PUBKEY",
	26: "FETCH_TSS_PUBKEY_ACK",
	27: "FETCH_TSS_INFO",
	28: "FETCH_TSS_INFO_ACK",
	29: "FETCH_TSS_NODES",
	31: "APPCHAIN_REGISTER",
	32: "APPCHAIN_UPDATE",
	33: "APPCHAIN_GET",
	34: "RULE_DEPLOY",
	41: "INTERCHAIN_META_GET",
	42: "IBTP_GET",
	43: "IBTP_SEND",
	44: "IBTP_RECEIPT_GET",
	45: "IBTP_RECEIPT_SEND",
	46: "ROUTER_IBTP_SEND",
	47: "ROUTER_IBTP_GET",
	48: "ROUTER_IBTP_RECEIPT_GET",
	49: "ROUTER_INTERCHAIN_GET",
	51: "ADDRESS_GET",
	52: "PUBKEY_GET",
	53: "PUBKEY_GET_ACK",
	61: "ACK",
	71: "FETCH_IBTP_REQUEST_TSS_SIGN",
	72: "FETCH_IBTP_RESPONSE_TSS_SIGN",
	73: "TSS_TASK",
	74: "TSS_CULPRITS",
	75: "TSS_KEYGEN_REQ",
	81: "OFFCHAIN_DATA_GET",
}
View Source
var Message_Type_value = map[string]int32{
	"GET_BLOCK":                    0,
	"GET_BLOCK_ACK":                1,
	"CONSENSUS":                    2,
	"FETCH_CERT":                   3,
	"FETCH_CERT_ACK":               4,
	"FETCH_BLOCK_SIGN":             5,
	"FETCH_BLOCK_SIGN_ACK":         6,
	"FETCH_IBTP_REQUEST_SIGN":      7,
	"FETCH_IBTP_RESPONSE_SIGN":     8,
	"FETCH_IBTP_SIGN_ACK":          9,
	"FETCH_IBTP_TSS_SIGN_ACK":      10,
	"GET_ADDRESS":                  11,
	"GET_ADDRESS_ACK":              12,
	"GET_BLOCK_HEADERS":            13,
	"GET_BLOCK_HEADERS_ACK":        14,
	"GET_BLOCKS":                   15,
	"GET_BLOCKS_ACK":               16,
	"CHECK_MASTER_PIER":            17,
	"CHECK_MASTER_PIER_ACK":        18,
	"FETCH_BURN_SIGN":              21,
	"FETCH_BURN_SIGN_ACK":          22,
	"FETCH_P2P_PUBKEY":             23,
	"FETCH_P2P_PUBKEY_ACK":         24,
	"FETCH_TSS_PUBKEY":             25,
	"FETCH_TSS_PUBKEY_ACK":         26,
	"FETCH_TSS_INFO":               27,
	"FETCH_TSS_INFO_ACK":           28,
	"FETCH_TSS_NODES":              29,
	"APPCHAIN_REGISTER":            31,
	"APPCHAIN_UPDATE":              32,
	"APPCHAIN_GET":                 33,
	"RULE_DEPLOY":                  34,
	"INTERCHAIN_META_GET":          41,
	"IBTP_GET":                     42,
	"IBTP_SEND":                    43,
	"IBTP_RECEIPT_GET":             44,
	"IBTP_RECEIPT_SEND":            45,
	"ROUTER_IBTP_SEND":             46,
	"ROUTER_IBTP_GET":              47,
	"ROUTER_IBTP_RECEIPT_GET":      48,
	"ROUTER_INTERCHAIN_GET":        49,
	"ADDRESS_GET":                  51,
	"PUBKEY_GET":                   52,
	"PUBKEY_GET_ACK":               53,
	"ACK":                          61,
	"FETCH_IBTP_REQUEST_TSS_SIGN":  71,
	"FETCH_IBTP_RESPONSE_TSS_SIGN": 72,
	"TSS_TASK":                     73,
	"TSS_CULPRITS":                 74,
	"TSS_KEYGEN_REQ":               75,
	"OFFCHAIN_DATA_GET":            81,
}
View Source
var Receipt_Status_name = map[int32]string{
	0: "SUCCESS",
	1: "FAILED",
}
View Source
var Receipt_Status_value = map[string]int32{
	"SUCCESS": 0,
	"FAILED":  1,
}
View Source
var Request_Type_name = map[int32]string{
	0: "CHAIN_STATUS",
	1: "NETWORK",
	2: "VALIDATORS",
}
View Source
var Request_Type_value = map[string]int32{
	"CHAIN_STATUS": 0,
	"NETWORK":      1,
	"VALIDATORS":   2,
}
View Source
var SubscriptionRequest_Type_name = map[int32]string{
	0: "BLOCK",
	1: "EVENT",
	2: "INTERCHAIN_TX",
	3: "BLOCK_HEADER",
	4: "INTERCHAIN_TX_WRAPPER",
	5: "UNION_INTERCHAIN_TX_WRAPPER",
	6: "EVM_LOG",
}
View Source
var SubscriptionRequest_Type_value = map[string]int32{
	"BLOCK":                       0,
	"EVENT":                       1,
	"INTERCHAIN_TX":               2,
	"BLOCK_HEADER":                3,
	"INTERCHAIN_TX_WRAPPER":       4,
	"UNION_INTERCHAIN_TX_WRAPPER": 5,
	"EVM_LOG":                     6,
}
View Source
var TransactionData_Type_name = map[int32]string{
	0: "NORMAL",
	1: "INVOKE",
	2: "UPDATE",
	3: "FREEZE",
	4: "UNFREEZE",
}
View Source
var TransactionData_Type_value = map[string]int32{
	"NORMAL":   0,
	"INVOKE":   1,
	"UPDATE":   2,
	"FREEZE":   3,
	"UNFREEZE": 4,
}
View Source
var TransactionData_VMType_name = map[int32]string{
	0: "BVM",
	1: "XVM",
}
View Source
var TransactionData_VMType_value = map[string]int32{
	"BVM": 0,
	"XVM": 1,
}
View Source
var TransactionStatus_name = map[int32]string{
	0: "BEGIN",
	1: "BEGIN_FAILURE",
	2: "BEGIN_ROLLBACK",
	3: "SUCCESS",
	4: "FAILURE",
	5: "ROLLBACK",
}
View Source
var TransactionStatus_value = map[string]int32{
	"BEGIN":          0,
	"BEGIN_FAILURE":  1,
	"BEGIN_ROLLBACK": 2,
	"SUCCESS":        3,
	"FAILURE":        4,
	"ROLLBACK":       5,
}
View Source
var TxType_name = map[int32]string{
	0: "NormalBxhTx",
	1: "EthSignedBxhTx",
}
View Source
var TxType_value = map[string]int32{
	"NormalBxhTx":    0,
	"EthSignedBxhTx": 1,
}

Functions

func GenServicePair

func GenServicePair(from, to string) string

func ParseFullServiceID

func ParseFullServiceID(id string) (string, string, string, error)

func ParseIBTPID

func ParseIBTPID(id string) (string, string, uint64, error)

func ParseServicePair

func ParseServicePair(servicePair string) (string, string, error)

func RegisterAppchainPluginServer

func RegisterAppchainPluginServer(s *grpc.Server, srv AppchainPluginServer)

func RegisterChainBrokerHandler

func RegisterChainBrokerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterChainBrokerHandler registers the http handlers for service ChainBroker to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterChainBrokerHandlerClient

func RegisterChainBrokerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ChainBrokerClient) error

RegisterChainBrokerHandlerClient registers the http handlers for service ChainBroker to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ChainBrokerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ChainBrokerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ChainBrokerClient" to call the correct interceptors.

func RegisterChainBrokerHandlerFromEndpoint

func RegisterChainBrokerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterChainBrokerHandlerFromEndpoint is same as RegisterChainBrokerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterChainBrokerHandlerServer

func RegisterChainBrokerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ChainBrokerServer) error

RegisterChainBrokerHandlerServer registers the http handlers for service ChainBroker to "mux". UnaryRPC :call ChainBrokerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterChainBrokerServer

func RegisterChainBrokerServer(s *grpc.Server, srv ChainBrokerServer)

func RegisterTxConstructor

func RegisterTxConstructor(flag uint64, txConstructer TxConstructer)

Types

type Address

type Address struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}

func (*Address) Descriptor

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

func (*Address) GetAddress

func (m *Address) GetAddress() string

func (*Address) Marshal

func (m *Address) Marshal() (dAtA []byte, err error)

func (*Address) MarshalTo

func (m *Address) MarshalTo(dAtA []byte) (int, error)

func (*Address) MarshalToSizedBuffer

func (m *Address) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Address) ProtoMessage

func (*Address) ProtoMessage()

func (*Address) Reset

func (m *Address) Reset()

func (*Address) Size

func (m *Address) Size() (n int)

func (*Address) String

func (m *Address) String() string

func (*Address) Unmarshal

func (m *Address) Unmarshal(dAtA []byte) error

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 AppchainPluginClient

type AppchainPluginClient interface {
	Initialize(ctx context.Context, in *InitializeRequest, opts ...grpc.CallOption) (*Empty, error)
	Start(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error)
	Stop(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error)
	GetIBTPCh(ctx context.Context, in *Empty, opts ...grpc.CallOption) (AppchainPlugin_GetIBTPChClient, error)
	GetUpdateMeta(ctx context.Context, in *Empty, opts ...grpc.CallOption) (AppchainPlugin_GetUpdateMetaClient, error)
	SubmitIBTP(ctx context.Context, in *SubmitIBTPRequest, opts ...grpc.CallOption) (*SubmitIBTPResponse, error)
	SubmitIBTPBatch(ctx context.Context, in *SubmitIBTPRequestBatch, opts ...grpc.CallOption) (*SubmitIBTPResponse, error)
	SubmitReceipt(ctx context.Context, in *SubmitReceiptRequest, opts ...grpc.CallOption) (*SubmitIBTPResponse, error)
	SubmitReceiptBatch(ctx context.Context, in *SubmitReceiptRequestBatch, opts ...grpc.CallOption) (*SubmitIBTPResponse, error)
	GetOutMessage(ctx context.Context, in *GetMessageRequest, opts ...grpc.CallOption) (*IBTP, error)
	GetReceiptMessage(ctx context.Context, in *GetMessageRequest, opts ...grpc.CallOption) (*IBTP, error)
	GetInMeta(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetMetaResponse, error)
	GetOutMeta(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetMetaResponse, error)
	GetCallbackMeta(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetMetaResponse, error)
	GetDstRollbackMeta(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetMetaResponse, error)
	GetServices(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ServicesResponse, error)
	GetChainID(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ChainIDResponse, error)
	GetAppchainInfo(ctx context.Context, in *ChainInfoRequest, opts ...grpc.CallOption) (*ChainInfoResponse, error)
	GetDirectTransactionMeta(ctx context.Context, in *DirectTransactionMetaRequest, opts ...grpc.CallOption) (*DirectTransactionMetaResponse, error)
	Name(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*NameResponse, error)
	Type(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TypeResponse, error)
	GetOffChainData(ctx context.Context, in *GetDataRequest, opts ...grpc.CallOption) (*GetDataResponse, error)
	GetOffChainDataReq(ctx context.Context, in *Empty, opts ...grpc.CallOption) (AppchainPlugin_GetOffChainDataReqClient, error)
	SubmitOffChainData(ctx context.Context, in *GetDataResponse, opts ...grpc.CallOption) (*Empty, error)
}

AppchainPluginClient is the client API for AppchainPlugin service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAppchainPluginClient

func NewAppchainPluginClient(cc *grpc.ClientConn) AppchainPluginClient

type AppchainPluginServer

type AppchainPluginServer interface {
	Initialize(context.Context, *InitializeRequest) (*Empty, error)
	Start(context.Context, *Empty) (*Empty, error)
	Stop(context.Context, *Empty) (*Empty, error)
	GetIBTPCh(*Empty, AppchainPlugin_GetIBTPChServer) error
	GetUpdateMeta(*Empty, AppchainPlugin_GetUpdateMetaServer) error
	SubmitIBTP(context.Context, *SubmitIBTPRequest) (*SubmitIBTPResponse, error)
	SubmitIBTPBatch(context.Context, *SubmitIBTPRequestBatch) (*SubmitIBTPResponse, error)
	SubmitReceipt(context.Context, *SubmitReceiptRequest) (*SubmitIBTPResponse, error)
	SubmitReceiptBatch(context.Context, *SubmitReceiptRequestBatch) (*SubmitIBTPResponse, error)
	GetOutMessage(context.Context, *GetMessageRequest) (*IBTP, error)
	GetReceiptMessage(context.Context, *GetMessageRequest) (*IBTP, error)
	GetInMeta(context.Context, *Empty) (*GetMetaResponse, error)
	GetOutMeta(context.Context, *Empty) (*GetMetaResponse, error)
	GetCallbackMeta(context.Context, *Empty) (*GetMetaResponse, error)
	GetDstRollbackMeta(context.Context, *Empty) (*GetMetaResponse, error)
	GetServices(context.Context, *Empty) (*ServicesResponse, error)
	GetChainID(context.Context, *Empty) (*ChainIDResponse, error)
	GetAppchainInfo(context.Context, *ChainInfoRequest) (*ChainInfoResponse, error)
	GetDirectTransactionMeta(context.Context, *DirectTransactionMetaRequest) (*DirectTransactionMetaResponse, error)
	Name(context.Context, *Empty) (*NameResponse, error)
	Type(context.Context, *Empty) (*TypeResponse, error)
	GetOffChainData(context.Context, *GetDataRequest) (*GetDataResponse, error)
	GetOffChainDataReq(*Empty, AppchainPlugin_GetOffChainDataReqServer) error
	SubmitOffChainData(context.Context, *GetDataResponse) (*Empty, error)
}

AppchainPluginServer is the server API for AppchainPlugin service.

type AppchainPlugin_GetIBTPChClient

type AppchainPlugin_GetIBTPChClient interface {
	Recv() (*IBTP, error)
	grpc.ClientStream
}

type AppchainPlugin_GetIBTPChServer

type AppchainPlugin_GetIBTPChServer interface {
	Send(*IBTP) error
	grpc.ServerStream
}

type AppchainPlugin_GetOffChainDataReqClient

type AppchainPlugin_GetOffChainDataReqClient interface {
	Recv() (*GetDataRequest, error)
	grpc.ClientStream
}

type AppchainPlugin_GetOffChainDataReqServer

type AppchainPlugin_GetOffChainDataReqServer interface {
	Send(*GetDataRequest) error
	grpc.ServerStream
}

type AppchainPlugin_GetUpdateMetaClient

type AppchainPlugin_GetUpdateMetaClient interface {
	Recv() (*UpdateMeta, error)
	grpc.ClientStream
}

type AppchainPlugin_GetUpdateMetaServer

type AppchainPlugin_GetUpdateMetaServer interface {
	Send(*UpdateMeta) error
	grpc.ServerStream
}

type Arg

type Arg struct {
	Type    Arg_Type `protobuf:"varint,1,opt,name=type,proto3,enum=pb.Arg_Type" json:"type,omitempty"`
	IsArray bool     `protobuf:"varint,2,opt,name=is_array,json=isArray,proto3" json:"is_array,omitempty"`
	Value   []byte   `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
}

func Bool

func Bool(content bool) *Arg

func Bytes

func Bytes(content []byte) *Arg

func Float64

func Float64(i float64) *Arg

func Int32

func Int32(i int32) *Arg

func Int64

func Int64(i int64) *Arg

func String

func String(content string) *Arg

func Uint32

func Uint32(i uint32) *Arg

func Uint64

func Uint64(i uint64) *Arg

func (*Arg) Descriptor

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

func (*Arg) GetIsArray

func (m *Arg) GetIsArray() bool

func (*Arg) GetType

func (m *Arg) GetType() Arg_Type

func (*Arg) GetValue

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

func (*Arg) Marshal

func (m *Arg) Marshal() (dAtA []byte, err error)

func (*Arg) MarshalTo

func (m *Arg) MarshalTo(dAtA []byte) (int, error)

func (*Arg) MarshalToSizedBuffer

func (m *Arg) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Arg) ProtoMessage

func (*Arg) ProtoMessage()

func (*Arg) Reset

func (m *Arg) Reset()

func (*Arg) Size

func (m *Arg) Size() (n int)

func (*Arg) String

func (m *Arg) String() string

func (*Arg) Unmarshal

func (m *Arg) Unmarshal(dAtA []byte) error

func (*Arg) XXX_DiscardUnknown

func (m *Arg) XXX_DiscardUnknown()

func (*Arg) XXX_Marshal

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

func (*Arg) XXX_Merge

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

func (*Arg) XXX_Size

func (m *Arg) XXX_Size() int

func (*Arg) XXX_Unmarshal

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

type Arg_Type

type Arg_Type int32
const (
	Arg_I32    Arg_Type = 0
	Arg_I64    Arg_Type = 1
	Arg_U32    Arg_Type = 2
	Arg_U64    Arg_Type = 3
	Arg_F32    Arg_Type = 4
	Arg_F64    Arg_Type = 5
	Arg_String Arg_Type = 6
	Arg_Bytes  Arg_Type = 7
	Arg_Bool   Arg_Type = 8
)

func (Arg_Type) EnumDescriptor

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

func (Arg_Type) String

func (x Arg_Type) String() string

type AuditRelatedObjInfo

type AuditRelatedObjInfo struct {
	AuditObj           []byte            `protobuf:"bytes,1,opt,name=AuditObj,proto3" json:"AuditObj,omitempty"`
	RelatedChainIDList map[string][]byte `` /* 177-byte string literal not displayed */
	RelatedNodeIDList  map[string][]byte `` /* 175-byte string literal not displayed */
}

func (*AuditRelatedObjInfo) Descriptor

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

func (*AuditRelatedObjInfo) GetAuditObj

func (m *AuditRelatedObjInfo) GetAuditObj() []byte

func (*AuditRelatedObjInfo) GetRelatedChainIDList

func (m *AuditRelatedObjInfo) GetRelatedChainIDList() map[string][]byte

func (*AuditRelatedObjInfo) GetRelatedNodeIDList

func (m *AuditRelatedObjInfo) GetRelatedNodeIDList() map[string][]byte

func (*AuditRelatedObjInfo) Marshal

func (m *AuditRelatedObjInfo) Marshal() (dAtA []byte, err error)

func (*AuditRelatedObjInfo) MarshalTo

func (m *AuditRelatedObjInfo) MarshalTo(dAtA []byte) (int, error)

func (*AuditRelatedObjInfo) MarshalToSizedBuffer

func (m *AuditRelatedObjInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AuditRelatedObjInfo) ProtoMessage

func (*AuditRelatedObjInfo) ProtoMessage()

func (*AuditRelatedObjInfo) Reset

func (m *AuditRelatedObjInfo) Reset()

func (*AuditRelatedObjInfo) Size

func (m *AuditRelatedObjInfo) Size() (n int)

func (*AuditRelatedObjInfo) String

func (m *AuditRelatedObjInfo) String() string

func (*AuditRelatedObjInfo) Unmarshal

func (m *AuditRelatedObjInfo) Unmarshal(dAtA []byte) error

func (*AuditRelatedObjInfo) XXX_DiscardUnknown

func (m *AuditRelatedObjInfo) XXX_DiscardUnknown()

func (*AuditRelatedObjInfo) XXX_Marshal

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

func (*AuditRelatedObjInfo) XXX_Merge

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

func (*AuditRelatedObjInfo) XXX_Size

func (m *AuditRelatedObjInfo) XXX_Size() int

func (*AuditRelatedObjInfo) XXX_Unmarshal

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

type AuditSubscriptionRequest

type AuditSubscriptionRequest struct {
	Type        AuditSubscriptionRequest_Type `protobuf:"varint,1,opt,name=type,proto3,enum=pb.AuditSubscriptionRequest_Type" json:"type,omitempty"`
	AuditNodeId string                        `protobuf:"bytes,2,opt,name=audit_node_id,json=auditNodeId,proto3" json:"audit_node_id,omitempty"`
	BlockHeight uint64                        `protobuf:"varint,3,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	Extra       []byte                        `protobuf:"bytes,4,opt,name=extra,proto3" json:"extra,omitempty"`
}

func (*AuditSubscriptionRequest) Descriptor

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

func (*AuditSubscriptionRequest) GetAuditNodeId

func (m *AuditSubscriptionRequest) GetAuditNodeId() string

func (*AuditSubscriptionRequest) GetBlockHeight

func (m *AuditSubscriptionRequest) GetBlockHeight() uint64

func (*AuditSubscriptionRequest) GetExtra

func (m *AuditSubscriptionRequest) GetExtra() []byte

func (*AuditSubscriptionRequest) GetType

func (*AuditSubscriptionRequest) Marshal

func (m *AuditSubscriptionRequest) Marshal() (dAtA []byte, err error)

func (*AuditSubscriptionRequest) MarshalTo

func (m *AuditSubscriptionRequest) MarshalTo(dAtA []byte) (int, error)

func (*AuditSubscriptionRequest) MarshalToSizedBuffer

func (m *AuditSubscriptionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AuditSubscriptionRequest) ProtoMessage

func (*AuditSubscriptionRequest) ProtoMessage()

func (*AuditSubscriptionRequest) Reset

func (m *AuditSubscriptionRequest) Reset()

func (*AuditSubscriptionRequest) Size

func (m *AuditSubscriptionRequest) Size() (n int)

func (*AuditSubscriptionRequest) String

func (m *AuditSubscriptionRequest) String() string

func (*AuditSubscriptionRequest) Unmarshal

func (m *AuditSubscriptionRequest) Unmarshal(dAtA []byte) error

func (*AuditSubscriptionRequest) XXX_DiscardUnknown

func (m *AuditSubscriptionRequest) XXX_DiscardUnknown()

func (*AuditSubscriptionRequest) XXX_Marshal

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

func (*AuditSubscriptionRequest) XXX_Merge

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

func (*AuditSubscriptionRequest) XXX_Size

func (m *AuditSubscriptionRequest) XXX_Size() int

func (*AuditSubscriptionRequest) XXX_Unmarshal

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

type AuditSubscriptionRequest_Type

type AuditSubscriptionRequest_Type int32
const (
	AuditSubscriptionRequest_AUDIT_NODE AuditSubscriptionRequest_Type = 0
	AuditSubscriptionRequest_ALL        AuditSubscriptionRequest_Type = 1
)

func (AuditSubscriptionRequest_Type) EnumDescriptor

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

func (AuditSubscriptionRequest_Type) String

type AuditTxInfo

type AuditTxInfo struct {
	Tx                 *BxhTransaction   `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
	Rec                *Receipt          `protobuf:"bytes,2,opt,name=rec,proto3" json:"rec,omitempty"`
	BlockHeight        uint64            `protobuf:"varint,3,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	RelatedChainIDList map[string][]byte `` /* 177-byte string literal not displayed */
	RelatedNodeIDList  map[string][]byte `` /* 175-byte string literal not displayed */
}

func (*AuditTxInfo) Descriptor

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

func (*AuditTxInfo) GetBlockHeight

func (m *AuditTxInfo) GetBlockHeight() uint64

func (*AuditTxInfo) GetRec

func (m *AuditTxInfo) GetRec() *Receipt

func (*AuditTxInfo) GetRelatedChainIDList

func (m *AuditTxInfo) GetRelatedChainIDList() map[string][]byte

func (*AuditTxInfo) GetRelatedNodeIDList

func (m *AuditTxInfo) GetRelatedNodeIDList() map[string][]byte

func (*AuditTxInfo) GetTx

func (m *AuditTxInfo) GetTx() *BxhTransaction

func (*AuditTxInfo) Marshal

func (m *AuditTxInfo) Marshal() (dAtA []byte, err error)

func (*AuditTxInfo) MarshalTo

func (m *AuditTxInfo) MarshalTo(dAtA []byte) (int, error)

func (*AuditTxInfo) MarshalToSizedBuffer

func (m *AuditTxInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AuditTxInfo) ProtoMessage

func (*AuditTxInfo) ProtoMessage()

func (*AuditTxInfo) Reset

func (m *AuditTxInfo) Reset()

func (*AuditTxInfo) Size

func (m *AuditTxInfo) Size() (n int)

func (*AuditTxInfo) String

func (m *AuditTxInfo) String() string

func (*AuditTxInfo) Unmarshal

func (m *AuditTxInfo) Unmarshal(dAtA []byte) error

func (*AuditTxInfo) XXX_DiscardUnknown

func (m *AuditTxInfo) XXX_DiscardUnknown()

func (*AuditTxInfo) XXX_Marshal

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

func (*AuditTxInfo) XXX_Merge

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

func (*AuditTxInfo) XXX_Size

func (m *AuditTxInfo) XXX_Size() int

func (*AuditTxInfo) XXX_Unmarshal

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

type BatchReceipt

type BatchReceipt struct {
	Tos        []string    `protobuf:"bytes,1,rep,name=tos,proto3" json:"tos,omitempty"`
	Indexs     []uint64    `protobuf:"varint,2,rep,packed,name=indexs,proto3" json:"indexs,omitempty"`
	ServiceIDs []string    `protobuf:"bytes,3,rep,name=serviceIDs,proto3" json:"serviceIDs,omitempty"`
	IbtpTypes  []IBTP_Type `protobuf:"varint,4,rep,packed,name=ibtpTypes,proto3,enum=pb.IBTP_Type" json:"ibtpTypes,omitempty"`
	Results    []*Result   `protobuf:"bytes,5,rep,name=results,proto3" json:"results,omitempty"`
	Proofs     []*BxhProof `protobuf:"bytes,6,rep,name=proofs,proto3" json:"proofs,omitempty"`
}

func (*BatchReceipt) Descriptor

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

func (*BatchReceipt) GetIbtpTypes

func (m *BatchReceipt) GetIbtpTypes() []IBTP_Type

func (*BatchReceipt) GetIndexs

func (m *BatchReceipt) GetIndexs() []uint64

func (*BatchReceipt) GetProofs

func (m *BatchReceipt) GetProofs() []*BxhProof

func (*BatchReceipt) GetResults

func (m *BatchReceipt) GetResults() []*Result

func (*BatchReceipt) GetServiceIDs

func (m *BatchReceipt) GetServiceIDs() []string

func (*BatchReceipt) GetTos

func (m *BatchReceipt) GetTos() []string

func (*BatchReceipt) Marshal

func (m *BatchReceipt) Marshal() (dAtA []byte, err error)

func (*BatchReceipt) MarshalTo

func (m *BatchReceipt) MarshalTo(dAtA []byte) (int, error)

func (*BatchReceipt) MarshalToSizedBuffer

func (m *BatchReceipt) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BatchReceipt) ProtoMessage

func (*BatchReceipt) ProtoMessage()

func (*BatchReceipt) Reset

func (m *BatchReceipt) Reset()

func (*BatchReceipt) Size

func (m *BatchReceipt) Size() (n int)

func (*BatchReceipt) String

func (m *BatchReceipt) String() string

func (*BatchReceipt) Unmarshal

func (m *BatchReceipt) Unmarshal(dAtA []byte) error

func (*BatchReceipt) XXX_DiscardUnknown

func (m *BatchReceipt) XXX_DiscardUnknown()

func (*BatchReceipt) XXX_Marshal

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

func (*BatchReceipt) XXX_Merge

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

func (*BatchReceipt) XXX_Size

func (m *BatchReceipt) XXX_Size() int

func (*BatchReceipt) XXX_Unmarshal

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

type BatchRequest

type BatchRequest struct {
	Froms       []string    `protobuf:"bytes,1,rep,name=froms,proto3" json:"froms,omitempty"`
	Indexs      []uint64    `protobuf:"varint,2,rep,packed,name=indexs,proto3" json:"indexs,omitempty"`
	ServiceIDs  []string    `protobuf:"bytes,3,rep,name=serviceIDs,proto3" json:"serviceIDs,omitempty"`
	IbtpTypes   []IBTP_Type `protobuf:"varint,4,rep,packed,name=ibtpTypes,proto3,enum=pb.IBTP_Type" json:"ibtpTypes,omitempty"`
	Contents    []*Content  `protobuf:"bytes,5,rep,name=contents,proto3" json:"contents,omitempty"`
	Proofs      []*BxhProof `protobuf:"bytes,6,rep,name=proofs,proto3" json:"proofs,omitempty"`
	IsEncrypted []bool      `protobuf:"varint,7,rep,packed,name=isEncrypted,proto3" json:"isEncrypted,omitempty"`
}

func (*BatchRequest) Descriptor

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

func (*BatchRequest) GetContents

func (m *BatchRequest) GetContents() []*Content

func (*BatchRequest) GetFroms

func (m *BatchRequest) GetFroms() []string

func (*BatchRequest) GetIbtpTypes

func (m *BatchRequest) GetIbtpTypes() []IBTP_Type

func (*BatchRequest) GetIndexs

func (m *BatchRequest) GetIndexs() []uint64

func (*BatchRequest) GetIsEncrypted

func (m *BatchRequest) GetIsEncrypted() []bool

func (*BatchRequest) GetProofs

func (m *BatchRequest) GetProofs() []*BxhProof

func (*BatchRequest) GetServiceIDs

func (m *BatchRequest) GetServiceIDs() []string

func (*BatchRequest) Marshal

func (m *BatchRequest) Marshal() (dAtA []byte, err error)

func (*BatchRequest) MarshalTo

func (m *BatchRequest) MarshalTo(dAtA []byte) (int, error)

func (*BatchRequest) MarshalToSizedBuffer

func (m *BatchRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BatchRequest) ProtoMessage

func (*BatchRequest) ProtoMessage()

func (*BatchRequest) Reset

func (m *BatchRequest) Reset()

func (*BatchRequest) Size

func (m *BatchRequest) Size() (n int)

func (*BatchRequest) String

func (m *BatchRequest) String() string

func (*BatchRequest) Unmarshal

func (m *BatchRequest) Unmarshal(dAtA []byte) error

func (*BatchRequest) XXX_DiscardUnknown

func (m *BatchRequest) XXX_DiscardUnknown()

func (*BatchRequest) XXX_Marshal

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

func (*BatchRequest) XXX_Merge

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

func (*BatchRequest) XXX_Size

func (m *BatchRequest) XXX_Size() int

func (*BatchRequest) XXX_Unmarshal

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

type Block

type Block struct {
	BlockHeader  *BlockHeader                                `protobuf:"bytes,1,opt,name=block_header,json=blockHeader,proto3" json:"block_header,omitempty"`
	Transactions *Transactions                               `protobuf:"bytes,2,opt,name=transactions,proto3,customtype=Transactions" json:"transactions,omitempty"`
	BlockHash    *github_com_meshplus_bitxhub_kit_types.Hash `` /* 142-byte string literal not displayed */
	Signature    []byte                                      `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
	Extra        []byte                                      `protobuf:"bytes,5,opt,name=extra,proto3" json:"extra,omitempty"`
}

func (*Block) Descriptor

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

func (*Block) GetBlockHeader

func (m *Block) GetBlockHeader() *BlockHeader

func (*Block) GetExtra

func (m *Block) GetExtra() []byte

func (*Block) GetSignature

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

func (*Block) Hash

func (m *Block) Hash() *types.Hash

func (*Block) Height

func (m *Block) Height() uint64

func (*Block) Marshal

func (m *Block) Marshal() (dAtA []byte, err error)

func (*Block) MarshalTo

func (m *Block) MarshalTo(dAtA []byte) (int, error)

func (*Block) MarshalToSizedBuffer

func (m *Block) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) Reset

func (m *Block) Reset()

func (*Block) Size

func (m *Block) Size() (n int)

func (*Block) String

func (m *Block) String() string

func (*Block) Unmarshal

func (m *Block) Unmarshal(dAtA []byte) error

func (*Block) XXX_DiscardUnknown

func (m *Block) XXX_DiscardUnknown()

func (*Block) XXX_Marshal

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

func (*Block) XXX_Merge

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

func (*Block) XXX_Size

func (m *Block) XXX_Size() int

func (*Block) XXX_Unmarshal

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

type BlockHeader

type BlockHeader struct {
	Number      uint64                                       `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	StateRoot   *github_com_meshplus_bitxhub_kit_types.Hash  `` /* 142-byte string literal not displayed */
	TxRoot      *github_com_meshplus_bitxhub_kit_types.Hash  `` /* 133-byte string literal not displayed */
	ReceiptRoot *github_com_meshplus_bitxhub_kit_types.Hash  `` /* 148-byte string literal not displayed */
	TimeoutRoot *github_com_meshplus_bitxhub_kit_types.Hash  `` /* 148-byte string literal not displayed */
	ParentHash  *github_com_meshplus_bitxhub_kit_types.Hash  `` /* 145-byte string literal not displayed */
	Timestamp   int64                                        `protobuf:"varint,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Version     []byte                                       `protobuf:"bytes,8,opt,name=version,proto3" json:"version,omitempty"`
	Bloom       *github_com_meshplus_bitxhub_kit_types.Bloom `protobuf:"bytes,9,opt,name=Bloom,proto3,customtype=github.com/meshplus/bitxhub-kit/types.Bloom" json:"Bloom,omitempty"`
}

func (*BlockHeader) Descriptor

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

func (*BlockHeader) GetNumber

func (m *BlockHeader) GetNumber() uint64

func (*BlockHeader) GetTimestamp

func (m *BlockHeader) GetTimestamp() int64

func (*BlockHeader) GetVersion

func (m *BlockHeader) GetVersion() []byte

func (*BlockHeader) Hash

func (m *BlockHeader) Hash() *types.Hash

func (*BlockHeader) Marshal

func (m *BlockHeader) Marshal() (dAtA []byte, err error)

func (*BlockHeader) MarshalTo

func (m *BlockHeader) MarshalTo(dAtA []byte) (int, error)

func (*BlockHeader) MarshalToSizedBuffer

func (m *BlockHeader) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BlockHeader) ProtoMessage

func (*BlockHeader) ProtoMessage()

func (*BlockHeader) Reset

func (m *BlockHeader) Reset()

func (*BlockHeader) Size

func (m *BlockHeader) Size() (n int)

func (*BlockHeader) String

func (m *BlockHeader) String() string

func (*BlockHeader) Unmarshal

func (m *BlockHeader) Unmarshal(dAtA []byte) error

func (*BlockHeader) XXX_DiscardUnknown

func (m *BlockHeader) XXX_DiscardUnknown()

func (*BlockHeader) XXX_Marshal

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

func (*BlockHeader) XXX_Merge

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

func (*BlockHeader) XXX_Size

func (m *BlockHeader) XXX_Size() int

func (*BlockHeader) XXX_Unmarshal

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

type BxhProof

type BxhProof struct {
	TxStatus  TransactionStatus `protobuf:"varint,1,opt,name=txStatus,proto3,enum=pb.TransactionStatus" json:"txStatus,omitempty"`
	MultiSign [][]byte          `protobuf:"bytes,2,rep,name=multiSign,proto3" json:"multiSign,omitempty"`
}

func (*BxhProof) Descriptor

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

func (*BxhProof) GetMultiSign

func (m *BxhProof) GetMultiSign() [][]byte

func (*BxhProof) GetTxStatus

func (m *BxhProof) GetTxStatus() TransactionStatus

func (*BxhProof) Marshal

func (m *BxhProof) Marshal() (dAtA []byte, err error)

func (*BxhProof) MarshalTo

func (m *BxhProof) MarshalTo(dAtA []byte) (int, error)

func (*BxhProof) MarshalToSizedBuffer

func (m *BxhProof) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BxhProof) ProtoMessage

func (*BxhProof) ProtoMessage()

func (*BxhProof) Reset

func (m *BxhProof) Reset()

func (*BxhProof) Size

func (m *BxhProof) Size() (n int)

func (*BxhProof) String

func (m *BxhProof) String() string

func (*BxhProof) Unmarshal

func (m *BxhProof) Unmarshal(dAtA []byte) error

func (*BxhProof) XXX_DiscardUnknown

func (m *BxhProof) XXX_DiscardUnknown()

func (*BxhProof) XXX_Marshal

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

func (*BxhProof) XXX_Merge

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

func (*BxhProof) XXX_Size

func (m *BxhProof) XXX_Size() int

func (*BxhProof) XXX_Unmarshal

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

type BxhTransaction

type BxhTransaction struct {
	Version          []byte                                         `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	From             *github_com_meshplus_bitxhub_kit_types.Address `protobuf:"bytes,2,opt,name=from,proto3,customtype=github.com/meshplus/bitxhub-kit/types.Address" json:"from,omitempty"`
	To               *github_com_meshplus_bitxhub_kit_types.Address `protobuf:"bytes,3,opt,name=to,proto3,customtype=github.com/meshplus/bitxhub-kit/types.Address" json:"to,omitempty"`
	Timestamp        int64                                          `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TransactionHash  *github_com_meshplus_bitxhub_kit_types.Hash    `` /* 160-byte string literal not displayed */
	Payload          []byte                                         `protobuf:"bytes,6,opt,name=payload,proto3" json:"payload,omitempty"`
	IBTP             *IBTP                                          `protobuf:"bytes,7,opt,name=IBTP,proto3" json:"IBTP,omitempty"`
	Nonce            uint64                                         `protobuf:"varint,8,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Amount           string                                         `protobuf:"bytes,9,opt,name=amount,proto3" json:"amount,omitempty"`
	Typ              TxType                                         `protobuf:"varint,10,opt,name=typ,proto3,enum=pb.TxType" json:"typ,omitempty"`
	Signature        []byte                                         `protobuf:"bytes,11,opt,name=signature,proto3" json:"signature,omitempty"`
	Extra            []byte                                         `protobuf:"bytes,12,opt,name=extra,proto3" json:"extra,omitempty"`
	ReceiveTimestamp int64                                          `protobuf:"varint,13,opt,name=receiveTimestamp,proto3" json:"receiveTimestamp,omitempty"`
}

func (*BxhTransaction) Account

func (m *BxhTransaction) Account() string

func (*BxhTransaction) Descriptor

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

func (*BxhTransaction) GetAmount

func (m *BxhTransaction) GetAmount() string

func (*BxhTransaction) GetChainID

func (m *BxhTransaction) GetChainID() *big.Int

func (*BxhTransaction) GetCrosschainExtra

func (m *BxhTransaction) GetCrosschainExtra() (*CrosschainTransactionExtra, error)

func (*BxhTransaction) GetExtra

func (m *BxhTransaction) GetExtra() []byte

func (*BxhTransaction) GetFrom

func (m *BxhTransaction) GetFrom() *types.Address

func (*BxhTransaction) GetGas

func (m *BxhTransaction) GetGas() uint64

func (*BxhTransaction) GetGasPrice

func (m *BxhTransaction) GetGasPrice() *big.Int

func (*BxhTransaction) GetHash

func (m *BxhTransaction) GetHash() *types.Hash

func (*BxhTransaction) GetIBTP

func (m *BxhTransaction) GetIBTP() *IBTP

func (*BxhTransaction) GetNonce

func (m *BxhTransaction) GetNonce() uint64

func (*BxhTransaction) GetPayload

func (m *BxhTransaction) GetPayload() []byte

func (*BxhTransaction) GetRawSignature

func (m *BxhTransaction) GetRawSignature() (v, r, s *big.Int)

RawSignatureValues returns the V, R, S signature values of the transaction. The return values should not be modified by the caller.

func (*BxhTransaction) GetReceiveTimestamp

func (m *BxhTransaction) GetReceiveTimestamp() int64

func (*BxhTransaction) GetSignHash

func (m *BxhTransaction) GetSignHash() *types.Hash

func (*BxhTransaction) GetSignature

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

func (*BxhTransaction) GetTimeStamp

func (m *BxhTransaction) GetTimeStamp() int64

func (*BxhTransaction) GetTimestamp

func (m *BxhTransaction) GetTimestamp() int64

func (*BxhTransaction) GetTo

func (m *BxhTransaction) GetTo() *types.Address

func (*BxhTransaction) GetTyp

func (m *BxhTransaction) GetTyp() TxType

func (*BxhTransaction) GetType

func (m *BxhTransaction) GetType() byte

RawSignatureValues returns the V, R, S signature values of the transaction. The return values should not be modified by the caller.

func (*BxhTransaction) GetValue

func (m *BxhTransaction) GetValue() *big.Int

func (*BxhTransaction) GetVersion

func (m *BxhTransaction) GetVersion() []byte

func (*BxhTransaction) Hash

func (m *BxhTransaction) Hash() *types.Hash

func (*BxhTransaction) IsIBTP

func (m *BxhTransaction) IsIBTP() bool

func (*BxhTransaction) Marshal

func (m *BxhTransaction) Marshal() (dAtA []byte, err error)

func (*BxhTransaction) MarshalTo

func (m *BxhTransaction) MarshalTo(dAtA []byte) (int, error)

func (*BxhTransaction) MarshalToSizedBuffer

func (m *BxhTransaction) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BxhTransaction) MarshalWithFlag

func (m *BxhTransaction) MarshalWithFlag() ([]byte, error)

func (*BxhTransaction) ProtoMessage

func (*BxhTransaction) ProtoMessage()

func (*BxhTransaction) Reset

func (m *BxhTransaction) Reset()

func (*BxhTransaction) Sign

func (m *BxhTransaction) Sign(key crypto.PrivateKey) error

func (*BxhTransaction) SignHash

func (m *BxhTransaction) SignHash() *types.Hash

func (*BxhTransaction) Size

func (m *BxhTransaction) Size() (n int)

func (*BxhTransaction) SizeWithFlag

func (m *BxhTransaction) SizeWithFlag() int

func (*BxhTransaction) String

func (m *BxhTransaction) String() string

func (*BxhTransaction) Unmarshal

func (m *BxhTransaction) Unmarshal(dAtA []byte) error

func (*BxhTransaction) VerifySignature

func (m *BxhTransaction) VerifySignature() error

func (*BxhTransaction) XXX_DiscardUnknown

func (m *BxhTransaction) XXX_DiscardUnknown()

func (*BxhTransaction) XXX_Marshal

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

func (*BxhTransaction) XXX_Merge

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

func (*BxhTransaction) XXX_Size

func (m *BxhTransaction) XXX_Size() int

func (*BxhTransaction) XXX_Unmarshal

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

type ChainBrokerClient

type ChainBrokerClient interface {
	Subscribe(ctx context.Context, in *SubscriptionRequest, opts ...grpc.CallOption) (ChainBroker_SubscribeClient, error)
	SubscribeAuditInfo(ctx context.Context, in *AuditSubscriptionRequest, opts ...grpc.CallOption) (ChainBroker_SubscribeAuditInfoClient, error)
	GetBlockHeader(ctx context.Context, in *GetBlockHeaderRequest, opts ...grpc.CallOption) (ChainBroker_GetBlockHeaderClient, error)
	GetInterchainTxWrappers(ctx context.Context, in *GetInterchainTxWrappersRequest, opts ...grpc.CallOption) (ChainBroker_GetInterchainTxWrappersClient, error)
	SendTransaction(ctx context.Context, in *BxhTransaction, opts ...grpc.CallOption) (*TransactionHashMsg, error)
	SendTransactions(ctx context.Context, in *MultiTransaction, opts ...grpc.CallOption) (*MultiTransactionHash, error)
	SendView(ctx context.Context, in *BxhTransaction, opts ...grpc.CallOption) (*Receipt, error)
	GetTransaction(ctx context.Context, in *TransactionHashMsg, opts ...grpc.CallOption) (*GetTransactionResponse, error)
	GetPendingTransaction(ctx context.Context, in *TransactionHashMsg, opts ...grpc.CallOption) (*GetTransactionResponse, error)
	GetReceipt(ctx context.Context, in *TransactionHashMsg, opts ...grpc.CallOption) (*Receipt, error)
	GetBlock(ctx context.Context, in *GetBlockRequest, opts ...grpc.CallOption) (*Block, error)
	GetBlocks(ctx context.Context, in *GetBlocksRequest, opts ...grpc.CallOption) (*GetBlocksResponse, error)
	GetHappyBlocks(ctx context.Context, in *GetBlocksRequest, opts ...grpc.CallOption) (*GetHappyBlocksResponse, error)
	GetBlockHeaders(ctx context.Context, in *GetBlockHeadersRequest, opts ...grpc.CallOption) (*GetBlockHeadersResponse, error)
	GetChainMeta(ctx context.Context, in *Request, opts ...grpc.CallOption) (*ChainMeta, error)
	GetInfo(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
	GetAccountBalance(ctx context.Context, in *Address, opts ...grpc.CallOption) (*Response, error)
	GetMultiSigns(ctx context.Context, in *GetSignsRequest, opts ...grpc.CallOption) (*SignResponse, error)
	GetTssSigns(ctx context.Context, in *GetSignsRequest, opts ...grpc.CallOption) (*SignResponse, error)
	GetTPS(ctx context.Context, in *GetTPSRequest, opts ...grpc.CallOption) (*Response, error)
	GetPendingNonceByAccount(ctx context.Context, in *Address, opts ...grpc.CallOption) (*Response, error)
	CheckMasterPier(ctx context.Context, in *Address, opts ...grpc.CallOption) (*Response, error)
	SetMasterPier(ctx context.Context, in *PierInfo, opts ...grpc.CallOption) (*Response, error)
	HeartBeat(ctx context.Context, in *PierInfo, opts ...grpc.CallOption) (*Response, error)
	GetChainID(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Response, error)
}

ChainBrokerClient is the client API for ChainBroker service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewChainBrokerClient

func NewChainBrokerClient(cc *grpc.ClientConn) ChainBrokerClient

type ChainBrokerServer

type ChainBrokerServer interface {
	Subscribe(*SubscriptionRequest, ChainBroker_SubscribeServer) error
	SubscribeAuditInfo(*AuditSubscriptionRequest, ChainBroker_SubscribeAuditInfoServer) error
	GetBlockHeader(*GetBlockHeaderRequest, ChainBroker_GetBlockHeaderServer) error
	GetInterchainTxWrappers(*GetInterchainTxWrappersRequest, ChainBroker_GetInterchainTxWrappersServer) error
	SendTransaction(context.Context, *BxhTransaction) (*TransactionHashMsg, error)
	SendTransactions(context.Context, *MultiTransaction) (*MultiTransactionHash, error)
	SendView(context.Context, *BxhTransaction) (*Receipt, error)
	GetTransaction(context.Context, *TransactionHashMsg) (*GetTransactionResponse, error)
	GetPendingTransaction(context.Context, *TransactionHashMsg) (*GetTransactionResponse, error)
	GetReceipt(context.Context, *TransactionHashMsg) (*Receipt, error)
	GetBlock(context.Context, *GetBlockRequest) (*Block, error)
	GetBlocks(context.Context, *GetBlocksRequest) (*GetBlocksResponse, error)
	GetHappyBlocks(context.Context, *GetBlocksRequest) (*GetHappyBlocksResponse, error)
	GetBlockHeaders(context.Context, *GetBlockHeadersRequest) (*GetBlockHeadersResponse, error)
	GetChainMeta(context.Context, *Request) (*ChainMeta, error)
	GetInfo(context.Context, *Request) (*Response, error)
	GetAccountBalance(context.Context, *Address) (*Response, error)
	GetMultiSigns(context.Context, *GetSignsRequest) (*SignResponse, error)
	GetTssSigns(context.Context, *GetSignsRequest) (*SignResponse, error)
	GetTPS(context.Context, *GetTPSRequest) (*Response, error)
	GetPendingNonceByAccount(context.Context, *Address) (*Response, error)
	CheckMasterPier(context.Context, *Address) (*Response, error)
	SetMasterPier(context.Context, *PierInfo) (*Response, error)
	HeartBeat(context.Context, *PierInfo) (*Response, error)
	GetChainID(context.Context, *Empty) (*Response, error)
}

ChainBrokerServer is the server API for ChainBroker service.

type ChainBroker_GetBlockHeaderClient

type ChainBroker_GetBlockHeaderClient interface {
	Recv() (*BlockHeader, error)
	grpc.ClientStream
}

type ChainBroker_GetBlockHeaderServer

type ChainBroker_GetBlockHeaderServer interface {
	Send(*BlockHeader) error
	grpc.ServerStream
}

type ChainBroker_GetInterchainTxWrappersClient

type ChainBroker_GetInterchainTxWrappersClient interface {
	Recv() (*InterchainTxWrappers, error)
	grpc.ClientStream
}

type ChainBroker_GetInterchainTxWrappersServer

type ChainBroker_GetInterchainTxWrappersServer interface {
	Send(*InterchainTxWrappers) error
	grpc.ServerStream
}

type ChainBroker_SubscribeAuditInfoClient

type ChainBroker_SubscribeAuditInfoClient interface {
	Recv() (*Response, error)
	grpc.ClientStream
}

type ChainBroker_SubscribeAuditInfoServer

type ChainBroker_SubscribeAuditInfoServer interface {
	Send(*Response) error
	grpc.ServerStream
}

type ChainBroker_SubscribeClient

type ChainBroker_SubscribeClient interface {
	Recv() (*Response, error)
	grpc.ClientStream
}

type ChainBroker_SubscribeServer

type ChainBroker_SubscribeServer interface {
	Send(*Response) error
	grpc.ServerStream
}

type ChainIDResponse

type ChainIDResponse struct {
	BxhID      string `protobuf:"bytes,1,opt,name=bxhID,proto3" json:"bxhID,omitempty"`
	AppchainID string `protobuf:"bytes,2,opt,name=appchainID,proto3" json:"appchainID,omitempty"`
}

func (*ChainIDResponse) Descriptor

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

func (*ChainIDResponse) GetAppchainID

func (m *ChainIDResponse) GetAppchainID() string

func (*ChainIDResponse) GetBxhID

func (m *ChainIDResponse) GetBxhID() string

func (*ChainIDResponse) Marshal

func (m *ChainIDResponse) Marshal() (dAtA []byte, err error)

func (*ChainIDResponse) MarshalTo

func (m *ChainIDResponse) MarshalTo(dAtA []byte) (int, error)

func (*ChainIDResponse) MarshalToSizedBuffer

func (m *ChainIDResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChainIDResponse) ProtoMessage

func (*ChainIDResponse) ProtoMessage()

func (*ChainIDResponse) Reset

func (m *ChainIDResponse) Reset()

func (*ChainIDResponse) Size

func (m *ChainIDResponse) Size() (n int)

func (*ChainIDResponse) String

func (m *ChainIDResponse) String() string

func (*ChainIDResponse) Unmarshal

func (m *ChainIDResponse) Unmarshal(dAtA []byte) error

func (*ChainIDResponse) XXX_DiscardUnknown

func (m *ChainIDResponse) XXX_DiscardUnknown()

func (*ChainIDResponse) XXX_Marshal

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

func (*ChainIDResponse) XXX_Merge

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

func (*ChainIDResponse) XXX_Size

func (m *ChainIDResponse) XXX_Size() int

func (*ChainIDResponse) XXX_Unmarshal

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

type ChainInfoRequest

type ChainInfoRequest struct {
	ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"`
}

func (*ChainInfoRequest) Descriptor

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

func (*ChainInfoRequest) GetChainID

func (m *ChainInfoRequest) GetChainID() string

func (*ChainInfoRequest) Marshal

func (m *ChainInfoRequest) Marshal() (dAtA []byte, err error)

func (*ChainInfoRequest) MarshalTo

func (m *ChainInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*ChainInfoRequest) MarshalToSizedBuffer

func (m *ChainInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChainInfoRequest) ProtoMessage

func (*ChainInfoRequest) ProtoMessage()

func (*ChainInfoRequest) Reset

func (m *ChainInfoRequest) Reset()

func (*ChainInfoRequest) Size

func (m *ChainInfoRequest) Size() (n int)

func (*ChainInfoRequest) String

func (m *ChainInfoRequest) String() string

func (*ChainInfoRequest) Unmarshal

func (m *ChainInfoRequest) Unmarshal(dAtA []byte) error

func (*ChainInfoRequest) XXX_DiscardUnknown

func (m *ChainInfoRequest) XXX_DiscardUnknown()

func (*ChainInfoRequest) XXX_Marshal

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

func (*ChainInfoRequest) XXX_Merge

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

func (*ChainInfoRequest) XXX_Size

func (m *ChainInfoRequest) XXX_Size() int

func (*ChainInfoRequest) XXX_Unmarshal

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

type ChainInfoResponse

type ChainInfoResponse struct {
	Broker      string `protobuf:"bytes,1,opt,name=broker,proto3" json:"broker,omitempty"`
	TrustedRoot []byte `protobuf:"bytes,2,opt,name=trustedRoot,proto3" json:"trustedRoot,omitempty"`
	RuleAddr    string `protobuf:"bytes,3,opt,name=ruleAddr,proto3" json:"ruleAddr,omitempty"`
}

func (*ChainInfoResponse) Descriptor

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

func (*ChainInfoResponse) GetBroker

func (m *ChainInfoResponse) GetBroker() string

func (*ChainInfoResponse) GetRuleAddr

func (m *ChainInfoResponse) GetRuleAddr() string

func (*ChainInfoResponse) GetTrustedRoot

func (m *ChainInfoResponse) GetTrustedRoot() []byte

func (*ChainInfoResponse) Marshal

func (m *ChainInfoResponse) Marshal() (dAtA []byte, err error)

func (*ChainInfoResponse) MarshalTo

func (m *ChainInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ChainInfoResponse) MarshalToSizedBuffer

func (m *ChainInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChainInfoResponse) ProtoMessage

func (*ChainInfoResponse) ProtoMessage()

func (*ChainInfoResponse) Reset

func (m *ChainInfoResponse) Reset()

func (*ChainInfoResponse) Size

func (m *ChainInfoResponse) Size() (n int)

func (*ChainInfoResponse) String

func (m *ChainInfoResponse) String() string

func (*ChainInfoResponse) Unmarshal

func (m *ChainInfoResponse) Unmarshal(dAtA []byte) error

func (*ChainInfoResponse) XXX_DiscardUnknown

func (m *ChainInfoResponse) XXX_DiscardUnknown()

func (*ChainInfoResponse) XXX_Marshal

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

func (*ChainInfoResponse) XXX_Merge

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

func (*ChainInfoResponse) XXX_Size

func (m *ChainInfoResponse) XXX_Size() int

func (*ChainInfoResponse) XXX_Unmarshal

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

type ChainMeta

type ChainMeta struct {
	Height            uint64                                      `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	BlockHash         *github_com_meshplus_bitxhub_kit_types.Hash `` /* 142-byte string literal not displayed */
	InterchainTxCount uint64                                      `protobuf:"varint,3,opt,name=interchain_tx_count,json=interchainTxCount,proto3" json:"interchain_tx_count,omitempty"`
}

func (*ChainMeta) Descriptor

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

func (*ChainMeta) GetHeight

func (m *ChainMeta) GetHeight() uint64

func (*ChainMeta) GetInterchainTxCount

func (m *ChainMeta) GetInterchainTxCount() uint64

func (*ChainMeta) Marshal

func (m *ChainMeta) Marshal() (dAtA []byte, err error)

func (*ChainMeta) MarshalTo

func (m *ChainMeta) MarshalTo(dAtA []byte) (int, error)

func (*ChainMeta) MarshalToSizedBuffer

func (m *ChainMeta) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChainMeta) ProtoMessage

func (*ChainMeta) ProtoMessage()

func (*ChainMeta) Reset

func (m *ChainMeta) Reset()

func (*ChainMeta) Size

func (m *ChainMeta) Size() (n int)

func (*ChainMeta) String

func (m *ChainMeta) String() string

func (*ChainMeta) Unmarshal

func (m *ChainMeta) Unmarshal(dAtA []byte) error

func (*ChainMeta) XXX_DiscardUnknown

func (m *ChainMeta) XXX_DiscardUnknown()

func (*ChainMeta) XXX_Marshal

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

func (*ChainMeta) XXX_Merge

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

func (*ChainMeta) XXX_Size

func (m *ChainMeta) XXX_Size() int

func (*ChainMeta) XXX_Unmarshal

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

type CheckPierResponse

type CheckPierResponse struct {
	Status  CheckPierResponse_Status `protobuf:"varint,1,opt,name=status,proto3,enum=pb.CheckPierResponse_Status" json:"status,omitempty"`
	Address string                   `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
}

func (*CheckPierResponse) Descriptor

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

func (*CheckPierResponse) GetAddress

func (m *CheckPierResponse) GetAddress() string

func (*CheckPierResponse) GetStatus

func (*CheckPierResponse) Marshal

func (m *CheckPierResponse) Marshal() (dAtA []byte, err error)

func (*CheckPierResponse) MarshalTo

func (m *CheckPierResponse) MarshalTo(dAtA []byte) (int, error)

func (*CheckPierResponse) MarshalToSizedBuffer

func (m *CheckPierResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CheckPierResponse) ProtoMessage

func (*CheckPierResponse) ProtoMessage()

func (*CheckPierResponse) Reset

func (m *CheckPierResponse) Reset()

func (*CheckPierResponse) Size

func (m *CheckPierResponse) Size() (n int)

func (*CheckPierResponse) String

func (m *CheckPierResponse) String() string

func (*CheckPierResponse) Unmarshal

func (m *CheckPierResponse) Unmarshal(dAtA []byte) error

func (*CheckPierResponse) XXX_DiscardUnknown

func (m *CheckPierResponse) XXX_DiscardUnknown()

func (*CheckPierResponse) XXX_Marshal

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

func (*CheckPierResponse) XXX_Merge

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

func (*CheckPierResponse) XXX_Size

func (m *CheckPierResponse) XXX_Size() int

func (*CheckPierResponse) XXX_Unmarshal

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

type CheckPierResponse_Status

type CheckPierResponse_Status int32
const (
	CheckPierResponse_ERROR_MASTER CheckPierResponse_Status = 0
	CheckPierResponse_HAS_MASTER   CheckPierResponse_Status = 1
	CheckPierResponse_NO_MASTER    CheckPierResponse_Status = 2
)

func (CheckPierResponse_Status) EnumDescriptor

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

func (CheckPierResponse_Status) String

func (x CheckPierResponse_Status) String() string

type CommitEvent

type CommitEvent struct {
	Block     *Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	LocalList []bool `protobuf:"varint,2,rep,packed,name=local_list,json=localList,proto3" json:"local_list,omitempty"`
}

func (*CommitEvent) Descriptor

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

func (*CommitEvent) GetBlock

func (m *CommitEvent) GetBlock() *Block

func (*CommitEvent) GetLocalList

func (m *CommitEvent) GetLocalList() []bool

func (*CommitEvent) Marshal

func (m *CommitEvent) Marshal() (dAtA []byte, err error)

func (*CommitEvent) MarshalTo

func (m *CommitEvent) MarshalTo(dAtA []byte) (int, error)

func (*CommitEvent) ProtoMessage

func (*CommitEvent) ProtoMessage()

func (*CommitEvent) Reset

func (m *CommitEvent) Reset()

func (*CommitEvent) Size

func (m *CommitEvent) Size() (n int)

func (*CommitEvent) String

func (m *CommitEvent) String() string

func (*CommitEvent) Unmarshal

func (m *CommitEvent) Unmarshal(dAtA []byte) error

func (*CommitEvent) XXX_DiscardUnknown

func (m *CommitEvent) XXX_DiscardUnknown()

func (*CommitEvent) XXX_Marshal

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

func (*CommitEvent) XXX_Merge

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

func (*CommitEvent) XXX_Size

func (m *CommitEvent) XXX_Size() int

func (*CommitEvent) XXX_Unmarshal

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

type ConnectInfo

type ConnectInfo struct {
	PierId   string `protobuf:"bytes,1,opt,name=pierId,proto3" json:"pierId,omitempty"`
	AddrInfo []byte `protobuf:"bytes,2,opt,name=addrInfo,proto3" json:"addrInfo,omitempty"`
}

func (*ConnectInfo) Descriptor

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

func (*ConnectInfo) GetAddrInfo

func (m *ConnectInfo) GetAddrInfo() []byte

func (*ConnectInfo) GetPierId

func (m *ConnectInfo) GetPierId() string

func (*ConnectInfo) Marshal

func (m *ConnectInfo) Marshal() (dAtA []byte, err error)

func (*ConnectInfo) MarshalTo

func (m *ConnectInfo) MarshalTo(dAtA []byte) (int, error)

func (*ConnectInfo) MarshalToSizedBuffer

func (m *ConnectInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConnectInfo) ProtoMessage

func (*ConnectInfo) ProtoMessage()

func (*ConnectInfo) Reset

func (m *ConnectInfo) Reset()

func (*ConnectInfo) Size

func (m *ConnectInfo) Size() (n int)

func (*ConnectInfo) String

func (m *ConnectInfo) String() string

func (*ConnectInfo) Unmarshal

func (m *ConnectInfo) Unmarshal(dAtA []byte) error

func (*ConnectInfo) XXX_DiscardUnknown

func (m *ConnectInfo) XXX_DiscardUnknown()

func (*ConnectInfo) XXX_Marshal

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

func (*ConnectInfo) XXX_Merge

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

func (*ConnectInfo) XXX_Size

func (m *ConnectInfo) XXX_Size() int

func (*ConnectInfo) XXX_Unmarshal

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

type Content

type Content struct {
	Func string   `protobuf:"bytes,1,opt,name=func,proto3" json:"func,omitempty"`
	Args [][]byte `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"`
}

func (*Content) Descriptor

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

func (*Content) GetArgs

func (m *Content) GetArgs() [][]byte

func (*Content) GetFunc

func (m *Content) GetFunc() string

func (*Content) Marshal

func (m *Content) Marshal() (dAtA []byte, err error)

func (*Content) MarshalTo

func (m *Content) MarshalTo(dAtA []byte) (int, error)

func (*Content) MarshalToSizedBuffer

func (m *Content) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Content) ProtoMessage

func (*Content) ProtoMessage()

func (*Content) Reset

func (m *Content) Reset()

func (*Content) Size

func (m *Content) Size() (n int)

func (*Content) String

func (m *Content) String() string

func (*Content) Unmarshal

func (m *Content) Unmarshal(dAtA []byte) error

func (*Content) XXX_DiscardUnknown

func (m *Content) XXX_DiscardUnknown()

func (*Content) XXX_Marshal

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

func (*Content) XXX_Merge

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

func (*Content) XXX_Size

func (m *Content) XXX_Size() int

func (*Content) XXX_Unmarshal

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

type CrosschainTransactionExtra

type CrosschainTransactionExtra struct {
	Index  uint64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Status bool   `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	Ret    []byte `protobuf:"bytes,3,opt,name=ret,proto3" json:"ret,omitempty"`
}

func (*CrosschainTransactionExtra) Descriptor

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

func (*CrosschainTransactionExtra) GetIndex

func (m *CrosschainTransactionExtra) GetIndex() uint64

func (*CrosschainTransactionExtra) GetRet

func (m *CrosschainTransactionExtra) GetRet() []byte

func (*CrosschainTransactionExtra) GetStatus

func (m *CrosschainTransactionExtra) GetStatus() bool

func (*CrosschainTransactionExtra) Marshal

func (m *CrosschainTransactionExtra) Marshal() (dAtA []byte, err error)

func (*CrosschainTransactionExtra) MarshalTo

func (m *CrosschainTransactionExtra) MarshalTo(dAtA []byte) (int, error)

func (*CrosschainTransactionExtra) MarshalToSizedBuffer

func (m *CrosschainTransactionExtra) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CrosschainTransactionExtra) ProtoMessage

func (*CrosschainTransactionExtra) ProtoMessage()

func (*CrosschainTransactionExtra) Reset

func (m *CrosschainTransactionExtra) Reset()

func (*CrosschainTransactionExtra) Size

func (m *CrosschainTransactionExtra) Size() (n int)

func (*CrosschainTransactionExtra) String

func (m *CrosschainTransactionExtra) String() string

func (*CrosschainTransactionExtra) Unmarshal

func (m *CrosschainTransactionExtra) Unmarshal(dAtA []byte) error

func (*CrosschainTransactionExtra) XXX_DiscardUnknown

func (m *CrosschainTransactionExtra) XXX_DiscardUnknown()

func (*CrosschainTransactionExtra) XXX_Marshal

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

func (*CrosschainTransactionExtra) XXX_Merge

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

func (*CrosschainTransactionExtra) XXX_Size

func (m *CrosschainTransactionExtra) XXX_Size() int

func (*CrosschainTransactionExtra) XXX_Unmarshal

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

type DelVPNodeRequest

type DelVPNodeRequest struct {
	Pid string `protobuf:"bytes,1,opt,name=pid,proto3" json:"pid,omitempty"`
}

func (*DelVPNodeRequest) Descriptor

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

func (*DelVPNodeRequest) GetPid

func (m *DelVPNodeRequest) GetPid() string

func (*DelVPNodeRequest) Marshal

func (m *DelVPNodeRequest) Marshal() (dAtA []byte, err error)

func (*DelVPNodeRequest) MarshalTo

func (m *DelVPNodeRequest) MarshalTo(dAtA []byte) (int, error)

func (*DelVPNodeRequest) MarshalToSizedBuffer

func (m *DelVPNodeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DelVPNodeRequest) ProtoMessage

func (*DelVPNodeRequest) ProtoMessage()

func (*DelVPNodeRequest) Reset

func (m *DelVPNodeRequest) Reset()

func (*DelVPNodeRequest) Size

func (m *DelVPNodeRequest) Size() (n int)

func (*DelVPNodeRequest) String

func (m *DelVPNodeRequest) String() string

func (*DelVPNodeRequest) Unmarshal

func (m *DelVPNodeRequest) Unmarshal(dAtA []byte) error

func (*DelVPNodeRequest) XXX_DiscardUnknown

func (m *DelVPNodeRequest) XXX_DiscardUnknown()

func (*DelVPNodeRequest) XXX_Marshal

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

func (*DelVPNodeRequest) XXX_Merge

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

func (*DelVPNodeRequest) XXX_Size

func (m *DelVPNodeRequest) XXX_Size() int

func (*DelVPNodeRequest) XXX_Unmarshal

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

type DirectTransactionMetaRequest

type DirectTransactionMetaRequest struct {
	IBTPid string `protobuf:"bytes,1,opt,name=IBTPid,proto3" json:"IBTPid,omitempty"`
}

func (*DirectTransactionMetaRequest) Descriptor

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

func (*DirectTransactionMetaRequest) GetIBTPid

func (m *DirectTransactionMetaRequest) GetIBTPid() string

func (*DirectTransactionMetaRequest) Marshal

func (m *DirectTransactionMetaRequest) Marshal() (dAtA []byte, err error)

func (*DirectTransactionMetaRequest) MarshalTo

func (m *DirectTransactionMetaRequest) MarshalTo(dAtA []byte) (int, error)

func (*DirectTransactionMetaRequest) MarshalToSizedBuffer

func (m *DirectTransactionMetaRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DirectTransactionMetaRequest) ProtoMessage

func (*DirectTransactionMetaRequest) ProtoMessage()

func (*DirectTransactionMetaRequest) Reset

func (m *DirectTransactionMetaRequest) Reset()

func (*DirectTransactionMetaRequest) Size

func (m *DirectTransactionMetaRequest) Size() (n int)

func (*DirectTransactionMetaRequest) String

func (*DirectTransactionMetaRequest) Unmarshal

func (m *DirectTransactionMetaRequest) Unmarshal(dAtA []byte) error

func (*DirectTransactionMetaRequest) XXX_DiscardUnknown

func (m *DirectTransactionMetaRequest) XXX_DiscardUnknown()

func (*DirectTransactionMetaRequest) XXX_Marshal

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

func (*DirectTransactionMetaRequest) XXX_Merge

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

func (*DirectTransactionMetaRequest) XXX_Size

func (m *DirectTransactionMetaRequest) XXX_Size() int

func (*DirectTransactionMetaRequest) XXX_Unmarshal

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

type DirectTransactionMetaResponse

type DirectTransactionMetaResponse struct {
	StartTimestamp    uint64 `protobuf:"varint,1,opt,name=startTimestamp,proto3" json:"startTimestamp,omitempty"`
	TimeoutPeriod     uint64 `protobuf:"varint,2,opt,name=timeoutPeriod,proto3" json:"timeoutPeriod,omitempty"`
	TransactionStatus uint64 `protobuf:"varint,3,opt,name=transactionStatus,proto3" json:"transactionStatus,omitempty"`
}

transaction meta in direct mode

func (*DirectTransactionMetaResponse) Descriptor

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

func (*DirectTransactionMetaResponse) GetStartTimestamp

func (m *DirectTransactionMetaResponse) GetStartTimestamp() uint64

func (*DirectTransactionMetaResponse) GetTimeoutPeriod

func (m *DirectTransactionMetaResponse) GetTimeoutPeriod() uint64

func (*DirectTransactionMetaResponse) GetTransactionStatus

func (m *DirectTransactionMetaResponse) GetTransactionStatus() uint64

func (*DirectTransactionMetaResponse) Marshal

func (m *DirectTransactionMetaResponse) Marshal() (dAtA []byte, err error)

func (*DirectTransactionMetaResponse) MarshalTo

func (m *DirectTransactionMetaResponse) MarshalTo(dAtA []byte) (int, error)

func (*DirectTransactionMetaResponse) MarshalToSizedBuffer

func (m *DirectTransactionMetaResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DirectTransactionMetaResponse) ProtoMessage

func (*DirectTransactionMetaResponse) ProtoMessage()

func (*DirectTransactionMetaResponse) Reset

func (m *DirectTransactionMetaResponse) Reset()

func (*DirectTransactionMetaResponse) Size

func (m *DirectTransactionMetaResponse) Size() (n int)

func (*DirectTransactionMetaResponse) String

func (*DirectTransactionMetaResponse) Unmarshal

func (m *DirectTransactionMetaResponse) Unmarshal(dAtA []byte) error

func (*DirectTransactionMetaResponse) XXX_DiscardUnknown

func (m *DirectTransactionMetaResponse) XXX_DiscardUnknown()

func (*DirectTransactionMetaResponse) XXX_Marshal

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

func (*DirectTransactionMetaResponse) XXX_Merge

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

func (*DirectTransactionMetaResponse) XXX_Size

func (m *DirectTransactionMetaResponse) XXX_Size() int

func (*DirectTransactionMetaResponse) XXX_Unmarshal

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

type Empty

type Empty struct {
}

func (*Empty) Descriptor

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

func (*Empty) Marshal

func (m *Empty) Marshal() (dAtA []byte, err error)

func (*Empty) MarshalTo

func (m *Empty) MarshalTo(dAtA []byte) (int, error)

func (*Empty) MarshalToSizedBuffer

func (m *Empty) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) Size

func (m *Empty) Size() (n int)

func (*Empty) String

func (m *Empty) String() string

func (*Empty) Unmarshal

func (m *Empty) Unmarshal(dAtA []byte) error

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 (m *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 Event

type Event struct {
	// Transaction Hash
	TxHash *github_com_meshplus_bitxhub_kit_types.Hash `` /* 133-byte string literal not displayed */
	Data   []byte                                      `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// Event Type: interchain, nodemgr
	EventType Event_EventType `protobuf:"varint,3,opt,name=event_type,json=eventType,proto3,enum=pb.Event_EventType" json:"event_type,omitempty"`
}

func (*Event) Descriptor

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

func (*Event) GetData

func (m *Event) GetData() []byte

func (*Event) GetEventType

func (m *Event) GetEventType() Event_EventType

func (*Event) IsAuditEvent

func (e *Event) IsAuditEvent() bool

func (*Event) Marshal

func (m *Event) Marshal() (dAtA []byte, err error)

func (*Event) MarshalTo

func (m *Event) MarshalTo(dAtA []byte) (int, error)

func (*Event) MarshalToSizedBuffer

func (m *Event) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) Reset

func (m *Event) Reset()

func (*Event) Size

func (m *Event) Size() (n int)

func (*Event) String

func (m *Event) String() string

func (*Event) Unmarshal

func (m *Event) Unmarshal(dAtA []byte) error

func (*Event) XXX_DiscardUnknown

func (m *Event) XXX_DiscardUnknown()

func (*Event) XXX_Marshal

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

func (*Event) XXX_Merge

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

func (*Event) XXX_Size

func (m *Event) XXX_Size() int

func (*Event) XXX_Unmarshal

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

type EventWrapper

type EventWrapper struct {
	IsBatch bool   `protobuf:"varint,1,opt,name=isBatch,proto3" json:"isBatch,omitempty"`
	Index   uint64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
}

func (*EventWrapper) Descriptor

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

func (*EventWrapper) GetIndex

func (m *EventWrapper) GetIndex() uint64

func (*EventWrapper) GetIsBatch

func (m *EventWrapper) GetIsBatch() bool

func (*EventWrapper) Marshal

func (m *EventWrapper) Marshal() (dAtA []byte, err error)

func (*EventWrapper) MarshalTo

func (m *EventWrapper) MarshalTo(dAtA []byte) (int, error)

func (*EventWrapper) MarshalToSizedBuffer

func (m *EventWrapper) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EventWrapper) ProtoMessage

func (*EventWrapper) ProtoMessage()

func (*EventWrapper) Reset

func (m *EventWrapper) Reset()

func (*EventWrapper) Size

func (m *EventWrapper) Size() (n int)

func (*EventWrapper) String

func (m *EventWrapper) String() string

func (*EventWrapper) Unmarshal

func (m *EventWrapper) Unmarshal(dAtA []byte) error

func (*EventWrapper) XXX_DiscardUnknown

func (m *EventWrapper) XXX_DiscardUnknown()

func (*EventWrapper) XXX_Marshal

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

func (*EventWrapper) XXX_Merge

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

func (*EventWrapper) XXX_Size

func (m *EventWrapper) XXX_Size() int

func (*EventWrapper) XXX_Unmarshal

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

type Event_EventType

type Event_EventType int32
const (
	Event_OTHER            Event_EventType = 0
	Event_INTERCHAIN       Event_EventType = 1
	Event_NODEMGR          Event_EventType = 2
	Event_WASM             Event_EventType = 3
	Event_AUDIT_PROPOSAL   Event_EventType = 4
	Event_AUDIT_APPCHAIN   Event_EventType = 5
	Event_AUDIT_RULE       Event_EventType = 6
	Event_AUDIT_SERVICE    Event_EventType = 7
	Event_AUDIT_NODE       Event_EventType = 8
	Event_AUDIT_ROLE       Event_EventType = 9
	Event_AUDIT_INTERCHAIN Event_EventType = 10
	Event_AUDIT_DAPP       Event_EventType = 11
	Event_SERVICE          Event_EventType = 12
)

func (Event_EventType) EnumDescriptor

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

func (Event_EventType) String

func (x Event_EventType) String() string

type EvmLog

type EvmLog struct {
	Address          *github_com_meshplus_bitxhub_kit_types.Address `protobuf:"bytes,1,opt,name=address,proto3,customtype=github.com/meshplus/bitxhub-kit/types.Address" json:"address,omitempty"`
	Topics           []github_com_meshplus_bitxhub_kit_types.Hash   `protobuf:"bytes,2,rep,name=topics,proto3,customtype=github.com/meshplus/bitxhub-kit/types.Hash" json:"topics,omitempty"`
	Data             []byte                                         `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	BlockNumber      uint64                                         `protobuf:"varint,4,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
	TransactionHash  *github_com_meshplus_bitxhub_kit_types.Hash    `` /* 137-byte string literal not displayed */
	TransactionIndex uint64                                         `protobuf:"varint,6,opt,name=transactionIndex,proto3" json:"transactionIndex,omitempty"`
	BlockHash        *github_com_meshplus_bitxhub_kit_types.Hash    `protobuf:"bytes,7,opt,name=blockHash,proto3,customtype=github.com/meshplus/bitxhub-kit/types.Hash" json:"blockHash,omitempty"`
	LogIndex         uint64                                         `protobuf:"varint,8,opt,name=logIndex,proto3" json:"logIndex,omitempty"`
	Removed          bool                                           `protobuf:"varint,9,opt,name=removed,proto3" json:"removed,omitempty"`
}

func (*EvmLog) Descriptor

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

func (*EvmLog) GetBlockNumber

func (m *EvmLog) GetBlockNumber() uint64

func (*EvmLog) GetData

func (m *EvmLog) GetData() []byte

func (*EvmLog) GetLogIndex

func (m *EvmLog) GetLogIndex() uint64

func (*EvmLog) GetRemoved

func (m *EvmLog) GetRemoved() bool

func (*EvmLog) GetTransactionIndex

func (m *EvmLog) GetTransactionIndex() uint64

func (*EvmLog) Marshal

func (m *EvmLog) Marshal() (dAtA []byte, err error)

func (EvmLog) MarshalJSON

func (l EvmLog) MarshalJSON() ([]byte, error)

MarshalJSON marshals as JSON.

func (*EvmLog) MarshalTo

func (m *EvmLog) MarshalTo(dAtA []byte) (int, error)

func (*EvmLog) MarshalToSizedBuffer

func (m *EvmLog) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EvmLog) ProtoMessage

func (*EvmLog) ProtoMessage()

func (*EvmLog) Reset

func (m *EvmLog) Reset()

func (*EvmLog) Size

func (m *EvmLog) Size() (n int)

func (*EvmLog) String

func (m *EvmLog) String() string

func (*EvmLog) Unmarshal

func (m *EvmLog) Unmarshal(dAtA []byte) error

func (*EvmLog) XXX_DiscardUnknown

func (m *EvmLog) XXX_DiscardUnknown()

func (*EvmLog) XXX_Marshal

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

func (*EvmLog) XXX_Merge

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

func (*EvmLog) XXX_Size

func (m *EvmLog) XXX_Size() int

func (*EvmLog) XXX_Unmarshal

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

type GetBlockHeaderRequest

type GetBlockHeaderRequest struct {
	Begin uint64 `protobuf:"varint,1,opt,name=begin,proto3" json:"begin,omitempty"`
	End   uint64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
}

func (*GetBlockHeaderRequest) Descriptor

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

func (*GetBlockHeaderRequest) GetBegin

func (m *GetBlockHeaderRequest) GetBegin() uint64

func (*GetBlockHeaderRequest) GetEnd

func (m *GetBlockHeaderRequest) GetEnd() uint64

func (*GetBlockHeaderRequest) Marshal

func (m *GetBlockHeaderRequest) Marshal() (dAtA []byte, err error)

func (*GetBlockHeaderRequest) MarshalTo

func (m *GetBlockHeaderRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetBlockHeaderRequest) MarshalToSizedBuffer

func (m *GetBlockHeaderRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlockHeaderRequest) ProtoMessage

func (*GetBlockHeaderRequest) ProtoMessage()

func (*GetBlockHeaderRequest) Reset

func (m *GetBlockHeaderRequest) Reset()

func (*GetBlockHeaderRequest) Size

func (m *GetBlockHeaderRequest) Size() (n int)

func (*GetBlockHeaderRequest) String

func (m *GetBlockHeaderRequest) String() string

func (*GetBlockHeaderRequest) Unmarshal

func (m *GetBlockHeaderRequest) Unmarshal(dAtA []byte) error

func (*GetBlockHeaderRequest) XXX_DiscardUnknown

func (m *GetBlockHeaderRequest) XXX_DiscardUnknown()

func (*GetBlockHeaderRequest) XXX_Marshal

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

func (*GetBlockHeaderRequest) XXX_Merge

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

func (*GetBlockHeaderRequest) XXX_Size

func (m *GetBlockHeaderRequest) XXX_Size() int

func (*GetBlockHeaderRequest) XXX_Unmarshal

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

type GetBlockHeadersRequest

type GetBlockHeadersRequest struct {
	Start uint64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	End   uint64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
}

func (*GetBlockHeadersRequest) Descriptor

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

func (*GetBlockHeadersRequest) GetEnd

func (m *GetBlockHeadersRequest) GetEnd() uint64

func (*GetBlockHeadersRequest) GetStart

func (m *GetBlockHeadersRequest) GetStart() uint64

func (*GetBlockHeadersRequest) Marshal

func (m *GetBlockHeadersRequest) Marshal() (dAtA []byte, err error)

func (*GetBlockHeadersRequest) MarshalTo

func (m *GetBlockHeadersRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetBlockHeadersRequest) MarshalToSizedBuffer

func (m *GetBlockHeadersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlockHeadersRequest) ProtoMessage

func (*GetBlockHeadersRequest) ProtoMessage()

func (*GetBlockHeadersRequest) Reset

func (m *GetBlockHeadersRequest) Reset()

func (*GetBlockHeadersRequest) Size

func (m *GetBlockHeadersRequest) Size() (n int)

func (*GetBlockHeadersRequest) String

func (m *GetBlockHeadersRequest) String() string

func (*GetBlockHeadersRequest) Unmarshal

func (m *GetBlockHeadersRequest) Unmarshal(dAtA []byte) error

func (*GetBlockHeadersRequest) XXX_DiscardUnknown

func (m *GetBlockHeadersRequest) XXX_DiscardUnknown()

func (*GetBlockHeadersRequest) XXX_Marshal

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

func (*GetBlockHeadersRequest) XXX_Merge

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

func (*GetBlockHeadersRequest) XXX_Size

func (m *GetBlockHeadersRequest) XXX_Size() int

func (*GetBlockHeadersRequest) XXX_Unmarshal

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

type GetBlockHeadersResponse

type GetBlockHeadersResponse struct {
	BlockHeaders []*BlockHeader `protobuf:"bytes,1,rep,name=blockHeaders,proto3" json:"blockHeaders,omitempty"`
}

func (*GetBlockHeadersResponse) Descriptor

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

func (*GetBlockHeadersResponse) GetBlockHeaders

func (m *GetBlockHeadersResponse) GetBlockHeaders() []*BlockHeader

func (*GetBlockHeadersResponse) Marshal

func (m *GetBlockHeadersResponse) Marshal() (dAtA []byte, err error)

func (*GetBlockHeadersResponse) MarshalTo

func (m *GetBlockHeadersResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetBlockHeadersResponse) MarshalToSizedBuffer

func (m *GetBlockHeadersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlockHeadersResponse) ProtoMessage

func (*GetBlockHeadersResponse) ProtoMessage()

func (*GetBlockHeadersResponse) Reset

func (m *GetBlockHeadersResponse) Reset()

func (*GetBlockHeadersResponse) Size

func (m *GetBlockHeadersResponse) Size() (n int)

func (*GetBlockHeadersResponse) String

func (m *GetBlockHeadersResponse) String() string

func (*GetBlockHeadersResponse) Unmarshal

func (m *GetBlockHeadersResponse) Unmarshal(dAtA []byte) error

func (*GetBlockHeadersResponse) XXX_DiscardUnknown

func (m *GetBlockHeadersResponse) XXX_DiscardUnknown()

func (*GetBlockHeadersResponse) XXX_Marshal

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

func (*GetBlockHeadersResponse) XXX_Merge

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

func (*GetBlockHeadersResponse) XXX_Size

func (m *GetBlockHeadersResponse) XXX_Size() int

func (*GetBlockHeadersResponse) XXX_Unmarshal

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

type GetBlockRequest

type GetBlockRequest struct {
	Type  GetBlockRequest_Type `protobuf:"varint,1,opt,name=type,proto3,enum=pb.GetBlockRequest_Type" json:"type,omitempty"`
	Value string               `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*GetBlockRequest) Descriptor

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

func (*GetBlockRequest) GetType

func (*GetBlockRequest) GetValue

func (m *GetBlockRequest) GetValue() string

func (*GetBlockRequest) Marshal

func (m *GetBlockRequest) Marshal() (dAtA []byte, err error)

func (*GetBlockRequest) MarshalTo

func (m *GetBlockRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetBlockRequest) MarshalToSizedBuffer

func (m *GetBlockRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlockRequest) ProtoMessage

func (*GetBlockRequest) ProtoMessage()

func (*GetBlockRequest) Reset

func (m *GetBlockRequest) Reset()

func (*GetBlockRequest) Size

func (m *GetBlockRequest) Size() (n int)

func (*GetBlockRequest) String

func (m *GetBlockRequest) String() string

func (*GetBlockRequest) Unmarshal

func (m *GetBlockRequest) Unmarshal(dAtA []byte) error

func (*GetBlockRequest) XXX_DiscardUnknown

func (m *GetBlockRequest) XXX_DiscardUnknown()

func (*GetBlockRequest) XXX_Marshal

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

func (*GetBlockRequest) XXX_Merge

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

func (*GetBlockRequest) XXX_Size

func (m *GetBlockRequest) XXX_Size() int

func (*GetBlockRequest) XXX_Unmarshal

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

type GetBlockRequest_Type

type GetBlockRequest_Type int32
const (
	GetBlockRequest_HEIGHT GetBlockRequest_Type = 0
	GetBlockRequest_HASH   GetBlockRequest_Type = 1
)

func (GetBlockRequest_Type) EnumDescriptor

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

func (GetBlockRequest_Type) String

func (x GetBlockRequest_Type) String() string

type GetBlocksRequest

type GetBlocksRequest struct {
	Start uint64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	End   uint64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
}

func (*GetBlocksRequest) Descriptor

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

func (*GetBlocksRequest) GetEnd

func (m *GetBlocksRequest) GetEnd() uint64

func (*GetBlocksRequest) GetStart

func (m *GetBlocksRequest) GetStart() uint64

func (*GetBlocksRequest) Marshal

func (m *GetBlocksRequest) Marshal() (dAtA []byte, err error)

func (*GetBlocksRequest) MarshalTo

func (m *GetBlocksRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetBlocksRequest) MarshalToSizedBuffer

func (m *GetBlocksRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlocksRequest) ProtoMessage

func (*GetBlocksRequest) ProtoMessage()

func (*GetBlocksRequest) Reset

func (m *GetBlocksRequest) Reset()

func (*GetBlocksRequest) Size

func (m *GetBlocksRequest) Size() (n int)

func (*GetBlocksRequest) String

func (m *GetBlocksRequest) String() string

func (*GetBlocksRequest) Unmarshal

func (m *GetBlocksRequest) Unmarshal(dAtA []byte) error

func (*GetBlocksRequest) XXX_DiscardUnknown

func (m *GetBlocksRequest) XXX_DiscardUnknown()

func (*GetBlocksRequest) XXX_Marshal

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

func (*GetBlocksRequest) XXX_Merge

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

func (*GetBlocksRequest) XXX_Size

func (m *GetBlocksRequest) XXX_Size() int

func (*GetBlocksRequest) XXX_Unmarshal

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

type GetBlocksResponse

type GetBlocksResponse struct {
	Blocks []*Block `protobuf:"bytes,1,rep,name=blocks,proto3" json:"blocks,omitempty"`
}

func (*GetBlocksResponse) Descriptor

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

func (*GetBlocksResponse) GetBlocks

func (m *GetBlocksResponse) GetBlocks() []*Block

func (*GetBlocksResponse) Marshal

func (m *GetBlocksResponse) Marshal() (dAtA []byte, err error)

func (*GetBlocksResponse) MarshalTo

func (m *GetBlocksResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetBlocksResponse) MarshalToSizedBuffer

func (m *GetBlocksResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetBlocksResponse) ProtoMessage

func (*GetBlocksResponse) ProtoMessage()

func (*GetBlocksResponse) Reset

func (m *GetBlocksResponse) Reset()

func (*GetBlocksResponse) Size

func (m *GetBlocksResponse) Size() (n int)

func (*GetBlocksResponse) String

func (m *GetBlocksResponse) String() string

func (*GetBlocksResponse) Unmarshal

func (m *GetBlocksResponse) Unmarshal(dAtA []byte) error

func (*GetBlocksResponse) XXX_DiscardUnknown

func (m *GetBlocksResponse) XXX_DiscardUnknown()

func (*GetBlocksResponse) XXX_Marshal

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

func (*GetBlocksResponse) XXX_Merge

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

func (*GetBlocksResponse) XXX_Size

func (m *GetBlocksResponse) XXX_Size() int

func (*GetBlocksResponse) XXX_Unmarshal

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

type GetDataRequest

type GetDataRequest struct {
	Index uint64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	From  string `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To    string `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	Req   []byte `protobuf:"bytes,4,opt,name=req,proto3" json:"req,omitempty"`
}

func (*GetDataRequest) Descriptor

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

func (*GetDataRequest) GetFrom

func (m *GetDataRequest) GetFrom() string

func (*GetDataRequest) GetIndex

func (m *GetDataRequest) GetIndex() uint64

func (*GetDataRequest) GetReq

func (m *GetDataRequest) GetReq() []byte

func (*GetDataRequest) GetTo

func (m *GetDataRequest) GetTo() string

func (*GetDataRequest) Marshal

func (m *GetDataRequest) Marshal() (dAtA []byte, err error)

func (*GetDataRequest) MarshalTo

func (m *GetDataRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetDataRequest) MarshalToSizedBuffer

func (m *GetDataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetDataRequest) ProtoMessage

func (*GetDataRequest) ProtoMessage()

func (*GetDataRequest) Reset

func (m *GetDataRequest) Reset()

func (*GetDataRequest) Size

func (m *GetDataRequest) Size() (n int)

func (*GetDataRequest) String

func (m *GetDataRequest) String() string

func (*GetDataRequest) Unmarshal

func (m *GetDataRequest) Unmarshal(dAtA []byte) error

func (*GetDataRequest) XXX_DiscardUnknown

func (m *GetDataRequest) XXX_DiscardUnknown()

func (*GetDataRequest) XXX_Marshal

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

func (*GetDataRequest) XXX_Merge

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

func (*GetDataRequest) XXX_Size

func (m *GetDataRequest) XXX_Size() int

func (*GetDataRequest) XXX_Unmarshal

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

type GetDataResponse

type GetDataResponse struct {
	Index uint64               `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	From  string               `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To    string               `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	Type  GetDataResponse_Type `protobuf:"varint,4,opt,name=type,proto3,enum=pb.GetDataResponse_Type" json:"type,omitempty"`
	Msg   string               `protobuf:"bytes,5,opt,name=msg,proto3" json:"msg,omitempty"`
	Data  []byte               `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"`
}

func (*GetDataResponse) Descriptor

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

func (*GetDataResponse) GetData

func (m *GetDataResponse) GetData() []byte

func (*GetDataResponse) GetFrom

func (m *GetDataResponse) GetFrom() string

func (*GetDataResponse) GetIndex

func (m *GetDataResponse) GetIndex() uint64

func (*GetDataResponse) GetMsg

func (m *GetDataResponse) GetMsg() string

func (*GetDataResponse) GetTo

func (m *GetDataResponse) GetTo() string

func (*GetDataResponse) GetType

func (*GetDataResponse) Marshal

func (m *GetDataResponse) Marshal() (dAtA []byte, err error)

func (*GetDataResponse) MarshalTo

func (m *GetDataResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetDataResponse) MarshalToSizedBuffer

func (m *GetDataResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetDataResponse) ProtoMessage

func (*GetDataResponse) ProtoMessage()

func (*GetDataResponse) Reset

func (m *GetDataResponse) Reset()

func (*GetDataResponse) Size

func (m *GetDataResponse) Size() (n int)

func (*GetDataResponse) String

func (m *GetDataResponse) String() string

func (*GetDataResponse) Unmarshal

func (m *GetDataResponse) Unmarshal(dAtA []byte) error

func (*GetDataResponse) XXX_DiscardUnknown

func (m *GetDataResponse) XXX_DiscardUnknown()

func (*GetDataResponse) XXX_Marshal

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

func (*GetDataResponse) XXX_Merge

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

func (*GetDataResponse) XXX_Size

func (m *GetDataResponse) XXX_Size() int

func (*GetDataResponse) XXX_Unmarshal

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

type GetDataResponse_Type

type GetDataResponse_Type int32
const (
	GetDataResponse_DATA_GET_SUCCESS      GetDataResponse_Type = 0
	GetDataResponse_DATA_OUT_OF_SIZE      GetDataResponse_Type = 1
	GetDataResponse_DATA_GET_INTERNAL_ERR GetDataResponse_Type = 2
)

func (GetDataResponse_Type) EnumDescriptor

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

func (GetDataResponse_Type) String

func (x GetDataResponse_Type) String() string

type GetHappyBlocksResponse

type GetHappyBlocksResponse struct {
	Blocks []*HappyBlock `protobuf:"bytes,1,rep,name=blocks,proto3" json:"blocks,omitempty"`
}

func (*GetHappyBlocksResponse) Descriptor

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

func (*GetHappyBlocksResponse) GetBlocks

func (m *GetHappyBlocksResponse) GetBlocks() []*HappyBlock

func (*GetHappyBlocksResponse) Marshal

func (m *GetHappyBlocksResponse) Marshal() (dAtA []byte, err error)

func (*GetHappyBlocksResponse) MarshalTo

func (m *GetHappyBlocksResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetHappyBlocksResponse) MarshalToSizedBuffer

func (m *GetHappyBlocksResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetHappyBlocksResponse) ProtoMessage

func (*GetHappyBlocksResponse) ProtoMessage()

func (*GetHappyBlocksResponse) Reset

func (m *GetHappyBlocksResponse) Reset()

func (*GetHappyBlocksResponse) Size

func (m *GetHappyBlocksResponse) Size() (n int)

func (*GetHappyBlocksResponse) String

func (m *GetHappyBlocksResponse) String() string

func (*GetHappyBlocksResponse) Unmarshal

func (m *GetHappyBlocksResponse) Unmarshal(dAtA []byte) error

func (*GetHappyBlocksResponse) XXX_DiscardUnknown

func (m *GetHappyBlocksResponse) XXX_DiscardUnknown()

func (*GetHappyBlocksResponse) XXX_Marshal

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

func (*GetHappyBlocksResponse) XXX_Merge

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

func (*GetHappyBlocksResponse) XXX_Size

func (m *GetHappyBlocksResponse) XXX_Size() int

func (*GetHappyBlocksResponse) XXX_Unmarshal

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

type GetInterchainTxWrappersRequest

type GetInterchainTxWrappersRequest struct {
	Begin uint64 `protobuf:"varint,1,opt,name=begin,proto3" json:"begin,omitempty"`
	End   uint64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
	Pid   string `protobuf:"bytes,3,opt,name=pid,proto3" json:"pid,omitempty"`
}

func (*GetInterchainTxWrappersRequest) Descriptor

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

func (*GetInterchainTxWrappersRequest) GetBegin

func (m *GetInterchainTxWrappersRequest) GetBegin() uint64

func (*GetInterchainTxWrappersRequest) GetEnd

func (*GetInterchainTxWrappersRequest) GetPid

func (*GetInterchainTxWrappersRequest) Marshal

func (m *GetInterchainTxWrappersRequest) Marshal() (dAtA []byte, err error)

func (*GetInterchainTxWrappersRequest) MarshalTo

func (m *GetInterchainTxWrappersRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetInterchainTxWrappersRequest) MarshalToSizedBuffer

func (m *GetInterchainTxWrappersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetInterchainTxWrappersRequest) ProtoMessage

func (*GetInterchainTxWrappersRequest) ProtoMessage()

func (*GetInterchainTxWrappersRequest) Reset

func (m *GetInterchainTxWrappersRequest) Reset()

func (*GetInterchainTxWrappersRequest) Size

func (m *GetInterchainTxWrappersRequest) Size() (n int)

func (*GetInterchainTxWrappersRequest) String

func (*GetInterchainTxWrappersRequest) Unmarshal

func (m *GetInterchainTxWrappersRequest) Unmarshal(dAtA []byte) error

func (*GetInterchainTxWrappersRequest) XXX_DiscardUnknown

func (m *GetInterchainTxWrappersRequest) XXX_DiscardUnknown()

func (*GetInterchainTxWrappersRequest) XXX_Marshal

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

func (*GetInterchainTxWrappersRequest) XXX_Merge

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

func (*GetInterchainTxWrappersRequest) XXX_Size

func (m *GetInterchainTxWrappersRequest) XXX_Size() int

func (*GetInterchainTxWrappersRequest) XXX_Unmarshal

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

type GetMessageRequest

type GetMessageRequest struct {
	ServicePair string `protobuf:"bytes,1,opt,name=servicePair,proto3" json:"servicePair,omitempty"`
	Idx         uint64 `protobuf:"varint,2,opt,name=idx,proto3" json:"idx,omitempty"`
}

func (*GetMessageRequest) Descriptor

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

func (*GetMessageRequest) GetIdx

func (m *GetMessageRequest) GetIdx() uint64

func (*GetMessageRequest) GetServicePair

func (m *GetMessageRequest) GetServicePair() string

func (*GetMessageRequest) Marshal

func (m *GetMessageRequest) Marshal() (dAtA []byte, err error)

func (*GetMessageRequest) MarshalTo

func (m *GetMessageRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetMessageRequest) MarshalToSizedBuffer

func (m *GetMessageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetMessageRequest) ProtoMessage

func (*GetMessageRequest) ProtoMessage()

func (*GetMessageRequest) Reset

func (m *GetMessageRequest) Reset()

func (*GetMessageRequest) Size

func (m *GetMessageRequest) Size() (n int)

func (*GetMessageRequest) String

func (m *GetMessageRequest) String() string

func (*GetMessageRequest) Unmarshal

func (m *GetMessageRequest) Unmarshal(dAtA []byte) error

func (*GetMessageRequest) XXX_DiscardUnknown

func (m *GetMessageRequest) XXX_DiscardUnknown()

func (*GetMessageRequest) XXX_Marshal

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

func (*GetMessageRequest) XXX_Merge

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

func (*GetMessageRequest) XXX_Size

func (m *GetMessageRequest) XXX_Size() int

func (*GetMessageRequest) XXX_Unmarshal

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

type GetMetaResponse

type GetMetaResponse struct {
	Meta map[string]uint64 `` /* 150-byte string literal not displayed */
}

func (*GetMetaResponse) Descriptor

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

func (*GetMetaResponse) GetMeta

func (m *GetMetaResponse) GetMeta() map[string]uint64

func (*GetMetaResponse) Marshal

func (m *GetMetaResponse) Marshal() (dAtA []byte, err error)

func (*GetMetaResponse) MarshalTo

func (m *GetMetaResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetMetaResponse) MarshalToSizedBuffer

func (m *GetMetaResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetMetaResponse) ProtoMessage

func (*GetMetaResponse) ProtoMessage()

func (*GetMetaResponse) Reset

func (m *GetMetaResponse) Reset()

func (*GetMetaResponse) Size

func (m *GetMetaResponse) Size() (n int)

func (*GetMetaResponse) String

func (m *GetMetaResponse) String() string

func (*GetMetaResponse) Unmarshal

func (m *GetMetaResponse) Unmarshal(dAtA []byte) error

func (*GetMetaResponse) XXX_DiscardUnknown

func (m *GetMetaResponse) XXX_DiscardUnknown()

func (*GetMetaResponse) XXX_Marshal

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

func (*GetMetaResponse) XXX_Merge

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

func (*GetMetaResponse) XXX_Size

func (m *GetMetaResponse) XXX_Size() int

func (*GetMetaResponse) XXX_Unmarshal

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

type GetSignsRequest

type GetSignsRequest struct {
	Type    GetSignsRequest_Type `protobuf:"varint,1,opt,name=type,proto3,enum=pb.GetSignsRequest_Type" json:"type,omitempty"`
	Content string               `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	Extra   []byte               `protobuf:"bytes,3,opt,name=extra,proto3" json:"extra,omitempty"`
}

func (*GetSignsRequest) Descriptor

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

func (*GetSignsRequest) GetContent

func (m *GetSignsRequest) GetContent() string

func (*GetSignsRequest) GetExtra

func (m *GetSignsRequest) GetExtra() []byte

func (*GetSignsRequest) GetType

func (*GetSignsRequest) Marshal

func (m *GetSignsRequest) Marshal() (dAtA []byte, err error)

func (*GetSignsRequest) MarshalTo

func (m *GetSignsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetSignsRequest) MarshalToSizedBuffer

func (m *GetSignsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetSignsRequest) ProtoMessage

func (*GetSignsRequest) ProtoMessage()

func (*GetSignsRequest) Reset

func (m *GetSignsRequest) Reset()

func (*GetSignsRequest) Size

func (m *GetSignsRequest) Size() (n int)

func (*GetSignsRequest) String

func (m *GetSignsRequest) String() string

func (*GetSignsRequest) Unmarshal

func (m *GetSignsRequest) Unmarshal(dAtA []byte) error

func (*GetSignsRequest) XXX_DiscardUnknown

func (m *GetSignsRequest) XXX_DiscardUnknown()

func (*GetSignsRequest) XXX_Marshal

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

func (*GetSignsRequest) XXX_Merge

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

func (*GetSignsRequest) XXX_Size

func (m *GetSignsRequest) XXX_Size() int

func (*GetSignsRequest) XXX_Unmarshal

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

type GetSignsRequest_Type

type GetSignsRequest_Type int32
const (
	GetSignsRequest_MULTI_ASSET_EXCHANGE GetSignsRequest_Type = 0
	GetSignsRequest_MULTI_IBTP_REQUEST   GetSignsRequest_Type = 1
	GetSignsRequest_MULTI_IBTP_RESPONSE  GetSignsRequest_Type = 2
	GetSignsRequest_MULTI_BLOCK_HEADER   GetSignsRequest_Type = 3
	GetSignsRequest_MULTI_BURN           GetSignsRequest_Type = 4
	GetSignsRequest_TSS_IBTP_REQUEST     GetSignsRequest_Type = 5
	GetSignsRequest_TSS_IBTP_RESPONSE    GetSignsRequest_Type = 6
)

func (GetSignsRequest_Type) EnumDescriptor

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

func (GetSignsRequest_Type) String

func (x GetSignsRequest_Type) String() string

type GetTPSRequest

type GetTPSRequest struct {
	Begin uint64 `protobuf:"varint,1,opt,name=begin,proto3" json:"begin,omitempty"`
	End   uint64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
}

func (*GetTPSRequest) Descriptor

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

func (*GetTPSRequest) GetBegin

func (m *GetTPSRequest) GetBegin() uint64

func (*GetTPSRequest) GetEnd

func (m *GetTPSRequest) GetEnd() uint64

func (*GetTPSRequest) Marshal

func (m *GetTPSRequest) Marshal() (dAtA []byte, err error)

func (*GetTPSRequest) MarshalTo

func (m *GetTPSRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetTPSRequest) MarshalToSizedBuffer

func (m *GetTPSRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetTPSRequest) ProtoMessage

func (*GetTPSRequest) ProtoMessage()

func (*GetTPSRequest) Reset

func (m *GetTPSRequest) Reset()

func (*GetTPSRequest) Size

func (m *GetTPSRequest) Size() (n int)

func (*GetTPSRequest) String

func (m *GetTPSRequest) String() string

func (*GetTPSRequest) Unmarshal

func (m *GetTPSRequest) Unmarshal(dAtA []byte) error

func (*GetTPSRequest) XXX_DiscardUnknown

func (m *GetTPSRequest) XXX_DiscardUnknown()

func (*GetTPSRequest) XXX_Marshal

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

func (*GetTPSRequest) XXX_Merge

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

func (*GetTPSRequest) XXX_Size

func (m *GetTPSRequest) XXX_Size() int

func (*GetTPSRequest) XXX_Unmarshal

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

type GetTransactionResponse

type GetTransactionResponse struct {
	Tx     *BxhTransaction  `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
	TxMeta *TransactionMeta `protobuf:"bytes,2,opt,name=tx_meta,json=txMeta,proto3" json:"tx_meta,omitempty"`
}

func (*GetTransactionResponse) Descriptor

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

func (*GetTransactionResponse) GetTx

func (*GetTransactionResponse) GetTxMeta

func (m *GetTransactionResponse) GetTxMeta() *TransactionMeta

func (*GetTransactionResponse) Marshal

func (m *GetTransactionResponse) Marshal() (dAtA []byte, err error)

func (*GetTransactionResponse) MarshalTo

func (m *GetTransactionResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetTransactionResponse) MarshalToSizedBuffer

func (m *GetTransactionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetTransactionResponse) ProtoMessage

func (*GetTransactionResponse) ProtoMessage()

func (*GetTransactionResponse) Reset

func (m *GetTransactionResponse) Reset()

func (*GetTransactionResponse) Size

func (m *GetTransactionResponse) Size() (n int)

func (*GetTransactionResponse) String

func (m *GetTransactionResponse) String() string

func (*GetTransactionResponse) Unmarshal

func (m *GetTransactionResponse) Unmarshal(dAtA []byte) error

func (*GetTransactionResponse) XXX_DiscardUnknown

func (m *GetTransactionResponse) XXX_DiscardUnknown()

func (*GetTransactionResponse) XXX_Marshal

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

func (*GetTransactionResponse) XXX_Merge

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

func (*GetTransactionResponse) XXX_Size

func (m *GetTransactionResponse) XXX_Size() int

func (*GetTransactionResponse) XXX_Unmarshal

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

type HappyBlock

type HappyBlock struct {
	BlockHeader *BlockHeader                                `protobuf:"bytes,1,opt,name=block_header,json=blockHeader,proto3" json:"block_header,omitempty"`
	BxhTxs      []*BxhTransaction                           `protobuf:"bytes,2,rep,name=bxh_txs,json=bxhTxs,proto3" json:"bxh_txs,omitempty"`
	EthTxs      [][]byte                                    `protobuf:"bytes,3,rep,name=eth_txs,json=ethTxs,proto3" json:"eth_txs,omitempty"`
	BlockHash   *github_com_meshplus_bitxhub_kit_types.Hash `` /* 142-byte string literal not displayed */
	Signature   []byte                                      `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"`
	Extra       []byte                                      `protobuf:"bytes,6,opt,name=extra,proto3" json:"extra,omitempty"`
	Index       []uint64                                    `protobuf:"varint,7,rep,packed,name=index,proto3" json:"index,omitempty"`
}

func (*HappyBlock) Descriptor

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

func (*HappyBlock) GetBlockHeader

func (m *HappyBlock) GetBlockHeader() *BlockHeader

func (*HappyBlock) GetBxhTxs

func (m *HappyBlock) GetBxhTxs() []*BxhTransaction

func (*HappyBlock) GetEthTxs

func (m *HappyBlock) GetEthTxs() [][]byte

func (*HappyBlock) GetExtra

func (m *HappyBlock) GetExtra() []byte

func (*HappyBlock) GetIndex

func (m *HappyBlock) GetIndex() []uint64

func (*HappyBlock) GetSignature

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

func (*HappyBlock) Marshal

func (m *HappyBlock) Marshal() (dAtA []byte, err error)

func (*HappyBlock) MarshalTo

func (m *HappyBlock) MarshalTo(dAtA []byte) (int, error)

func (*HappyBlock) MarshalToSizedBuffer

func (m *HappyBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HappyBlock) ProtoMessage

func (*HappyBlock) ProtoMessage()

func (*HappyBlock) Reset

func (m *HappyBlock) Reset()

func (*HappyBlock) Size

func (m *HappyBlock) Size() (n int)

func (*HappyBlock) String

func (m *HappyBlock) String() string

func (*HappyBlock) Unmarshal

func (m *HappyBlock) Unmarshal(dAtA []byte) error

func (*HappyBlock) XXX_DiscardUnknown

func (m *HappyBlock) XXX_DiscardUnknown()

func (*HappyBlock) XXX_Marshal

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

func (*HappyBlock) XXX_Merge

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

func (*HappyBlock) XXX_Size

func (m *HappyBlock) XXX_Size() int

func (*HappyBlock) XXX_Unmarshal

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

type HeartBeatRespones

type HeartBeatRespones struct {
	Status HeartBeatRespones_Status `protobuf:"varint,1,opt,name=status,proto3,enum=pb.HeartBeatRespones_Status" json:"status,omitempty"`
}

func (*HeartBeatRespones) Descriptor

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

func (*HeartBeatRespones) GetStatus

func (*HeartBeatRespones) Marshal

func (m *HeartBeatRespones) Marshal() (dAtA []byte, err error)

func (*HeartBeatRespones) MarshalTo

func (m *HeartBeatRespones) MarshalTo(dAtA []byte) (int, error)

func (*HeartBeatRespones) MarshalToSizedBuffer

func (m *HeartBeatRespones) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HeartBeatRespones) ProtoMessage

func (*HeartBeatRespones) ProtoMessage()

func (*HeartBeatRespones) Reset

func (m *HeartBeatRespones) Reset()

func (*HeartBeatRespones) Size

func (m *HeartBeatRespones) Size() (n int)

func (*HeartBeatRespones) String

func (m *HeartBeatRespones) String() string

func (*HeartBeatRespones) Unmarshal

func (m *HeartBeatRespones) Unmarshal(dAtA []byte) error

func (*HeartBeatRespones) XXX_DiscardUnknown

func (m *HeartBeatRespones) XXX_DiscardUnknown()

func (*HeartBeatRespones) XXX_Marshal

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

func (*HeartBeatRespones) XXX_Merge

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

func (*HeartBeatRespones) XXX_Size

func (m *HeartBeatRespones) XXX_Size() int

func (*HeartBeatRespones) XXX_Unmarshal

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

type HeartBeatRespones_Status

type HeartBeatRespones_Status int32
const (
	HeartBeatRespones_ALIVE HeartBeatRespones_Status = 0
	HeartBeatRespones_DEAD  HeartBeatRespones_Status = 1
)

func (HeartBeatRespones_Status) EnumDescriptor

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

func (HeartBeatRespones_Status) String

func (x HeartBeatRespones_Status) String() string

type IBTP

type IBTP struct {
	// ID of sending chain and sending service
	From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	// ID of receiving chain and receiving service
	To string `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	// Index of inter-chain transaction
	Index uint64 `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
	// inter-chain transaction type
	Type IBTP_Type `protobuf:"varint,4,opt,name=type,proto3,enum=pb.IBTP_Type" json:"type,omitempty"`
	// timeout height of inter-chain transaction on BitXHub
	TimeoutHeight int64 `protobuf:"varint,5,opt,name=timeoutHeight,proto3" json:"timeoutHeight,omitempty"`
	// Proof of inter-chain transactions
	Proof []byte `protobuf:"bytes,6,opt,name=proof,proto3" json:"proof,omitempty"`
	// Encoded content used by inter-chain
	Payload []byte `protobuf:"bytes,7,opt,name=payload,proto3" json:"payload,omitempty"`
	// info about other txs in the same group
	Group *StringUint64Map `protobuf:"bytes,8,opt,name=group,proto3" json:"group,omitempty"`
	// Message version
	Version string `protobuf:"bytes,9,opt,name=version,proto3" json:"version,omitempty"`
	// Self-defined fields used by app-chain
	Extra []byte `protobuf:"bytes,10,opt,name=extra,proto3" json:"extra,omitempty"`
}

Inter-blockchain Transfer Protocol

func (*IBTP) Category

func (m *IBTP) Category() IBTP_Category

func (*IBTP) CheckServiceID

func (m *IBTP) CheckServiceID() error

func (*IBTP) Descriptor

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

func (*IBTP) GetExtra

func (m *IBTP) GetExtra() []byte

func (*IBTP) GetFrom

func (m *IBTP) GetFrom() string

func (*IBTP) GetGroup

func (m *IBTP) GetGroup() *StringUint64Map

func (*IBTP) GetIndex

func (m *IBTP) GetIndex() uint64

func (*IBTP) GetPayload

func (m *IBTP) GetPayload() []byte

func (*IBTP) GetProof

func (m *IBTP) GetProof() []byte

func (*IBTP) GetTimeoutHeight

func (m *IBTP) GetTimeoutHeight() int64

func (*IBTP) GetTo

func (m *IBTP) GetTo() string

func (*IBTP) GetType

func (m *IBTP) GetType() IBTP_Type

func (*IBTP) GetVersion

func (m *IBTP) GetVersion() string

func (*IBTP) Hash

func (m *IBTP) Hash() *types.Hash

func (*IBTP) ID

func (m *IBTP) ID() string

func (*IBTP) Marshal

func (m *IBTP) Marshal() (dAtA []byte, err error)

func (*IBTP) MarshalTo

func (m *IBTP) MarshalTo(dAtA []byte) (int, error)

func (*IBTP) MarshalToSizedBuffer

func (m *IBTP) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IBTP) ParseFrom

func (m *IBTP) ParseFrom() (string, string, string)

ParseFrom should be called after CheckServiceID is called

func (*IBTP) ParseTo

func (m *IBTP) ParseTo() (string, string, string)

ParseTo should be called after CheckServiceID is called

func (*IBTP) ProtoMessage

func (*IBTP) ProtoMessage()

func (*IBTP) Reset

func (m *IBTP) Reset()

func (*IBTP) ServicePair

func (m *IBTP) ServicePair() string

func (*IBTP) Size

func (m *IBTP) Size() (n int)

func (*IBTP) String

func (m *IBTP) String() string

func (*IBTP) Unmarshal

func (m *IBTP) Unmarshal(dAtA []byte) error

func (*IBTP) XXX_DiscardUnknown

func (m *IBTP) XXX_DiscardUnknown()

func (*IBTP) XXX_Marshal

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

func (*IBTP) XXX_Merge

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

func (*IBTP) XXX_Size

func (m *IBTP) XXX_Size() int

func (*IBTP) XXX_Unmarshal

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

type IBTP_Category

type IBTP_Category int32
const (
	IBTP_REQUEST  IBTP_Category = 0
	IBTP_RESPONSE IBTP_Category = 1
	IBTP_UNKNOWN  IBTP_Category = 2
)

func (IBTP_Category) EnumDescriptor

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

func (IBTP_Category) String

func (x IBTP_Category) String() string

type IBTP_Type

type IBTP_Type int32
const (
	IBTP_INTERCHAIN       IBTP_Type = 0
	IBTP_RECEIPT_SUCCESS  IBTP_Type = 1
	IBTP_RECEIPT_FAILURE  IBTP_Type = 2
	IBTP_RECEIPT_ROLLBACK IBTP_Type = 3
	// notify src chain rollback end in direct mode
	IBTP_RECEIPT_ROLLBACK_END IBTP_Type = 4
)

func (IBTP_Type) EnumDescriptor

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

func (IBTP_Type) String

func (x IBTP_Type) String() string

type IBTPs

type IBTPs struct {
	Ibtps []*IBTP `protobuf:"bytes,1,rep,name=ibtps,proto3" json:"ibtps,omitempty"`
}

func (*IBTPs) Descriptor

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

func (*IBTPs) GetIbtps

func (m *IBTPs) GetIbtps() []*IBTP

func (*IBTPs) Marshal

func (m *IBTPs) Marshal() (dAtA []byte, err error)

func (*IBTPs) MarshalTo

func (m *IBTPs) MarshalTo(dAtA []byte) (int, error)

func (*IBTPs) MarshalToSizedBuffer

func (m *IBTPs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IBTPs) ProtoMessage

func (*IBTPs) ProtoMessage()

func (*IBTPs) Reset

func (m *IBTPs) Reset()

func (*IBTPs) Size

func (m *IBTPs) Size() (n int)

func (*IBTPs) String

func (m *IBTPs) String() string

func (*IBTPs) Unmarshal

func (m *IBTPs) Unmarshal(dAtA []byte) error

func (*IBTPs) XXX_DiscardUnknown

func (m *IBTPs) XXX_DiscardUnknown()

func (*IBTPs) XXX_Marshal

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

func (*IBTPs) XXX_Merge

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

func (*IBTPs) XXX_Size

func (m *IBTPs) XXX_Size() int

func (*IBTPs) XXX_Unmarshal

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

type InitializeRequest

type InitializeRequest struct {
	ConfigPath string `protobuf:"bytes,1,opt,name=config_path,json=configPath,proto3" json:"config_path,omitempty"`
	Extra      []byte `protobuf:"bytes,2,opt,name=extra,proto3" json:"extra,omitempty"`
	Mode       string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"`
}

func (*InitializeRequest) Descriptor

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

func (*InitializeRequest) GetConfigPath

func (m *InitializeRequest) GetConfigPath() string

func (*InitializeRequest) GetExtra

func (m *InitializeRequest) GetExtra() []byte

func (*InitializeRequest) GetMode

func (m *InitializeRequest) GetMode() string

func (*InitializeRequest) Marshal

func (m *InitializeRequest) Marshal() (dAtA []byte, err error)

func (*InitializeRequest) MarshalTo

func (m *InitializeRequest) MarshalTo(dAtA []byte) (int, error)

func (*InitializeRequest) MarshalToSizedBuffer

func (m *InitializeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InitializeRequest) ProtoMessage

func (*InitializeRequest) ProtoMessage()

func (*InitializeRequest) Reset

func (m *InitializeRequest) Reset()

func (*InitializeRequest) Size

func (m *InitializeRequest) Size() (n int)

func (*InitializeRequest) String

func (m *InitializeRequest) String() string

func (*InitializeRequest) Unmarshal

func (m *InitializeRequest) Unmarshal(dAtA []byte) error

func (*InitializeRequest) XXX_DiscardUnknown

func (m *InitializeRequest) XXX_DiscardUnknown()

func (*InitializeRequest) XXX_Marshal

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

func (*InitializeRequest) XXX_Merge

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

func (*InitializeRequest) XXX_Size

func (m *InitializeRequest) XXX_Size() int

func (*InitializeRequest) XXX_Unmarshal

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

type Interchain

type Interchain struct {
	ID                      string
	InterchainCounter       map[string]uint64
	ReceiptCounter          map[string]uint64
	SourceInterchainCounter map[string]uint64
	SourceReceiptCounter    map[string]uint64
}

func (*Interchain) Marshal

func (m *Interchain) Marshal() ([]byte, error)

func (*Interchain) Unmarshal

func (m *Interchain) Unmarshal(data []byte) error

type InterchainMeta

type InterchainMeta struct {
	Counter        map[string]*VerifiedIndexSlice
	L2Roots        []types.Hash
	TimeoutCounter map[string]*StringSlice
	TimeoutL2Roots []types.Hash
	MultiTxCounter map[string]*StringSlice
}

func (*InterchainMeta) Marshal

func (m *InterchainMeta) Marshal() ([]byte, error)

func (*InterchainMeta) Unmarshal

func (m *InterchainMeta) Unmarshal(data []byte) error

type InterchainMetaS

type InterchainMetaS struct {
	Counter        *StringVerifiedIndexSliceMap                 `protobuf:"bytes,1,opt,name=counter,proto3" json:"counter,omitempty"`
	L2Roots        []github_com_meshplus_bitxhub_kit_types.Hash `protobuf:"bytes,2,rep,name=l2Roots,proto3,customtype=github.com/meshplus/bitxhub-kit/types.Hash" json:"l2Roots,omitempty"`
	TimeoutCounter *StringStringSliceMap                        `protobuf:"bytes,3,opt,name=timeoutCounter,proto3" json:"timeoutCounter,omitempty"`
	TimeoutL2Roots []github_com_meshplus_bitxhub_kit_types.Hash `` /* 135-byte string literal not displayed */
	MultiTxCounter *StringStringSliceMap                        `protobuf:"bytes,5,opt,name=multiTxCounter,proto3" json:"multiTxCounter,omitempty"`
}

func (*InterchainMetaS) Descriptor

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

func (*InterchainMetaS) GetCounter

func (*InterchainMetaS) GetMultiTxCounter

func (m *InterchainMetaS) GetMultiTxCounter() *StringStringSliceMap

func (*InterchainMetaS) GetTimeoutCounter

func (m *InterchainMetaS) GetTimeoutCounter() *StringStringSliceMap

func (*InterchainMetaS) Marshal

func (m *InterchainMetaS) Marshal() (dAtA []byte, err error)

func (*InterchainMetaS) MarshalTo

func (m *InterchainMetaS) MarshalTo(dAtA []byte) (int, error)

func (*InterchainMetaS) MarshalToSizedBuffer

func (m *InterchainMetaS) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InterchainMetaS) ProtoMessage

func (*InterchainMetaS) ProtoMessage()

func (*InterchainMetaS) Reset

func (m *InterchainMetaS) Reset()

func (*InterchainMetaS) Size

func (m *InterchainMetaS) Size() (n int)

func (*InterchainMetaS) String

func (m *InterchainMetaS) String() string

func (*InterchainMetaS) Unmarshal

func (m *InterchainMetaS) Unmarshal(dAtA []byte) error

func (*InterchainMetaS) XXX_DiscardUnknown

func (m *InterchainMetaS) XXX_DiscardUnknown()

func (*InterchainMetaS) XXX_Marshal

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

func (*InterchainMetaS) XXX_Merge

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

func (*InterchainMetaS) XXX_Size

func (m *InterchainMetaS) XXX_Size() int

func (*InterchainMetaS) XXX_Unmarshal

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

type InterchainS

type InterchainS struct {
	ID                      string           `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	InterchainCounter       *StringUint64Map `protobuf:"bytes,2,opt,name=InterchainCounter,proto3" json:"InterchainCounter,omitempty"`
	ReceiptCounter          *StringUint64Map `protobuf:"bytes,3,opt,name=ReceiptCounter,proto3" json:"ReceiptCounter,omitempty"`
	SourceInterchainCounter *StringUint64Map `protobuf:"bytes,4,opt,name=SourceInterchainCounter,proto3" json:"SourceInterchainCounter,omitempty"`
	SourceReceiptCounter    *StringUint64Map `protobuf:"bytes,5,opt,name=SourceReceiptCounter,proto3" json:"SourceReceiptCounter,omitempty"`
}

func (*InterchainS) Descriptor

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

func (*InterchainS) GetID

func (m *InterchainS) GetID() string

func (*InterchainS) GetInterchainCounter

func (m *InterchainS) GetInterchainCounter() *StringUint64Map

func (*InterchainS) GetReceiptCounter

func (m *InterchainS) GetReceiptCounter() *StringUint64Map

func (*InterchainS) GetSourceInterchainCounter

func (m *InterchainS) GetSourceInterchainCounter() *StringUint64Map

func (*InterchainS) GetSourceReceiptCounter

func (m *InterchainS) GetSourceReceiptCounter() *StringUint64Map

func (*InterchainS) Marshal

func (m *InterchainS) Marshal() (dAtA []byte, err error)

func (*InterchainS) MarshalTo

func (m *InterchainS) MarshalTo(dAtA []byte) (int, error)

func (*InterchainS) MarshalToSizedBuffer

func (m *InterchainS) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InterchainS) ProtoMessage

func (*InterchainS) ProtoMessage()

func (*InterchainS) Reset

func (m *InterchainS) Reset()

func (*InterchainS) Size

func (m *InterchainS) Size() (n int)

func (*InterchainS) String

func (m *InterchainS) String() string

func (*InterchainS) Unmarshal

func (m *InterchainS) Unmarshal(dAtA []byte) error

func (*InterchainS) XXX_DiscardUnknown

func (m *InterchainS) XXX_DiscardUnknown()

func (*InterchainS) XXX_Marshal

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

func (*InterchainS) XXX_Merge

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

func (*InterchainS) XXX_Size

func (m *InterchainS) XXX_Size() int

func (*InterchainS) XXX_Unmarshal

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

type InterchainTxWrapper

type InterchainTxWrapper struct {
	L2Roots        []github_com_meshplus_bitxhub_kit_types.Hash `protobuf:"bytes,1,rep,name=l2Roots,proto3,customtype=github.com/meshplus/bitxhub-kit/types.Hash" json:"l2Roots,omitempty"`
	Transactions   []*VerifiedTx                                `protobuf:"bytes,2,rep,name=transactions,proto3" json:"transactions,omitempty"`
	Height         uint64                                       `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"`
	TimeoutL2Roots []github_com_meshplus_bitxhub_kit_types.Hash `` /* 157-byte string literal not displayed */
	TimeoutIbtps   []string                                     `protobuf:"bytes,5,rep,name=timeout_ibtps,json=timeoutIbtps,proto3" json:"timeout_ibtps,omitempty"`
	MultiTxIbtps   []string                                     `protobuf:"bytes,6,rep,name=multi_tx_ibtps,json=multiTxIbtps,proto3" json:"multi_tx_ibtps,omitempty"`
}

func (*InterchainTxWrapper) Descriptor

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

func (*InterchainTxWrapper) GetHeight

func (m *InterchainTxWrapper) GetHeight() uint64

func (*InterchainTxWrapper) GetMultiTxIbtps

func (m *InterchainTxWrapper) GetMultiTxIbtps() []string

func (*InterchainTxWrapper) GetTimeoutIbtps

func (m *InterchainTxWrapper) GetTimeoutIbtps() []string

func (*InterchainTxWrapper) GetTransactions

func (m *InterchainTxWrapper) GetTransactions() []*VerifiedTx

func (*InterchainTxWrapper) Marshal

func (m *InterchainTxWrapper) Marshal() (dAtA []byte, err error)

func (*InterchainTxWrapper) MarshalTo

func (m *InterchainTxWrapper) MarshalTo(dAtA []byte) (int, error)

func (*InterchainTxWrapper) MarshalToSizedBuffer

func (m *InterchainTxWrapper) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InterchainTxWrapper) ProtoMessage

func (*InterchainTxWrapper) ProtoMessage()

func (*InterchainTxWrapper) Reset

func (m *InterchainTxWrapper) Reset()

func (*InterchainTxWrapper) Size

func (m *InterchainTxWrapper) Size() (n int)

func (*InterchainTxWrapper) String

func (m *InterchainTxWrapper) String() string

func (*InterchainTxWrapper) Unmarshal

func (m *InterchainTxWrapper) Unmarshal(dAtA []byte) error

func (*InterchainTxWrapper) XXX_DiscardUnknown

func (m *InterchainTxWrapper) XXX_DiscardUnknown()

func (*InterchainTxWrapper) XXX_Marshal

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

func (*InterchainTxWrapper) XXX_Merge

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

func (*InterchainTxWrapper) XXX_Size

func (m *InterchainTxWrapper) XXX_Size() int

func (*InterchainTxWrapper) XXX_Unmarshal

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

type InterchainTxWrappers

type InterchainTxWrappers struct {
	InterchainTxWrappers []*InterchainTxWrapper `protobuf:"bytes,1,rep,name=interchainTxWrappers,proto3" json:"interchainTxWrappers,omitempty"`
}

func (*InterchainTxWrappers) Descriptor

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

func (*InterchainTxWrappers) GetInterchainTxWrappers

func (m *InterchainTxWrappers) GetInterchainTxWrappers() []*InterchainTxWrapper

func (*InterchainTxWrappers) Marshal

func (m *InterchainTxWrappers) Marshal() (dAtA []byte, err error)

func (*InterchainTxWrappers) MarshalTo

func (m *InterchainTxWrappers) MarshalTo(dAtA []byte) (int, error)

func (*InterchainTxWrappers) MarshalToSizedBuffer

func (m *InterchainTxWrappers) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InterchainTxWrappers) ProtoMessage

func (*InterchainTxWrappers) ProtoMessage()

func (*InterchainTxWrappers) Reset

func (m *InterchainTxWrappers) Reset()

func (*InterchainTxWrappers) Size

func (m *InterchainTxWrappers) Size() (n int)

func (*InterchainTxWrappers) String

func (m *InterchainTxWrappers) String() string

func (*InterchainTxWrappers) Unmarshal

func (m *InterchainTxWrappers) Unmarshal(dAtA []byte) error

func (*InterchainTxWrappers) XXX_DiscardUnknown

func (m *InterchainTxWrappers) XXX_DiscardUnknown()

func (*InterchainTxWrappers) XXX_Marshal

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

func (*InterchainTxWrappers) XXX_Merge

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

func (*InterchainTxWrappers) XXX_Size

func (m *InterchainTxWrappers) XXX_Size() int

func (*InterchainTxWrappers) XXX_Unmarshal

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

type InvokePayload

type InvokePayload struct {
	Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
	Args   []*Arg `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"`
}

func (*InvokePayload) Descriptor

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

func (*InvokePayload) GetArgs

func (m *InvokePayload) GetArgs() []*Arg

func (*InvokePayload) GetMethod

func (m *InvokePayload) GetMethod() string

func (*InvokePayload) Marshal

func (m *InvokePayload) Marshal() (dAtA []byte, err error)

func (*InvokePayload) MarshalTo

func (m *InvokePayload) MarshalTo(dAtA []byte) (int, error)

func (*InvokePayload) MarshalToSizedBuffer

func (m *InvokePayload) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InvokePayload) ProtoMessage

func (*InvokePayload) ProtoMessage()

func (*InvokePayload) Reset

func (m *InvokePayload) Reset()

func (*InvokePayload) Size

func (m *InvokePayload) Size() (n int)

func (*InvokePayload) String

func (m *InvokePayload) String() string

func (*InvokePayload) Unmarshal

func (m *InvokePayload) Unmarshal(dAtA []byte) error

func (*InvokePayload) XXX_DiscardUnknown

func (m *InvokePayload) XXX_DiscardUnknown()

func (*InvokePayload) XXX_Marshal

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

func (*InvokePayload) XXX_Merge

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

func (*InvokePayload) XXX_Size

func (m *InvokePayload) XXX_Size() int

func (*InvokePayload) XXX_Unmarshal

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

type LockEvent

type LockEvent struct {
	Receipt       []byte `protobuf:"bytes,1,opt,name=receipt,proto3" json:"receipt,omitempty"`
	Proof         []byte `protobuf:"bytes,2,opt,name=proof,proto3" json:"proof,omitempty"`
	AppchainIndex uint64 `protobuf:"varint,3,opt,name=appchainIndex,proto3" json:"appchainIndex,omitempty"`
	BlockNumber   uint64 `protobuf:"varint,4,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
}

func (*LockEvent) Descriptor

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

func (*LockEvent) GetAppchainIndex

func (m *LockEvent) GetAppchainIndex() uint64

func (*LockEvent) GetBlockNumber

func (m *LockEvent) GetBlockNumber() uint64

func (*LockEvent) GetProof

func (m *LockEvent) GetProof() []byte

func (*LockEvent) GetReceipt

func (m *LockEvent) GetReceipt() []byte

func (*LockEvent) Marshal

func (m *LockEvent) Marshal() (dAtA []byte, err error)

func (*LockEvent) MarshalTo

func (m *LockEvent) MarshalTo(dAtA []byte) (int, error)

func (*LockEvent) MarshalToSizedBuffer

func (m *LockEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LockEvent) ProtoMessage

func (*LockEvent) ProtoMessage()

func (*LockEvent) Reset

func (m *LockEvent) Reset()

func (*LockEvent) Size

func (m *LockEvent) Size() (n int)

func (*LockEvent) String

func (m *LockEvent) String() string

func (*LockEvent) Unmarshal

func (m *LockEvent) Unmarshal(dAtA []byte) error

func (*LockEvent) XXX_DiscardUnknown

func (m *LockEvent) XXX_DiscardUnknown()

func (*LockEvent) XXX_Marshal

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

func (*LockEvent) XXX_Merge

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

func (*LockEvent) XXX_Size

func (m *LockEvent) XXX_Size() int

func (*LockEvent) XXX_Unmarshal

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

type Log

type Log struct {
	Address     types.Address  `json:"address" gencodec:"required"`
	Topics      []types.Hash   `json:"topics" gencodec:"required"`
	Data        hexutil.Bytes  `json:"data" gencodec:"required"`
	BlockNumber hexutil.Uint64 `json:"blockNumber"`
	TxHash      types.Hash     `json:"transactionHash" gencodec:"required"`
	TxIndex     hexutil.Uint   `json:"transactionIndex"`
	BlockHash   types.Hash     `json:"blockHash"`
	Index       hexutil.Uint   `json:"logIndex"`
	Removed     bool           `json:"removed"`
}

type Message

type Message struct {
	Type    Message_Type `protobuf:"varint,1,opt,name=type,proto3,enum=pb.Message_Type" json:"type,omitempty"`
	Data    []byte       `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"`
	Version []byte       `protobuf:"bytes,3,opt,name=Version,proto3" json:"Version,omitempty"`
}

func (*Message) Descriptor

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

func (*Message) GetData

func (m *Message) GetData() []byte

func (*Message) GetType

func (m *Message) GetType() Message_Type

func (*Message) GetVersion

func (m *Message) GetVersion() []byte

func (*Message) Marshal

func (m *Message) Marshal() (dAtA []byte, err error)

func (*Message) MarshalTo

func (m *Message) MarshalTo(dAtA []byte) (int, error)

func (*Message) MarshalToSizedBuffer

func (m *Message) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) Reset

func (m *Message) Reset()

func (*Message) Size

func (m *Message) Size() (n int)

func (*Message) String

func (m *Message) String() string

func (*Message) Unmarshal

func (m *Message) Unmarshal(dAtA []byte) error

func (*Message) XXX_DiscardUnknown

func (m *Message) XXX_DiscardUnknown()

func (*Message) XXX_Marshal

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

func (*Message) XXX_Merge

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

func (*Message) XXX_Size

func (m *Message) XXX_Size() int

func (*Message) XXX_Unmarshal

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

type Message_Type

type Message_Type int32
const (
	Message_GET_BLOCK                Message_Type = 0
	Message_GET_BLOCK_ACK            Message_Type = 1
	Message_CONSENSUS                Message_Type = 2
	Message_FETCH_CERT               Message_Type = 3
	Message_FETCH_CERT_ACK           Message_Type = 4
	Message_FETCH_BLOCK_SIGN         Message_Type = 5
	Message_FETCH_BLOCK_SIGN_ACK     Message_Type = 6
	Message_FETCH_IBTP_REQUEST_SIGN  Message_Type = 7
	Message_FETCH_IBTP_RESPONSE_SIGN Message_Type = 8
	Message_FETCH_IBTP_SIGN_ACK      Message_Type = 9
	Message_FETCH_IBTP_TSS_SIGN_ACK  Message_Type = 10
	Message_GET_ADDRESS              Message_Type = 11
	Message_GET_ADDRESS_ACK          Message_Type = 12
	Message_GET_BLOCK_HEADERS        Message_Type = 13
	Message_GET_BLOCK_HEADERS_ACK    Message_Type = 14
	Message_GET_BLOCKS               Message_Type = 15
	Message_GET_BLOCKS_ACK           Message_Type = 16
	Message_CHECK_MASTER_PIER        Message_Type = 17
	Message_CHECK_MASTER_PIER_ACK    Message_Type = 18
	Message_FETCH_BURN_SIGN          Message_Type = 21
	Message_FETCH_BURN_SIGN_ACK      Message_Type = 22
	Message_FETCH_P2P_PUBKEY         Message_Type = 23
	Message_FETCH_P2P_PUBKEY_ACK     Message_Type = 24
	Message_FETCH_TSS_PUBKEY         Message_Type = 25
	Message_FETCH_TSS_PUBKEY_ACK     Message_Type = 26
	Message_FETCH_TSS_INFO           Message_Type = 27
	Message_FETCH_TSS_INFO_ACK       Message_Type = 28
	Message_FETCH_TSS_NODES          Message_Type = 29
	//pier message
	Message_APPCHAIN_REGISTER            Message_Type = 31
	Message_APPCHAIN_UPDATE              Message_Type = 32
	Message_APPCHAIN_GET                 Message_Type = 33
	Message_RULE_DEPLOY                  Message_Type = 34
	Message_INTERCHAIN_META_GET          Message_Type = 41
	Message_IBTP_GET                     Message_Type = 42
	Message_IBTP_SEND                    Message_Type = 43
	Message_IBTP_RECEIPT_GET             Message_Type = 44
	Message_IBTP_RECEIPT_SEND            Message_Type = 45
	Message_ROUTER_IBTP_SEND             Message_Type = 46
	Message_ROUTER_IBTP_GET              Message_Type = 47
	Message_ROUTER_IBTP_RECEIPT_GET      Message_Type = 48
	Message_ROUTER_INTERCHAIN_GET        Message_Type = 49
	Message_ADDRESS_GET                  Message_Type = 51
	Message_PUBKEY_GET                   Message_Type = 52
	Message_PUBKEY_GET_ACK               Message_Type = 53
	Message_ACK                          Message_Type = 61
	Message_FETCH_IBTP_REQUEST_TSS_SIGN  Message_Type = 71
	Message_FETCH_IBTP_RESPONSE_TSS_SIGN Message_Type = 72
	Message_TSS_TASK                     Message_Type = 73
	Message_TSS_CULPRITS                 Message_Type = 74
	Message_TSS_KEYGEN_REQ               Message_Type = 75
	Message_OFFCHAIN_DATA_GET            Message_Type = 81
)

func (Message_Type) EnumDescriptor

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

func (Message_Type) String

func (x Message_Type) String() string

type MultiTransaction

type MultiTransaction struct {
	Txs []*BxhTransaction `protobuf:"bytes,1,rep,name=txs,proto3" json:"txs,omitempty"`
}

func (*MultiTransaction) Descriptor

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

func (*MultiTransaction) GetTxs

func (m *MultiTransaction) GetTxs() []*BxhTransaction

func (*MultiTransaction) Marshal

func (m *MultiTransaction) Marshal() (dAtA []byte, err error)

func (*MultiTransaction) MarshalTo

func (m *MultiTransaction) MarshalTo(dAtA []byte) (int, error)

func (*MultiTransaction) MarshalToSizedBuffer

func (m *MultiTransaction) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiTransaction) ProtoMessage

func (*MultiTransaction) ProtoMessage()

func (*MultiTransaction) Reset

func (m *MultiTransaction) Reset()

func (*MultiTransaction) Size

func (m *MultiTransaction) Size() (n int)

func (*MultiTransaction) String

func (m *MultiTransaction) String() string

func (*MultiTransaction) Unmarshal

func (m *MultiTransaction) Unmarshal(dAtA []byte) error

func (*MultiTransaction) XXX_DiscardUnknown

func (m *MultiTransaction) XXX_DiscardUnknown()

func (*MultiTransaction) XXX_Marshal

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

func (*MultiTransaction) XXX_Merge

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

func (*MultiTransaction) XXX_Size

func (m *MultiTransaction) XXX_Size() int

func (*MultiTransaction) XXX_Unmarshal

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

type MultiTransactionHash

type MultiTransactionHash struct {
	TxHashList []*TransactionHashMsg `protobuf:"bytes,1,rep,name=txHashList,proto3" json:"txHashList,omitempty"`
}

func (*MultiTransactionHash) Descriptor

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

func (*MultiTransactionHash) GetTxHashList

func (m *MultiTransactionHash) GetTxHashList() []*TransactionHashMsg

func (*MultiTransactionHash) Marshal

func (m *MultiTransactionHash) Marshal() (dAtA []byte, err error)

func (*MultiTransactionHash) MarshalTo

func (m *MultiTransactionHash) MarshalTo(dAtA []byte) (int, error)

func (*MultiTransactionHash) MarshalToSizedBuffer

func (m *MultiTransactionHash) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiTransactionHash) ProtoMessage

func (*MultiTransactionHash) ProtoMessage()

func (*MultiTransactionHash) Reset

func (m *MultiTransactionHash) Reset()

func (*MultiTransactionHash) Size

func (m *MultiTransactionHash) Size() (n int)

func (*MultiTransactionHash) String

func (m *MultiTransactionHash) String() string

func (*MultiTransactionHash) Unmarshal

func (m *MultiTransactionHash) Unmarshal(dAtA []byte) error

func (*MultiTransactionHash) XXX_DiscardUnknown

func (m *MultiTransactionHash) XXX_DiscardUnknown()

func (*MultiTransactionHash) XXX_Marshal

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

func (*MultiTransactionHash) XXX_Merge

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

func (*MultiTransactionHash) XXX_Size

func (m *MultiTransactionHash) XXX_Size() int

func (*MultiTransactionHash) XXX_Unmarshal

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

type NameResponse

type NameResponse struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}

func (*NameResponse) Descriptor

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

func (*NameResponse) GetName

func (m *NameResponse) GetName() string

func (*NameResponse) Marshal

func (m *NameResponse) Marshal() (dAtA []byte, err error)

func (*NameResponse) MarshalTo

func (m *NameResponse) MarshalTo(dAtA []byte) (int, error)

func (*NameResponse) MarshalToSizedBuffer

func (m *NameResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NameResponse) ProtoMessage

func (*NameResponse) ProtoMessage()

func (*NameResponse) Reset

func (m *NameResponse) Reset()

func (*NameResponse) Size

func (m *NameResponse) Size() (n int)

func (*NameResponse) String

func (m *NameResponse) String() string

func (*NameResponse) Unmarshal

func (m *NameResponse) Unmarshal(dAtA []byte) error

func (*NameResponse) XXX_DiscardUnknown

func (m *NameResponse) XXX_DiscardUnknown()

func (*NameResponse) XXX_Marshal

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

func (*NameResponse) XXX_Merge

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

func (*NameResponse) XXX_Size

func (m *NameResponse) XXX_Size() int

func (*NameResponse) XXX_Unmarshal

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

type Payload

type Payload struct {
	Encrypted bool   `protobuf:"varint,1,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
	Content   []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	Hash      []byte `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
}

func (*Payload) Descriptor

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

func (*Payload) GetContent

func (m *Payload) GetContent() []byte

func (*Payload) GetEncrypted

func (m *Payload) GetEncrypted() bool

func (*Payload) GetHash

func (m *Payload) GetHash() []byte

func (*Payload) Marshal

func (m *Payload) Marshal() (dAtA []byte, err error)

func (*Payload) MarshalTo

func (m *Payload) MarshalTo(dAtA []byte) (int, error)

func (*Payload) MarshalToSizedBuffer

func (m *Payload) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Payload) ProtoMessage

func (*Payload) ProtoMessage()

func (*Payload) Reset

func (m *Payload) Reset()

func (*Payload) Size

func (m *Payload) Size() (n int)

func (*Payload) String

func (m *Payload) String() string

func (*Payload) Unmarshal

func (m *Payload) Unmarshal(dAtA []byte) error

func (*Payload) XXX_DiscardUnknown

func (m *Payload) XXX_DiscardUnknown()

func (*Payload) XXX_Marshal

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

func (*Payload) XXX_Merge

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

func (*Payload) XXX_Size

func (m *Payload) XXX_Size() int

func (*Payload) XXX_Unmarshal

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

type PierInfo

type PierInfo struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Index   string `protobuf:"bytes,2,opt,name=index,proto3" json:"index,omitempty"`
	Timeout int64  `protobuf:"varint,3,opt,name=timeout,proto3" json:"timeout,omitempty"`
}

func (*PierInfo) Descriptor

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

func (*PierInfo) GetAddress

func (m *PierInfo) GetAddress() string

func (*PierInfo) GetIndex

func (m *PierInfo) GetIndex() string

func (*PierInfo) GetTimeout

func (m *PierInfo) GetTimeout() int64

func (*PierInfo) Marshal

func (m *PierInfo) Marshal() (dAtA []byte, err error)

func (*PierInfo) MarshalTo

func (m *PierInfo) MarshalTo(dAtA []byte) (int, error)

func (*PierInfo) MarshalToSizedBuffer

func (m *PierInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PierInfo) ProtoMessage

func (*PierInfo) ProtoMessage()

func (*PierInfo) Reset

func (m *PierInfo) Reset()

func (*PierInfo) Size

func (m *PierInfo) Size() (n int)

func (*PierInfo) String

func (m *PierInfo) String() string

func (*PierInfo) Unmarshal

func (m *PierInfo) Unmarshal(dAtA []byte) error

func (*PierInfo) XXX_DiscardUnknown

func (m *PierInfo) XXX_DiscardUnknown()

func (*PierInfo) XXX_Marshal

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

func (*PierInfo) XXX_Merge

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

func (*PierInfo) XXX_Size

func (m *PierInfo) XXX_Size() int

func (*PierInfo) XXX_Unmarshal

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

type QueryAppchainIndexResponse

type QueryAppchainIndexResponse struct {
	AppchainIndex uint64 `protobuf:"varint,1,opt,name=appchainIndex,proto3" json:"appchainIndex,omitempty"`
}

func (*QueryAppchainIndexResponse) Descriptor

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

func (*QueryAppchainIndexResponse) GetAppchainIndex

func (m *QueryAppchainIndexResponse) GetAppchainIndex() uint64

func (*QueryAppchainIndexResponse) Marshal

func (m *QueryAppchainIndexResponse) Marshal() (dAtA []byte, err error)

func (*QueryAppchainIndexResponse) MarshalTo

func (m *QueryAppchainIndexResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAppchainIndexResponse) MarshalToSizedBuffer

func (m *QueryAppchainIndexResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAppchainIndexResponse) ProtoMessage

func (*QueryAppchainIndexResponse) ProtoMessage()

func (*QueryAppchainIndexResponse) Reset

func (m *QueryAppchainIndexResponse) Reset()

func (*QueryAppchainIndexResponse) Size

func (m *QueryAppchainIndexResponse) Size() (n int)

func (*QueryAppchainIndexResponse) String

func (m *QueryAppchainIndexResponse) String() string

func (*QueryAppchainIndexResponse) Unmarshal

func (m *QueryAppchainIndexResponse) Unmarshal(dAtA []byte) error

func (*QueryAppchainIndexResponse) XXX_DiscardUnknown

func (m *QueryAppchainIndexResponse) XXX_DiscardUnknown()

func (*QueryAppchainIndexResponse) XXX_Marshal

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

func (*QueryAppchainIndexResponse) XXX_Merge

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

func (*QueryAppchainIndexResponse) XXX_Size

func (m *QueryAppchainIndexResponse) XXX_Size() int

func (*QueryAppchainIndexResponse) XXX_Unmarshal

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

type QueryFilterLockStartRequest

type QueryFilterLockStartRequest struct {
	AppchainIndex uint64 `protobuf:"varint,1,opt,name=appchainIndex,proto3" json:"appchainIndex,omitempty"`
}

func (*QueryFilterLockStartRequest) Descriptor

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

func (*QueryFilterLockStartRequest) GetAppchainIndex

func (m *QueryFilterLockStartRequest) GetAppchainIndex() uint64

func (*QueryFilterLockStartRequest) Marshal

func (m *QueryFilterLockStartRequest) Marshal() (dAtA []byte, err error)

func (*QueryFilterLockStartRequest) MarshalTo

func (m *QueryFilterLockStartRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryFilterLockStartRequest) MarshalToSizedBuffer

func (m *QueryFilterLockStartRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryFilterLockStartRequest) ProtoMessage

func (*QueryFilterLockStartRequest) ProtoMessage()

func (*QueryFilterLockStartRequest) Reset

func (m *QueryFilterLockStartRequest) Reset()

func (*QueryFilterLockStartRequest) Size

func (m *QueryFilterLockStartRequest) Size() (n int)

func (*QueryFilterLockStartRequest) String

func (m *QueryFilterLockStartRequest) String() string

func (*QueryFilterLockStartRequest) Unmarshal

func (m *QueryFilterLockStartRequest) Unmarshal(dAtA []byte) error

func (*QueryFilterLockStartRequest) XXX_DiscardUnknown

func (m *QueryFilterLockStartRequest) XXX_DiscardUnknown()

func (*QueryFilterLockStartRequest) XXX_Marshal

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

func (*QueryFilterLockStartRequest) XXX_Merge

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

func (*QueryFilterLockStartRequest) XXX_Size

func (m *QueryFilterLockStartRequest) XXX_Size() int

func (*QueryFilterLockStartRequest) XXX_Unmarshal

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

type QueryFilterLockStartResponse

type QueryFilterLockStartResponse struct {
	LockStart uint64 `protobuf:"varint,1,opt,name=lockStart,proto3" json:"lockStart,omitempty"`
}

func (*QueryFilterLockStartResponse) Descriptor

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

func (*QueryFilterLockStartResponse) GetLockStart

func (m *QueryFilterLockStartResponse) GetLockStart() uint64

func (*QueryFilterLockStartResponse) Marshal

func (m *QueryFilterLockStartResponse) Marshal() (dAtA []byte, err error)

func (*QueryFilterLockStartResponse) MarshalTo

func (m *QueryFilterLockStartResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryFilterLockStartResponse) MarshalToSizedBuffer

func (m *QueryFilterLockStartResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryFilterLockStartResponse) ProtoMessage

func (*QueryFilterLockStartResponse) ProtoMessage()

func (*QueryFilterLockStartResponse) Reset

func (m *QueryFilterLockStartResponse) Reset()

func (*QueryFilterLockStartResponse) Size

func (m *QueryFilterLockStartResponse) Size() (n int)

func (*QueryFilterLockStartResponse) String

func (*QueryFilterLockStartResponse) Unmarshal

func (m *QueryFilterLockStartResponse) Unmarshal(dAtA []byte) error

func (*QueryFilterLockStartResponse) XXX_DiscardUnknown

func (m *QueryFilterLockStartResponse) XXX_DiscardUnknown()

func (*QueryFilterLockStartResponse) XXX_Marshal

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

func (*QueryFilterLockStartResponse) XXX_Merge

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

func (*QueryFilterLockStartResponse) XXX_Size

func (m *QueryFilterLockStartResponse) XXX_Size() int

func (*QueryFilterLockStartResponse) XXX_Unmarshal

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

type QueryLockEventByIndexRequest

type QueryLockEventByIndexRequest struct {
	Index uint64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
}

func (*QueryLockEventByIndexRequest) Descriptor

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

func (*QueryLockEventByIndexRequest) GetIndex

func (m *QueryLockEventByIndexRequest) GetIndex() uint64

func (*QueryLockEventByIndexRequest) Marshal

func (m *QueryLockEventByIndexRequest) Marshal() (dAtA []byte, err error)

func (*QueryLockEventByIndexRequest) MarshalTo

func (m *QueryLockEventByIndexRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryLockEventByIndexRequest) MarshalToSizedBuffer

func (m *QueryLockEventByIndexRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryLockEventByIndexRequest) ProtoMessage

func (*QueryLockEventByIndexRequest) ProtoMessage()

func (*QueryLockEventByIndexRequest) Reset

func (m *QueryLockEventByIndexRequest) Reset()

func (*QueryLockEventByIndexRequest) Size

func (m *QueryLockEventByIndexRequest) Size() (n int)

func (*QueryLockEventByIndexRequest) String

func (*QueryLockEventByIndexRequest) Unmarshal

func (m *QueryLockEventByIndexRequest) Unmarshal(dAtA []byte) error

func (*QueryLockEventByIndexRequest) XXX_DiscardUnknown

func (m *QueryLockEventByIndexRequest) XXX_DiscardUnknown()

func (*QueryLockEventByIndexRequest) XXX_Marshal

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

func (*QueryLockEventByIndexRequest) XXX_Merge

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

func (*QueryLockEventByIndexRequest) XXX_Size

func (m *QueryLockEventByIndexRequest) XXX_Size() int

func (*QueryLockEventByIndexRequest) XXX_Unmarshal

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

type QueryRelayIndexResponse

type QueryRelayIndexResponse struct {
	RelayIndex uint64 `protobuf:"varint,1,opt,name=relayIndex,proto3" json:"relayIndex,omitempty"`
}

func (*QueryRelayIndexResponse) Descriptor

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

func (*QueryRelayIndexResponse) GetRelayIndex

func (m *QueryRelayIndexResponse) GetRelayIndex() uint64

func (*QueryRelayIndexResponse) Marshal

func (m *QueryRelayIndexResponse) Marshal() (dAtA []byte, err error)

func (*QueryRelayIndexResponse) MarshalTo

func (m *QueryRelayIndexResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryRelayIndexResponse) MarshalToSizedBuffer

func (m *QueryRelayIndexResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryRelayIndexResponse) ProtoMessage

func (*QueryRelayIndexResponse) ProtoMessage()

func (*QueryRelayIndexResponse) Reset

func (m *QueryRelayIndexResponse) Reset()

func (*QueryRelayIndexResponse) Size

func (m *QueryRelayIndexResponse) Size() (n int)

func (*QueryRelayIndexResponse) String

func (m *QueryRelayIndexResponse) String() string

func (*QueryRelayIndexResponse) Unmarshal

func (m *QueryRelayIndexResponse) Unmarshal(dAtA []byte) error

func (*QueryRelayIndexResponse) XXX_DiscardUnknown

func (m *QueryRelayIndexResponse) XXX_DiscardUnknown()

func (*QueryRelayIndexResponse) XXX_Marshal

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

func (*QueryRelayIndexResponse) XXX_Merge

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

func (*QueryRelayIndexResponse) XXX_Size

func (m *QueryRelayIndexResponse) XXX_Size() int

func (*QueryRelayIndexResponse) XXX_Unmarshal

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

type Receipt

type Receipt struct {
	Version         []byte                                         `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	TxHash          *github_com_meshplus_bitxhub_kit_types.Hash    `` /* 133-byte string literal not displayed */
	Ret             []byte                                         `protobuf:"bytes,3,opt,name=ret,proto3" json:"ret,omitempty"`
	Status          Receipt_Status                                 `protobuf:"varint,4,opt,name=status,proto3,enum=pb.Receipt_Status" json:"status,omitempty"`
	Events          []*Event                                       `protobuf:"bytes,5,rep,name=events,proto3" json:"events,omitempty"`
	GasUsed         uint64                                         `protobuf:"varint,6,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
	EvmLogs         []*EvmLog                                      `protobuf:"bytes,7,rep,name=evm_logs,json=evmLogs,proto3" json:"evm_logs,omitempty"`
	Bloom           *github_com_meshplus_bitxhub_kit_types.Bloom   `protobuf:"bytes,8,opt,name=bloom,proto3,customtype=github.com/meshplus/bitxhub-kit/types.Bloom" json:"bloom,omitempty"`
	ContractAddress *github_com_meshplus_bitxhub_kit_types.Address `` /* 163-byte string literal not displayed */
	TxStatus        TransactionStatus                              `protobuf:"varint,10,opt,name=tx_status,json=txStatus,proto3,enum=pb.TransactionStatus" json:"tx_status,omitempty"`
}

func (*Receipt) Descriptor

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

func (*Receipt) GetEvents

func (m *Receipt) GetEvents() []*Event

func (*Receipt) GetEvmLogs

func (m *Receipt) GetEvmLogs() []*EvmLog

func (*Receipt) GetGasUsed

func (m *Receipt) GetGasUsed() uint64

func (*Receipt) GetRet

func (m *Receipt) GetRet() []byte

func (*Receipt) GetStatus

func (m *Receipt) GetStatus() Receipt_Status

func (*Receipt) GetTxStatus

func (m *Receipt) GetTxStatus() TransactionStatus

func (*Receipt) GetVersion

func (m *Receipt) GetVersion() []byte

func (*Receipt) Hash

func (m *Receipt) Hash() *types.Hash

func (*Receipt) IsSuccess

func (m *Receipt) IsSuccess() bool

func (*Receipt) Marshal

func (m *Receipt) Marshal() (dAtA []byte, err error)

func (*Receipt) MarshalTo

func (m *Receipt) MarshalTo(dAtA []byte) (int, error)

func (*Receipt) MarshalToSizedBuffer

func (m *Receipt) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Receipt) ProtoMessage

func (*Receipt) ProtoMessage()

func (*Receipt) Reset

func (m *Receipt) Reset()

func (*Receipt) Size

func (m *Receipt) Size() (n int)

func (*Receipt) String

func (m *Receipt) String() string

func (*Receipt) Unmarshal

func (m *Receipt) Unmarshal(dAtA []byte) error

func (*Receipt) XXX_DiscardUnknown

func (m *Receipt) XXX_DiscardUnknown()

func (*Receipt) XXX_Marshal

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

func (*Receipt) XXX_Merge

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

func (*Receipt) XXX_Size

func (m *Receipt) XXX_Size() int

func (*Receipt) XXX_Unmarshal

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

type Receipt_Status

type Receipt_Status int32
const (
	Receipt_SUCCESS Receipt_Status = 0
	Receipt_FAILED  Receipt_Status = 1
)

func (Receipt_Status) EnumDescriptor

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

func (Receipt_Status) String

func (x Receipt_Status) String() string

type Receipts

type Receipts struct {
	Receipts []*Receipt `protobuf:"bytes,1,rep,name=receipts,proto3" json:"receipts,omitempty"`
}

func (*Receipts) Descriptor

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

func (*Receipts) GetReceipts

func (m *Receipts) GetReceipts() []*Receipt

func (*Receipts) Marshal

func (m *Receipts) Marshal() (dAtA []byte, err error)

func (*Receipts) MarshalTo

func (m *Receipts) MarshalTo(dAtA []byte) (int, error)

func (*Receipts) MarshalToSizedBuffer

func (m *Receipts) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Receipts) ProtoMessage

func (*Receipts) ProtoMessage()

func (*Receipts) Reset

func (m *Receipts) Reset()

func (*Receipts) Size

func (m *Receipts) Size() (n int)

func (*Receipts) String

func (m *Receipts) String() string

func (*Receipts) Unmarshal

func (m *Receipts) Unmarshal(dAtA []byte) error

func (*Receipts) XXX_DiscardUnknown

func (m *Receipts) XXX_DiscardUnknown()

func (*Receipts) XXX_Marshal

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

func (*Receipts) XXX_Merge

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

func (*Receipts) XXX_Size

func (m *Receipts) XXX_Size() int

func (*Receipts) XXX_Unmarshal

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

type Request

type Request struct {
	Type Request_Type `protobuf:"varint,1,opt,name=type,proto3,enum=pb.Request_Type" json:"type,omitempty"`
}

func (*Request) Descriptor

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

func (*Request) GetType

func (m *Request) GetType() Request_Type

func (*Request) Marshal

func (m *Request) Marshal() (dAtA []byte, err error)

func (*Request) MarshalTo

func (m *Request) MarshalTo(dAtA []byte) (int, error)

func (*Request) MarshalToSizedBuffer

func (m *Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) Size

func (m *Request) Size() (n int)

func (*Request) String

func (m *Request) String() string

func (*Request) Unmarshal

func (m *Request) Unmarshal(dAtA []byte) error

func (*Request) XXX_DiscardUnknown

func (m *Request) XXX_DiscardUnknown()

func (*Request) XXX_Marshal

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

func (*Request) XXX_Merge

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

func (*Request) XXX_Size

func (m *Request) XXX_Size() int

func (*Request) XXX_Unmarshal

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

type Request_Type

type Request_Type int32
const (
	Request_CHAIN_STATUS Request_Type = 0
	Request_NETWORK      Request_Type = 1
	Request_VALIDATORS   Request_Type = 2
)

func (Request_Type) EnumDescriptor

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

func (Request_Type) String

func (x Request_Type) String() string

type Response

type Response struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (*Response) Descriptor

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

func (*Response) GetData

func (m *Response) GetData() []byte

func (*Response) Marshal

func (m *Response) Marshal() (dAtA []byte, err error)

func (*Response) MarshalTo

func (m *Response) MarshalTo(dAtA []byte) (int, error)

func (*Response) MarshalToSizedBuffer

func (m *Response) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) Reset

func (m *Response) Reset()

func (*Response) Size

func (m *Response) Size() (n int)

func (*Response) String

func (m *Response) String() string

func (*Response) Unmarshal

func (m *Response) Unmarshal(dAtA []byte) error

func (*Response) XXX_DiscardUnknown

func (m *Response) XXX_DiscardUnknown()

func (*Response) XXX_Marshal

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

func (*Response) XXX_Merge

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

func (*Response) XXX_Size

func (m *Response) XXX_Size() int

func (*Response) XXX_Unmarshal

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

type Result

type Result struct {
	Data [][]byte `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
}

func (*Result) Descriptor

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

func (*Result) GetData

func (m *Result) GetData() [][]byte

func (*Result) Marshal

func (m *Result) Marshal() (dAtA []byte, err error)

func (*Result) MarshalTo

func (m *Result) MarshalTo(dAtA []byte) (int, error)

func (*Result) MarshalToSizedBuffer

func (m *Result) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) Reset

func (m *Result) Reset()

func (*Result) Size

func (m *Result) Size() (n int)

func (*Result) String

func (m *Result) String() string

func (*Result) Unmarshal

func (m *Result) Unmarshal(dAtA []byte) error

func (*Result) XXX_DiscardUnknown

func (m *Result) XXX_DiscardUnknown()

func (*Result) XXX_Marshal

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

func (*Result) XXX_Merge

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

func (*Result) XXX_Size

func (m *Result) XXX_Size() int

func (*Result) XXX_Unmarshal

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

type ServicesResponse

type ServicesResponse struct {
	Service []string `protobuf:"bytes,1,rep,name=service,proto3" json:"service,omitempty"`
}

func (*ServicesResponse) Descriptor

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

func (*ServicesResponse) GetService

func (m *ServicesResponse) GetService() []string

func (*ServicesResponse) Marshal

func (m *ServicesResponse) Marshal() (dAtA []byte, err error)

func (*ServicesResponse) MarshalTo

func (m *ServicesResponse) MarshalTo(dAtA []byte) (int, error)

func (*ServicesResponse) MarshalToSizedBuffer

func (m *ServicesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServicesResponse) ProtoMessage

func (*ServicesResponse) ProtoMessage()

func (*ServicesResponse) Reset

func (m *ServicesResponse) Reset()

func (*ServicesResponse) Size

func (m *ServicesResponse) Size() (n int)

func (*ServicesResponse) String

func (m *ServicesResponse) String() string

func (*ServicesResponse) Unmarshal

func (m *ServicesResponse) Unmarshal(dAtA []byte) error

func (*ServicesResponse) XXX_DiscardUnknown

func (m *ServicesResponse) XXX_DiscardUnknown()

func (*ServicesResponse) XXX_Marshal

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

func (*ServicesResponse) XXX_Merge

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

func (*ServicesResponse) XXX_Size

func (m *ServicesResponse) XXX_Size() int

func (*ServicesResponse) XXX_Unmarshal

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

type SignResponse

type SignResponse struct {
	Sign map[string][]byte `` /* 149-byte string literal not displayed */
}

func (*SignResponse) Descriptor

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

func (*SignResponse) GetSign

func (m *SignResponse) GetSign() map[string][]byte

func (*SignResponse) Marshal

func (m *SignResponse) Marshal() (dAtA []byte, err error)

func (*SignResponse) MarshalTo

func (m *SignResponse) MarshalTo(dAtA []byte) (int, error)

func (*SignResponse) MarshalToSizedBuffer

func (m *SignResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignResponse) ProtoMessage

func (*SignResponse) ProtoMessage()

func (*SignResponse) Reset

func (m *SignResponse) Reset()

func (*SignResponse) Size

func (m *SignResponse) Size() (n int)

func (*SignResponse) String

func (m *SignResponse) String() string

func (*SignResponse) Unmarshal

func (m *SignResponse) Unmarshal(dAtA []byte) error

func (*SignResponse) XXX_DiscardUnknown

func (m *SignResponse) XXX_DiscardUnknown()

func (*SignResponse) XXX_Marshal

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

func (*SignResponse) XXX_Merge

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

func (*SignResponse) XXX_Size

func (m *SignResponse) XXX_Size() int

func (*SignResponse) XXX_Unmarshal

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

type StringSlice

type StringSlice struct {
	Slice []string `protobuf:"bytes,1,rep,name=slice,proto3" json:"slice,omitempty"`
}

func (*StringSlice) Descriptor

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

func (*StringSlice) GetSlice

func (m *StringSlice) GetSlice() []string

func (*StringSlice) Marshal

func (m *StringSlice) Marshal() (dAtA []byte, err error)

func (*StringSlice) MarshalTo

func (m *StringSlice) MarshalTo(dAtA []byte) (int, error)

func (*StringSlice) MarshalToSizedBuffer

func (m *StringSlice) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StringSlice) ProtoMessage

func (*StringSlice) ProtoMessage()

func (*StringSlice) Reset

func (m *StringSlice) Reset()

func (*StringSlice) Size

func (m *StringSlice) Size() (n int)

func (*StringSlice) String

func (m *StringSlice) String() string

func (*StringSlice) Unmarshal

func (m *StringSlice) Unmarshal(dAtA []byte) error

func (*StringSlice) XXX_DiscardUnknown

func (m *StringSlice) XXX_DiscardUnknown()

func (*StringSlice) XXX_Marshal

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

func (*StringSlice) XXX_Merge

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

func (*StringSlice) XXX_Size

func (m *StringSlice) XXX_Size() int

func (*StringSlice) XXX_Unmarshal

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

type StringStringSliceMap

type StringStringSliceMap struct {
	Keys []string       `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Vals []*StringSlice `protobuf:"bytes,2,rep,name=vals,proto3" json:"vals,omitempty"`
}

func (*StringStringSliceMap) Descriptor

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

func (*StringStringSliceMap) GetKeys

func (m *StringStringSliceMap) GetKeys() []string

func (*StringStringSliceMap) GetVals

func (m *StringStringSliceMap) GetVals() []*StringSlice

func (*StringStringSliceMap) Marshal

func (m *StringStringSliceMap) Marshal() (dAtA []byte, err error)

func (*StringStringSliceMap) MarshalTo

func (m *StringStringSliceMap) MarshalTo(dAtA []byte) (int, error)

func (*StringStringSliceMap) MarshalToSizedBuffer

func (m *StringStringSliceMap) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StringStringSliceMap) ProtoMessage

func (*StringStringSliceMap) ProtoMessage()

func (*StringStringSliceMap) Reset

func (m *StringStringSliceMap) Reset()

func (*StringStringSliceMap) Size

func (m *StringStringSliceMap) Size() (n int)

func (*StringStringSliceMap) String

func (m *StringStringSliceMap) String() string

func (*StringStringSliceMap) Unmarshal

func (m *StringStringSliceMap) Unmarshal(dAtA []byte) error

func (*StringStringSliceMap) XXX_DiscardUnknown

func (m *StringStringSliceMap) XXX_DiscardUnknown()

func (*StringStringSliceMap) XXX_Marshal

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

func (*StringStringSliceMap) XXX_Merge

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

func (*StringStringSliceMap) XXX_Size

func (m *StringStringSliceMap) XXX_Size() int

func (*StringStringSliceMap) XXX_Unmarshal

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

type StringUint64Map

type StringUint64Map struct {
	Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Vals []uint64 `protobuf:"varint,2,rep,packed,name=vals,proto3" json:"vals,omitempty"`
}

func (*StringUint64Map) Descriptor

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

func (*StringUint64Map) GetKeys

func (m *StringUint64Map) GetKeys() []string

func (*StringUint64Map) GetVals

func (m *StringUint64Map) GetVals() []uint64

func (*StringUint64Map) Marshal

func (m *StringUint64Map) Marshal() (dAtA []byte, err error)

func (*StringUint64Map) MarshalTo

func (m *StringUint64Map) MarshalTo(dAtA []byte) (int, error)

func (*StringUint64Map) MarshalToSizedBuffer

func (m *StringUint64Map) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StringUint64Map) ProtoMessage

func (*StringUint64Map) ProtoMessage()

func (*StringUint64Map) Reset

func (m *StringUint64Map) Reset()

func (*StringUint64Map) Size

func (m *StringUint64Map) Size() (n int)

func (*StringUint64Map) String

func (m *StringUint64Map) String() string

func (*StringUint64Map) Unmarshal

func (m *StringUint64Map) Unmarshal(dAtA []byte) error

func (*StringUint64Map) XXX_DiscardUnknown

func (m *StringUint64Map) XXX_DiscardUnknown()

func (*StringUint64Map) XXX_Marshal

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

func (*StringUint64Map) XXX_Merge

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

func (*StringUint64Map) XXX_Size

func (m *StringUint64Map) XXX_Size() int

func (*StringUint64Map) XXX_Unmarshal

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

type StringUint64SliceMap

type StringUint64SliceMap struct {
	Keys []string       `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Vals []*Uint64Slice `protobuf:"bytes,2,rep,name=vals,proto3" json:"vals,omitempty"`
}

func (*StringUint64SliceMap) Descriptor

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

func (*StringUint64SliceMap) GetKeys

func (m *StringUint64SliceMap) GetKeys() []string

func (*StringUint64SliceMap) GetVals

func (m *StringUint64SliceMap) GetVals() []*Uint64Slice

func (*StringUint64SliceMap) Marshal

func (m *StringUint64SliceMap) Marshal() (dAtA []byte, err error)

func (*StringUint64SliceMap) MarshalTo

func (m *StringUint64SliceMap) MarshalTo(dAtA []byte) (int, error)

func (*StringUint64SliceMap) MarshalToSizedBuffer

func (m *StringUint64SliceMap) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StringUint64SliceMap) ProtoMessage

func (*StringUint64SliceMap) ProtoMessage()

func (*StringUint64SliceMap) Reset

func (m *StringUint64SliceMap) Reset()

func (*StringUint64SliceMap) Size

func (m *StringUint64SliceMap) Size() (n int)

func (*StringUint64SliceMap) String

func (m *StringUint64SliceMap) String() string

func (*StringUint64SliceMap) Unmarshal

func (m *StringUint64SliceMap) Unmarshal(dAtA []byte) error

func (*StringUint64SliceMap) XXX_DiscardUnknown

func (m *StringUint64SliceMap) XXX_DiscardUnknown()

func (*StringUint64SliceMap) XXX_Marshal

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

func (*StringUint64SliceMap) XXX_Merge

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

func (*StringUint64SliceMap) XXX_Size

func (m *StringUint64SliceMap) XXX_Size() int

func (*StringUint64SliceMap) XXX_Unmarshal

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

type StringVerifiedIndexMap

type StringVerifiedIndexMap struct {
	Keys []string         `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Vals []*VerifiedIndex `protobuf:"bytes,2,rep,name=vals,proto3" json:"vals,omitempty"`
}

func (*StringVerifiedIndexMap) Descriptor

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

func (*StringVerifiedIndexMap) GetKeys

func (m *StringVerifiedIndexMap) GetKeys() []string

func (*StringVerifiedIndexMap) GetVals

func (m *StringVerifiedIndexMap) GetVals() []*VerifiedIndex

func (*StringVerifiedIndexMap) Marshal

func (m *StringVerifiedIndexMap) Marshal() (dAtA []byte, err error)

func (*StringVerifiedIndexMap) MarshalTo

func (m *StringVerifiedIndexMap) MarshalTo(dAtA []byte) (int, error)

func (*StringVerifiedIndexMap) MarshalToSizedBuffer

func (m *StringVerifiedIndexMap) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StringVerifiedIndexMap) ProtoMessage

func (*StringVerifiedIndexMap) ProtoMessage()

func (*StringVerifiedIndexMap) Reset

func (m *StringVerifiedIndexMap) Reset()

func (*StringVerifiedIndexMap) Size

func (m *StringVerifiedIndexMap) Size() (n int)

func (*StringVerifiedIndexMap) String

func (m *StringVerifiedIndexMap) String() string

func (*StringVerifiedIndexMap) Unmarshal

func (m *StringVerifiedIndexMap) Unmarshal(dAtA []byte) error

func (*StringVerifiedIndexMap) XXX_DiscardUnknown

func (m *StringVerifiedIndexMap) XXX_DiscardUnknown()

func (*StringVerifiedIndexMap) XXX_Marshal

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

func (*StringVerifiedIndexMap) XXX_Merge

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

func (*StringVerifiedIndexMap) XXX_Size

func (m *StringVerifiedIndexMap) XXX_Size() int

func (*StringVerifiedIndexMap) XXX_Unmarshal

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

type StringVerifiedIndexSliceMap

type StringVerifiedIndexSliceMap struct {
	Keys []string              `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Vals []*VerifiedIndexSlice `protobuf:"bytes,2,rep,name=vals,proto3" json:"vals,omitempty"`
}

func (*StringVerifiedIndexSliceMap) Descriptor

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

func (*StringVerifiedIndexSliceMap) GetKeys

func (m *StringVerifiedIndexSliceMap) GetKeys() []string

func (*StringVerifiedIndexSliceMap) GetVals

func (*StringVerifiedIndexSliceMap) Marshal

func (m *StringVerifiedIndexSliceMap) Marshal() (dAtA []byte, err error)

func (*StringVerifiedIndexSliceMap) MarshalTo

func (m *StringVerifiedIndexSliceMap) MarshalTo(dAtA []byte) (int, error)

func (*StringVerifiedIndexSliceMap) MarshalToSizedBuffer

func (m *StringVerifiedIndexSliceMap) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StringVerifiedIndexSliceMap) ProtoMessage

func (*StringVerifiedIndexSliceMap) ProtoMessage()

func (*StringVerifiedIndexSliceMap) Reset

func (m *StringVerifiedIndexSliceMap) Reset()

func (*StringVerifiedIndexSliceMap) Size

func (m *StringVerifiedIndexSliceMap) Size() (n int)

func (*StringVerifiedIndexSliceMap) String

func (m *StringVerifiedIndexSliceMap) String() string

func (*StringVerifiedIndexSliceMap) Unmarshal

func (m *StringVerifiedIndexSliceMap) Unmarshal(dAtA []byte) error

func (*StringVerifiedIndexSliceMap) XXX_DiscardUnknown

func (m *StringVerifiedIndexSliceMap) XXX_DiscardUnknown()

func (*StringVerifiedIndexSliceMap) XXX_Marshal

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

func (*StringVerifiedIndexSliceMap) XXX_Merge

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

func (*StringVerifiedIndexSliceMap) XXX_Size

func (m *StringVerifiedIndexSliceMap) XXX_Size() int

func (*StringVerifiedIndexSliceMap) XXX_Unmarshal

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

type SubmitIBTPRequest

type SubmitIBTPRequest struct {
	From        string    `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	Index       uint64    `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	ServiceId   string    `protobuf:"bytes,3,opt,name=serviceId,proto3" json:"serviceId,omitempty"`
	Type        IBTP_Type `protobuf:"varint,4,opt,name=type,proto3,enum=pb.IBTP_Type" json:"type,omitempty"`
	Content     *Content  `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	BxhProof    *BxhProof `protobuf:"bytes,6,opt,name=bxhProof,proto3" json:"bxhProof,omitempty"`
	IsEncrypted bool      `protobuf:"varint,7,opt,name=isEncrypted,proto3" json:"isEncrypted,omitempty"`
}

func (*SubmitIBTPRequest) Descriptor

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

func (*SubmitIBTPRequest) GetBxhProof

func (m *SubmitIBTPRequest) GetBxhProof() *BxhProof

func (*SubmitIBTPRequest) GetContent

func (m *SubmitIBTPRequest) GetContent() *Content

func (*SubmitIBTPRequest) GetFrom

func (m *SubmitIBTPRequest) GetFrom() string

func (*SubmitIBTPRequest) GetIndex

func (m *SubmitIBTPRequest) GetIndex() uint64

func (*SubmitIBTPRequest) GetIsEncrypted

func (m *SubmitIBTPRequest) GetIsEncrypted() bool

func (*SubmitIBTPRequest) GetServiceId

func (m *SubmitIBTPRequest) GetServiceId() string

func (*SubmitIBTPRequest) GetType

func (m *SubmitIBTPRequest) GetType() IBTP_Type

func (*SubmitIBTPRequest) Marshal

func (m *SubmitIBTPRequest) Marshal() (dAtA []byte, err error)

func (*SubmitIBTPRequest) MarshalTo

func (m *SubmitIBTPRequest) MarshalTo(dAtA []byte) (int, error)

func (*SubmitIBTPRequest) MarshalToSizedBuffer

func (m *SubmitIBTPRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SubmitIBTPRequest) ProtoMessage

func (*SubmitIBTPRequest) ProtoMessage()

func (*SubmitIBTPRequest) Reset

func (m *SubmitIBTPRequest) Reset()

func (*SubmitIBTPRequest) Size

func (m *SubmitIBTPRequest) Size() (n int)

func (*SubmitIBTPRequest) String

func (m *SubmitIBTPRequest) String() string

func (*SubmitIBTPRequest) Unmarshal

func (m *SubmitIBTPRequest) Unmarshal(dAtA []byte) error

func (*SubmitIBTPRequest) XXX_DiscardUnknown

func (m *SubmitIBTPRequest) XXX_DiscardUnknown()

func (*SubmitIBTPRequest) XXX_Marshal

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

func (*SubmitIBTPRequest) XXX_Merge

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

func (*SubmitIBTPRequest) XXX_Size

func (m *SubmitIBTPRequest) XXX_Size() int

func (*SubmitIBTPRequest) XXX_Unmarshal

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

type SubmitIBTPRequestBatch

type SubmitIBTPRequestBatch struct {
	From        []string    `protobuf:"bytes,1,rep,name=from,proto3" json:"from,omitempty"`
	Index       []uint64    `protobuf:"varint,2,rep,packed,name=index,proto3" json:"index,omitempty"`
	ServiceId   []string    `protobuf:"bytes,3,rep,name=serviceId,proto3" json:"serviceId,omitempty"`
	Type        []IBTP_Type `protobuf:"varint,4,rep,packed,name=type,proto3,enum=pb.IBTP_Type" json:"type,omitempty"`
	Content     []*Content  `protobuf:"bytes,5,rep,name=content,proto3" json:"content,omitempty"`
	BxhProof    []*BxhProof `protobuf:"bytes,6,rep,name=bxhProof,proto3" json:"bxhProof,omitempty"`
	IsEncrypted []bool      `protobuf:"varint,7,rep,packed,name=isEncrypted,proto3" json:"isEncrypted,omitempty"`
}

func (*SubmitIBTPRequestBatch) Descriptor

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

func (*SubmitIBTPRequestBatch) GetBxhProof

func (m *SubmitIBTPRequestBatch) GetBxhProof() []*BxhProof

func (*SubmitIBTPRequestBatch) GetContent

func (m *SubmitIBTPRequestBatch) GetContent() []*Content

func (*SubmitIBTPRequestBatch) GetFrom

func (m *SubmitIBTPRequestBatch) GetFrom() []string

func (*SubmitIBTPRequestBatch) GetIndex

func (m *SubmitIBTPRequestBatch) GetIndex() []uint64

func (*SubmitIBTPRequestBatch) GetIsEncrypted

func (m *SubmitIBTPRequestBatch) GetIsEncrypted() []bool

func (*SubmitIBTPRequestBatch) GetServiceId

func (m *SubmitIBTPRequestBatch) GetServiceId() []string

func (*SubmitIBTPRequestBatch) GetType

func (m *SubmitIBTPRequestBatch) GetType() []IBTP_Type

func (*SubmitIBTPRequestBatch) Marshal

func (m *SubmitIBTPRequestBatch) Marshal() (dAtA []byte, err error)

func (*SubmitIBTPRequestBatch) MarshalTo

func (m *SubmitIBTPRequestBatch) MarshalTo(dAtA []byte) (int, error)

func (*SubmitIBTPRequestBatch) MarshalToSizedBuffer

func (m *SubmitIBTPRequestBatch) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SubmitIBTPRequestBatch) ProtoMessage

func (*SubmitIBTPRequestBatch) ProtoMessage()

func (*SubmitIBTPRequestBatch) Reset

func (m *SubmitIBTPRequestBatch) Reset()

func (*SubmitIBTPRequestBatch) Size

func (m *SubmitIBTPRequestBatch) Size() (n int)

func (*SubmitIBTPRequestBatch) String

func (m *SubmitIBTPRequestBatch) String() string

func (*SubmitIBTPRequestBatch) Unmarshal

func (m *SubmitIBTPRequestBatch) Unmarshal(dAtA []byte) error

func (*SubmitIBTPRequestBatch) XXX_DiscardUnknown

func (m *SubmitIBTPRequestBatch) XXX_DiscardUnknown()

func (*SubmitIBTPRequestBatch) XXX_Marshal

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

func (*SubmitIBTPRequestBatch) XXX_Merge

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

func (*SubmitIBTPRequestBatch) XXX_Size

func (m *SubmitIBTPRequestBatch) XXX_Size() int

func (*SubmitIBTPRequestBatch) XXX_Unmarshal

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

type SubmitIBTPResponse

type SubmitIBTPResponse struct {
	Status  bool   `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Result  *IBTP  `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
}

func (*SubmitIBTPResponse) Descriptor

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

func (*SubmitIBTPResponse) GetMessage

func (m *SubmitIBTPResponse) GetMessage() string

func (*SubmitIBTPResponse) GetResult

func (m *SubmitIBTPResponse) GetResult() *IBTP

func (*SubmitIBTPResponse) GetStatus

func (m *SubmitIBTPResponse) GetStatus() bool

func (*SubmitIBTPResponse) Marshal

func (m *SubmitIBTPResponse) Marshal() (dAtA []byte, err error)

func (*SubmitIBTPResponse) MarshalTo

func (m *SubmitIBTPResponse) MarshalTo(dAtA []byte) (int, error)

func (*SubmitIBTPResponse) MarshalToSizedBuffer

func (m *SubmitIBTPResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SubmitIBTPResponse) ProtoMessage

func (*SubmitIBTPResponse) ProtoMessage()

func (*SubmitIBTPResponse) Reset

func (m *SubmitIBTPResponse) Reset()

func (*SubmitIBTPResponse) Size

func (m *SubmitIBTPResponse) Size() (n int)

func (*SubmitIBTPResponse) String

func (m *SubmitIBTPResponse) String() string

func (*SubmitIBTPResponse) Unmarshal

func (m *SubmitIBTPResponse) Unmarshal(dAtA []byte) error

func (*SubmitIBTPResponse) XXX_DiscardUnknown

func (m *SubmitIBTPResponse) XXX_DiscardUnknown()

func (*SubmitIBTPResponse) XXX_Marshal

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

func (*SubmitIBTPResponse) XXX_Merge

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

func (*SubmitIBTPResponse) XXX_Size

func (m *SubmitIBTPResponse) XXX_Size() int

func (*SubmitIBTPResponse) XXX_Unmarshal

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

type SubmitReceiptRequest

type SubmitReceiptRequest struct {
	To        string    `protobuf:"bytes,1,opt,name=to,proto3" json:"to,omitempty"`
	Index     uint64    `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	ServiceId string    `protobuf:"bytes,3,opt,name=serviceId,proto3" json:"serviceId,omitempty"`
	Type      IBTP_Type `protobuf:"varint,4,opt,name=type,proto3,enum=pb.IBTP_Type" json:"type,omitempty"`
	Result    *Result   `protobuf:"bytes,5,opt,name=result,proto3" json:"result,omitempty"`
	BxhProof  *BxhProof `protobuf:"bytes,6,opt,name=bxhProof,proto3" json:"bxhProof,omitempty"`
}

func (*SubmitReceiptRequest) Descriptor

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

func (*SubmitReceiptRequest) GetBxhProof

func (m *SubmitReceiptRequest) GetBxhProof() *BxhProof

func (*SubmitReceiptRequest) GetIndex

func (m *SubmitReceiptRequest) GetIndex() uint64

func (*SubmitReceiptRequest) GetResult

func (m *SubmitReceiptRequest) GetResult() *Result

func (*SubmitReceiptRequest) GetServiceId

func (m *SubmitReceiptRequest) GetServiceId() string

func (*SubmitReceiptRequest) GetTo

func (m *SubmitReceiptRequest) GetTo() string

func (*SubmitReceiptRequest) GetType

func (m *SubmitReceiptRequest) GetType() IBTP_Type

func (*SubmitReceiptRequest) Marshal

func (m *SubmitReceiptRequest) Marshal() (dAtA []byte, err error)

func (*SubmitReceiptRequest) MarshalTo

func (m *SubmitReceiptRequest) MarshalTo(dAtA []byte) (int, error)

func (*SubmitReceiptRequest) MarshalToSizedBuffer

func (m *SubmitReceiptRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SubmitReceiptRequest) ProtoMessage

func (*SubmitReceiptRequest) ProtoMessage()

func (*SubmitReceiptRequest) Reset

func (m *SubmitReceiptRequest) Reset()

func (*SubmitReceiptRequest) Size

func (m *SubmitReceiptRequest) Size() (n int)

func (*SubmitReceiptRequest) String

func (m *SubmitReceiptRequest) String() string

func (*SubmitReceiptRequest) Unmarshal

func (m *SubmitReceiptRequest) Unmarshal(dAtA []byte) error

func (*SubmitReceiptRequest) XXX_DiscardUnknown

func (m *SubmitReceiptRequest) XXX_DiscardUnknown()

func (*SubmitReceiptRequest) XXX_Marshal

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

func (*SubmitReceiptRequest) XXX_Merge

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

func (*SubmitReceiptRequest) XXX_Size

func (m *SubmitReceiptRequest) XXX_Size() int

func (*SubmitReceiptRequest) XXX_Unmarshal

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

type SubmitReceiptRequestBatch

type SubmitReceiptRequestBatch struct {
	To        []string    `protobuf:"bytes,1,rep,name=to,proto3" json:"to,omitempty"`
	Index     []uint64    `protobuf:"varint,2,rep,packed,name=index,proto3" json:"index,omitempty"`
	ServiceId []string    `protobuf:"bytes,3,rep,name=serviceId,proto3" json:"serviceId,omitempty"`
	Type      []IBTP_Type `protobuf:"varint,4,rep,packed,name=type,proto3,enum=pb.IBTP_Type" json:"type,omitempty"`
	Result    []*Result   `protobuf:"bytes,5,rep,name=result,proto3" json:"result,omitempty"`
	BxhProof  []*BxhProof `protobuf:"bytes,6,rep,name=bxhProof,proto3" json:"bxhProof,omitempty"`
}

func (*SubmitReceiptRequestBatch) Descriptor

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

func (*SubmitReceiptRequestBatch) GetBxhProof

func (m *SubmitReceiptRequestBatch) GetBxhProof() []*BxhProof

func (*SubmitReceiptRequestBatch) GetIndex

func (m *SubmitReceiptRequestBatch) GetIndex() []uint64

func (*SubmitReceiptRequestBatch) GetResult

func (m *SubmitReceiptRequestBatch) GetResult() []*Result

func (*SubmitReceiptRequestBatch) GetServiceId

func (m *SubmitReceiptRequestBatch) GetServiceId() []string

func (*SubmitReceiptRequestBatch) GetTo

func (m *SubmitReceiptRequestBatch) GetTo() []string

func (*SubmitReceiptRequestBatch) GetType

func (m *SubmitReceiptRequestBatch) GetType() []IBTP_Type

func (*SubmitReceiptRequestBatch) Marshal

func (m *SubmitReceiptRequestBatch) Marshal() (dAtA []byte, err error)

func (*SubmitReceiptRequestBatch) MarshalTo

func (m *SubmitReceiptRequestBatch) MarshalTo(dAtA []byte) (int, error)

func (*SubmitReceiptRequestBatch) MarshalToSizedBuffer

func (m *SubmitReceiptRequestBatch) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SubmitReceiptRequestBatch) ProtoMessage

func (*SubmitReceiptRequestBatch) ProtoMessage()

func (*SubmitReceiptRequestBatch) Reset

func (m *SubmitReceiptRequestBatch) Reset()

func (*SubmitReceiptRequestBatch) Size

func (m *SubmitReceiptRequestBatch) Size() (n int)

func (*SubmitReceiptRequestBatch) String

func (m *SubmitReceiptRequestBatch) String() string

func (*SubmitReceiptRequestBatch) Unmarshal

func (m *SubmitReceiptRequestBatch) Unmarshal(dAtA []byte) error

func (*SubmitReceiptRequestBatch) XXX_DiscardUnknown

func (m *SubmitReceiptRequestBatch) XXX_DiscardUnknown()

func (*SubmitReceiptRequestBatch) XXX_Marshal

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

func (*SubmitReceiptRequestBatch) XXX_Merge

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

func (*SubmitReceiptRequestBatch) XXX_Size

func (m *SubmitReceiptRequestBatch) XXX_Size() int

func (*SubmitReceiptRequestBatch) XXX_Unmarshal

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

type SubscriptionRequest

type SubscriptionRequest struct {
	Type  SubscriptionRequest_Type `protobuf:"varint,1,opt,name=type,proto3,enum=pb.SubscriptionRequest_Type" json:"type,omitempty"`
	Extra []byte                   `protobuf:"bytes,2,opt,name=extra,proto3" json:"extra,omitempty"`
}

func (*SubscriptionRequest) Descriptor

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

func (*SubscriptionRequest) GetExtra

func (m *SubscriptionRequest) GetExtra() []byte

func (*SubscriptionRequest) GetType

func (*SubscriptionRequest) Marshal

func (m *SubscriptionRequest) Marshal() (dAtA []byte, err error)

func (*SubscriptionRequest) MarshalTo

func (m *SubscriptionRequest) MarshalTo(dAtA []byte) (int, error)

func (*SubscriptionRequest) MarshalToSizedBuffer

func (m *SubscriptionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SubscriptionRequest) ProtoMessage

func (*SubscriptionRequest) ProtoMessage()

func (*SubscriptionRequest) Reset

func (m *SubscriptionRequest) Reset()

func (*SubscriptionRequest) Size

func (m *SubscriptionRequest) Size() (n int)

func (*SubscriptionRequest) String

func (m *SubscriptionRequest) String() string

func (*SubscriptionRequest) Unmarshal

func (m *SubscriptionRequest) Unmarshal(dAtA []byte) error

func (*SubscriptionRequest) XXX_DiscardUnknown

func (m *SubscriptionRequest) XXX_DiscardUnknown()

func (*SubscriptionRequest) XXX_Marshal

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

func (*SubscriptionRequest) XXX_Merge

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

func (*SubscriptionRequest) XXX_Size

func (m *SubscriptionRequest) XXX_Size() int

func (*SubscriptionRequest) XXX_Unmarshal

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

type SubscriptionRequest_Type

type SubscriptionRequest_Type int32
const (
	SubscriptionRequest_BLOCK                       SubscriptionRequest_Type = 0
	SubscriptionRequest_EVENT                       SubscriptionRequest_Type = 1
	SubscriptionRequest_INTERCHAIN_TX               SubscriptionRequest_Type = 2
	SubscriptionRequest_BLOCK_HEADER                SubscriptionRequest_Type = 3
	SubscriptionRequest_INTERCHAIN_TX_WRAPPER       SubscriptionRequest_Type = 4
	SubscriptionRequest_UNION_INTERCHAIN_TX_WRAPPER SubscriptionRequest_Type = 5
	SubscriptionRequest_EVM_LOG                     SubscriptionRequest_Type = 6
)

func (SubscriptionRequest_Type) EnumDescriptor

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

func (SubscriptionRequest_Type) String

func (x SubscriptionRequest_Type) String() string

type Transaction

type Transaction interface {
	GetVersion() []byte
	GetFrom() *types.Address
	GetTo() *types.Address
	GetPayload() []byte
	GetNonce() uint64
	GetValue() *big.Int
	GetTimeStamp() int64
	GetHash() *types.Hash
	GetIBTP() *IBTP
	GetExtra() []byte
	GetGas() uint64
	GetGasPrice() *big.Int
	GetChainID() *big.Int
	GetSignature() []byte
	GetRawSignature() (*big.Int, *big.Int, *big.Int)
	GetSignHash() *types.Hash
	GetType() byte
	IsIBTP() bool
	MarshalWithFlag() ([]byte, error)
	Size() int
	SizeWithFlag() int
	MarshalTo([]byte) (int, error)
	Unmarshal([]byte) error
	VerifySignature() error
}

func UnmarshalTx

func UnmarshalTx(data []byte) (Transaction, error)

type TransactionData

type TransactionData struct {
	Type    TransactionData_Type   `protobuf:"varint,1,opt,name=type,proto3,enum=pb.TransactionData_Type" json:"type,omitempty"`
	Amount  string                 `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	VmType  TransactionData_VMType `protobuf:"varint,3,opt,name=vm_type,json=vmType,proto3,enum=pb.TransactionData_VMType" json:"vm_type,omitempty"`
	Payload []byte                 `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"`
	Extra   []byte                 `protobuf:"bytes,5,opt,name=extra,proto3" json:"extra,omitempty"`
}

func (*TransactionData) Descriptor

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

func (*TransactionData) GetAmount

func (m *TransactionData) GetAmount() string

func (*TransactionData) GetExtra

func (m *TransactionData) GetExtra() []byte

func (*TransactionData) GetPayload

func (m *TransactionData) GetPayload() []byte

func (*TransactionData) GetType

func (*TransactionData) GetVmType

func (m *TransactionData) GetVmType() TransactionData_VMType

func (*TransactionData) Marshal

func (m *TransactionData) Marshal() (dAtA []byte, err error)

func (*TransactionData) MarshalTo

func (m *TransactionData) MarshalTo(dAtA []byte) (int, error)

func (*TransactionData) MarshalToSizedBuffer

func (m *TransactionData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionData) ProtoMessage

func (*TransactionData) ProtoMessage()

func (*TransactionData) Reset

func (m *TransactionData) Reset()

func (*TransactionData) Size

func (m *TransactionData) Size() (n int)

func (*TransactionData) String

func (m *TransactionData) String() string

func (*TransactionData) Unmarshal

func (m *TransactionData) Unmarshal(dAtA []byte) error

func (*TransactionData) XXX_DiscardUnknown

func (m *TransactionData) XXX_DiscardUnknown()

func (*TransactionData) XXX_Marshal

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

func (*TransactionData) XXX_Merge

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

func (*TransactionData) XXX_Size

func (m *TransactionData) XXX_Size() int

func (*TransactionData) XXX_Unmarshal

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

type TransactionData_Type

type TransactionData_Type int32
const (
	TransactionData_NORMAL   TransactionData_Type = 0
	TransactionData_INVOKE   TransactionData_Type = 1
	TransactionData_UPDATE   TransactionData_Type = 2
	TransactionData_FREEZE   TransactionData_Type = 3
	TransactionData_UNFREEZE TransactionData_Type = 4
)

func (TransactionData_Type) EnumDescriptor

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

func (TransactionData_Type) String

func (x TransactionData_Type) String() string

type TransactionData_VMType

type TransactionData_VMType int32
const (
	TransactionData_BVM TransactionData_VMType = 0
	TransactionData_XVM TransactionData_VMType = 1
)

func (TransactionData_VMType) EnumDescriptor

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

func (TransactionData_VMType) String

func (x TransactionData_VMType) String() string

type TransactionHashMsg

type TransactionHashMsg struct {
	TxHash string `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
}

func (*TransactionHashMsg) Descriptor

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

func (*TransactionHashMsg) GetTxHash

func (m *TransactionHashMsg) GetTxHash() string

func (*TransactionHashMsg) Marshal

func (m *TransactionHashMsg) Marshal() (dAtA []byte, err error)

func (*TransactionHashMsg) MarshalTo

func (m *TransactionHashMsg) MarshalTo(dAtA []byte) (int, error)

func (*TransactionHashMsg) MarshalToSizedBuffer

func (m *TransactionHashMsg) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionHashMsg) ProtoMessage

func (*TransactionHashMsg) ProtoMessage()

func (*TransactionHashMsg) Reset

func (m *TransactionHashMsg) Reset()

func (*TransactionHashMsg) Size

func (m *TransactionHashMsg) Size() (n int)

func (*TransactionHashMsg) String

func (m *TransactionHashMsg) String() string

func (*TransactionHashMsg) Unmarshal

func (m *TransactionHashMsg) Unmarshal(dAtA []byte) error

func (*TransactionHashMsg) XXX_DiscardUnknown

func (m *TransactionHashMsg) XXX_DiscardUnknown()

func (*TransactionHashMsg) XXX_Marshal

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

func (*TransactionHashMsg) XXX_Merge

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

func (*TransactionHashMsg) XXX_Size

func (m *TransactionHashMsg) XXX_Size() int

func (*TransactionHashMsg) XXX_Unmarshal

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

type TransactionMeta

type TransactionMeta struct {
	BlockHash   []byte `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	Index       uint64 `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
}

func (*TransactionMeta) Descriptor

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

func (*TransactionMeta) GetBlockHash

func (m *TransactionMeta) GetBlockHash() []byte

func (*TransactionMeta) GetBlockHeight

func (m *TransactionMeta) GetBlockHeight() uint64

func (*TransactionMeta) GetIndex

func (m *TransactionMeta) GetIndex() uint64

func (*TransactionMeta) Marshal

func (m *TransactionMeta) Marshal() (dAtA []byte, err error)

func (*TransactionMeta) MarshalTo

func (m *TransactionMeta) MarshalTo(dAtA []byte) (int, error)

func (*TransactionMeta) MarshalToSizedBuffer

func (m *TransactionMeta) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionMeta) ProtoMessage

func (*TransactionMeta) ProtoMessage()

func (*TransactionMeta) Reset

func (m *TransactionMeta) Reset()

func (*TransactionMeta) Size

func (m *TransactionMeta) Size() (n int)

func (*TransactionMeta) String

func (m *TransactionMeta) String() string

func (*TransactionMeta) Unmarshal

func (m *TransactionMeta) Unmarshal(dAtA []byte) error

func (*TransactionMeta) XXX_DiscardUnknown

func (m *TransactionMeta) XXX_DiscardUnknown()

func (*TransactionMeta) XXX_Marshal

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

func (*TransactionMeta) XXX_Merge

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

func (*TransactionMeta) XXX_Size

func (m *TransactionMeta) XXX_Size() int

func (*TransactionMeta) XXX_Unmarshal

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

type TransactionRecord

type TransactionRecord struct {
	Height uint64            `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Status TransactionStatus `protobuf:"varint,2,opt,name=status,proto3,enum=pb.TransactionStatus" json:"status,omitempty"`
}

func (*TransactionRecord) Descriptor

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

func (*TransactionRecord) GetHeight

func (m *TransactionRecord) GetHeight() uint64

func (*TransactionRecord) GetStatus

func (m *TransactionRecord) GetStatus() TransactionStatus

func (*TransactionRecord) Marshal

func (m *TransactionRecord) Marshal() (dAtA []byte, err error)

func (*TransactionRecord) MarshalTo

func (m *TransactionRecord) MarshalTo(dAtA []byte) (int, error)

func (*TransactionRecord) MarshalToSizedBuffer

func (m *TransactionRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionRecord) ProtoMessage

func (*TransactionRecord) ProtoMessage()

func (*TransactionRecord) Reset

func (m *TransactionRecord) Reset()

func (*TransactionRecord) Size

func (m *TransactionRecord) Size() (n int)

func (*TransactionRecord) String

func (m *TransactionRecord) String() string

func (*TransactionRecord) Unmarshal

func (m *TransactionRecord) Unmarshal(dAtA []byte) error

func (*TransactionRecord) XXX_DiscardUnknown

func (m *TransactionRecord) XXX_DiscardUnknown()

func (*TransactionRecord) XXX_Marshal

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

func (*TransactionRecord) XXX_Merge

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

func (*TransactionRecord) XXX_Size

func (m *TransactionRecord) XXX_Size() int

func (*TransactionRecord) XXX_Unmarshal

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

type TransactionSlice

type TransactionSlice struct {
	Height uint64            `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Txs    []*BxhTransaction `protobuf:"bytes,2,rep,name=txs,proto3" json:"txs,omitempty"`
}

func (*TransactionSlice) Descriptor

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

func (*TransactionSlice) GetHeight

func (m *TransactionSlice) GetHeight() uint64

func (*TransactionSlice) GetTxs

func (m *TransactionSlice) GetTxs() []*BxhTransaction

func (*TransactionSlice) Marshal

func (m *TransactionSlice) Marshal() (dAtA []byte, err error)

func (*TransactionSlice) MarshalTo

func (m *TransactionSlice) MarshalTo(dAtA []byte) (int, error)

func (*TransactionSlice) MarshalToSizedBuffer

func (m *TransactionSlice) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionSlice) ProtoMessage

func (*TransactionSlice) ProtoMessage()

func (*TransactionSlice) Reset

func (m *TransactionSlice) Reset()

func (*TransactionSlice) Size

func (m *TransactionSlice) Size() (n int)

func (*TransactionSlice) String

func (m *TransactionSlice) String() string

func (*TransactionSlice) Unmarshal

func (m *TransactionSlice) Unmarshal(dAtA []byte) error

func (*TransactionSlice) XXX_DiscardUnknown

func (m *TransactionSlice) XXX_DiscardUnknown()

func (*TransactionSlice) XXX_Marshal

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

func (*TransactionSlice) XXX_Merge

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

func (*TransactionSlice) XXX_Size

func (m *TransactionSlice) XXX_Size() int

func (*TransactionSlice) XXX_Unmarshal

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

type TransactionStatus

type TransactionStatus int32
const (
	TransactionStatus_BEGIN          TransactionStatus = 0
	TransactionStatus_BEGIN_FAILURE  TransactionStatus = 1
	TransactionStatus_BEGIN_ROLLBACK TransactionStatus = 2
	TransactionStatus_SUCCESS        TransactionStatus = 3
	TransactionStatus_FAILURE        TransactionStatus = 4
	TransactionStatus_ROLLBACK       TransactionStatus = 5
)

func (TransactionStatus) EnumDescriptor

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

func (TransactionStatus) String

func (x TransactionStatus) String() string

type TransactionTracingMeta

type TransactionTracingMeta struct {
	ReceiptHash []byte `protobuf:"bytes,1,opt,name=receipt_hash,json=receiptHash,proto3" json:"receipt_hash,omitempty"`
	ConfirmHash []byte `protobuf:"bytes,2,opt,name=confirm_hash,json=confirmHash,proto3" json:"confirm_hash,omitempty"`
}

func (*TransactionTracingMeta) Descriptor

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

func (*TransactionTracingMeta) GetConfirmHash

func (m *TransactionTracingMeta) GetConfirmHash() []byte

func (*TransactionTracingMeta) GetReceiptHash

func (m *TransactionTracingMeta) GetReceiptHash() []byte

func (*TransactionTracingMeta) Marshal

func (m *TransactionTracingMeta) Marshal() (dAtA []byte, err error)

func (*TransactionTracingMeta) MarshalTo

func (m *TransactionTracingMeta) MarshalTo(dAtA []byte) (int, error)

func (*TransactionTracingMeta) MarshalToSizedBuffer

func (m *TransactionTracingMeta) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionTracingMeta) ProtoMessage

func (*TransactionTracingMeta) ProtoMessage()

func (*TransactionTracingMeta) Reset

func (m *TransactionTracingMeta) Reset()

func (*TransactionTracingMeta) Size

func (m *TransactionTracingMeta) Size() (n int)

func (*TransactionTracingMeta) String

func (m *TransactionTracingMeta) String() string

func (*TransactionTracingMeta) Unmarshal

func (m *TransactionTracingMeta) Unmarshal(dAtA []byte) error

func (*TransactionTracingMeta) XXX_DiscardUnknown

func (m *TransactionTracingMeta) XXX_DiscardUnknown()

func (*TransactionTracingMeta) XXX_Marshal

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

func (*TransactionTracingMeta) XXX_Merge

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

func (*TransactionTracingMeta) XXX_Size

func (m *TransactionTracingMeta) XXX_Size() int

func (*TransactionTracingMeta) XXX_Unmarshal

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

type Transactions

type Transactions struct {
	Transactions []Transaction
}

func (*Transactions) Marshal

func (txs *Transactions) Marshal() ([]byte, error)

func (*Transactions) MarshalTo

func (txs *Transactions) MarshalTo(data []byte) (int, error)

func (*Transactions) ProtoMessage

func (txs *Transactions) ProtoMessage()

func (*Transactions) Reset

func (txs *Transactions) Reset()

func (*Transactions) Size

func (txs *Transactions) Size() int

func (*Transactions) String

func (txs *Transactions) String() string

func (*Transactions) Unmarshal

func (txs *Transactions) Unmarshal(data []byte) error

type TssInfo

type TssInfo struct {
	PartiesPkMap map[string][]byte `` /* 187-byte string literal not displayed */
	Pubkey       []byte            `protobuf:"bytes,2,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
}

func (*TssInfo) Descriptor

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

func (*TssInfo) GetPartiesPkMap

func (m *TssInfo) GetPartiesPkMap() map[string][]byte

func (*TssInfo) GetPubkey

func (m *TssInfo) GetPubkey() []byte

func (*TssInfo) Marshal

func (m *TssInfo) Marshal() (dAtA []byte, err error)

func (*TssInfo) MarshalTo

func (m *TssInfo) MarshalTo(dAtA []byte) (int, error)

func (*TssInfo) MarshalToSizedBuffer

func (m *TssInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TssInfo) ProtoMessage

func (*TssInfo) ProtoMessage()

func (*TssInfo) Reset

func (m *TssInfo) Reset()

func (*TssInfo) Size

func (m *TssInfo) Size() (n int)

func (*TssInfo) String

func (m *TssInfo) String() string

func (*TssInfo) Unmarshal

func (m *TssInfo) Unmarshal(dAtA []byte) error

func (*TssInfo) XXX_DiscardUnknown

func (m *TssInfo) XXX_DiscardUnknown()

func (*TssInfo) XXX_Marshal

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

func (*TssInfo) XXX_Merge

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

func (*TssInfo) XXX_Size

func (m *TssInfo) XXX_Size() int

func (*TssInfo) XXX_Unmarshal

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

type TxConstructer

type TxConstructer func() Transaction

type TxType

type TxType int32
const (
	TxType_NormalBxhTx    TxType = 0
	TxType_EthSignedBxhTx TxType = 1
)

func (TxType) EnumDescriptor

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

func (TxType) String

func (x TxType) String() string

type TypeResponse

type TypeResponse struct {
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
}

func (*TypeResponse) Descriptor

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

func (*TypeResponse) GetType

func (m *TypeResponse) GetType() string

func (*TypeResponse) Marshal

func (m *TypeResponse) Marshal() (dAtA []byte, err error)

func (*TypeResponse) MarshalTo

func (m *TypeResponse) MarshalTo(dAtA []byte) (int, error)

func (*TypeResponse) MarshalToSizedBuffer

func (m *TypeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TypeResponse) ProtoMessage

func (*TypeResponse) ProtoMessage()

func (*TypeResponse) Reset

func (m *TypeResponse) Reset()

func (*TypeResponse) Size

func (m *TypeResponse) Size() (n int)

func (*TypeResponse) String

func (m *TypeResponse) String() string

func (*TypeResponse) Unmarshal

func (m *TypeResponse) Unmarshal(dAtA []byte) error

func (*TypeResponse) XXX_DiscardUnknown

func (m *TypeResponse) XXX_DiscardUnknown()

func (*TypeResponse) XXX_Marshal

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

func (*TypeResponse) XXX_Merge

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

func (*TypeResponse) XXX_Size

func (m *TypeResponse) XXX_Size() int

func (*TypeResponse) XXX_Unmarshal

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

type Uint64Slice

type Uint64Slice struct {
	Slice []uint64 `protobuf:"varint,1,rep,packed,name=slice,proto3" json:"slice,omitempty"`
}

func (*Uint64Slice) Descriptor

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

func (*Uint64Slice) GetSlice

func (m *Uint64Slice) GetSlice() []uint64

func (*Uint64Slice) Marshal

func (m *Uint64Slice) Marshal() (dAtA []byte, err error)

func (*Uint64Slice) MarshalTo

func (m *Uint64Slice) MarshalTo(dAtA []byte) (int, error)

func (*Uint64Slice) MarshalToSizedBuffer

func (m *Uint64Slice) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Uint64Slice) ProtoMessage

func (*Uint64Slice) ProtoMessage()

func (*Uint64Slice) Reset

func (m *Uint64Slice) Reset()

func (*Uint64Slice) Size

func (m *Uint64Slice) Size() (n int)

func (*Uint64Slice) String

func (m *Uint64Slice) String() string

func (*Uint64Slice) Unmarshal

func (m *Uint64Slice) Unmarshal(dAtA []byte) error

func (*Uint64Slice) XXX_DiscardUnknown

func (m *Uint64Slice) XXX_DiscardUnknown()

func (*Uint64Slice) XXX_Marshal

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

func (*Uint64Slice) XXX_Merge

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

func (*Uint64Slice) XXX_Size

func (m *Uint64Slice) XXX_Size() int

func (*Uint64Slice) XXX_Unmarshal

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

type UnLock

type UnLock struct {
	Token      string   `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	From       string   `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	Receipt    string   `protobuf:"bytes,3,opt,name=receipt,proto3" json:"receipt,omitempty"`
	Amount     []byte   `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"`
	TxId       string   `protobuf:"bytes,5,opt,name=txId,proto3" json:"txId,omitempty"`
	RelayIndex uint64   `protobuf:"varint,6,opt,name=relayIndex,proto3" json:"relayIndex,omitempty"`
	MultiSigns [][]byte `protobuf:"bytes,7,rep,name=multiSigns,proto3" json:"multiSigns,omitempty"`
}

func (*UnLock) Descriptor

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

func (*UnLock) GetAmount

func (m *UnLock) GetAmount() []byte

func (*UnLock) GetFrom

func (m *UnLock) GetFrom() string

func (*UnLock) GetMultiSigns

func (m *UnLock) GetMultiSigns() [][]byte

func (*UnLock) GetReceipt

func (m *UnLock) GetReceipt() string

func (*UnLock) GetRelayIndex

func (m *UnLock) GetRelayIndex() uint64

func (*UnLock) GetToken

func (m *UnLock) GetToken() string

func (*UnLock) GetTxId

func (m *UnLock) GetTxId() string

func (*UnLock) Marshal

func (m *UnLock) Marshal() (dAtA []byte, err error)

func (*UnLock) MarshalTo

func (m *UnLock) MarshalTo(dAtA []byte) (int, error)

func (*UnLock) MarshalToSizedBuffer

func (m *UnLock) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UnLock) ProtoMessage

func (*UnLock) ProtoMessage()

func (*UnLock) Reset

func (m *UnLock) Reset()

func (*UnLock) Size

func (m *UnLock) Size() (n int)

func (*UnLock) String

func (m *UnLock) String() string

func (*UnLock) Unmarshal

func (m *UnLock) Unmarshal(dAtA []byte) error

func (*UnLock) XXX_DiscardUnknown

func (m *UnLock) XXX_DiscardUnknown()

func (*UnLock) XXX_Marshal

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

func (*UnLock) XXX_Merge

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

func (*UnLock) XXX_Size

func (m *UnLock) XXX_Size() int

func (*UnLock) XXX_Unmarshal

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

type UnimplementedAppchainPluginServer

type UnimplementedAppchainPluginServer struct {
}

UnimplementedAppchainPluginServer can be embedded to have forward compatible implementations.

func (*UnimplementedAppchainPluginServer) GetAppchainInfo

func (*UnimplementedAppchainPluginServer) GetCallbackMeta

func (*UnimplementedAppchainPluginServer) GetChainID

func (*UnimplementedAppchainPluginServer) GetDirectTransactionMeta

func (*UnimplementedAppchainPluginServer) GetDstRollbackMeta

func (*UnimplementedAppchainPluginServer) GetDstRollbackMeta(ctx context.Context, req *Empty) (*GetMetaResponse, error)

func (*UnimplementedAppchainPluginServer) GetIBTPCh

func (*UnimplementedAppchainPluginServer) GetInMeta

func (*UnimplementedAppchainPluginServer) GetOffChainData

func (*UnimplementedAppchainPluginServer) GetOffChainDataReq

func (*UnimplementedAppchainPluginServer) GetOutMessage

func (*UnimplementedAppchainPluginServer) GetOutMeta

func (*UnimplementedAppchainPluginServer) GetReceiptMessage

func (*UnimplementedAppchainPluginServer) GetServices

func (*UnimplementedAppchainPluginServer) GetUpdateMeta

func (*UnimplementedAppchainPluginServer) Initialize

func (*UnimplementedAppchainPluginServer) Name

func (*UnimplementedAppchainPluginServer) Start

func (*UnimplementedAppchainPluginServer) Stop

func (*UnimplementedAppchainPluginServer) SubmitIBTP

func (*UnimplementedAppchainPluginServer) SubmitIBTPBatch

func (*UnimplementedAppchainPluginServer) SubmitOffChainData

func (*UnimplementedAppchainPluginServer) SubmitOffChainData(ctx context.Context, req *GetDataResponse) (*Empty, error)

func (*UnimplementedAppchainPluginServer) SubmitReceipt

func (*UnimplementedAppchainPluginServer) SubmitReceiptBatch

func (*UnimplementedAppchainPluginServer) Type

type UnimplementedChainBrokerServer

type UnimplementedChainBrokerServer struct {
}

UnimplementedChainBrokerServer can be embedded to have forward compatible implementations.

func (*UnimplementedChainBrokerServer) CheckMasterPier

func (*UnimplementedChainBrokerServer) CheckMasterPier(ctx context.Context, req *Address) (*Response, error)

func (*UnimplementedChainBrokerServer) GetAccountBalance

func (*UnimplementedChainBrokerServer) GetAccountBalance(ctx context.Context, req *Address) (*Response, error)

func (*UnimplementedChainBrokerServer) GetBlock

func (*UnimplementedChainBrokerServer) GetBlockHeader

func (*UnimplementedChainBrokerServer) GetBlockHeaders

func (*UnimplementedChainBrokerServer) GetBlocks

func (*UnimplementedChainBrokerServer) GetChainID

func (*UnimplementedChainBrokerServer) GetChainMeta

func (*UnimplementedChainBrokerServer) GetHappyBlocks

func (*UnimplementedChainBrokerServer) GetInfo

func (*UnimplementedChainBrokerServer) GetInterchainTxWrappers

func (*UnimplementedChainBrokerServer) GetMultiSigns

func (*UnimplementedChainBrokerServer) GetPendingNonceByAccount

func (*UnimplementedChainBrokerServer) GetPendingNonceByAccount(ctx context.Context, req *Address) (*Response, error)

func (*UnimplementedChainBrokerServer) GetPendingTransaction

func (*UnimplementedChainBrokerServer) GetReceipt

func (*UnimplementedChainBrokerServer) GetTPS

func (*UnimplementedChainBrokerServer) GetTransaction

func (*UnimplementedChainBrokerServer) GetTssSigns

func (*UnimplementedChainBrokerServer) HeartBeat

func (*UnimplementedChainBrokerServer) SendTransaction

func (*UnimplementedChainBrokerServer) SendTransactions

func (*UnimplementedChainBrokerServer) SendView

func (*UnimplementedChainBrokerServer) SetMasterPier

func (*UnimplementedChainBrokerServer) SetMasterPier(ctx context.Context, req *PierInfo) (*Response, error)

func (*UnimplementedChainBrokerServer) Subscribe

func (*UnimplementedChainBrokerServer) SubscribeAuditInfo

type UpdateMeta

type UpdateMeta struct {
	Meta []byte `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"`
}

func (*UpdateMeta) Descriptor

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

func (*UpdateMeta) GetMeta

func (m *UpdateMeta) GetMeta() []byte

func (*UpdateMeta) Marshal

func (m *UpdateMeta) Marshal() (dAtA []byte, err error)

func (*UpdateMeta) MarshalTo

func (m *UpdateMeta) MarshalTo(dAtA []byte) (int, error)

func (*UpdateMeta) MarshalToSizedBuffer

func (m *UpdateMeta) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateMeta) ProtoMessage

func (*UpdateMeta) ProtoMessage()

func (*UpdateMeta) Reset

func (m *UpdateMeta) Reset()

func (*UpdateMeta) Size

func (m *UpdateMeta) Size() (n int)

func (*UpdateMeta) String

func (m *UpdateMeta) String() string

func (*UpdateMeta) Unmarshal

func (m *UpdateMeta) Unmarshal(dAtA []byte) error

func (*UpdateMeta) XXX_DiscardUnknown

func (m *UpdateMeta) XXX_DiscardUnknown()

func (*UpdateMeta) XXX_Marshal

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

func (*UpdateMeta) XXX_Merge

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

func (*UpdateMeta) XXX_Size

func (m *UpdateMeta) XXX_Size() int

func (*UpdateMeta) XXX_Unmarshal

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

type VerifiedIndex

type VerifiedIndex struct {
	Index   uint64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Valid   bool   `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	IsBatch bool   `protobuf:"varint,3,opt,name=isBatch,proto3" json:"isBatch,omitempty"`
}

func (*VerifiedIndex) Descriptor

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

func (*VerifiedIndex) GetIndex

func (m *VerifiedIndex) GetIndex() uint64

func (*VerifiedIndex) GetIsBatch

func (m *VerifiedIndex) GetIsBatch() bool

func (*VerifiedIndex) GetValid

func (m *VerifiedIndex) GetValid() bool

func (*VerifiedIndex) Marshal

func (m *VerifiedIndex) Marshal() (dAtA []byte, err error)

func (*VerifiedIndex) MarshalTo

func (m *VerifiedIndex) MarshalTo(dAtA []byte) (int, error)

func (*VerifiedIndex) MarshalToSizedBuffer

func (m *VerifiedIndex) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VerifiedIndex) ProtoMessage

func (*VerifiedIndex) ProtoMessage()

func (*VerifiedIndex) Reset

func (m *VerifiedIndex) Reset()

func (*VerifiedIndex) Size

func (m *VerifiedIndex) Size() (n int)

func (*VerifiedIndex) String

func (m *VerifiedIndex) String() string

func (*VerifiedIndex) Unmarshal

func (m *VerifiedIndex) Unmarshal(dAtA []byte) error

func (*VerifiedIndex) XXX_DiscardUnknown

func (m *VerifiedIndex) XXX_DiscardUnknown()

func (*VerifiedIndex) XXX_Marshal

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

func (*VerifiedIndex) XXX_Merge

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

func (*VerifiedIndex) XXX_Size

func (m *VerifiedIndex) XXX_Size() int

func (*VerifiedIndex) XXX_Unmarshal

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

type VerifiedIndexSlice

type VerifiedIndexSlice struct {
	Slice []*VerifiedIndex `protobuf:"bytes,1,rep,name=slice,proto3" json:"slice,omitempty"`
}

func (*VerifiedIndexSlice) Descriptor

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

func (*VerifiedIndexSlice) GetSlice

func (m *VerifiedIndexSlice) GetSlice() []*VerifiedIndex

func (*VerifiedIndexSlice) Marshal

func (m *VerifiedIndexSlice) Marshal() (dAtA []byte, err error)

func (*VerifiedIndexSlice) MarshalTo

func (m *VerifiedIndexSlice) MarshalTo(dAtA []byte) (int, error)

func (*VerifiedIndexSlice) MarshalToSizedBuffer

func (m *VerifiedIndexSlice) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VerifiedIndexSlice) ProtoMessage

func (*VerifiedIndexSlice) ProtoMessage()

func (*VerifiedIndexSlice) Reset

func (m *VerifiedIndexSlice) Reset()

func (*VerifiedIndexSlice) Size

func (m *VerifiedIndexSlice) Size() (n int)

func (*VerifiedIndexSlice) String

func (m *VerifiedIndexSlice) String() string

func (*VerifiedIndexSlice) Unmarshal

func (m *VerifiedIndexSlice) Unmarshal(dAtA []byte) error

func (*VerifiedIndexSlice) XXX_DiscardUnknown

func (m *VerifiedIndexSlice) XXX_DiscardUnknown()

func (*VerifiedIndexSlice) XXX_Marshal

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

func (*VerifiedIndexSlice) XXX_Merge

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

func (*VerifiedIndexSlice) XXX_Size

func (m *VerifiedIndexSlice) XXX_Size() int

func (*VerifiedIndexSlice) XXX_Unmarshal

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

type VerifiedTx

type VerifiedTx struct {
	Tx      *BxhTransaction `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
	Valid   bool            `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	IsBatch bool            `protobuf:"varint,3,opt,name=isBatch,proto3" json:"isBatch,omitempty"`
}

func (*VerifiedTx) CalculateHash

func (m *VerifiedTx) CalculateHash() ([]byte, error)

func (*VerifiedTx) Descriptor

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

func (*VerifiedTx) Equals

func (m *VerifiedTx) Equals(other merkletree.Content) (bool, error)

func (*VerifiedTx) GetIsBatch

func (m *VerifiedTx) GetIsBatch() bool

func (*VerifiedTx) GetTx

func (m *VerifiedTx) GetTx() *BxhTransaction

func (*VerifiedTx) GetValid

func (m *VerifiedTx) GetValid() bool

func (*VerifiedTx) Marshal

func (m *VerifiedTx) Marshal() (dAtA []byte, err error)

func (*VerifiedTx) MarshalTo

func (m *VerifiedTx) MarshalTo(dAtA []byte) (int, error)

func (*VerifiedTx) MarshalToSizedBuffer

func (m *VerifiedTx) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VerifiedTx) ProtoMessage

func (*VerifiedTx) ProtoMessage()

func (*VerifiedTx) Reset

func (m *VerifiedTx) Reset()

func (*VerifiedTx) Size

func (m *VerifiedTx) Size() (n int)

func (*VerifiedTx) String

func (m *VerifiedTx) String() string

func (*VerifiedTx) Unmarshal

func (m *VerifiedTx) Unmarshal(dAtA []byte) error

func (*VerifiedTx) XXX_DiscardUnknown

func (m *VerifiedTx) XXX_DiscardUnknown()

func (*VerifiedTx) XXX_Marshal

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

func (*VerifiedTx) XXX_Merge

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

func (*VerifiedTx) XXX_Size

func (m *VerifiedTx) XXX_Size() int

func (*VerifiedTx) XXX_Unmarshal

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

type VpInfo

type VpInfo struct {
	Id      uint64   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Pid     string   `protobuf:"bytes,2,opt,name=pid,proto3" json:"pid,omitempty"`
	Account string   `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	Hosts   []string `protobuf:"bytes,4,rep,name=hosts,proto3" json:"hosts,omitempty"`
}

func (*VpInfo) Descriptor

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

func (*VpInfo) GetAccount

func (m *VpInfo) GetAccount() string

func (*VpInfo) GetHosts

func (m *VpInfo) GetHosts() []string

func (*VpInfo) GetId

func (m *VpInfo) GetId() uint64

func (*VpInfo) GetPid

func (m *VpInfo) GetPid() string

func (*VpInfo) Marshal

func (m *VpInfo) Marshal() (dAtA []byte, err error)

func (*VpInfo) MarshalTo

func (m *VpInfo) MarshalTo(dAtA []byte) (int, error)

func (*VpInfo) MarshalToSizedBuffer

func (m *VpInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VpInfo) ProtoMessage

func (*VpInfo) ProtoMessage()

func (*VpInfo) Reset

func (m *VpInfo) Reset()

func (*VpInfo) Size

func (m *VpInfo) Size() (n int)

func (*VpInfo) String

func (m *VpInfo) String() string

func (*VpInfo) Unmarshal

func (m *VpInfo) Unmarshal(dAtA []byte) error

func (*VpInfo) XXX_DiscardUnknown

func (m *VpInfo) XXX_DiscardUnknown()

func (*VpInfo) XXX_Marshal

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

func (*VpInfo) XXX_Merge

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

func (*VpInfo) XXX_Size

func (m *VpInfo) XXX_Size() int

func (*VpInfo) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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