pb

package
v1.28.0 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2023 License: Apache-2.0 Imports: 32 Imported by: 60

Documentation

Overview

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const SignatureLen = 65

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 (
	ErrInvalidLengthBxhContract        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBxhContract          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupBxhContract = 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")
	ErrUnexpectedEndOfGroupCommit = fmt.Errorf("proto: unexpected end of group")
)
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 (
	ErrInvalidLengthInterchainEvent        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowInterchainEvent          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupInterchainEvent = 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",
	2: "LATEST",
}
View Source
var GetBlockRequest_Type_value = map[string]int32{
	"HEIGHT": 0,
	"HASH":   1,
	"LATEST": 2,
}
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_PackIbtpNumber_name = map[int32]string{
	0: "Single",
	1: "Multi",
}
View Source
var IBTP_PackIbtpNumber_value = map[string]int32{
	"Single": 0,
	"Multi":  1,
}
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",
	82: "OFFCHAIN_DATA_SEND",
}
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,
	"OFFCHAIN_DATA_SEND":           82,
}
View Source
var NotifyChain_name = map[int32]string{
	0: "NOTIFY_SRC",
	1: "NOTIFY_DEST",
}
View Source
var NotifyChain_value = map[string]int32{
	"NOTIFY_SRC":  0,
	"NOTIFY_DEST": 1,
}
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 added in v1.20.0

func GenServicePair(from, to string) string

func IsFinalStatus added in v1.28.0

func IsFinalStatus(status TransactionStatus) bool

func ParseFullServiceID added in v1.20.0

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

func ParseIBTPID added in v1.20.0

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

func ParseServicePair added in v1.20.0

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 added in v1.20.0

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) (*OffChainDataInfo, 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) (*OffChainDataInfo, error)
	GetOffChainDataReq(*Empty, AppchainPlugin_GetOffChainDataReqServer) error
	SubmitOffChainData(context.Context, *GetDataResponse) (*Empty, error)
}

AppchainPluginServer is the server API for AppchainPlugin service.

type AppchainPlugin_GetIBTPChClient added in v1.20.0

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

type AppchainPlugin_GetIBTPChServer added in v1.20.0

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

type AppchainPlugin_GetOffChainDataReqClient added in v1.20.0

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

type AppchainPlugin_GetOffChainDataReqServer added in v1.20.0

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

type AppchainPlugin_GetUpdateMetaClient added in v1.20.0

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

type AppchainPlugin_GetUpdateMetaServer added in v1.20.0

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 added in v1.20.0

func Bool(content bool) *Arg

func Bytes

func Bytes(content []byte) *Arg

func Float64 added in v1.20.0

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 added in v1.20.0

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 added in v1.20.0

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

func (*AuditRelatedObjInfo) GetAuditObj added in v1.20.0

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

func (*AuditRelatedObjInfo) GetRelatedChainIDList added in v1.20.0

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

func (*AuditRelatedObjInfo) GetRelatedNodeIDList added in v1.20.0

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

func (*AuditRelatedObjInfo) Marshal added in v1.20.0

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

func (*AuditRelatedObjInfo) MarshalTo added in v1.20.0

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

func (*AuditRelatedObjInfo) MarshalToSizedBuffer added in v1.20.0

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

func (*AuditRelatedObjInfo) ProtoMessage added in v1.20.0

func (*AuditRelatedObjInfo) ProtoMessage()

func (*AuditRelatedObjInfo) Reset added in v1.20.0

func (m *AuditRelatedObjInfo) Reset()

func (*AuditRelatedObjInfo) Size added in v1.20.0

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

func (*AuditRelatedObjInfo) String added in v1.20.0

func (m *AuditRelatedObjInfo) String() string

func (*AuditRelatedObjInfo) Unmarshal added in v1.20.0

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

func (*AuditRelatedObjInfo) XXX_DiscardUnknown added in v1.20.0

func (m *AuditRelatedObjInfo) XXX_DiscardUnknown()

func (*AuditRelatedObjInfo) XXX_Marshal added in v1.20.0

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

func (*AuditRelatedObjInfo) XXX_Merge added in v1.20.0

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

func (*AuditRelatedObjInfo) XXX_Size added in v1.20.0

func (m *AuditRelatedObjInfo) XXX_Size() int

func (*AuditRelatedObjInfo) XXX_Unmarshal added in v1.20.0

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

type AuditSubscriptionRequest added in v1.20.0

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 added in v1.20.0

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

func (*AuditSubscriptionRequest) GetAuditNodeId added in v1.20.0

func (m *AuditSubscriptionRequest) GetAuditNodeId() string

func (*AuditSubscriptionRequest) GetBlockHeight added in v1.20.0

func (m *AuditSubscriptionRequest) GetBlockHeight() uint64

func (*AuditSubscriptionRequest) GetExtra added in v1.20.0

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

func (*AuditSubscriptionRequest) GetType added in v1.20.0

func (*AuditSubscriptionRequest) Marshal added in v1.20.0

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

func (*AuditSubscriptionRequest) MarshalTo added in v1.20.0

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

func (*AuditSubscriptionRequest) MarshalToSizedBuffer added in v1.20.0

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

func (*AuditSubscriptionRequest) ProtoMessage added in v1.20.0

func (*AuditSubscriptionRequest) ProtoMessage()

func (*AuditSubscriptionRequest) Reset added in v1.20.0

func (m *AuditSubscriptionRequest) Reset()

func (*AuditSubscriptionRequest) Size added in v1.20.0

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

func (*AuditSubscriptionRequest) String added in v1.20.0

func (m *AuditSubscriptionRequest) String() string

func (*AuditSubscriptionRequest) Unmarshal added in v1.20.0

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

func (*AuditSubscriptionRequest) XXX_DiscardUnknown added in v1.20.0

func (m *AuditSubscriptionRequest) XXX_DiscardUnknown()

func (*AuditSubscriptionRequest) XXX_Marshal added in v1.20.0

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

func (*AuditSubscriptionRequest) XXX_Merge added in v1.20.0

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

func (*AuditSubscriptionRequest) XXX_Size added in v1.20.0

func (m *AuditSubscriptionRequest) XXX_Size() int

func (*AuditSubscriptionRequest) XXX_Unmarshal added in v1.20.0

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

type AuditSubscriptionRequest_Type added in v1.20.0

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

func (AuditSubscriptionRequest_Type) EnumDescriptor added in v1.20.0

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

func (AuditSubscriptionRequest_Type) String added in v1.20.0

type AuditTxInfo added in v1.20.0

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 added in v1.20.0

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

func (*AuditTxInfo) GetBlockHeight added in v1.20.0

func (m *AuditTxInfo) GetBlockHeight() uint64

func (*AuditTxInfo) GetRec added in v1.20.0

func (m *AuditTxInfo) GetRec() *Receipt

func (*AuditTxInfo) GetRelatedChainIDList added in v1.20.0

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

func (*AuditTxInfo) GetRelatedNodeIDList added in v1.20.0

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

func (*AuditTxInfo) GetTx added in v1.20.0

func (m *AuditTxInfo) GetTx() *BxhTransaction

func (*AuditTxInfo) Marshal added in v1.20.0

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

func (*AuditTxInfo) MarshalTo added in v1.20.0

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

func (*AuditTxInfo) MarshalToSizedBuffer added in v1.20.0

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

func (*AuditTxInfo) ProtoMessage added in v1.20.0

func (*AuditTxInfo) ProtoMessage()

func (*AuditTxInfo) Reset added in v1.20.0

func (m *AuditTxInfo) Reset()

func (*AuditTxInfo) Size added in v1.20.0

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

func (*AuditTxInfo) String added in v1.20.0

func (m *AuditTxInfo) String() string

func (*AuditTxInfo) Unmarshal added in v1.20.0

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

func (*AuditTxInfo) XXX_DiscardUnknown added in v1.20.0

func (m *AuditTxInfo) XXX_DiscardUnknown()

func (*AuditTxInfo) XXX_Marshal added in v1.20.0

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

func (*AuditTxInfo) XXX_Merge added in v1.20.0

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

func (*AuditTxInfo) XXX_Size added in v1.20.0

func (m *AuditTxInfo) XXX_Size() int

func (*AuditTxInfo) XXX_Unmarshal added in v1.20.0

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

type Ballot added in v1.28.0

type Ballot struct {
	VoterAddr string `protobuf:"bytes,1,opt,name=VoterAddr,proto3" json:"VoterAddr,omitempty"`
	Approve   string `protobuf:"bytes,2,opt,name=Approve,proto3" json:"Approve,omitempty"`
	Num       uint64 `protobuf:"varint,3,opt,name=Num,proto3" json:"Num,omitempty"`
	Reason    string `protobuf:"bytes,4,opt,name=Reason,proto3" json:"Reason,omitempty"`
	VoteTime  int64  `protobuf:"varint,5,opt,name=VoteTime,proto3" json:"VoteTime,omitempty"`
}

=========governance=========

func (*Ballot) Descriptor added in v1.28.0

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

func (*Ballot) GetApprove added in v1.28.0

func (m *Ballot) GetApprove() string

func (*Ballot) GetNum added in v1.28.0

func (m *Ballot) GetNum() uint64

func (*Ballot) GetReason added in v1.28.0

func (m *Ballot) GetReason() string

func (*Ballot) GetVoteTime added in v1.28.0

func (m *Ballot) GetVoteTime() int64

func (*Ballot) GetVoterAddr added in v1.28.0

func (m *Ballot) GetVoterAddr() string

func (*Ballot) Marshal added in v1.28.0

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

func (*Ballot) MarshalTo added in v1.28.0

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

func (*Ballot) MarshalToSizedBuffer added in v1.28.0

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

func (*Ballot) ProtoMessage added in v1.28.0

func (*Ballot) ProtoMessage()

func (*Ballot) Reset added in v1.28.0

func (m *Ballot) Reset()

func (*Ballot) Size added in v1.28.0

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

func (*Ballot) String added in v1.28.0

func (m *Ballot) String() string

func (*Ballot) Unmarshal added in v1.28.0

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

func (*Ballot) XXX_DiscardUnknown added in v1.28.0

func (m *Ballot) XXX_DiscardUnknown()

func (*Ballot) XXX_Marshal added in v1.28.0

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

func (*Ballot) XXX_Merge added in v1.28.0

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

func (*Ballot) XXX_Size added in v1.28.0

func (m *Ballot) XXX_Size() int

func (*Ballot) XXX_Unmarshal added in v1.28.0

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

type BatchReceipt added in v1.28.0

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 added in v1.28.0

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

func (*BatchReceipt) GetIbtpTypes added in v1.28.0

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

func (*BatchReceipt) GetIndexs added in v1.28.0

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

func (*BatchReceipt) GetProofs added in v1.28.0

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

func (*BatchReceipt) GetResults added in v1.28.0

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

func (*BatchReceipt) GetServiceIDs added in v1.28.0

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

func (*BatchReceipt) GetTos added in v1.28.0

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

func (*BatchReceipt) Marshal added in v1.28.0

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

func (*BatchReceipt) MarshalTo added in v1.28.0

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

func (*BatchReceipt) MarshalToSizedBuffer added in v1.28.0

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

func (*BatchReceipt) ProtoMessage added in v1.28.0

func (*BatchReceipt) ProtoMessage()

func (*BatchReceipt) Reset added in v1.28.0

func (m *BatchReceipt) Reset()

func (*BatchReceipt) Size added in v1.28.0

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

func (*BatchReceipt) String added in v1.28.0

func (m *BatchReceipt) String() string

func (*BatchReceipt) Unmarshal added in v1.28.0

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

func (*BatchReceipt) XXX_DiscardUnknown added in v1.28.0

func (m *BatchReceipt) XXX_DiscardUnknown()

func (*BatchReceipt) XXX_Marshal added in v1.28.0

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

func (*BatchReceipt) XXX_Merge added in v1.28.0

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

func (*BatchReceipt) XXX_Size added in v1.28.0

func (m *BatchReceipt) XXX_Size() int

func (*BatchReceipt) XXX_Unmarshal added in v1.28.0

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

type BatchRequest added in v1.28.0

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 added in v1.28.0

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

func (*BatchRequest) GetContents added in v1.28.0

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

func (*BatchRequest) GetFroms added in v1.28.0

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

func (*BatchRequest) GetIbtpTypes added in v1.28.0

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

func (*BatchRequest) GetIndexs added in v1.28.0

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

func (*BatchRequest) GetIsEncrypted added in v1.28.0

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

func (*BatchRequest) GetProofs added in v1.28.0

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

func (*BatchRequest) GetServiceIDs added in v1.28.0

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

func (*BatchRequest) Marshal added in v1.28.0

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

func (*BatchRequest) MarshalTo added in v1.28.0

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

func (*BatchRequest) MarshalToSizedBuffer added in v1.28.0

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

func (*BatchRequest) ProtoMessage added in v1.28.0

func (*BatchRequest) ProtoMessage()

func (*BatchRequest) Reset added in v1.28.0

func (m *BatchRequest) Reset()

func (*BatchRequest) Size added in v1.28.0

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

func (*BatchRequest) String added in v1.28.0

func (m *BatchRequest) String() string

func (*BatchRequest) Unmarshal added in v1.28.0

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

func (*BatchRequest) XXX_DiscardUnknown added in v1.28.0

func (m *BatchRequest) XXX_DiscardUnknown()

func (*BatchRequest) XXX_Marshal added in v1.28.0

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

func (*BatchRequest) XXX_Merge added in v1.28.0

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

func (*BatchRequest) XXX_Size added in v1.28.0

func (m *BatchRequest) XXX_Size() int

func (*BatchRequest) XXX_Unmarshal added in v1.28.0

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 added in v1.2.0

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 added in v1.20.0

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 added in v1.20.0

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

func (*BxhProof) GetMultiSign added in v1.20.0

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

func (*BxhProof) GetTxStatus added in v1.20.0

func (m *BxhProof) GetTxStatus() TransactionStatus

func (*BxhProof) Marshal added in v1.20.0

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

func (*BxhProof) MarshalTo added in v1.20.0

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

func (*BxhProof) MarshalToSizedBuffer added in v1.20.0

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

func (*BxhProof) ProtoMessage added in v1.20.0

func (*BxhProof) ProtoMessage()

func (*BxhProof) Reset added in v1.20.0

func (m *BxhProof) Reset()

func (*BxhProof) Size added in v1.20.0

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

func (*BxhProof) String added in v1.20.0

func (m *BxhProof) String() string

func (*BxhProof) Unmarshal added in v1.20.0

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

func (*BxhProof) XXX_DiscardUnknown added in v1.20.0

func (m *BxhProof) XXX_DiscardUnknown()

func (*BxhProof) XXX_Marshal added in v1.20.0

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

func (*BxhProof) XXX_Merge added in v1.20.0

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

func (*BxhProof) XXX_Size added in v1.20.0

func (m *BxhProof) XXX_Size() int

func (*BxhProof) XXX_Unmarshal added in v1.20.0

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

type BxhTransaction added in v1.2.0

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 added in v1.2.0

func (m *BxhTransaction) Account() string

func (*BxhTransaction) Descriptor added in v1.2.0

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

func (*BxhTransaction) GetAmount added in v1.2.0

func (m *BxhTransaction) GetAmount() string

func (*BxhTransaction) GetChainID added in v1.2.0

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

func (*BxhTransaction) GetCrosschainExtra added in v1.2.0

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

func (*BxhTransaction) GetExtra added in v1.2.0

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

func (*BxhTransaction) GetFrom added in v1.2.0

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

func (*BxhTransaction) GetGas added in v1.2.0

func (m *BxhTransaction) GetGas() uint64

func (*BxhTransaction) GetGasPrice added in v1.2.0

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

func (*BxhTransaction) GetHash added in v1.2.0

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

func (*BxhTransaction) GetIBTP added in v1.2.0

func (m *BxhTransaction) GetIBTP() *IBTP

func (*BxhTransaction) GetNonce added in v1.2.0

func (m *BxhTransaction) GetNonce() uint64

func (*BxhTransaction) GetPayload added in v1.2.0

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

func (*BxhTransaction) GetRawSignature added in v1.2.0

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 added in v1.28.0

func (m *BxhTransaction) GetReceiveTimestamp() int64

func (*BxhTransaction) GetSignHash added in v1.2.0

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

func (*BxhTransaction) GetSignature added in v1.2.0

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

func (*BxhTransaction) GetTimeStamp added in v1.2.0

func (m *BxhTransaction) GetTimeStamp() int64

func (*BxhTransaction) GetTimestamp added in v1.2.0

func (m *BxhTransaction) GetTimestamp() int64

func (*BxhTransaction) GetTo added in v1.2.0

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

func (*BxhTransaction) GetTyp added in v1.20.0

func (m *BxhTransaction) GetTyp() TxType

func (*BxhTransaction) GetType added in v1.2.0

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 added in v1.20.0

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

func (*BxhTransaction) GetVersion added in v1.2.0

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

func (*BxhTransaction) Hash added in v1.2.0

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

func (*BxhTransaction) IsIBTP added in v1.2.0

func (m *BxhTransaction) IsIBTP() bool

func (*BxhTransaction) Marshal added in v1.2.0

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

func (*BxhTransaction) MarshalTo added in v1.2.0

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

func (*BxhTransaction) MarshalToSizedBuffer added in v1.2.0

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

func (*BxhTransaction) MarshalWithFlag added in v1.2.0

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

func (*BxhTransaction) ProtoMessage added in v1.2.0

func (*BxhTransaction) ProtoMessage()

func (*BxhTransaction) Reset added in v1.2.0

func (m *BxhTransaction) Reset()

func (*BxhTransaction) Sign added in v1.2.0

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

func (*BxhTransaction) SignHash added in v1.2.0

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

func (*BxhTransaction) Size added in v1.2.0

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

func (*BxhTransaction) SizeWithFlag added in v1.2.0

func (m *BxhTransaction) SizeWithFlag() int

func (*BxhTransaction) String added in v1.2.0

func (m *BxhTransaction) String() string

func (*BxhTransaction) Unmarshal added in v1.2.0

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

func (*BxhTransaction) VerifySignature added in v1.2.0

func (m *BxhTransaction) VerifySignature() error

func (*BxhTransaction) XXX_DiscardUnknown added in v1.2.0

func (m *BxhTransaction) XXX_DiscardUnknown()

func (*BxhTransaction) XXX_Marshal added in v1.2.0

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

func (*BxhTransaction) XXX_Merge added in v1.2.0

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

func (*BxhTransaction) XXX_Size added in v1.2.0

func (m *BxhTransaction) XXX_Size() int

func (*BxhTransaction) XXX_Unmarshal added in v1.2.0

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)
	GetTransactionByBlockHashAndIndex(ctx context.Context, in *TransactionBlockHashAndIndexMsg, opts ...grpc.CallOption) (*GetTransactionResponse, error)
	GetTransactionByBlockNumberAndIndex(ctx context.Context, in *TransactionBlockNumberAndIndexMsg, 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)
	GetTransactionByBlockHashAndIndex(context.Context, *TransactionBlockHashAndIndexMsg) (*GetTransactionResponse, error)
	GetTransactionByBlockNumberAndIndex(context.Context, *TransactionBlockNumberAndIndexMsg) (*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 added in v1.20.0

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

type ChainBroker_SubscribeAuditInfoServer added in v1.20.0

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 added in v1.20.0

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 added in v1.20.0

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

func (*ChainIDResponse) GetAppchainID added in v1.20.0

func (m *ChainIDResponse) GetAppchainID() string

func (*ChainIDResponse) GetBxhID added in v1.20.0

func (m *ChainIDResponse) GetBxhID() string

func (*ChainIDResponse) Marshal added in v1.20.0

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

func (*ChainIDResponse) MarshalTo added in v1.20.0

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

func (*ChainIDResponse) MarshalToSizedBuffer added in v1.20.0

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

func (*ChainIDResponse) ProtoMessage added in v1.20.0

func (*ChainIDResponse) ProtoMessage()

func (*ChainIDResponse) Reset added in v1.20.0

func (m *ChainIDResponse) Reset()

func (*ChainIDResponse) Size added in v1.20.0

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

func (*ChainIDResponse) String added in v1.20.0

func (m *ChainIDResponse) String() string

func (*ChainIDResponse) Unmarshal added in v1.20.0

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

func (*ChainIDResponse) XXX_DiscardUnknown added in v1.20.0

func (m *ChainIDResponse) XXX_DiscardUnknown()

func (*ChainIDResponse) XXX_Marshal added in v1.20.0

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

func (*ChainIDResponse) XXX_Merge added in v1.20.0

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

func (*ChainIDResponse) XXX_Size added in v1.20.0

func (m *ChainIDResponse) XXX_Size() int

func (*ChainIDResponse) XXX_Unmarshal added in v1.20.0

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

type ChainInfoRequest added in v1.20.0

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

func (*ChainInfoRequest) Descriptor added in v1.20.0

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

func (*ChainInfoRequest) GetChainID added in v1.20.0

func (m *ChainInfoRequest) GetChainID() string

func (*ChainInfoRequest) Marshal added in v1.20.0

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

func (*ChainInfoRequest) MarshalTo added in v1.20.0

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

func (*ChainInfoRequest) MarshalToSizedBuffer added in v1.20.0

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

func (*ChainInfoRequest) ProtoMessage added in v1.20.0

func (*ChainInfoRequest) ProtoMessage()

func (*ChainInfoRequest) Reset added in v1.20.0

func (m *ChainInfoRequest) Reset()

func (*ChainInfoRequest) Size added in v1.20.0

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

func (*ChainInfoRequest) String added in v1.20.0

func (m *ChainInfoRequest) String() string

func (*ChainInfoRequest) Unmarshal added in v1.20.0

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

func (*ChainInfoRequest) XXX_DiscardUnknown added in v1.20.0

func (m *ChainInfoRequest) XXX_DiscardUnknown()

func (*ChainInfoRequest) XXX_Marshal added in v1.20.0

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

func (*ChainInfoRequest) XXX_Merge added in v1.20.0

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

func (*ChainInfoRequest) XXX_Size added in v1.20.0

func (m *ChainInfoRequest) XXX_Size() int

func (*ChainInfoRequest) XXX_Unmarshal added in v1.20.0

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

type ChainInfoResponse added in v1.20.0

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 added in v1.20.0

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

func (*ChainInfoResponse) GetBroker added in v1.20.0

func (m *ChainInfoResponse) GetBroker() string

func (*ChainInfoResponse) GetRuleAddr added in v1.20.0

func (m *ChainInfoResponse) GetRuleAddr() string

func (*ChainInfoResponse) GetTrustedRoot added in v1.20.0

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

func (*ChainInfoResponse) Marshal added in v1.20.0

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

func (*ChainInfoResponse) MarshalTo added in v1.20.0

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

func (*ChainInfoResponse) MarshalToSizedBuffer added in v1.20.0

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

func (*ChainInfoResponse) ProtoMessage added in v1.20.0

func (*ChainInfoResponse) ProtoMessage()

func (*ChainInfoResponse) Reset added in v1.20.0

func (m *ChainInfoResponse) Reset()

func (*ChainInfoResponse) Size added in v1.20.0

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

func (*ChainInfoResponse) String added in v1.20.0

func (m *ChainInfoResponse) String() string

func (*ChainInfoResponse) Unmarshal added in v1.20.0

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

func (*ChainInfoResponse) XXX_DiscardUnknown added in v1.20.0

func (m *ChainInfoResponse) XXX_DiscardUnknown()

func (*ChainInfoResponse) XXX_Marshal added in v1.20.0

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

func (*ChainInfoResponse) XXX_Merge added in v1.20.0

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

func (*ChainInfoResponse) XXX_Size added in v1.20.0

func (m *ChainInfoResponse) XXX_Size() int

func (*ChainInfoResponse) XXX_Unmarshal added in v1.20.0

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 added in v1.2.0

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 added in v1.2.0

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

func (*CheckPierResponse) GetAddress added in v1.2.0

func (m *CheckPierResponse) GetAddress() string

func (*CheckPierResponse) GetStatus added in v1.2.0

func (*CheckPierResponse) Marshal added in v1.2.0

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

func (*CheckPierResponse) MarshalTo added in v1.2.0

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

func (*CheckPierResponse) MarshalToSizedBuffer added in v1.2.0

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

func (*CheckPierResponse) ProtoMessage added in v1.2.0

func (*CheckPierResponse) ProtoMessage()

func (*CheckPierResponse) Reset added in v1.2.0

func (m *CheckPierResponse) Reset()

func (*CheckPierResponse) Size added in v1.2.0

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

func (*CheckPierResponse) String added in v1.2.0

func (m *CheckPierResponse) String() string

func (*CheckPierResponse) Unmarshal added in v1.2.0

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

func (*CheckPierResponse) XXX_DiscardUnknown added in v1.2.0

func (m *CheckPierResponse) XXX_DiscardUnknown()

func (*CheckPierResponse) XXX_Marshal added in v1.2.0

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

func (*CheckPierResponse) XXX_Merge added in v1.2.0

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

func (*CheckPierResponse) XXX_Size added in v1.2.0

func (m *CheckPierResponse) XXX_Size() int

func (*CheckPierResponse) XXX_Unmarshal added in v1.2.0

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

type CheckPierResponse_Status added in v1.2.0

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 added in v1.2.0

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

func (CheckPierResponse_Status) String added in v1.2.0

func (x CheckPierResponse_Status) String() string

type CommitEvent added in v1.2.0

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 added in v1.2.0

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

func (*CommitEvent) GetBlock added in v1.2.0

func (m *CommitEvent) GetBlock() *Block

func (*CommitEvent) GetLocalList added in v1.2.0

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

func (*CommitEvent) Marshal added in v1.2.0

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

func (*CommitEvent) MarshalTo added in v1.2.0

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

func (*CommitEvent) MarshalToSizedBuffer added in v1.28.0

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

func (*CommitEvent) ProtoMessage added in v1.2.0

func (*CommitEvent) ProtoMessage()

func (*CommitEvent) Reset added in v1.2.0

func (m *CommitEvent) Reset()

func (*CommitEvent) Size added in v1.2.0

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

func (*CommitEvent) String added in v1.2.0

func (m *CommitEvent) String() string

func (*CommitEvent) Unmarshal added in v1.2.0

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

func (*CommitEvent) XXX_DiscardUnknown added in v1.2.0

func (m *CommitEvent) XXX_DiscardUnknown()

func (*CommitEvent) XXX_Marshal added in v1.2.0

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

func (*CommitEvent) XXX_Merge added in v1.2.0

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

func (*CommitEvent) XXX_Size added in v1.2.0

func (m *CommitEvent) XXX_Size() int

func (*CommitEvent) XXX_Unmarshal added in v1.2.0

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

type ConnectInfo added in v1.20.1

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 added in v1.20.1

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

func (*ConnectInfo) GetAddrInfo added in v1.20.1

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

func (*ConnectInfo) GetPierId added in v1.20.1

func (m *ConnectInfo) GetPierId() string

func (*ConnectInfo) Marshal added in v1.20.1

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

func (*ConnectInfo) MarshalTo added in v1.20.1

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

func (*ConnectInfo) MarshalToSizedBuffer added in v1.20.1

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

func (*ConnectInfo) ProtoMessage added in v1.20.1

func (*ConnectInfo) ProtoMessage()

func (*ConnectInfo) Reset added in v1.20.1

func (m *ConnectInfo) Reset()

func (*ConnectInfo) Size added in v1.20.1

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

func (*ConnectInfo) String added in v1.20.1

func (m *ConnectInfo) String() string

func (*ConnectInfo) Unmarshal added in v1.20.1

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

func (*ConnectInfo) XXX_DiscardUnknown added in v1.20.1

func (m *ConnectInfo) XXX_DiscardUnknown()

func (*ConnectInfo) XXX_Marshal added in v1.20.1

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

func (*ConnectInfo) XXX_Merge added in v1.20.1

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

func (*ConnectInfo) XXX_Size added in v1.20.1

func (m *ConnectInfo) XXX_Size() int

func (*ConnectInfo) XXX_Unmarshal added in v1.20.1

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 added in v1.2.0

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

func (*DelVPNodeRequest) Descriptor added in v1.2.0

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

func (*DelVPNodeRequest) GetPid added in v1.2.0

func (m *DelVPNodeRequest) GetPid() string

func (*DelVPNodeRequest) Marshal added in v1.2.0

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

func (*DelVPNodeRequest) MarshalTo added in v1.2.0

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

func (*DelVPNodeRequest) MarshalToSizedBuffer added in v1.2.0

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

func (*DelVPNodeRequest) ProtoMessage added in v1.2.0

func (*DelVPNodeRequest) ProtoMessage()

func (*DelVPNodeRequest) Reset added in v1.2.0

func (m *DelVPNodeRequest) Reset()

func (*DelVPNodeRequest) Size added in v1.2.0

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

func (*DelVPNodeRequest) String added in v1.2.0

func (m *DelVPNodeRequest) String() string

func (*DelVPNodeRequest) Unmarshal added in v1.2.0

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

func (*DelVPNodeRequest) XXX_DiscardUnknown added in v1.2.0

func (m *DelVPNodeRequest) XXX_DiscardUnknown()

func (*DelVPNodeRequest) XXX_Marshal added in v1.2.0

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

func (*DelVPNodeRequest) XXX_Merge added in v1.2.0

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

func (*DelVPNodeRequest) XXX_Size added in v1.2.0

func (m *DelVPNodeRequest) XXX_Size() int

func (*DelVPNodeRequest) XXX_Unmarshal added in v1.2.0

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

type DirectTransactionMetaRequest added in v1.20.0

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

func (*DirectTransactionMetaRequest) Descriptor added in v1.20.0

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

func (*DirectTransactionMetaRequest) GetIBTPid added in v1.20.0

func (m *DirectTransactionMetaRequest) GetIBTPid() string

func (*DirectTransactionMetaRequest) Marshal added in v1.20.0

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

func (*DirectTransactionMetaRequest) MarshalTo added in v1.20.0

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

func (*DirectTransactionMetaRequest) MarshalToSizedBuffer added in v1.20.0

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

func (*DirectTransactionMetaRequest) ProtoMessage added in v1.20.0

func (*DirectTransactionMetaRequest) ProtoMessage()

func (*DirectTransactionMetaRequest) Reset added in v1.20.0

func (m *DirectTransactionMetaRequest) Reset()

func (*DirectTransactionMetaRequest) Size added in v1.20.0

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

func (*DirectTransactionMetaRequest) String added in v1.20.0

func (*DirectTransactionMetaRequest) Unmarshal added in v1.20.0

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

func (*DirectTransactionMetaRequest) XXX_DiscardUnknown added in v1.20.0

func (m *DirectTransactionMetaRequest) XXX_DiscardUnknown()

func (*DirectTransactionMetaRequest) XXX_Marshal added in v1.20.0

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

func (*DirectTransactionMetaRequest) XXX_Merge added in v1.20.0

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

func (*DirectTransactionMetaRequest) XXX_Size added in v1.20.0

func (m *DirectTransactionMetaRequest) XXX_Size() int

func (*DirectTransactionMetaRequest) XXX_Unmarshal added in v1.20.0

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

type DirectTransactionMetaResponse added in v1.20.0

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 added in v1.20.0

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

func (*DirectTransactionMetaResponse) GetStartTimestamp added in v1.20.0

func (m *DirectTransactionMetaResponse) GetStartTimestamp() uint64

func (*DirectTransactionMetaResponse) GetTimeoutPeriod added in v1.20.0

func (m *DirectTransactionMetaResponse) GetTimeoutPeriod() uint64

func (*DirectTransactionMetaResponse) GetTransactionStatus added in v1.20.0

func (m *DirectTransactionMetaResponse) GetTransactionStatus() uint64

func (*DirectTransactionMetaResponse) Marshal added in v1.20.0

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

func (*DirectTransactionMetaResponse) MarshalTo added in v1.20.0

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

func (*DirectTransactionMetaResponse) MarshalToSizedBuffer added in v1.20.0

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

func (*DirectTransactionMetaResponse) ProtoMessage added in v1.20.0

func (*DirectTransactionMetaResponse) ProtoMessage()

func (*DirectTransactionMetaResponse) Reset added in v1.20.0

func (m *DirectTransactionMetaResponse) Reset()

func (*DirectTransactionMetaResponse) Size added in v1.20.0

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

func (*DirectTransactionMetaResponse) String added in v1.20.0

func (*DirectTransactionMetaResponse) Unmarshal added in v1.20.0

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

func (*DirectTransactionMetaResponse) XXX_DiscardUnknown added in v1.20.0

func (m *DirectTransactionMetaResponse) XXX_DiscardUnknown()

func (*DirectTransactionMetaResponse) XXX_Marshal added in v1.20.0

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

func (*DirectTransactionMetaResponse) XXX_Merge added in v1.20.0

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

func (*DirectTransactionMetaResponse) XXX_Size added in v1.20.0

func (m *DirectTransactionMetaResponse) XXX_Size() int

func (*DirectTransactionMetaResponse) XXX_Unmarshal added in v1.20.0

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 added in v1.20.0

func (m *Event) GetEventType() Event_EventType

func (*Event) IsAuditEvent added in v1.20.0

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 added in v1.28.0

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 added in v1.28.0

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

func (*EventWrapper) GetIndex added in v1.28.0

func (m *EventWrapper) GetIndex() uint64

func (*EventWrapper) GetIsBatch added in v1.28.0

func (m *EventWrapper) GetIsBatch() bool

func (*EventWrapper) Marshal added in v1.28.0

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

func (*EventWrapper) MarshalTo added in v1.28.0

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

func (*EventWrapper) MarshalToSizedBuffer added in v1.28.0

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

func (*EventWrapper) ProtoMessage added in v1.28.0

func (*EventWrapper) ProtoMessage()

func (*EventWrapper) Reset added in v1.28.0

func (m *EventWrapper) Reset()

func (*EventWrapper) Size added in v1.28.0

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

func (*EventWrapper) String added in v1.28.0

func (m *EventWrapper) String() string

func (*EventWrapper) Unmarshal added in v1.28.0

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

func (*EventWrapper) XXX_DiscardUnknown added in v1.28.0

func (m *EventWrapper) XXX_DiscardUnknown()

func (*EventWrapper) XXX_Marshal added in v1.28.0

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

func (*EventWrapper) XXX_Merge added in v1.28.0

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

func (*EventWrapper) XXX_Size added in v1.28.0

func (m *EventWrapper) XXX_Size() int

func (*EventWrapper) XXX_Unmarshal added in v1.28.0

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

type Event_EventType added in v1.20.0

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 added in v1.20.0

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

func (Event_EventType) String added in v1.20.0

func (x Event_EventType) String() string

type EvmLog added in v1.2.0

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 added in v1.2.0

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

func (*EvmLog) GetBlockNumber added in v1.2.0

func (m *EvmLog) GetBlockNumber() uint64

func (*EvmLog) GetData added in v1.2.0

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

func (*EvmLog) GetLogIndex added in v1.20.1

func (m *EvmLog) GetLogIndex() uint64

func (*EvmLog) GetRemoved added in v1.2.0

func (m *EvmLog) GetRemoved() bool

func (*EvmLog) GetTransactionIndex added in v1.20.1

func (m *EvmLog) GetTransactionIndex() uint64

func (*EvmLog) Marshal added in v1.2.0

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

func (EvmLog) MarshalJSON added in v1.2.0

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

MarshalJSON marshals as JSON.

func (*EvmLog) MarshalTo added in v1.2.0

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

func (*EvmLog) MarshalToSizedBuffer added in v1.2.0

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

func (*EvmLog) ProtoMessage added in v1.2.0

func (*EvmLog) ProtoMessage()

func (*EvmLog) Reset added in v1.2.0

func (m *EvmLog) Reset()

func (*EvmLog) Size added in v1.2.0

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

func (*EvmLog) String added in v1.2.0

func (m *EvmLog) String() string

func (*EvmLog) Unmarshal added in v1.2.0

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

func (*EvmLog) XXX_DiscardUnknown added in v1.2.0

func (m *EvmLog) XXX_DiscardUnknown()

func (*EvmLog) XXX_Marshal added in v1.2.0

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

func (*EvmLog) XXX_Merge added in v1.2.0

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

func (*EvmLog) XXX_Size added in v1.2.0

func (m *EvmLog) XXX_Size() int

func (*EvmLog) XXX_Unmarshal added in v1.2.0

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 added in v1.2.0

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 added in v1.2.0

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

func (*GetBlockHeadersRequest) GetEnd added in v1.2.0

func (m *GetBlockHeadersRequest) GetEnd() uint64

func (*GetBlockHeadersRequest) GetStart added in v1.2.0

func (m *GetBlockHeadersRequest) GetStart() uint64

func (*GetBlockHeadersRequest) Marshal added in v1.2.0

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

func (*GetBlockHeadersRequest) MarshalTo added in v1.2.0

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

func (*GetBlockHeadersRequest) MarshalToSizedBuffer added in v1.2.0

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

func (*GetBlockHeadersRequest) ProtoMessage added in v1.2.0

func (*GetBlockHeadersRequest) ProtoMessage()

func (*GetBlockHeadersRequest) Reset added in v1.2.0

func (m *GetBlockHeadersRequest) Reset()

func (*GetBlockHeadersRequest) Size added in v1.2.0

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

func (*GetBlockHeadersRequest) String added in v1.2.0

func (m *GetBlockHeadersRequest) String() string

func (*GetBlockHeadersRequest) Unmarshal added in v1.2.0

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

func (*GetBlockHeadersRequest) XXX_DiscardUnknown added in v1.2.0

func (m *GetBlockHeadersRequest) XXX_DiscardUnknown()

func (*GetBlockHeadersRequest) XXX_Marshal added in v1.2.0

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

func (*GetBlockHeadersRequest) XXX_Merge added in v1.2.0

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

func (*GetBlockHeadersRequest) XXX_Size added in v1.2.0

func (m *GetBlockHeadersRequest) XXX_Size() int

func (*GetBlockHeadersRequest) XXX_Unmarshal added in v1.2.0

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

type GetBlockHeadersResponse added in v1.2.0

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

func (*GetBlockHeadersResponse) Descriptor added in v1.2.0

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

func (*GetBlockHeadersResponse) GetBlockHeaders added in v1.2.0

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

func (*GetBlockHeadersResponse) Marshal added in v1.2.0

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

func (*GetBlockHeadersResponse) MarshalTo added in v1.2.0

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

func (*GetBlockHeadersResponse) MarshalToSizedBuffer added in v1.2.0

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

func (*GetBlockHeadersResponse) ProtoMessage added in v1.2.0

func (*GetBlockHeadersResponse) ProtoMessage()

func (*GetBlockHeadersResponse) Reset added in v1.2.0

func (m *GetBlockHeadersResponse) Reset()

func (*GetBlockHeadersResponse) Size added in v1.2.0

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

func (*GetBlockHeadersResponse) String added in v1.2.0

func (m *GetBlockHeadersResponse) String() string

func (*GetBlockHeadersResponse) Unmarshal added in v1.2.0

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

func (*GetBlockHeadersResponse) XXX_DiscardUnknown added in v1.2.0

func (m *GetBlockHeadersResponse) XXX_DiscardUnknown()

func (*GetBlockHeadersResponse) XXX_Marshal added in v1.2.0

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

func (*GetBlockHeadersResponse) XXX_Merge added in v1.2.0

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

func (*GetBlockHeadersResponse) XXX_Size added in v1.2.0

func (m *GetBlockHeadersResponse) XXX_Size() int

func (*GetBlockHeadersResponse) XXX_Unmarshal added in v1.2.0

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"`
	FullTx bool                 `protobuf:"varint,3,opt,name=full_tx,json=fullTx,proto3" json:"full_tx,omitempty"`
}

func (*GetBlockRequest) Descriptor

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

func (*GetBlockRequest) GetFullTx added in v1.28.0

func (m *GetBlockRequest) GetFullTx() bool

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
	GetBlockRequest_LATEST GetBlockRequest_Type = 2
)

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"`
	FullTx bool   `protobuf:"varint,3,opt,name=full_tx,json=fullTx,proto3" json:"full_tx,omitempty"`
}

func (*GetBlocksRequest) Descriptor

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

func (*GetBlocksRequest) GetEnd

func (m *GetBlocksRequest) GetEnd() uint64

func (*GetBlocksRequest) GetFullTx added in v1.28.0

func (m *GetBlocksRequest) GetFullTx() bool

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 added in v1.20.0

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 added in v1.20.0

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

func (*GetDataRequest) GetFrom added in v1.20.0

func (m *GetDataRequest) GetFrom() string

func (*GetDataRequest) GetIndex added in v1.20.0

func (m *GetDataRequest) GetIndex() uint64

func (*GetDataRequest) GetReq added in v1.20.0

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

func (*GetDataRequest) GetTo added in v1.20.0

func (m *GetDataRequest) GetTo() string

func (*GetDataRequest) Marshal added in v1.20.0

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

func (*GetDataRequest) MarshalTo added in v1.20.0

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

func (*GetDataRequest) MarshalToSizedBuffer added in v1.20.0

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

func (*GetDataRequest) ProtoMessage added in v1.20.0

func (*GetDataRequest) ProtoMessage()

func (*GetDataRequest) Reset added in v1.20.0

func (m *GetDataRequest) Reset()

func (*GetDataRequest) Size added in v1.20.0

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

func (*GetDataRequest) String added in v1.20.0

func (m *GetDataRequest) String() string

func (*GetDataRequest) Unmarshal added in v1.20.0

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

func (*GetDataRequest) XXX_DiscardUnknown added in v1.20.0

func (m *GetDataRequest) XXX_DiscardUnknown()

func (*GetDataRequest) XXX_Marshal added in v1.20.0

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

func (*GetDataRequest) XXX_Merge added in v1.20.0

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

func (*GetDataRequest) XXX_Size added in v1.20.0

func (m *GetDataRequest) XXX_Size() int

func (*GetDataRequest) XXX_Unmarshal added in v1.20.0

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

type GetDataResponse added in v1.20.0

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"`
	ShardTag *ShardIdentification `protobuf:"bytes,7,opt,name=shard_tag,json=shardTag,proto3" json:"shard_tag,omitempty"`
}

func (*GetDataResponse) Descriptor added in v1.20.0

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

func (*GetDataResponse) GetData added in v1.20.0

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

func (*GetDataResponse) GetFrom added in v1.20.0

func (m *GetDataResponse) GetFrom() string

func (*GetDataResponse) GetIndex added in v1.20.0

func (m *GetDataResponse) GetIndex() uint64

func (*GetDataResponse) GetMsg added in v1.20.0

func (m *GetDataResponse) GetMsg() string

func (*GetDataResponse) GetShardTag added in v1.28.0

func (m *GetDataResponse) GetShardTag() *ShardIdentification

func (*GetDataResponse) GetTo added in v1.20.0

func (m *GetDataResponse) GetTo() string

func (*GetDataResponse) GetType added in v1.20.0

func (*GetDataResponse) Marshal added in v1.20.0

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

func (*GetDataResponse) MarshalTo added in v1.20.0

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

func (*GetDataResponse) MarshalToSizedBuffer added in v1.20.0

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

func (*GetDataResponse) ProtoMessage added in v1.20.0

func (*GetDataResponse) ProtoMessage()

func (*GetDataResponse) Reset added in v1.20.0

func (m *GetDataResponse) Reset()

func (*GetDataResponse) Size added in v1.20.0

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

func (*GetDataResponse) String added in v1.20.0

func (m *GetDataResponse) String() string

func (*GetDataResponse) Unmarshal added in v1.20.0

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

func (*GetDataResponse) XXX_DiscardUnknown added in v1.20.0

func (m *GetDataResponse) XXX_DiscardUnknown()

func (*GetDataResponse) XXX_Marshal added in v1.20.0

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

func (*GetDataResponse) XXX_Merge added in v1.20.0

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

func (*GetDataResponse) XXX_Size added in v1.20.0

func (m *GetDataResponse) XXX_Size() int

func (*GetDataResponse) XXX_Unmarshal added in v1.20.0

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

type GetDataResponse_Type added in v1.20.0

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 added in v1.20.0

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

func (GetDataResponse_Type) String added in v1.20.0

func (x GetDataResponse_Type) String() string

type GetHappyBlocksResponse added in v1.20.0

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

func (*GetHappyBlocksResponse) Descriptor added in v1.20.0

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

func (*GetHappyBlocksResponse) GetBlocks added in v1.20.0

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

func (*GetHappyBlocksResponse) Marshal added in v1.20.0

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

func (*GetHappyBlocksResponse) MarshalTo added in v1.20.0

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

func (*GetHappyBlocksResponse) MarshalToSizedBuffer added in v1.20.0

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

func (*GetHappyBlocksResponse) ProtoMessage added in v1.20.0

func (*GetHappyBlocksResponse) ProtoMessage()

func (*GetHappyBlocksResponse) Reset added in v1.20.0

func (m *GetHappyBlocksResponse) Reset()

func (*GetHappyBlocksResponse) Size added in v1.20.0

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

func (*GetHappyBlocksResponse) String added in v1.20.0

func (m *GetHappyBlocksResponse) String() string

func (*GetHappyBlocksResponse) Unmarshal added in v1.20.0

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

func (*GetHappyBlocksResponse) XXX_DiscardUnknown added in v1.20.0

func (m *GetHappyBlocksResponse) XXX_DiscardUnknown()

func (*GetHappyBlocksResponse) XXX_Marshal added in v1.20.0

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

func (*GetHappyBlocksResponse) XXX_Merge added in v1.20.0

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

func (*GetHappyBlocksResponse) XXX_Size added in v1.20.0

func (m *GetHappyBlocksResponse) XXX_Size() int

func (*GetHappyBlocksResponse) XXX_Unmarshal added in v1.20.0

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 added in v1.20.0

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 added in v1.20.0

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

func (*GetMessageRequest) GetIdx added in v1.20.0

func (m *GetMessageRequest) GetIdx() uint64

func (*GetMessageRequest) GetServicePair added in v1.20.0

func (m *GetMessageRequest) GetServicePair() string

func (*GetMessageRequest) Marshal added in v1.20.0

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

func (*GetMessageRequest) MarshalTo added in v1.20.0

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

func (*GetMessageRequest) MarshalToSizedBuffer added in v1.20.0

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

func (*GetMessageRequest) ProtoMessage added in v1.20.0

func (*GetMessageRequest) ProtoMessage()

func (*GetMessageRequest) Reset added in v1.20.0

func (m *GetMessageRequest) Reset()

func (*GetMessageRequest) Size added in v1.20.0

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

func (*GetMessageRequest) String added in v1.20.0

func (m *GetMessageRequest) String() string

func (*GetMessageRequest) Unmarshal added in v1.20.0

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

func (*GetMessageRequest) XXX_DiscardUnknown added in v1.20.0

func (m *GetMessageRequest) XXX_DiscardUnknown()

func (*GetMessageRequest) XXX_Marshal added in v1.20.0

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

func (*GetMessageRequest) XXX_Merge added in v1.20.0

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

func (*GetMessageRequest) XXX_Size added in v1.20.0

func (m *GetMessageRequest) XXX_Size() int

func (*GetMessageRequest) XXX_Unmarshal added in v1.20.0

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 added in v1.20.0

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 added in v1.20.0

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

func (*GetSignsRequest) GetContent added in v1.20.0

func (m *GetSignsRequest) GetContent() string

func (*GetSignsRequest) GetExtra added in v1.20.0

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

func (*GetSignsRequest) GetType added in v1.20.0

func (*GetSignsRequest) Marshal added in v1.20.0

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

func (*GetSignsRequest) MarshalTo added in v1.20.0

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

func (*GetSignsRequest) MarshalToSizedBuffer added in v1.20.0

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

func (*GetSignsRequest) ProtoMessage added in v1.20.0

func (*GetSignsRequest) ProtoMessage()

func (*GetSignsRequest) Reset added in v1.20.0

func (m *GetSignsRequest) Reset()

func (*GetSignsRequest) Size added in v1.20.0

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

func (*GetSignsRequest) String added in v1.20.0

func (m *GetSignsRequest) String() string

func (*GetSignsRequest) Unmarshal added in v1.20.0

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

func (*GetSignsRequest) XXX_DiscardUnknown added in v1.20.0

func (m *GetSignsRequest) XXX_DiscardUnknown()

func (*GetSignsRequest) XXX_Marshal added in v1.20.0

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

func (*GetSignsRequest) XXX_Merge added in v1.20.0

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

func (*GetSignsRequest) XXX_Size added in v1.20.0

func (m *GetSignsRequest) XXX_Size() int

func (*GetSignsRequest) XXX_Unmarshal added in v1.20.0

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

type GetSignsRequest_Type added in v1.20.0

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 added in v1.20.0

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

func (GetSignsRequest_Type) String added in v1.20.0

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 added in v1.20.0

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 added in v1.20.0

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

func (*HappyBlock) GetBlockHeader added in v1.20.0

func (m *HappyBlock) GetBlockHeader() *BlockHeader

func (*HappyBlock) GetBxhTxs added in v1.20.0

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

func (*HappyBlock) GetEthTxs added in v1.20.0

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

func (*HappyBlock) GetExtra added in v1.20.0

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

func (*HappyBlock) GetIndex added in v1.20.0

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

func (*HappyBlock) GetSignature added in v1.20.0

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

func (*HappyBlock) Marshal added in v1.20.0

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

func (*HappyBlock) MarshalTo added in v1.20.0

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

func (*HappyBlock) MarshalToSizedBuffer added in v1.20.0

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

func (*HappyBlock) ProtoMessage added in v1.20.0

func (*HappyBlock) ProtoMessage()

func (*HappyBlock) Reset added in v1.20.0

func (m *HappyBlock) Reset()

func (*HappyBlock) Size added in v1.20.0

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

func (*HappyBlock) String added in v1.20.0

func (m *HappyBlock) String() string

func (*HappyBlock) Unmarshal added in v1.20.0

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

func (*HappyBlock) XXX_DiscardUnknown added in v1.20.0

func (m *HappyBlock) XXX_DiscardUnknown()

func (*HappyBlock) XXX_Marshal added in v1.20.0

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

func (*HappyBlock) XXX_Merge added in v1.20.0

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

func (*HappyBlock) XXX_Size added in v1.20.0

func (m *HappyBlock) XXX_Size() int

func (*HappyBlock) XXX_Unmarshal added in v1.20.0

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

type HeartBeatRespones added in v1.2.0

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

func (*HeartBeatRespones) Descriptor added in v1.2.0

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

func (*HeartBeatRespones) GetStatus added in v1.2.0

func (*HeartBeatRespones) Marshal added in v1.2.0

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

func (*HeartBeatRespones) MarshalTo added in v1.2.0

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

func (*HeartBeatRespones) MarshalToSizedBuffer added in v1.2.0

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

func (*HeartBeatRespones) ProtoMessage added in v1.2.0

func (*HeartBeatRespones) ProtoMessage()

func (*HeartBeatRespones) Reset added in v1.2.0

func (m *HeartBeatRespones) Reset()

func (*HeartBeatRespones) Size added in v1.2.0

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

func (*HeartBeatRespones) String added in v1.2.0

func (m *HeartBeatRespones) String() string

func (*HeartBeatRespones) Unmarshal added in v1.2.0

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

func (*HeartBeatRespones) XXX_DiscardUnknown added in v1.2.0

func (m *HeartBeatRespones) XXX_DiscardUnknown()

func (*HeartBeatRespones) XXX_Marshal added in v1.2.0

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

func (*HeartBeatRespones) XXX_Merge added in v1.2.0

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

func (*HeartBeatRespones) XXX_Size added in v1.2.0

func (m *HeartBeatRespones) XXX_Size() int

func (*HeartBeatRespones) XXX_Unmarshal added in v1.2.0

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

type HeartBeatRespones_Status added in v1.2.0

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

func (HeartBeatRespones_Status) EnumDescriptor added in v1.2.0

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

func (HeartBeatRespones_Status) String added in v1.2.0

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"`
	// generate IBTP timeStamp
	Timestamp int64 `protobuf:"varint,11,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// debug mode for performance test
	Debug bool `protobuf:"varint,12,opt,name=debug,proto3" json:"debug,omitempty"`
}

Inter-blockchain Transfer Protocol

func (*IBTP) Category

func (m *IBTP) Category() IBTP_Category

func (*IBTP) CheckServiceID added in v1.20.0

func (m *IBTP) CheckServiceID() error

func (*IBTP) Descriptor

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

func (*IBTP) GetDebug added in v1.28.0

func (m *IBTP) GetDebug() bool

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 added in v1.20.0

func (m *IBTP) GetTimeoutHeight() int64

func (*IBTP) GetTimestamp

func (m *IBTP) GetTimestamp() 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 added in v1.20.0

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

ParseFrom should be called after CheckServiceID is called

func (*IBTP) ParseTo added in v1.20.0

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 added in v1.20.0

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_PackIbtpNumber added in v1.28.0

type IBTP_PackIbtpNumber int32
const (
	IBTP_Single IBTP_PackIbtpNumber = 0
	IBTP_Multi  IBTP_PackIbtpNumber = 1
)

func (IBTP_PackIbtpNumber) EnumDescriptor added in v1.28.0

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

func (IBTP_PackIbtpNumber) String added in v1.28.0

func (x IBTP_PackIbtpNumber) 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 added in v1.28.0

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 InterchainEvent added in v1.28.0

type InterchainEvent struct {
	InterchainTx      []*InterchainStatus `protobuf:"bytes,1,rep,name=InterchainTx,proto3" json:"InterchainTx,omitempty"`
	InterchainReceipt []*InterchainStatus `protobuf:"bytes,2,rep,name=InterchainReceipt,proto3" json:"InterchainReceipt,omitempty"`
	InterchainConfirm []*InterchainStatus `protobuf:"bytes,3,rep,name=InterchainConfirm,proto3" json:"InterchainConfirm,omitempty"`
	InterchainTxCount uint64              `protobuf:"varint,4,opt,name=InterchainTxCount,proto3" json:"InterchainTxCount,omitempty"`
	BlockHeight       uint64              `protobuf:"varint,5,opt,name=BlockHeight,proto3" json:"BlockHeight,omitempty"`
}

func (*InterchainEvent) Descriptor added in v1.28.0

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

func (*InterchainEvent) GetBlockHeight added in v1.28.0

func (m *InterchainEvent) GetBlockHeight() uint64

func (*InterchainEvent) GetInterchainConfirm added in v1.28.0

func (m *InterchainEvent) GetInterchainConfirm() []*InterchainStatus

func (*InterchainEvent) GetInterchainReceipt added in v1.28.0

func (m *InterchainEvent) GetInterchainReceipt() []*InterchainStatus

func (*InterchainEvent) GetInterchainTx added in v1.28.0

func (m *InterchainEvent) GetInterchainTx() []*InterchainStatus

func (*InterchainEvent) GetInterchainTxCount added in v1.28.0

func (m *InterchainEvent) GetInterchainTxCount() uint64

func (*InterchainEvent) Marshal added in v1.28.0

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

func (*InterchainEvent) MarshalTo added in v1.28.0

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

func (*InterchainEvent) MarshalToSizedBuffer added in v1.28.0

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

func (*InterchainEvent) ProtoMessage added in v1.28.0

func (*InterchainEvent) ProtoMessage()

func (*InterchainEvent) Reset added in v1.28.0

func (m *InterchainEvent) Reset()

func (*InterchainEvent) Size added in v1.28.0

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

func (*InterchainEvent) String added in v1.28.0

func (m *InterchainEvent) String() string

func (*InterchainEvent) Unmarshal added in v1.28.0

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

func (*InterchainEvent) XXX_DiscardUnknown added in v1.28.0

func (m *InterchainEvent) XXX_DiscardUnknown()

func (*InterchainEvent) XXX_Marshal added in v1.28.0

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

func (*InterchainEvent) XXX_Merge added in v1.28.0

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

func (*InterchainEvent) XXX_Size added in v1.28.0

func (m *InterchainEvent) XXX_Size() int

func (*InterchainEvent) XXX_Unmarshal added in v1.28.0

func (m *InterchainEvent) XXX_Unmarshal(b []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 added in v1.2.0

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 added in v1.2.0

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

func (*InterchainMetaS) GetCounter added in v1.2.0

func (*InterchainMetaS) GetMultiTxCounter added in v1.20.0

func (m *InterchainMetaS) GetMultiTxCounter() *StringStringSliceMap

func (*InterchainMetaS) GetTimeoutCounter added in v1.20.0

func (m *InterchainMetaS) GetTimeoutCounter() *StringStringSliceMap

func (*InterchainMetaS) Marshal added in v1.2.0

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

func (*InterchainMetaS) MarshalTo added in v1.2.0

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

func (*InterchainMetaS) MarshalToSizedBuffer added in v1.2.0

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

func (*InterchainMetaS) ProtoMessage added in v1.2.0

func (*InterchainMetaS) ProtoMessage()

func (*InterchainMetaS) Reset added in v1.2.0

func (m *InterchainMetaS) Reset()

func (*InterchainMetaS) Size added in v1.2.0

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

func (*InterchainMetaS) String added in v1.2.0

func (m *InterchainMetaS) String() string

func (*InterchainMetaS) Unmarshal added in v1.2.0

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

func (*InterchainMetaS) XXX_DiscardUnknown added in v1.2.0

func (m *InterchainMetaS) XXX_DiscardUnknown()

func (*InterchainMetaS) XXX_Marshal added in v1.2.0

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

func (*InterchainMetaS) XXX_Merge added in v1.2.0

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

func (*InterchainMetaS) XXX_Size added in v1.2.0

func (m *InterchainMetaS) XXX_Size() int

func (*InterchainMetaS) XXX_Unmarshal added in v1.2.0

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

type InterchainS added in v1.2.0

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 added in v1.2.0

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

func (*InterchainS) GetID added in v1.2.0

func (m *InterchainS) GetID() string

func (*InterchainS) GetInterchainCounter added in v1.2.0

func (m *InterchainS) GetInterchainCounter() *StringUint64Map

func (*InterchainS) GetReceiptCounter added in v1.2.0

func (m *InterchainS) GetReceiptCounter() *StringUint64Map

func (*InterchainS) GetSourceInterchainCounter added in v1.20.0

func (m *InterchainS) GetSourceInterchainCounter() *StringUint64Map

func (*InterchainS) GetSourceReceiptCounter added in v1.2.0

func (m *InterchainS) GetSourceReceiptCounter() *StringUint64Map

func (*InterchainS) Marshal added in v1.2.0

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

func (*InterchainS) MarshalTo added in v1.2.0

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

func (*InterchainS) MarshalToSizedBuffer added in v1.2.0

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

func (*InterchainS) ProtoMessage added in v1.2.0

func (*InterchainS) ProtoMessage()

func (*InterchainS) Reset added in v1.2.0

func (m *InterchainS) Reset()

func (*InterchainS) Size added in v1.2.0

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

func (*InterchainS) String added in v1.2.0

func (m *InterchainS) String() string

func (*InterchainS) Unmarshal added in v1.2.0

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

func (*InterchainS) XXX_DiscardUnknown added in v1.2.0

func (m *InterchainS) XXX_DiscardUnknown()

func (*InterchainS) XXX_Marshal added in v1.2.0

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

func (*InterchainS) XXX_Merge added in v1.2.0

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

func (*InterchainS) XXX_Size added in v1.2.0

func (m *InterchainS) XXX_Size() int

func (*InterchainS) XXX_Unmarshal added in v1.2.0

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

type InterchainStatus added in v1.28.0

type InterchainStatus struct {
	From string `protobuf:"bytes,1,opt,name=From,proto3" json:"From,omitempty"`
	To   string `protobuf:"bytes,2,opt,name=To,proto3" json:"To,omitempty"`
	Hash string `protobuf:"bytes,3,opt,name=Hash,proto3" json:"Hash,omitempty"`
}

func (*InterchainStatus) Descriptor added in v1.28.0

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

func (*InterchainStatus) GetFrom added in v1.28.0

func (m *InterchainStatus) GetFrom() string

func (*InterchainStatus) GetHash added in v1.28.0

func (m *InterchainStatus) GetHash() string

func (*InterchainStatus) GetTo added in v1.28.0

func (m *InterchainStatus) GetTo() string

func (*InterchainStatus) Marshal added in v1.28.0

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

func (*InterchainStatus) MarshalTo added in v1.28.0

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

func (*InterchainStatus) MarshalToSizedBuffer added in v1.28.0

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

func (*InterchainStatus) ProtoMessage added in v1.28.0

func (*InterchainStatus) ProtoMessage()

func (*InterchainStatus) Reset added in v1.28.0

func (m *InterchainStatus) Reset()

func (*InterchainStatus) Size added in v1.28.0

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

func (*InterchainStatus) String added in v1.28.0

func (m *InterchainStatus) String() string

func (*InterchainStatus) Unmarshal added in v1.28.0

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

func (*InterchainStatus) XXX_DiscardUnknown added in v1.28.0

func (m *InterchainStatus) XXX_DiscardUnknown()

func (*InterchainStatus) XXX_Marshal added in v1.28.0

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

func (*InterchainStatus) XXX_Merge added in v1.28.0

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

func (*InterchainStatus) XXX_Size added in v1.28.0

func (m *InterchainStatus) XXX_Size() int

func (*InterchainStatus) XXX_Unmarshal added in v1.28.0

func (m *InterchainStatus) 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 added in v1.20.0

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

func (*InterchainTxWrapper) GetTimeoutIbtps added in v1.20.0

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 added in v1.20.0

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 added in v1.20.0

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

func (*LockEvent) GetAppchainIndex added in v1.20.0

func (m *LockEvent) GetAppchainIndex() uint64

func (*LockEvent) GetBlockNumber added in v1.20.0

func (m *LockEvent) GetBlockNumber() uint64

func (*LockEvent) GetProof added in v1.20.0

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

func (*LockEvent) GetReceipt added in v1.20.0

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

func (*LockEvent) Marshal added in v1.20.0

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

func (*LockEvent) MarshalTo added in v1.20.0

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

func (*LockEvent) MarshalToSizedBuffer added in v1.20.0

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

func (*LockEvent) ProtoMessage added in v1.20.0

func (*LockEvent) ProtoMessage()

func (*LockEvent) Reset added in v1.20.0

func (m *LockEvent) Reset()

func (*LockEvent) Size added in v1.20.0

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

func (*LockEvent) String added in v1.20.0

func (m *LockEvent) String() string

func (*LockEvent) Unmarshal added in v1.20.0

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

func (*LockEvent) XXX_DiscardUnknown added in v1.20.0

func (m *LockEvent) XXX_DiscardUnknown()

func (*LockEvent) XXX_Marshal added in v1.20.0

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

func (*LockEvent) XXX_Merge added in v1.20.0

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

func (*LockEvent) XXX_Size added in v1.20.0

func (m *LockEvent) XXX_Size() int

func (*LockEvent) XXX_Unmarshal added in v1.20.0

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

type Log added in v1.20.0

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
	Message_OFFCHAIN_DATA_SEND           Message_Type = 82
)

func (Message_Type) EnumDescriptor

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

func (Message_Type) String

func (x Message_Type) String() string

type MultiTransaction added in v1.20.0

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

func (*MultiTransaction) Descriptor added in v1.20.0

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

func (*MultiTransaction) GetTxs added in v1.20.0

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

func (*MultiTransaction) Marshal added in v1.20.0

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

func (*MultiTransaction) MarshalTo added in v1.20.0

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

func (*MultiTransaction) MarshalToSizedBuffer added in v1.20.0

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

func (*MultiTransaction) ProtoMessage added in v1.20.0

func (*MultiTransaction) ProtoMessage()

func (*MultiTransaction) Reset added in v1.20.0

func (m *MultiTransaction) Reset()

func (*MultiTransaction) Size added in v1.20.0

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

func (*MultiTransaction) String added in v1.20.0

func (m *MultiTransaction) String() string

func (*MultiTransaction) Unmarshal added in v1.20.0

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

func (*MultiTransaction) XXX_DiscardUnknown added in v1.20.0

func (m *MultiTransaction) XXX_DiscardUnknown()

func (*MultiTransaction) XXX_Marshal added in v1.20.0

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

func (*MultiTransaction) XXX_Merge added in v1.20.0

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

func (*MultiTransaction) XXX_Size added in v1.20.0

func (m *MultiTransaction) XXX_Size() int

func (*MultiTransaction) XXX_Unmarshal added in v1.20.0

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

type MultiTransactionHash added in v1.20.0

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

func (*MultiTransactionHash) Descriptor added in v1.20.0

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

func (*MultiTransactionHash) GetTxHashList added in v1.20.0

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

func (*MultiTransactionHash) Marshal added in v1.20.0

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

func (*MultiTransactionHash) MarshalTo added in v1.20.0

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

func (*MultiTransactionHash) MarshalToSizedBuffer added in v1.20.0

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

func (*MultiTransactionHash) ProtoMessage added in v1.20.0

func (*MultiTransactionHash) ProtoMessage()

func (*MultiTransactionHash) Reset added in v1.20.0

func (m *MultiTransactionHash) Reset()

func (*MultiTransactionHash) Size added in v1.20.0

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

func (*MultiTransactionHash) String added in v1.20.0

func (m *MultiTransactionHash) String() string

func (*MultiTransactionHash) Unmarshal added in v1.20.0

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

func (*MultiTransactionHash) XXX_DiscardUnknown added in v1.20.0

func (m *MultiTransactionHash) XXX_DiscardUnknown()

func (*MultiTransactionHash) XXX_Marshal added in v1.20.0

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

func (*MultiTransactionHash) XXX_Merge added in v1.20.0

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

func (*MultiTransactionHash) XXX_Size added in v1.20.0

func (m *MultiTransactionHash) XXX_Size() int

func (*MultiTransactionHash) XXX_Unmarshal added in v1.20.0

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 NotifyChain added in v1.28.0

type NotifyChain int32
const (
	NotifyChain_NOTIFY_SRC  NotifyChain = 0
	NotifyChain_NOTIFY_DEST NotifyChain = 1
)

func (NotifyChain) EnumDescriptor added in v1.28.0

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

func (NotifyChain) String added in v1.28.0

func (x NotifyChain) String() string

type OffChainDataInfo added in v1.28.0

type OffChainDataInfo struct {
	Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	Filesize int64  `protobuf:"varint,2,opt,name=filesize,proto3" json:"filesize,omitempty"`
	Filepath string `protobuf:"bytes,3,opt,name=filepath,proto3" json:"filepath,omitempty"`
}

func (*OffChainDataInfo) Descriptor added in v1.28.0

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

func (*OffChainDataInfo) GetFilename added in v1.28.0

func (m *OffChainDataInfo) GetFilename() string

func (*OffChainDataInfo) GetFilepath added in v1.28.0

func (m *OffChainDataInfo) GetFilepath() string

func (*OffChainDataInfo) GetFilesize added in v1.28.0

func (m *OffChainDataInfo) GetFilesize() int64

func (*OffChainDataInfo) Marshal added in v1.28.0

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

func (*OffChainDataInfo) MarshalTo added in v1.28.0

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

func (*OffChainDataInfo) MarshalToSizedBuffer added in v1.28.0

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

func (*OffChainDataInfo) ProtoMessage added in v1.28.0

func (*OffChainDataInfo) ProtoMessage()

func (*OffChainDataInfo) Reset added in v1.28.0

func (m *OffChainDataInfo) Reset()

func (*OffChainDataInfo) Size added in v1.28.0

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

func (*OffChainDataInfo) String added in v1.28.0

func (m *OffChainDataInfo) String() string

func (*OffChainDataInfo) Unmarshal added in v1.28.0

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

func (*OffChainDataInfo) XXX_DiscardUnknown added in v1.28.0

func (m *OffChainDataInfo) XXX_DiscardUnknown()

func (*OffChainDataInfo) XXX_Marshal added in v1.28.0

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

func (*OffChainDataInfo) XXX_Merge added in v1.28.0

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

func (*OffChainDataInfo) XXX_Size added in v1.28.0

func (m *OffChainDataInfo) XXX_Size() int

func (*OffChainDataInfo) XXX_Unmarshal added in v1.28.0

func (m *OffChainDataInfo) 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 added in v1.20.0

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 added in v1.2.0

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 added in v1.2.0

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

func (*PierInfo) GetAddress added in v1.2.0

func (m *PierInfo) GetAddress() string

func (*PierInfo) GetIndex added in v1.2.0

func (m *PierInfo) GetIndex() string

func (*PierInfo) GetTimeout added in v1.2.0

func (m *PierInfo) GetTimeout() int64

func (*PierInfo) Marshal added in v1.2.0

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

func (*PierInfo) MarshalTo added in v1.2.0

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

func (*PierInfo) MarshalToSizedBuffer added in v1.2.0

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

func (*PierInfo) ProtoMessage added in v1.2.0

func (*PierInfo) ProtoMessage()

func (*PierInfo) Reset added in v1.2.0

func (m *PierInfo) Reset()

func (*PierInfo) Size added in v1.2.0

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

func (*PierInfo) String added in v1.2.0

func (m *PierInfo) String() string

func (*PierInfo) Unmarshal added in v1.2.0

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

func (*PierInfo) XXX_DiscardUnknown added in v1.2.0

func (m *PierInfo) XXX_DiscardUnknown()

func (*PierInfo) XXX_Marshal added in v1.2.0

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

func (*PierInfo) XXX_Merge added in v1.2.0

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

func (*PierInfo) XXX_Size added in v1.2.0

func (m *PierInfo) XXX_Size() int

func (*PierInfo) XXX_Unmarshal added in v1.2.0

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

type QueryAppchainIndexResponse added in v1.20.0

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

func (*QueryAppchainIndexResponse) Descriptor added in v1.20.0

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

func (*QueryAppchainIndexResponse) GetAppchainIndex added in v1.20.0

func (m *QueryAppchainIndexResponse) GetAppchainIndex() uint64

func (*QueryAppchainIndexResponse) Marshal added in v1.20.0

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

func (*QueryAppchainIndexResponse) MarshalTo added in v1.20.0

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

func (*QueryAppchainIndexResponse) MarshalToSizedBuffer added in v1.20.0

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

func (*QueryAppchainIndexResponse) ProtoMessage added in v1.20.0

func (*QueryAppchainIndexResponse) ProtoMessage()

func (*QueryAppchainIndexResponse) Reset added in v1.20.0

func (m *QueryAppchainIndexResponse) Reset()

func (*QueryAppchainIndexResponse) Size added in v1.20.0

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

func (*QueryAppchainIndexResponse) String added in v1.20.0

func (m *QueryAppchainIndexResponse) String() string

func (*QueryAppchainIndexResponse) Unmarshal added in v1.20.0

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

func (*QueryAppchainIndexResponse) XXX_DiscardUnknown added in v1.20.0

func (m *QueryAppchainIndexResponse) XXX_DiscardUnknown()

func (*QueryAppchainIndexResponse) XXX_Marshal added in v1.20.0

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

func (*QueryAppchainIndexResponse) XXX_Merge added in v1.20.0

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

func (*QueryAppchainIndexResponse) XXX_Size added in v1.20.0

func (m *QueryAppchainIndexResponse) XXX_Size() int

func (*QueryAppchainIndexResponse) XXX_Unmarshal added in v1.20.0

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

type QueryFilterLockStartRequest added in v1.20.0

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

func (*QueryFilterLockStartRequest) Descriptor added in v1.20.0

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

func (*QueryFilterLockStartRequest) GetAppchainIndex added in v1.20.0

func (m *QueryFilterLockStartRequest) GetAppchainIndex() uint64

func (*QueryFilterLockStartRequest) Marshal added in v1.20.0

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

func (*QueryFilterLockStartRequest) MarshalTo added in v1.20.0

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

func (*QueryFilterLockStartRequest) MarshalToSizedBuffer added in v1.20.0

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

func (*QueryFilterLockStartRequest) ProtoMessage added in v1.20.0

func (*QueryFilterLockStartRequest) ProtoMessage()

func (*QueryFilterLockStartRequest) Reset added in v1.20.0

func (m *QueryFilterLockStartRequest) Reset()

func (*QueryFilterLockStartRequest) Size added in v1.20.0

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

func (*QueryFilterLockStartRequest) String added in v1.20.0

func (m *QueryFilterLockStartRequest) String() string

func (*QueryFilterLockStartRequest) Unmarshal added in v1.20.0

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

func (*QueryFilterLockStartRequest) XXX_DiscardUnknown added in v1.20.0

func (m *QueryFilterLockStartRequest) XXX_DiscardUnknown()

func (*QueryFilterLockStartRequest) XXX_Marshal added in v1.20.0

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

func (*QueryFilterLockStartRequest) XXX_Merge added in v1.20.0

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

func (*QueryFilterLockStartRequest) XXX_Size added in v1.20.0

func (m *QueryFilterLockStartRequest) XXX_Size() int

func (*QueryFilterLockStartRequest) XXX_Unmarshal added in v1.20.0

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

type QueryFilterLockStartResponse added in v1.20.0

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

func (*QueryFilterLockStartResponse) Descriptor added in v1.20.0

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

func (*QueryFilterLockStartResponse) GetLockStart added in v1.20.0

func (m *QueryFilterLockStartResponse) GetLockStart() uint64

func (*QueryFilterLockStartResponse) Marshal added in v1.20.0

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

func (*QueryFilterLockStartResponse) MarshalTo added in v1.20.0

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

func (*QueryFilterLockStartResponse) MarshalToSizedBuffer added in v1.20.0

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

func (*QueryFilterLockStartResponse) ProtoMessage added in v1.20.0

func (*QueryFilterLockStartResponse) ProtoMessage()

func (*QueryFilterLockStartResponse) Reset added in v1.20.0

func (m *QueryFilterLockStartResponse) Reset()

func (*QueryFilterLockStartResponse) Size added in v1.20.0

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

func (*QueryFilterLockStartResponse) String added in v1.20.0

func (*QueryFilterLockStartResponse) Unmarshal added in v1.20.0

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

func (*QueryFilterLockStartResponse) XXX_DiscardUnknown added in v1.20.0

func (m *QueryFilterLockStartResponse) XXX_DiscardUnknown()

func (*QueryFilterLockStartResponse) XXX_Marshal added in v1.20.0

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

func (*QueryFilterLockStartResponse) XXX_Merge added in v1.20.0

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

func (*QueryFilterLockStartResponse) XXX_Size added in v1.20.0

func (m *QueryFilterLockStartResponse) XXX_Size() int

func (*QueryFilterLockStartResponse) XXX_Unmarshal added in v1.20.0

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

type QueryLockEventByIndexRequest added in v1.20.0

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

func (*QueryLockEventByIndexRequest) Descriptor added in v1.20.0

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

func (*QueryLockEventByIndexRequest) GetIndex added in v1.20.0

func (m *QueryLockEventByIndexRequest) GetIndex() uint64

func (*QueryLockEventByIndexRequest) Marshal added in v1.20.0

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

func (*QueryLockEventByIndexRequest) MarshalTo added in v1.20.0

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

func (*QueryLockEventByIndexRequest) MarshalToSizedBuffer added in v1.20.0

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

func (*QueryLockEventByIndexRequest) ProtoMessage added in v1.20.0

func (*QueryLockEventByIndexRequest) ProtoMessage()

func (*QueryLockEventByIndexRequest) Reset added in v1.20.0

func (m *QueryLockEventByIndexRequest) Reset()

func (*QueryLockEventByIndexRequest) Size added in v1.20.0

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

func (*QueryLockEventByIndexRequest) String added in v1.20.0

func (*QueryLockEventByIndexRequest) Unmarshal added in v1.20.0

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

func (*QueryLockEventByIndexRequest) XXX_DiscardUnknown added in v1.20.0

func (m *QueryLockEventByIndexRequest) XXX_DiscardUnknown()

func (*QueryLockEventByIndexRequest) XXX_Marshal added in v1.20.0

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

func (*QueryLockEventByIndexRequest) XXX_Merge added in v1.20.0

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

func (*QueryLockEventByIndexRequest) XXX_Size added in v1.20.0

func (m *QueryLockEventByIndexRequest) XXX_Size() int

func (*QueryLockEventByIndexRequest) XXX_Unmarshal added in v1.20.0

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

type QueryRelayIndexResponse added in v1.20.0

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

func (*QueryRelayIndexResponse) Descriptor added in v1.20.0

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

func (*QueryRelayIndexResponse) GetRelayIndex added in v1.20.0

func (m *QueryRelayIndexResponse) GetRelayIndex() uint64

func (*QueryRelayIndexResponse) Marshal added in v1.20.0

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

func (*QueryRelayIndexResponse) MarshalTo added in v1.20.0

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

func (*QueryRelayIndexResponse) MarshalToSizedBuffer added in v1.20.0

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

func (*QueryRelayIndexResponse) ProtoMessage added in v1.20.0

func (*QueryRelayIndexResponse) ProtoMessage()

func (*QueryRelayIndexResponse) Reset added in v1.20.0

func (m *QueryRelayIndexResponse) Reset()

func (*QueryRelayIndexResponse) Size added in v1.20.0

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

func (*QueryRelayIndexResponse) String added in v1.20.0

func (m *QueryRelayIndexResponse) String() string

func (*QueryRelayIndexResponse) Unmarshal added in v1.20.0

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

func (*QueryRelayIndexResponse) XXX_DiscardUnknown added in v1.20.0

func (m *QueryRelayIndexResponse) XXX_DiscardUnknown()

func (*QueryRelayIndexResponse) XXX_Marshal added in v1.20.0

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

func (*QueryRelayIndexResponse) XXX_Merge added in v1.20.0

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

func (*QueryRelayIndexResponse) XXX_Size added in v1.20.0

func (m *QueryRelayIndexResponse) XXX_Size() int

func (*QueryRelayIndexResponse) XXX_Unmarshal added in v1.20.0

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 added in v1.2.0

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

func (*Receipt) GetGasUsed added in v1.2.0

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 added in v1.20.0

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 added in v1.20.0

type Result struct {
	Data        []*ResultRes `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	MultiStatus []bool       `protobuf:"varint,3,rep,packed,name=MultiStatus,proto3" json:"MultiStatus,omitempty"`
}

func (*Result) Descriptor added in v1.20.0

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

func (*Result) GetData added in v1.20.0

func (m *Result) GetData() []*ResultRes

func (*Result) GetMultiStatus added in v1.28.0

func (m *Result) GetMultiStatus() []bool

func (*Result) Marshal added in v1.20.0

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

func (*Result) MarshalTo added in v1.20.0

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

func (*Result) MarshalToSizedBuffer added in v1.20.0

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

func (*Result) ProtoMessage added in v1.20.0

func (*Result) ProtoMessage()

func (*Result) Reset added in v1.20.0

func (m *Result) Reset()

func (*Result) Size added in v1.20.0

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

func (*Result) String added in v1.20.0

func (m *Result) String() string

func (*Result) Unmarshal added in v1.20.0

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

func (*Result) XXX_DiscardUnknown added in v1.20.0

func (m *Result) XXX_DiscardUnknown()

func (*Result) XXX_Marshal added in v1.20.0

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

func (*Result) XXX_Merge added in v1.20.0

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

func (*Result) XXX_Size added in v1.20.0

func (m *Result) XXX_Size() int

func (*Result) XXX_Unmarshal added in v1.20.0

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

type ResultRes added in v1.28.0

type ResultRes struct {
	Data [][]byte `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
}

func (*ResultRes) Descriptor added in v1.28.0

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

func (*ResultRes) GetData added in v1.28.0

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

func (*ResultRes) Marshal added in v1.28.0

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

func (*ResultRes) MarshalTo added in v1.28.0

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

func (*ResultRes) MarshalToSizedBuffer added in v1.28.0

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

func (*ResultRes) ProtoMessage added in v1.28.0

func (*ResultRes) ProtoMessage()

func (*ResultRes) Reset added in v1.28.0

func (m *ResultRes) Reset()

func (*ResultRes) Size added in v1.28.0

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

func (*ResultRes) String added in v1.28.0

func (m *ResultRes) String() string

func (*ResultRes) Unmarshal added in v1.28.0

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

func (*ResultRes) XXX_DiscardUnknown added in v1.28.0

func (m *ResultRes) XXX_DiscardUnknown()

func (*ResultRes) XXX_Marshal added in v1.28.0

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

func (*ResultRes) XXX_Merge added in v1.28.0

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

func (*ResultRes) XXX_Size added in v1.28.0

func (m *ResultRes) XXX_Size() int

func (*ResultRes) XXX_Unmarshal added in v1.28.0

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

type ServicesResponse added in v1.20.0

type ServicesResponse struct {
	Service []string `protobuf:"bytes,1,rep,name=service,proto3" json:"service,omitempty"`
}

func (*ServicesResponse) Descriptor added in v1.20.0

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

func (*ServicesResponse) GetService added in v1.20.0

func (m *ServicesResponse) GetService() []string

func (*ServicesResponse) Marshal added in v1.20.0

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

func (*ServicesResponse) MarshalTo added in v1.20.0

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

func (*ServicesResponse) MarshalToSizedBuffer added in v1.20.0

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

func (*ServicesResponse) ProtoMessage added in v1.20.0

func (*ServicesResponse) ProtoMessage()

func (*ServicesResponse) Reset added in v1.20.0

func (m *ServicesResponse) Reset()

func (*ServicesResponse) Size added in v1.20.0

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

func (*ServicesResponse) String added in v1.20.0

func (m *ServicesResponse) String() string

func (*ServicesResponse) Unmarshal added in v1.20.0

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

func (*ServicesResponse) XXX_DiscardUnknown added in v1.20.0

func (m *ServicesResponse) XXX_DiscardUnknown()

func (*ServicesResponse) XXX_Marshal added in v1.20.0

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

func (*ServicesResponse) XXX_Merge added in v1.20.0

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

func (*ServicesResponse) XXX_Size added in v1.20.0

func (m *ServicesResponse) XXX_Size() int

func (*ServicesResponse) XXX_Unmarshal added in v1.20.0

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

type ShardIdentification added in v1.28.0

type ShardIdentification struct {
	IsShard    bool   `protobuf:"varint,1,opt,name=is_shard,json=isShard,proto3" json:"is_shard,omitempty"`
	ShardSize  uint64 `protobuf:"varint,2,opt,name=shard_size,json=shardSize,proto3" json:"shard_size,omitempty"`
	ShardIndex uint64 `protobuf:"varint,3,opt,name=shard_index,json=shardIndex,proto3" json:"shard_index,omitempty"`
}

func (*ShardIdentification) Descriptor added in v1.28.0

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

func (*ShardIdentification) GetIsShard added in v1.28.0

func (m *ShardIdentification) GetIsShard() bool

func (*ShardIdentification) GetShardIndex added in v1.28.0

func (m *ShardIdentification) GetShardIndex() uint64

func (*ShardIdentification) GetShardSize added in v1.28.0

func (m *ShardIdentification) GetShardSize() uint64

func (*ShardIdentification) Marshal added in v1.28.0

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

func (*ShardIdentification) MarshalTo added in v1.28.0

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

func (*ShardIdentification) MarshalToSizedBuffer added in v1.28.0

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

func (*ShardIdentification) ProtoMessage added in v1.28.0

func (*ShardIdentification) ProtoMessage()

func (*ShardIdentification) Reset added in v1.28.0

func (m *ShardIdentification) Reset()

func (*ShardIdentification) Size added in v1.28.0

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

func (*ShardIdentification) String added in v1.28.0

func (m *ShardIdentification) String() string

func (*ShardIdentification) Unmarshal added in v1.28.0

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

func (*ShardIdentification) XXX_DiscardUnknown added in v1.28.0

func (m *ShardIdentification) XXX_DiscardUnknown()

func (*ShardIdentification) XXX_Marshal added in v1.28.0

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

func (*ShardIdentification) XXX_Merge added in v1.28.0

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

func (*ShardIdentification) XXX_Size added in v1.28.0

func (m *ShardIdentification) XXX_Size() int

func (*ShardIdentification) XXX_Unmarshal added in v1.28.0

func (m *ShardIdentification) 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 StatusChange added in v1.28.0

type StatusChange struct {
	PrevStatus       TransactionStatus `protobuf:"varint,1,opt,name=PrevStatus,proto3,enum=pb.TransactionStatus" json:"PrevStatus,omitempty"`
	CurStatus        TransactionStatus `protobuf:"varint,2,opt,name=CurStatus,proto3,enum=pb.TransactionStatus" json:"CurStatus,omitempty"`
	NotifySrcIBTPIDs []string          `protobuf:"bytes,3,rep,name=NotifySrcIBTPIDs,proto3" json:"NotifySrcIBTPIDs,omitempty"`
	NotifyDstIBTPIDs []string          `protobuf:"bytes,4,rep,name=NotifyDstIBTPIDs,proto3" json:"NotifyDstIBTPIDs,omitempty"`
	ChildIBTPIDs     []string          `protobuf:"bytes,5,rep,name=ChildIBTPIDs,proto3" json:"ChildIBTPIDs,omitempty"`
	IsFailChildIBTP  bool              `protobuf:"varint,6,opt,name=IsFailChildIBTP,proto3" json:"IsFailChildIBTP,omitempty"`
}

=========transaction_manager=========

func (*StatusChange) Descriptor added in v1.28.0

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

func (*StatusChange) GetChildIBTPIDs added in v1.28.0

func (m *StatusChange) GetChildIBTPIDs() []string

func (*StatusChange) GetCurStatus added in v1.28.0

func (m *StatusChange) GetCurStatus() TransactionStatus

func (*StatusChange) GetIsFailChildIBTP added in v1.28.0

func (m *StatusChange) GetIsFailChildIBTP() bool

func (*StatusChange) GetNotifyDstIBTPIDs added in v1.28.0

func (m *StatusChange) GetNotifyDstIBTPIDs() []string

func (*StatusChange) GetNotifySrcIBTPIDs added in v1.28.0

func (m *StatusChange) GetNotifySrcIBTPIDs() []string

func (*StatusChange) GetPrevStatus added in v1.28.0

func (m *StatusChange) GetPrevStatus() TransactionStatus

func (*StatusChange) Marshal added in v1.28.0

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

func (*StatusChange) MarshalTo added in v1.28.0

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

func (*StatusChange) MarshalToSizedBuffer added in v1.28.0

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

func (*StatusChange) NotifyFlags added in v1.28.0

func (c *StatusChange) NotifyFlags() (bool, bool)

func (*StatusChange) ProtoMessage added in v1.28.0

func (*StatusChange) ProtoMessage()

func (*StatusChange) Reset added in v1.28.0

func (m *StatusChange) Reset()

func (*StatusChange) Size added in v1.28.0

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

func (*StatusChange) String added in v1.28.0

func (m *StatusChange) String() string

func (*StatusChange) Unmarshal added in v1.28.0

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

func (*StatusChange) XXX_DiscardUnknown added in v1.28.0

func (m *StatusChange) XXX_DiscardUnknown()

func (*StatusChange) XXX_Marshal added in v1.28.0

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

func (*StatusChange) XXX_Merge added in v1.28.0

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

func (*StatusChange) XXX_Size added in v1.28.0

func (m *StatusChange) XXX_Size() int

func (*StatusChange) XXX_Unmarshal added in v1.28.0

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

type StringSlice added in v1.20.0

type StringSlice struct {
	Slice []string `protobuf:"bytes,1,rep,name=slice,proto3" json:"slice,omitempty"`
}

func (*StringSlice) Descriptor added in v1.20.0

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

func (*StringSlice) GetSlice added in v1.20.0

func (m *StringSlice) GetSlice() []string

func (*StringSlice) Marshal added in v1.20.0

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

func (*StringSlice) MarshalTo added in v1.20.0

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

func (*StringSlice) MarshalToSizedBuffer added in v1.20.0

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

func (*StringSlice) ProtoMessage added in v1.20.0

func (*StringSlice) ProtoMessage()

func (*StringSlice) Reset added in v1.20.0

func (m *StringSlice) Reset()

func (*StringSlice) Size added in v1.20.0

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

func (*StringSlice) String added in v1.20.0

func (m *StringSlice) String() string

func (*StringSlice) Unmarshal added in v1.20.0

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

func (*StringSlice) XXX_DiscardUnknown added in v1.20.0

func (m *StringSlice) XXX_DiscardUnknown()

func (*StringSlice) XXX_Marshal added in v1.20.0

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

func (*StringSlice) XXX_Merge added in v1.20.0

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

func (*StringSlice) XXX_Size added in v1.20.0

func (m *StringSlice) XXX_Size() int

func (*StringSlice) XXX_Unmarshal added in v1.20.0

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

type StringStringSliceMap added in v1.20.0

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 added in v1.20.0

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

func (*StringStringSliceMap) GetKeys added in v1.20.0

func (m *StringStringSliceMap) GetKeys() []string

func (*StringStringSliceMap) GetVals added in v1.20.0

func (m *StringStringSliceMap) GetVals() []*StringSlice

func (*StringStringSliceMap) Marshal added in v1.20.0

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

func (*StringStringSliceMap) MarshalTo added in v1.20.0

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

func (*StringStringSliceMap) MarshalToSizedBuffer added in v1.20.0

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

func (*StringStringSliceMap) ProtoMessage added in v1.20.0

func (*StringStringSliceMap) ProtoMessage()

func (*StringStringSliceMap) Reset added in v1.20.0

func (m *StringStringSliceMap) Reset()

func (*StringStringSliceMap) Size added in v1.20.0

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

func (*StringStringSliceMap) String added in v1.20.0

func (m *StringStringSliceMap) String() string

func (*StringStringSliceMap) Unmarshal added in v1.20.0

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

func (*StringStringSliceMap) XXX_DiscardUnknown added in v1.20.0

func (m *StringStringSliceMap) XXX_DiscardUnknown()

func (*StringStringSliceMap) XXX_Marshal added in v1.20.0

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

func (*StringStringSliceMap) XXX_Merge added in v1.20.0

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

func (*StringStringSliceMap) XXX_Size added in v1.20.0

func (m *StringStringSliceMap) XXX_Size() int

func (*StringStringSliceMap) XXX_Unmarshal added in v1.20.0

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

type StringUint64Map added in v1.2.0

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 added in v1.2.0

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

func (*StringUint64Map) GetKeys added in v1.2.0

func (m *StringUint64Map) GetKeys() []string

func (*StringUint64Map) GetVals added in v1.2.0

func (m *StringUint64Map) GetVals() []uint64

func (*StringUint64Map) Marshal added in v1.2.0

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

func (*StringUint64Map) MarshalTo added in v1.2.0

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

func (*StringUint64Map) MarshalToSizedBuffer added in v1.2.0

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

func (*StringUint64Map) ProtoMessage added in v1.2.0

func (*StringUint64Map) ProtoMessage()

func (*StringUint64Map) Reset added in v1.2.0

func (m *StringUint64Map) Reset()

func (*StringUint64Map) Size added in v1.2.0

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

func (*StringUint64Map) String added in v1.2.0

func (m *StringUint64Map) String() string

func (*StringUint64Map) Unmarshal added in v1.2.0

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

func (*StringUint64Map) XXX_DiscardUnknown added in v1.2.0

func (m *StringUint64Map) XXX_DiscardUnknown()

func (*StringUint64Map) XXX_Marshal added in v1.2.0

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

func (*StringUint64Map) XXX_Merge added in v1.2.0

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

func (*StringUint64Map) XXX_Size added in v1.2.0

func (m *StringUint64Map) XXX_Size() int

func (*StringUint64Map) XXX_Unmarshal added in v1.2.0

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

type StringUint64SliceMap added in v1.2.0

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 added in v1.2.0

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

func (*StringUint64SliceMap) GetKeys added in v1.2.0

func (m *StringUint64SliceMap) GetKeys() []string

func (*StringUint64SliceMap) GetVals added in v1.2.0

func (m *StringUint64SliceMap) GetVals() []*Uint64Slice

func (*StringUint64SliceMap) Marshal added in v1.2.0

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

func (*StringUint64SliceMap) MarshalTo added in v1.2.0

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

func (*StringUint64SliceMap) MarshalToSizedBuffer added in v1.2.0

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

func (*StringUint64SliceMap) ProtoMessage added in v1.2.0

func (*StringUint64SliceMap) ProtoMessage()

func (*StringUint64SliceMap) Reset added in v1.2.0

func (m *StringUint64SliceMap) Reset()

func (*StringUint64SliceMap) Size added in v1.2.0

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

func (*StringUint64SliceMap) String added in v1.2.0

func (m *StringUint64SliceMap) String() string

func (*StringUint64SliceMap) Unmarshal added in v1.2.0

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

func (*StringUint64SliceMap) XXX_DiscardUnknown added in v1.2.0

func (m *StringUint64SliceMap) XXX_DiscardUnknown()

func (*StringUint64SliceMap) XXX_Marshal added in v1.2.0

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

func (*StringUint64SliceMap) XXX_Merge added in v1.2.0

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

func (*StringUint64SliceMap) XXX_Size added in v1.2.0

func (m *StringUint64SliceMap) XXX_Size() int

func (*StringUint64SliceMap) XXX_Unmarshal added in v1.2.0

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

type StringVerifiedIndexMap added in v1.20.0

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 added in v1.20.0

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

func (*StringVerifiedIndexMap) GetKeys added in v1.20.0

func (m *StringVerifiedIndexMap) GetKeys() []string

func (*StringVerifiedIndexMap) GetVals added in v1.20.0

func (m *StringVerifiedIndexMap) GetVals() []*VerifiedIndex

func (*StringVerifiedIndexMap) Marshal added in v1.20.0

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

func (*StringVerifiedIndexMap) MarshalTo added in v1.20.0

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

func (*StringVerifiedIndexMap) MarshalToSizedBuffer added in v1.20.0

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

func (*StringVerifiedIndexMap) ProtoMessage added in v1.20.0

func (*StringVerifiedIndexMap) ProtoMessage()

func (*StringVerifiedIndexMap) Reset added in v1.20.0

func (m *StringVerifiedIndexMap) Reset()

func (*StringVerifiedIndexMap) Size added in v1.20.0

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

func (*StringVerifiedIndexMap) String added in v1.20.0

func (m *StringVerifiedIndexMap) String() string

func (*StringVerifiedIndexMap) Unmarshal added in v1.20.0

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

func (*StringVerifiedIndexMap) XXX_DiscardUnknown added in v1.20.0

func (m *StringVerifiedIndexMap) XXX_DiscardUnknown()

func (*StringVerifiedIndexMap) XXX_Marshal added in v1.20.0

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

func (*StringVerifiedIndexMap) XXX_Merge added in v1.20.0

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

func (*StringVerifiedIndexMap) XXX_Size added in v1.20.0

func (m *StringVerifiedIndexMap) XXX_Size() int

func (*StringVerifiedIndexMap) XXX_Unmarshal added in v1.20.0

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

type StringVerifiedIndexSliceMap added in v1.20.0

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 added in v1.20.0

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

func (*StringVerifiedIndexSliceMap) GetKeys added in v1.20.0

func (m *StringVerifiedIndexSliceMap) GetKeys() []string

func (*StringVerifiedIndexSliceMap) GetVals added in v1.20.0

func (*StringVerifiedIndexSliceMap) Marshal added in v1.20.0

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

func (*StringVerifiedIndexSliceMap) MarshalTo added in v1.20.0

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

func (*StringVerifiedIndexSliceMap) MarshalToSizedBuffer added in v1.20.0

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

func (*StringVerifiedIndexSliceMap) ProtoMessage added in v1.20.0

func (*StringVerifiedIndexSliceMap) ProtoMessage()

func (*StringVerifiedIndexSliceMap) Reset added in v1.20.0

func (m *StringVerifiedIndexSliceMap) Reset()

func (*StringVerifiedIndexSliceMap) Size added in v1.20.0

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

func (*StringVerifiedIndexSliceMap) String added in v1.20.0

func (m *StringVerifiedIndexSliceMap) String() string

func (*StringVerifiedIndexSliceMap) Unmarshal added in v1.20.0

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

func (*StringVerifiedIndexSliceMap) XXX_DiscardUnknown added in v1.20.0

func (m *StringVerifiedIndexSliceMap) XXX_DiscardUnknown()

func (*StringVerifiedIndexSliceMap) XXX_Marshal added in v1.20.0

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

func (*StringVerifiedIndexSliceMap) XXX_Merge added in v1.20.0

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

func (*StringVerifiedIndexSliceMap) XXX_Size added in v1.20.0

func (m *StringVerifiedIndexSliceMap) XXX_Size() int

func (*StringVerifiedIndexSliceMap) XXX_Unmarshal added in v1.20.0

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

type SubmitIBTPRequest added in v1.20.0

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 added in v1.20.0

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

func (*SubmitIBTPRequest) GetBxhProof added in v1.20.0

func (m *SubmitIBTPRequest) GetBxhProof() *BxhProof

func (*SubmitIBTPRequest) GetContent added in v1.20.0

func (m *SubmitIBTPRequest) GetContent() *Content

func (*SubmitIBTPRequest) GetFrom added in v1.20.0

func (m *SubmitIBTPRequest) GetFrom() string

func (*SubmitIBTPRequest) GetIndex added in v1.20.0

func (m *SubmitIBTPRequest) GetIndex() uint64

func (*SubmitIBTPRequest) GetIsEncrypted added in v1.20.0

func (m *SubmitIBTPRequest) GetIsEncrypted() bool

func (*SubmitIBTPRequest) GetServiceId added in v1.20.0

func (m *SubmitIBTPRequest) GetServiceId() string

func (*SubmitIBTPRequest) GetType added in v1.20.0

func (m *SubmitIBTPRequest) GetType() IBTP_Type

func (*SubmitIBTPRequest) Marshal added in v1.20.0

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

func (*SubmitIBTPRequest) MarshalTo added in v1.20.0

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

func (*SubmitIBTPRequest) MarshalToSizedBuffer added in v1.20.0

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

func (*SubmitIBTPRequest) ProtoMessage added in v1.20.0

func (*SubmitIBTPRequest) ProtoMessage()

func (*SubmitIBTPRequest) Reset added in v1.20.0

func (m *SubmitIBTPRequest) Reset()

func (*SubmitIBTPRequest) Size added in v1.20.0

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

func (*SubmitIBTPRequest) String added in v1.20.0

func (m *SubmitIBTPRequest) String() string

func (*SubmitIBTPRequest) Unmarshal added in v1.20.0

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

func (*SubmitIBTPRequest) XXX_DiscardUnknown added in v1.20.0

func (m *SubmitIBTPRequest) XXX_DiscardUnknown()

func (*SubmitIBTPRequest) XXX_Marshal added in v1.20.0

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

func (*SubmitIBTPRequest) XXX_Merge added in v1.20.0

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

func (*SubmitIBTPRequest) XXX_Size added in v1.20.0

func (m *SubmitIBTPRequest) XXX_Size() int

func (*SubmitIBTPRequest) XXX_Unmarshal added in v1.20.0

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

type SubmitIBTPRequestBatch added in v1.28.0

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 added in v1.28.0

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

func (*SubmitIBTPRequestBatch) GetBxhProof added in v1.28.0

func (m *SubmitIBTPRequestBatch) GetBxhProof() []*BxhProof

func (*SubmitIBTPRequestBatch) GetContent added in v1.28.0

func (m *SubmitIBTPRequestBatch) GetContent() []*Content

func (*SubmitIBTPRequestBatch) GetFrom added in v1.28.0

func (m *SubmitIBTPRequestBatch) GetFrom() []string

func (*SubmitIBTPRequestBatch) GetIndex added in v1.28.0

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

func (*SubmitIBTPRequestBatch) GetIsEncrypted added in v1.28.0

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

func (*SubmitIBTPRequestBatch) GetServiceId added in v1.28.0

func (m *SubmitIBTPRequestBatch) GetServiceId() []string

func (*SubmitIBTPRequestBatch) GetType added in v1.28.0

func (m *SubmitIBTPRequestBatch) GetType() []IBTP_Type

func (*SubmitIBTPRequestBatch) Marshal added in v1.28.0

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

func (*SubmitIBTPRequestBatch) MarshalTo added in v1.28.0

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

func (*SubmitIBTPRequestBatch) MarshalToSizedBuffer added in v1.28.0

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

func (*SubmitIBTPRequestBatch) ProtoMessage added in v1.28.0

func (*SubmitIBTPRequestBatch) ProtoMessage()

func (*SubmitIBTPRequestBatch) Reset added in v1.28.0

func (m *SubmitIBTPRequestBatch) Reset()

func (*SubmitIBTPRequestBatch) Size added in v1.28.0

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

func (*SubmitIBTPRequestBatch) String added in v1.28.0

func (m *SubmitIBTPRequestBatch) String() string

func (*SubmitIBTPRequestBatch) Unmarshal added in v1.28.0

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

func (*SubmitIBTPRequestBatch) XXX_DiscardUnknown added in v1.28.0

func (m *SubmitIBTPRequestBatch) XXX_DiscardUnknown()

func (*SubmitIBTPRequestBatch) XXX_Marshal added in v1.28.0

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

func (*SubmitIBTPRequestBatch) XXX_Merge added in v1.28.0

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

func (*SubmitIBTPRequestBatch) XXX_Size added in v1.28.0

func (m *SubmitIBTPRequestBatch) XXX_Size() int

func (*SubmitIBTPRequestBatch) XXX_Unmarshal added in v1.28.0

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 added in v1.20.0

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 added in v1.20.0

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

func (*SubmitReceiptRequest) GetBxhProof added in v1.20.0

func (m *SubmitReceiptRequest) GetBxhProof() *BxhProof

func (*SubmitReceiptRequest) GetIndex added in v1.20.0

func (m *SubmitReceiptRequest) GetIndex() uint64

func (*SubmitReceiptRequest) GetResult added in v1.20.0

func (m *SubmitReceiptRequest) GetResult() *Result

func (*SubmitReceiptRequest) GetServiceId added in v1.20.0

func (m *SubmitReceiptRequest) GetServiceId() string

func (*SubmitReceiptRequest) GetTo added in v1.20.0

func (m *SubmitReceiptRequest) GetTo() string

func (*SubmitReceiptRequest) GetType added in v1.20.0

func (m *SubmitReceiptRequest) GetType() IBTP_Type

func (*SubmitReceiptRequest) Marshal added in v1.20.0

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

func (*SubmitReceiptRequest) MarshalTo added in v1.20.0

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

func (*SubmitReceiptRequest) MarshalToSizedBuffer added in v1.20.0

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

func (*SubmitReceiptRequest) ProtoMessage added in v1.20.0

func (*SubmitReceiptRequest) ProtoMessage()

func (*SubmitReceiptRequest) Reset added in v1.20.0

func (m *SubmitReceiptRequest) Reset()

func (*SubmitReceiptRequest) Size added in v1.20.0

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

func (*SubmitReceiptRequest) String added in v1.20.0

func (m *SubmitReceiptRequest) String() string

func (*SubmitReceiptRequest) Unmarshal added in v1.20.0

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

func (*SubmitReceiptRequest) XXX_DiscardUnknown added in v1.20.0

func (m *SubmitReceiptRequest) XXX_DiscardUnknown()

func (*SubmitReceiptRequest) XXX_Marshal added in v1.20.0

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

func (*SubmitReceiptRequest) XXX_Merge added in v1.20.0

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

func (*SubmitReceiptRequest) XXX_Size added in v1.20.0

func (m *SubmitReceiptRequest) XXX_Size() int

func (*SubmitReceiptRequest) XXX_Unmarshal added in v1.20.0

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

type SubmitReceiptRequestBatch added in v1.28.0

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 added in v1.28.0

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

func (*SubmitReceiptRequestBatch) GetBxhProof added in v1.28.0

func (m *SubmitReceiptRequestBatch) GetBxhProof() []*BxhProof

func (*SubmitReceiptRequestBatch) GetIndex added in v1.28.0

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

func (*SubmitReceiptRequestBatch) GetResult added in v1.28.0

func (m *SubmitReceiptRequestBatch) GetResult() []*Result

func (*SubmitReceiptRequestBatch) GetServiceId added in v1.28.0

func (m *SubmitReceiptRequestBatch) GetServiceId() []string

func (*SubmitReceiptRequestBatch) GetTo added in v1.28.0

func (m *SubmitReceiptRequestBatch) GetTo() []string

func (*SubmitReceiptRequestBatch) GetType added in v1.28.0

func (m *SubmitReceiptRequestBatch) GetType() []IBTP_Type

func (*SubmitReceiptRequestBatch) Marshal added in v1.28.0

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

func (*SubmitReceiptRequestBatch) MarshalTo added in v1.28.0

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

func (*SubmitReceiptRequestBatch) MarshalToSizedBuffer added in v1.28.0

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

func (*SubmitReceiptRequestBatch) ProtoMessage added in v1.28.0

func (*SubmitReceiptRequestBatch) ProtoMessage()

func (*SubmitReceiptRequestBatch) Reset added in v1.28.0

func (m *SubmitReceiptRequestBatch) Reset()

func (*SubmitReceiptRequestBatch) Size added in v1.28.0

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

func (*SubmitReceiptRequestBatch) String added in v1.28.0

func (m *SubmitReceiptRequestBatch) String() string

func (*SubmitReceiptRequestBatch) Unmarshal added in v1.28.0

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

func (*SubmitReceiptRequestBatch) XXX_DiscardUnknown added in v1.28.0

func (m *SubmitReceiptRequestBatch) XXX_DiscardUnknown()

func (*SubmitReceiptRequestBatch) XXX_Marshal added in v1.28.0

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

func (*SubmitReceiptRequestBatch) XXX_Merge added in v1.28.0

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

func (*SubmitReceiptRequestBatch) XXX_Size added in v1.28.0

func (m *SubmitReceiptRequestBatch) XXX_Size() int

func (*SubmitReceiptRequestBatch) XXX_Unmarshal added in v1.28.0

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 added in v1.2.0

func UnmarshalTx(data []byte) (Transaction, error)

type TransactionBlockHashAndIndexMsg added in v1.28.0

type TransactionBlockHashAndIndexMsg struct {
	BlockHash string `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	Index     uint64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
}

func (*TransactionBlockHashAndIndexMsg) Descriptor added in v1.28.0

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

func (*TransactionBlockHashAndIndexMsg) GetBlockHash added in v1.28.0

func (m *TransactionBlockHashAndIndexMsg) GetBlockHash() string

func (*TransactionBlockHashAndIndexMsg) GetIndex added in v1.28.0

func (*TransactionBlockHashAndIndexMsg) Marshal added in v1.28.0

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

func (*TransactionBlockHashAndIndexMsg) MarshalTo added in v1.28.0

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

func (*TransactionBlockHashAndIndexMsg) MarshalToSizedBuffer added in v1.28.0

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

func (*TransactionBlockHashAndIndexMsg) ProtoMessage added in v1.28.0

func (*TransactionBlockHashAndIndexMsg) ProtoMessage()

func (*TransactionBlockHashAndIndexMsg) Reset added in v1.28.0

func (*TransactionBlockHashAndIndexMsg) Size added in v1.28.0

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

func (*TransactionBlockHashAndIndexMsg) String added in v1.28.0

func (*TransactionBlockHashAndIndexMsg) Unmarshal added in v1.28.0

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

func (*TransactionBlockHashAndIndexMsg) XXX_DiscardUnknown added in v1.28.0

func (m *TransactionBlockHashAndIndexMsg) XXX_DiscardUnknown()

func (*TransactionBlockHashAndIndexMsg) XXX_Marshal added in v1.28.0

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

func (*TransactionBlockHashAndIndexMsg) XXX_Merge added in v1.28.0

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

func (*TransactionBlockHashAndIndexMsg) XXX_Size added in v1.28.0

func (m *TransactionBlockHashAndIndexMsg) XXX_Size() int

func (*TransactionBlockHashAndIndexMsg) XXX_Unmarshal added in v1.28.0

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

type TransactionBlockNumberAndIndexMsg added in v1.28.0

type TransactionBlockNumberAndIndexMsg struct {
	BlockNumber uint64 `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	Index       uint64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
}

func (*TransactionBlockNumberAndIndexMsg) Descriptor added in v1.28.0

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

func (*TransactionBlockNumberAndIndexMsg) GetBlockNumber added in v1.28.0

func (m *TransactionBlockNumberAndIndexMsg) GetBlockNumber() uint64

func (*TransactionBlockNumberAndIndexMsg) GetIndex added in v1.28.0

func (*TransactionBlockNumberAndIndexMsg) Marshal added in v1.28.0

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

func (*TransactionBlockNumberAndIndexMsg) MarshalTo added in v1.28.0

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

func (*TransactionBlockNumberAndIndexMsg) MarshalToSizedBuffer added in v1.28.0

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

func (*TransactionBlockNumberAndIndexMsg) ProtoMessage added in v1.28.0

func (*TransactionBlockNumberAndIndexMsg) ProtoMessage()

func (*TransactionBlockNumberAndIndexMsg) Reset added in v1.28.0

func (*TransactionBlockNumberAndIndexMsg) Size added in v1.28.0

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

func (*TransactionBlockNumberAndIndexMsg) String added in v1.28.0

func (*TransactionBlockNumberAndIndexMsg) Unmarshal added in v1.28.0

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

func (*TransactionBlockNumberAndIndexMsg) XXX_DiscardUnknown added in v1.28.0

func (m *TransactionBlockNumberAndIndexMsg) XXX_DiscardUnknown()

func (*TransactionBlockNumberAndIndexMsg) XXX_Marshal added in v1.28.0

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

func (*TransactionBlockNumberAndIndexMsg) XXX_Merge added in v1.28.0

func (*TransactionBlockNumberAndIndexMsg) XXX_Size added in v1.28.0

func (m *TransactionBlockNumberAndIndexMsg) XXX_Size() int

func (*TransactionBlockNumberAndIndexMsg) XXX_Unmarshal added in v1.28.0

func (m *TransactionBlockNumberAndIndexMsg) XXX_Unmarshal(b []byte) 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 added in v1.20.0

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 added in v1.20.0

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

func (*TransactionRecord) GetHeight added in v1.20.0

func (m *TransactionRecord) GetHeight() uint64

func (*TransactionRecord) GetStatus added in v1.20.0

func (m *TransactionRecord) GetStatus() TransactionStatus

func (*TransactionRecord) Marshal added in v1.20.0

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

func (*TransactionRecord) MarshalTo added in v1.20.0

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

func (*TransactionRecord) MarshalToSizedBuffer added in v1.20.0

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

func (*TransactionRecord) ProtoMessage added in v1.20.0

func (*TransactionRecord) ProtoMessage()

func (*TransactionRecord) Reset added in v1.20.0

func (m *TransactionRecord) Reset()

func (*TransactionRecord) Size added in v1.20.0

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

func (*TransactionRecord) String added in v1.20.0

func (m *TransactionRecord) String() string

func (*TransactionRecord) Unmarshal added in v1.20.0

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

func (*TransactionRecord) XXX_DiscardUnknown added in v1.20.0

func (m *TransactionRecord) XXX_DiscardUnknown()

func (*TransactionRecord) XXX_Marshal added in v1.20.0

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

func (*TransactionRecord) XXX_Merge added in v1.20.0

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

func (*TransactionRecord) XXX_Size added in v1.20.0

func (m *TransactionRecord) XXX_Size() int

func (*TransactionRecord) XXX_Unmarshal added in v1.20.0

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 TransferRecord added in v1.28.0

type TransferRecord struct {
	From       string `protobuf:"bytes,1,opt,name=From,proto3" json:"From,omitempty"`
	To         string `protobuf:"bytes,2,opt,name=To,proto3" json:"To,omitempty"`
	Reason     string `protobuf:"bytes,3,opt,name=Reason,proto3" json:"Reason,omitempty"`
	Confirm    bool   `protobuf:"varint,4,opt,name=Confirm,proto3" json:"Confirm,omitempty"`
	CreateTime int64  `protobuf:"varint,5,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"`
}

=========dapp_manager=========

func (*TransferRecord) Descriptor added in v1.28.0

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

func (*TransferRecord) GetConfirm added in v1.28.0

func (m *TransferRecord) GetConfirm() bool

func (*TransferRecord) GetCreateTime added in v1.28.0

func (m *TransferRecord) GetCreateTime() int64

func (*TransferRecord) GetFrom added in v1.28.0

func (m *TransferRecord) GetFrom() string

func (*TransferRecord) GetReason added in v1.28.0

func (m *TransferRecord) GetReason() string

func (*TransferRecord) GetTo added in v1.28.0

func (m *TransferRecord) GetTo() string

func (*TransferRecord) Marshal added in v1.28.0

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

func (*TransferRecord) MarshalTo added in v1.28.0

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

func (*TransferRecord) MarshalToSizedBuffer added in v1.28.0

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

func (*TransferRecord) ProtoMessage added in v1.28.0

func (*TransferRecord) ProtoMessage()

func (*TransferRecord) Reset added in v1.28.0

func (m *TransferRecord) Reset()

func (*TransferRecord) Size added in v1.28.0

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

func (*TransferRecord) String added in v1.28.0

func (m *TransferRecord) String() string

func (*TransferRecord) Unmarshal added in v1.28.0

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

func (*TransferRecord) XXX_DiscardUnknown added in v1.28.0

func (m *TransferRecord) XXX_DiscardUnknown()

func (*TransferRecord) XXX_Marshal added in v1.28.0

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

func (*TransferRecord) XXX_Merge added in v1.28.0

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

func (*TransferRecord) XXX_Size added in v1.28.0

func (m *TransferRecord) XXX_Size() int

func (*TransferRecord) XXX_Unmarshal added in v1.28.0

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

type TrustMeta added in v1.28.0

type TrustMeta struct {
	ChainId           string `protobuf:"bytes,1,opt,name=ChainId,proto3" json:"ChainId,omitempty"`
	TrustContractAddr string `protobuf:"bytes,2,opt,name=TrustContractAddr,proto3" json:"TrustContractAddr,omitempty"`
	Method            string `protobuf:"bytes,3,opt,name=Method,proto3" json:"Method,omitempty"`
	Data              []byte `protobuf:"bytes,4,opt,name=Data,proto3" json:"Data,omitempty"`
}

=========trust_chain=========

func (*TrustMeta) Descriptor added in v1.28.0

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

func (*TrustMeta) GetChainId added in v1.28.0

func (m *TrustMeta) GetChainId() string

func (*TrustMeta) GetData added in v1.28.0

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

func (*TrustMeta) GetMethod added in v1.28.0

func (m *TrustMeta) GetMethod() string

func (*TrustMeta) GetTrustContractAddr added in v1.28.0

func (m *TrustMeta) GetTrustContractAddr() string

func (*TrustMeta) Marshal added in v1.28.0

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

func (*TrustMeta) MarshalTo added in v1.28.0

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

func (*TrustMeta) MarshalToSizedBuffer added in v1.28.0

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

func (*TrustMeta) ProtoMessage added in v1.28.0

func (*TrustMeta) ProtoMessage()

func (*TrustMeta) Reset added in v1.28.0

func (m *TrustMeta) Reset()

func (*TrustMeta) Size added in v1.28.0

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

func (*TrustMeta) String added in v1.28.0

func (m *TrustMeta) String() string

func (*TrustMeta) Unmarshal added in v1.28.0

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

func (*TrustMeta) XXX_DiscardUnknown added in v1.28.0

func (m *TrustMeta) XXX_DiscardUnknown()

func (*TrustMeta) XXX_Marshal added in v1.28.0

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

func (*TrustMeta) XXX_Merge added in v1.28.0

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

func (*TrustMeta) XXX_Size added in v1.28.0

func (m *TrustMeta) XXX_Size() int

func (*TrustMeta) XXX_Unmarshal added in v1.28.0

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

type TssInfo added in v1.20.0

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 added in v1.20.0

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

func (*TssInfo) GetPartiesPkMap added in v1.20.0

func (m *TssInfo) GetPartiesPkMap() map[string][]byte

func (*TssInfo) GetPubkey added in v1.20.0

func (m *TssInfo) GetPubkey() []byte

func (*TssInfo) Marshal added in v1.20.0

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

func (*TssInfo) MarshalTo added in v1.20.0

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

func (*TssInfo) MarshalToSizedBuffer added in v1.20.0

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

func (*TssInfo) ProtoMessage added in v1.20.0

func (*TssInfo) ProtoMessage()

func (*TssInfo) Reset added in v1.20.0

func (m *TssInfo) Reset()

func (*TssInfo) Size added in v1.20.0

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

func (*TssInfo) String added in v1.20.0

func (m *TssInfo) String() string

func (*TssInfo) Unmarshal added in v1.20.0

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

func (*TssInfo) XXX_DiscardUnknown added in v1.20.0

func (m *TssInfo) XXX_DiscardUnknown()

func (*TssInfo) XXX_Marshal added in v1.20.0

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

func (*TssInfo) XXX_Merge added in v1.20.0

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

func (*TssInfo) XXX_Size added in v1.20.0

func (m *TssInfo) XXX_Size() int

func (*TssInfo) XXX_Unmarshal added in v1.20.0

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

type TxConstructer added in v1.20.0

type TxConstructer func() Transaction

type TxType added in v1.20.0

type TxType int32
const (
	TxType_NormalBxhTx    TxType = 0
	TxType_EthSignedBxhTx TxType = 1
)

func (TxType) EnumDescriptor added in v1.20.0

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

func (TxType) String added in v1.20.0

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 added in v1.20.0

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 added in v1.20.0

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

func (*UnLock) GetAmount added in v1.20.0

func (m *UnLock) GetAmount() []byte

func (*UnLock) GetFrom added in v1.20.0

func (m *UnLock) GetFrom() string

func (*UnLock) GetMultiSigns added in v1.20.0

func (m *UnLock) GetMultiSigns() [][]byte

func (*UnLock) GetReceipt added in v1.20.0

func (m *UnLock) GetReceipt() string

func (*UnLock) GetRelayIndex added in v1.20.0

func (m *UnLock) GetRelayIndex() uint64

func (*UnLock) GetToken added in v1.20.0

func (m *UnLock) GetToken() string

func (*UnLock) GetTxId added in v1.20.0

func (m *UnLock) GetTxId() string

func (*UnLock) Marshal added in v1.20.0

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

func (*UnLock) MarshalTo added in v1.20.0

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

func (*UnLock) MarshalToSizedBuffer added in v1.20.0

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

func (*UnLock) ProtoMessage added in v1.20.0

func (*UnLock) ProtoMessage()

func (*UnLock) Reset added in v1.20.0

func (m *UnLock) Reset()

func (*UnLock) Size added in v1.20.0

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

func (*UnLock) String added in v1.20.0

func (m *UnLock) String() string

func (*UnLock) Unmarshal added in v1.20.0

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

func (*UnLock) XXX_DiscardUnknown added in v1.20.0

func (m *UnLock) XXX_DiscardUnknown()

func (*UnLock) XXX_Marshal added in v1.20.0

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

func (*UnLock) XXX_Merge added in v1.20.0

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

func (*UnLock) XXX_Size added in v1.20.0

func (m *UnLock) XXX_Size() int

func (*UnLock) XXX_Unmarshal added in v1.20.0

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 added in v1.20.0

func (*UnimplementedAppchainPluginServer) GetCallbackMeta

func (*UnimplementedAppchainPluginServer) GetChainID added in v1.20.0

func (*UnimplementedAppchainPluginServer) GetDirectTransactionMeta added in v1.20.0

func (*UnimplementedAppchainPluginServer) GetDstRollbackMeta added in v1.20.0

func (*UnimplementedAppchainPluginServer) GetDstRollbackMeta(ctx context.Context, req *Empty) (*GetMetaResponse, error)

func (*UnimplementedAppchainPluginServer) GetIBTPCh added in v1.20.0

func (*UnimplementedAppchainPluginServer) GetInMeta

func (*UnimplementedAppchainPluginServer) GetOffChainData added in v1.20.0

func (*UnimplementedAppchainPluginServer) GetOffChainDataReq added in v1.20.0

func (*UnimplementedAppchainPluginServer) GetOutMessage

func (*UnimplementedAppchainPluginServer) GetOutMeta

func (*UnimplementedAppchainPluginServer) GetReceiptMessage added in v1.20.0

func (*UnimplementedAppchainPluginServer) GetServices added in v1.20.0

func (*UnimplementedAppchainPluginServer) GetUpdateMeta added in v1.20.0

func (*UnimplementedAppchainPluginServer) Initialize

func (*UnimplementedAppchainPluginServer) Name

func (*UnimplementedAppchainPluginServer) Start

func (*UnimplementedAppchainPluginServer) Stop

func (*UnimplementedAppchainPluginServer) SubmitIBTP

func (*UnimplementedAppchainPluginServer) SubmitIBTPBatch added in v1.28.0

func (*UnimplementedAppchainPluginServer) SubmitOffChainData added in v1.20.0

func (*UnimplementedAppchainPluginServer) SubmitOffChainData(ctx context.Context, req *GetDataResponse) (*Empty, error)

func (*UnimplementedAppchainPluginServer) SubmitReceipt added in v1.20.0

func (*UnimplementedAppchainPluginServer) SubmitReceiptBatch added in v1.28.0

func (*UnimplementedAppchainPluginServer) Type

type UnimplementedChainBrokerServer

type UnimplementedChainBrokerServer struct {
}

UnimplementedChainBrokerServer can be embedded to have forward compatible implementations.

func (*UnimplementedChainBrokerServer) CheckMasterPier added in v1.2.0

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 added in v1.2.0

func (*UnimplementedChainBrokerServer) GetBlocks

func (*UnimplementedChainBrokerServer) GetChainID added in v1.20.0

func (*UnimplementedChainBrokerServer) GetChainMeta

func (*UnimplementedChainBrokerServer) GetHappyBlocks added in v1.20.0

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 added in v1.20.0

func (*UnimplementedChainBrokerServer) GetReceipt

func (*UnimplementedChainBrokerServer) GetTPS

func (*UnimplementedChainBrokerServer) GetTransaction

func (*UnimplementedChainBrokerServer) GetTransactionByBlockHashAndIndex added in v1.28.0

func (*UnimplementedChainBrokerServer) GetTransactionByBlockNumberAndIndex added in v1.28.0

func (*UnimplementedChainBrokerServer) GetTssSigns added in v1.20.0

func (*UnimplementedChainBrokerServer) HeartBeat added in v1.2.0

func (*UnimplementedChainBrokerServer) SendTransaction

func (*UnimplementedChainBrokerServer) SendTransactions added in v1.20.0

func (*UnimplementedChainBrokerServer) SendView

func (*UnimplementedChainBrokerServer) SetMasterPier added in v1.2.0

func (*UnimplementedChainBrokerServer) SetMasterPier(ctx context.Context, req *PierInfo) (*Response, error)

func (*UnimplementedChainBrokerServer) Subscribe

func (*UnimplementedChainBrokerServer) SubscribeAuditInfo added in v1.20.0

type UpdateMeta added in v1.20.0

type UpdateMeta struct {
	Meta []byte `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"`
}

func (*UpdateMeta) Descriptor added in v1.20.0

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

func (*UpdateMeta) GetMeta added in v1.20.0

func (m *UpdateMeta) GetMeta() []byte

func (*UpdateMeta) Marshal added in v1.20.0

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

func (*UpdateMeta) MarshalTo added in v1.20.0

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

func (*UpdateMeta) MarshalToSizedBuffer added in v1.20.0

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

func (*UpdateMeta) ProtoMessage added in v1.20.0

func (*UpdateMeta) ProtoMessage()

func (*UpdateMeta) Reset added in v1.20.0

func (m *UpdateMeta) Reset()

func (*UpdateMeta) Size added in v1.20.0

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

func (*UpdateMeta) String added in v1.20.0

func (m *UpdateMeta) String() string

func (*UpdateMeta) Unmarshal added in v1.20.0

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

func (*UpdateMeta) XXX_DiscardUnknown added in v1.20.0

func (m *UpdateMeta) XXX_DiscardUnknown()

func (*UpdateMeta) XXX_Marshal added in v1.20.0

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

func (*UpdateMeta) XXX_Merge added in v1.20.0

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

func (*UpdateMeta) XXX_Size added in v1.20.0

func (m *UpdateMeta) XXX_Size() int

func (*UpdateMeta) XXX_Unmarshal added in v1.20.0

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

type VerifiedIndex added in v1.20.0

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 added in v1.20.0

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

func (*VerifiedIndex) GetIndex added in v1.20.0

func (m *VerifiedIndex) GetIndex() uint64

func (*VerifiedIndex) GetIsBatch added in v1.28.0

func (m *VerifiedIndex) GetIsBatch() bool

func (*VerifiedIndex) GetValid added in v1.20.0

func (m *VerifiedIndex) GetValid() bool

func (*VerifiedIndex) Marshal added in v1.20.0

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

func (*VerifiedIndex) MarshalTo added in v1.20.0

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

func (*VerifiedIndex) MarshalToSizedBuffer added in v1.20.0

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

func (*VerifiedIndex) ProtoMessage added in v1.20.0

func (*VerifiedIndex) ProtoMessage()

func (*VerifiedIndex) Reset added in v1.20.0

func (m *VerifiedIndex) Reset()

func (*VerifiedIndex) Size added in v1.20.0

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

func (*VerifiedIndex) String added in v1.20.0

func (m *VerifiedIndex) String() string

func (*VerifiedIndex) Unmarshal added in v1.20.0

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

func (*VerifiedIndex) XXX_DiscardUnknown added in v1.20.0

func (m *VerifiedIndex) XXX_DiscardUnknown()

func (*VerifiedIndex) XXX_Marshal added in v1.20.0

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

func (*VerifiedIndex) XXX_Merge added in v1.20.0

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

func (*VerifiedIndex) XXX_Size added in v1.20.0

func (m *VerifiedIndex) XXX_Size() int

func (*VerifiedIndex) XXX_Unmarshal added in v1.20.0

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

type VerifiedIndexSlice added in v1.20.0

type VerifiedIndexSlice struct {
	Slice []*VerifiedIndex `protobuf:"bytes,1,rep,name=slice,proto3" json:"slice,omitempty"`
}

func (*VerifiedIndexSlice) Descriptor added in v1.20.0

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

func (*VerifiedIndexSlice) GetSlice added in v1.20.0

func (m *VerifiedIndexSlice) GetSlice() []*VerifiedIndex

func (*VerifiedIndexSlice) Marshal added in v1.20.0

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

func (*VerifiedIndexSlice) MarshalTo added in v1.20.0

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

func (*VerifiedIndexSlice) MarshalToSizedBuffer added in v1.20.0

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

func (*VerifiedIndexSlice) ProtoMessage added in v1.20.0

func (*VerifiedIndexSlice) ProtoMessage()

func (*VerifiedIndexSlice) Reset added in v1.20.0

func (m *VerifiedIndexSlice) Reset()

func (*VerifiedIndexSlice) Size added in v1.20.0

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

func (*VerifiedIndexSlice) String added in v1.20.0

func (m *VerifiedIndexSlice) String() string

func (*VerifiedIndexSlice) Unmarshal added in v1.20.0

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

func (*VerifiedIndexSlice) XXX_DiscardUnknown added in v1.20.0

func (m *VerifiedIndexSlice) XXX_DiscardUnknown()

func (*VerifiedIndexSlice) XXX_Marshal added in v1.20.0

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

func (*VerifiedIndexSlice) XXX_Merge added in v1.20.0

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

func (*VerifiedIndexSlice) XXX_Size added in v1.20.0

func (m *VerifiedIndexSlice) XXX_Size() int

func (*VerifiedIndexSlice) XXX_Unmarshal added in v1.20.0

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

type VerifiedTx added in v1.20.0

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 added in v1.20.0

func (m *VerifiedTx) CalculateHash() ([]byte, error)

func (*VerifiedTx) Descriptor added in v1.20.0

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

func (*VerifiedTx) Equals added in v1.20.0

func (m *VerifiedTx) Equals(other merkletree.Content) (bool, error)

func (*VerifiedTx) GetIsBatch added in v1.28.0

func (m *VerifiedTx) GetIsBatch() bool

func (*VerifiedTx) GetTx added in v1.20.0

func (m *VerifiedTx) GetTx() *BxhTransaction

func (*VerifiedTx) GetValid added in v1.20.0

func (m *VerifiedTx) GetValid() bool

func (*VerifiedTx) Marshal added in v1.20.0

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

func (*VerifiedTx) MarshalTo added in v1.20.0

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

func (*VerifiedTx) MarshalToSizedBuffer added in v1.20.0

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

func (*VerifiedTx) ProtoMessage added in v1.20.0

func (*VerifiedTx) ProtoMessage()

func (*VerifiedTx) Reset added in v1.20.0

func (m *VerifiedTx) Reset()

func (*VerifiedTx) Size added in v1.20.0

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

func (*VerifiedTx) String added in v1.20.0

func (m *VerifiedTx) String() string

func (*VerifiedTx) Unmarshal added in v1.20.0

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

func (*VerifiedTx) XXX_DiscardUnknown added in v1.20.0

func (m *VerifiedTx) XXX_DiscardUnknown()

func (*VerifiedTx) XXX_Marshal added in v1.20.0

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

func (*VerifiedTx) XXX_Merge added in v1.20.0

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

func (*VerifiedTx) XXX_Size added in v1.20.0

func (m *VerifiedTx) XXX_Size() int

func (*VerifiedTx) XXX_Unmarshal added in v1.20.0

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

type VpInfo added in v1.2.0

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 added in v1.2.0

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

func (*VpInfo) GetAccount added in v1.2.0

func (m *VpInfo) GetAccount() string

func (*VpInfo) GetHosts added in v1.2.0

func (m *VpInfo) GetHosts() []string

func (*VpInfo) GetId added in v1.2.0

func (m *VpInfo) GetId() uint64

func (*VpInfo) GetPid added in v1.2.0

func (m *VpInfo) GetPid() string

func (*VpInfo) Marshal added in v1.2.0

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

func (*VpInfo) MarshalTo added in v1.2.0

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

func (*VpInfo) MarshalToSizedBuffer added in v1.2.0

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

func (*VpInfo) ProtoMessage added in v1.2.0

func (*VpInfo) ProtoMessage()

func (*VpInfo) Reset added in v1.2.0

func (m *VpInfo) Reset()

func (*VpInfo) Size added in v1.2.0

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

func (*VpInfo) String added in v1.2.0

func (m *VpInfo) String() string

func (*VpInfo) Unmarshal added in v1.2.0

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

func (*VpInfo) XXX_DiscardUnknown added in v1.2.0

func (m *VpInfo) XXX_DiscardUnknown()

func (*VpInfo) XXX_Marshal added in v1.2.0

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

func (*VpInfo) XXX_Merge added in v1.2.0

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

func (*VpInfo) XXX_Size added in v1.2.0

func (m *VpInfo) XXX_Size() int

func (*VpInfo) XXX_Unmarshal added in v1.2.0

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