types

package
v0.0.0-...-db0507b Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: MIT Imports: 35 Imported by: 0

Documentation

Overview

Package types is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	EventTypeNewChain                = "newChain"
	EventTypeGateway                 = "gateway"
	EventTypeDepositConfirmation     = "depositConfirmation"
	EventTypeTokenConfirmation       = "tokenConfirmation"
	EventTypeTransferKeyConfirmation = "transferKeyConfirmation"
	EventTypeLink                    = "link"
	EventTypeSign                    = "sign"
	EventTypeEventConfirmation       = "eventConfirmation"
)

Event types

View Source
const (
	AttributeKeyBatchedCommandsID  = "batchedCommandID"
	AttributeKeyChain              = "chain"
	AttributeKeySourceChain        = "sourceChain"
	AttributeKeyAddress            = "address"
	AttributeKeyPoll               = "poll"
	AttributeKeyTxID               = "txID"
	AttributeKeyAmount             = "amount"
	AttributeKeyDepositAddress     = "depositAddress"
	AttributeKeyTokenAddress       = "tokenAddress"
	AttributeKeyGatewayAddress     = "gatewayAddress"
	AttributeKeyConfHeight         = "confHeight"
	AttributeKeyAsset              = "asset"
	AttributeKeySymbol             = "symbol"
	AttributeKeyDestinationChain   = "destinationChain"
	AttributeKeyDestinationAddress = "destinationAddress"
	AttributeKeyCommandsID         = "commandID"
	AttributeKeyCommandsIDs        = "commandIDs"
	AttributeKeyTransferID         = "transferID"
	AttributeKeyEventType          = "eventType"
	AttributeKeyEventID            = "eventID"
	AttributeKeyKeyID              = "keyID"
	AttributeKeyMessageID          = "messageID"
)

Event attribute keys

View Source
const (
	AttributeValueStart   = "start"
	AttributeValueConfirm = "confirm"
)

Event attribute values

View Source
const MSG_EVM_VOTE_EVENTS = "axelar.evm.v1beta1.VoteEvents"

Variables

View Source
var (
	ErrInvalidLengthEvents        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowEvents          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupEvents = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthParams        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowParams          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupParams = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthQuery        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowQuery          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthTx        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTx          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthTypes        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTypes          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group")
)
View Source
var BatchedCommandsStatus_name = map[int32]string{
	0: "BATCHED_COMMANDS_STATUS_UNSPECIFIED",
	1: "BATCHED_COMMANDS_STATUS_SIGNING",
	2: "BATCHED_COMMANDS_STATUS_ABORTED",
	3: "BATCHED_COMMANDS_STATUS_SIGNED",
}
View Source
var BatchedCommandsStatus_value = map[string]int32{
	"BATCHED_COMMANDS_STATUS_UNSPECIFIED": 0,
	"BATCHED_COMMANDS_STATUS_SIGNING":     1,
	"BATCHED_COMMANDS_STATUS_ABORTED":     2,
	"BATCHED_COMMANDS_STATUS_SIGNED":      3,
}
View Source
var ChainStatus_name = map[int32]string{
	0: "CHAIN_STATUS_UNSPECIFIED",
	1: "CHAIN_STATUS_ACTIVATED",
	2: "CHAIN_STATUS_DEACTIVATED",
}
View Source
var ChainStatus_value = map[string]int32{
	"CHAIN_STATUS_UNSPECIFIED": 0,
	"CHAIN_STATUS_ACTIVATED":   1,
	"CHAIN_STATUS_DEACTIVATED": 2,
}
View Source
var CommandType_name = map[int32]string{
	0: "COMMAND_TYPE_UNSPECIFIED",
	1: "COMMAND_TYPE_MINT_TOKEN",
	2: "COMMAND_TYPE_DEPLOY_TOKEN",
	3: "COMMAND_TYPE_BURN_TOKEN",
	4: "COMMAND_TYPE_TRANSFER_OPERATORSHIP",
	5: "COMMAND_TYPE_APPROVE_CONTRACT_CALL_WITH_MINT",
	6: "COMMAND_TYPE_APPROVE_CONTRACT_CALL",
}
View Source
var CommandType_value = map[string]int32{
	"COMMAND_TYPE_UNSPECIFIED":                     0,
	"COMMAND_TYPE_MINT_TOKEN":                      1,
	"COMMAND_TYPE_DEPLOY_TOKEN":                    2,
	"COMMAND_TYPE_BURN_TOKEN":                      3,
	"COMMAND_TYPE_TRANSFER_OPERATORSHIP":           4,
	"COMMAND_TYPE_APPROVE_CONTRACT_CALL_WITH_MINT": 5,
	"COMMAND_TYPE_APPROVE_CONTRACT_CALL":           6,
}
View Source
var DepositStatus_name = map[int32]string{
	0: "DEPOSIT_STATUS_UNSPECIFIED",
	1: "DEPOSIT_STATUS_PENDING",
	2: "DEPOSIT_STATUS_CONFIRMED",
	3: "DEPOSIT_STATUS_BURNED",
}
View Source
var DepositStatus_value = map[string]int32{
	"DEPOSIT_STATUS_UNSPECIFIED": 0,
	"DEPOSIT_STATUS_PENDING":     1,
	"DEPOSIT_STATUS_CONFIRMED":   2,
	"DEPOSIT_STATUS_BURNED":      3,
}
View Source
var Event_Status_name = map[int32]string{
	0: "STATUS_UNSPECIFIED",
	1: "STATUS_CONFIRMED",
	2: "STATUS_COMPLETED",
	3: "STATUS_FAILED",
}
View Source
var Event_Status_value = map[string]int32{
	"STATUS_UNSPECIFIED": 0,
	"STATUS_CONFIRMED":   1,
	"STATUS_COMPLETED":   2,
	"STATUS_FAILED":      3,
}
View Source
var SigType_name = map[int32]string{
	0: "SIG_TYPE_UNSPECIFIED",
	1: "SIG_TYPE_TX",
	2: "SIG_TYPE_COMMAND",
}
View Source
var SigType_value = map[string]int32{
	"SIG_TYPE_UNSPECIFIED": 0,
	"SIG_TYPE_TX":          1,
	"SIG_TYPE_COMMAND":     2,
}
View Source
var Status_name = map[int32]string{
	0: "STATUS_UNSPECIFIED",
	1: "STATUS_INITIALIZED",
	2: "STATUS_PENDING",
	4: "STATUS_CONFIRMED",
}
View Source
var Status_value = map[string]int32{
	"STATUS_UNSPECIFIED": 0,
	"STATUS_INITIALIZED": 1,
	"STATUS_PENDING":     2,
	"STATUS_CONFIRMED":   4,
}
View Source
var TokenType_name = map[int32]string{
	0: "TOKEN_TYPE_UNSPECIFIED",
	1: "TOKEN_TYPE_INTERNAL",
	2: "TOKEN_TYPE_EXTERNAL",
}
View Source
var TokenType_value = map[string]int32{
	"TOKEN_TYPE_UNSPECIFIED": 0,
	"TOKEN_TYPE_INTERNAL":    1,
	"TOKEN_TYPE_EXTERNAL":    2,
}
View Source
var ZeroAddress = Address{}

ZeroAddress represents an evm address with all bytes being zero

View Source
var ZeroHash = common.Hash{}

ZeroHash represents an empty 32-bytes hash

Functions

func RegisterMsgServiceHandler

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

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

func RegisterMsgServiceHandlerClient

func RegisterMsgServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MsgServiceClient) error

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

func RegisterMsgServiceHandlerFromEndpoint

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

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

func RegisterMsgServiceHandlerServer

func RegisterMsgServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MsgServiceServer) error

RegisterMsgServiceHandlerServer registers the http handlers for service MsgService to "mux". UnaryRPC :call MsgServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features (such as grpc.SendHeader, etc) to stop working. Consider using RegisterMsgServiceHandlerFromEndpoint instead.

func RegisterMsgServiceServer

func RegisterMsgServiceServer(s grpc1.Server, srv MsgServiceServer)

func RegisterQueryServiceHandler

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

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

func RegisterQueryServiceHandlerClient

func RegisterQueryServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryServiceClient) error

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

func RegisterQueryServiceHandlerFromEndpoint

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

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

func RegisterQueryServiceHandlerServer

func RegisterQueryServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServiceServer) error

RegisterQueryServiceHandlerServer registers the http handlers for service QueryService to "mux". UnaryRPC :call QueryServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features (such as grpc.SendHeader, etc) to stop working. Consider using RegisterQueryServiceHandlerFromEndpoint instead.

func RegisterQueryServiceServer

func RegisterQueryServiceServer(s grpc1.Server, srv QueryServiceServer)

Types

type AddChainRequest

type AddChainRequest struct {
	Sender  github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Name    github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName ``                                                                                                                             /* 134-byte string literal not displayed */
	KeyType exported.KeyType                                                `protobuf:"varint,4,opt,name=key_type,json=keyType,proto3,enum=axelar.tss.exported.v1beta1.KeyType" json:"key_type,omitempty"` // Deprecated: Do not use.
	Params  Params                                                          `protobuf:"bytes,5,opt,name=params,proto3,customtype=Params" json:"params"`
}

func (*AddChainRequest) Descriptor

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

func (*AddChainRequest) Marshal

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

func (*AddChainRequest) MarshalTo

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

func (*AddChainRequest) MarshalToSizedBuffer

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

func (*AddChainRequest) ProtoMessage

func (*AddChainRequest) ProtoMessage()

func (*AddChainRequest) Reset

func (m *AddChainRequest) Reset()

func (*AddChainRequest) Size

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

func (*AddChainRequest) String

func (m *AddChainRequest) String() string

func (*AddChainRequest) Unmarshal

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

func (*AddChainRequest) XXX_DiscardUnknown

func (m *AddChainRequest) XXX_DiscardUnknown()

func (*AddChainRequest) XXX_Marshal

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

func (*AddChainRequest) XXX_Merge

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

func (*AddChainRequest) XXX_Size

func (m *AddChainRequest) XXX_Size() int

func (*AddChainRequest) XXX_Unmarshal

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

type AddChainResponse

type AddChainResponse struct {
}

func (*AddChainResponse) Descriptor

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

func (*AddChainResponse) Marshal

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

func (*AddChainResponse) MarshalTo

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

func (*AddChainResponse) MarshalToSizedBuffer

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

func (*AddChainResponse) ProtoMessage

func (*AddChainResponse) ProtoMessage()

func (*AddChainResponse) Reset

func (m *AddChainResponse) Reset()

func (*AddChainResponse) Size

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

func (*AddChainResponse) String

func (m *AddChainResponse) String() string

func (*AddChainResponse) Unmarshal

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

func (*AddChainResponse) XXX_DiscardUnknown

func (m *AddChainResponse) XXX_DiscardUnknown()

func (*AddChainResponse) XXX_Marshal

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

func (*AddChainResponse) XXX_Merge

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

func (*AddChainResponse) XXX_Size

func (m *AddChainResponse) XXX_Size() int

func (*AddChainResponse) XXX_Unmarshal

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

type Address

type Address common.Address

Address wraps EVM Address

func (Address) Bytes

func (a Address) Bytes() []byte

Bytes returns the actual byte array of the address

func (Address) Hex

func (a Address) Hex() string

Hex returns an EIP55-compliant hex string representation of the address

func (Address) IsZeroAddress

func (a Address) IsZeroAddress() bool

IsZeroAddress returns true if the address contains only zero bytes; false otherwise

func (Address) Marshal

func (a Address) Marshal() ([]byte, error)

Marshal implements codec.ProtoMarshaler

func (*Address) MarshalJSON

func (h *Address) MarshalJSON() ([]byte, error)

func (Address) MarshalTo

func (a Address) MarshalTo(data []byte) (n int, err error)

MarshalTo implements codec.ProtoMarshaler

func (Address) Size

func (a Address) Size() int

Size implements codec.ProtoMarshaler

func (*Address) Unmarshal

func (a *Address) Unmarshal(data []byte) error

Unmarshal implements codec.ProtoMarshaler

type Asset

type Asset struct {
	Chain github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	Name  string                                                          `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
}

func (*Asset) Descriptor

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

func (*Asset) Marshal

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

func (*Asset) MarshalTo

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

func (*Asset) MarshalToSizedBuffer

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

func (*Asset) ProtoMessage

func (*Asset) ProtoMessage()

func (*Asset) Reset

func (m *Asset) Reset()

func (*Asset) Size

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

func (*Asset) String

func (m *Asset) String() string

func (*Asset) Unmarshal

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

func (*Asset) XXX_DiscardUnknown

func (m *Asset) XXX_DiscardUnknown()

func (*Asset) XXX_Marshal

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

func (*Asset) XXX_Merge

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

func (*Asset) XXX_Size

func (m *Asset) XXX_Size() int

func (*Asset) XXX_Unmarshal

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

type BatchedCommandsRequest

type BatchedCommandsRequest struct {
	Chain string `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
	// id defines an optional id for the commandsbatch. If not specified the
	// latest will be returned
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
}

func (*BatchedCommandsRequest) Descriptor

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

func (*BatchedCommandsRequest) Marshal

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

func (*BatchedCommandsRequest) MarshalTo

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

func (*BatchedCommandsRequest) MarshalToSizedBuffer

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

func (*BatchedCommandsRequest) ProtoMessage

func (*BatchedCommandsRequest) ProtoMessage()

func (*BatchedCommandsRequest) Reset

func (m *BatchedCommandsRequest) Reset()

func (*BatchedCommandsRequest) Size

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

func (*BatchedCommandsRequest) String

func (m *BatchedCommandsRequest) String() string

func (*BatchedCommandsRequest) Unmarshal

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

func (*BatchedCommandsRequest) XXX_DiscardUnknown

func (m *BatchedCommandsRequest) XXX_DiscardUnknown()

func (*BatchedCommandsRequest) XXX_Marshal

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

func (*BatchedCommandsRequest) XXX_Merge

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

func (*BatchedCommandsRequest) XXX_Size

func (m *BatchedCommandsRequest) XXX_Size() int

func (*BatchedCommandsRequest) XXX_Unmarshal

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

type BatchedCommandsResponse

type BatchedCommandsResponse struct {
	ID                    string                                                         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Data                  string                                                         `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Status                BatchedCommandsStatus                                          `protobuf:"varint,3,opt,name=status,proto3,enum=axelar.evm.v1beta1.BatchedCommandsStatus" json:"status,omitempty"`
	KeyID                 github_com_axelarnetwork_axelar_core_x_multisig_exported.KeyID `` /* 148-byte string literal not displayed */
	ExecuteData           string                                                         `protobuf:"bytes,6,opt,name=execute_data,json=executeData,proto3" json:"execute_data,omitempty"`
	PrevBatchedCommandsID string                                                         `` /* 128-byte string literal not displayed */
	CommandIDs            []string                                                       `protobuf:"bytes,8,rep,name=command_ids,json=commandIds,proto3" json:"command_ids,omitempty"`
	Proof                 *Proof                                                         `protobuf:"bytes,9,opt,name=proof,proto3" json:"proof,omitempty"`
}

func (*BatchedCommandsResponse) Descriptor

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

func (*BatchedCommandsResponse) Marshal

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

func (*BatchedCommandsResponse) MarshalTo

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

func (*BatchedCommandsResponse) MarshalToSizedBuffer

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

func (*BatchedCommandsResponse) ProtoMessage

func (*BatchedCommandsResponse) ProtoMessage()

func (*BatchedCommandsResponse) Reset

func (m *BatchedCommandsResponse) Reset()

func (*BatchedCommandsResponse) Size

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

func (*BatchedCommandsResponse) String

func (m *BatchedCommandsResponse) String() string

func (*BatchedCommandsResponse) Unmarshal

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

func (*BatchedCommandsResponse) XXX_DiscardUnknown

func (m *BatchedCommandsResponse) XXX_DiscardUnknown()

func (*BatchedCommandsResponse) XXX_Marshal

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

func (*BatchedCommandsResponse) XXX_Merge

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

func (*BatchedCommandsResponse) XXX_Size

func (m *BatchedCommandsResponse) XXX_Size() int

func (*BatchedCommandsResponse) XXX_Unmarshal

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

type BatchedCommandsStatus

type BatchedCommandsStatus int32
const (
	BatchNonExistent BatchedCommandsStatus = 0
	BatchSigning     BatchedCommandsStatus = 1
	BatchAborted     BatchedCommandsStatus = 2
	BatchSigned      BatchedCommandsStatus = 3
)

func (BatchedCommandsStatus) EnumDescriptor

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

func (BatchedCommandsStatus) String

func (x BatchedCommandsStatus) String() string

type BurnCommand

type BurnCommand struct {
	Chain            github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	CommandID        CommandID                                                       `protobuf:"bytes,2,opt,name=command_id,json=commandId,proto3,customtype=CommandID" json:"command_id"`
	DestinationChain github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 182-byte string literal not displayed */
	DepositAddress   string                                                          `protobuf:"bytes,4,opt,name=deposit_address,json=depositAddress,proto3" json:"deposit_address,omitempty"`
	Asset            string                                                          `protobuf:"bytes,5,opt,name=asset,proto3" json:"asset,omitempty"`
}

func (*BurnCommand) Descriptor

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

func (*BurnCommand) GetAsset

func (m *BurnCommand) GetAsset() string

func (*BurnCommand) GetDepositAddress

func (m *BurnCommand) GetDepositAddress() string

func (*BurnCommand) Marshal

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

func (*BurnCommand) MarshalTo

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

func (*BurnCommand) MarshalToSizedBuffer

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

func (*BurnCommand) ProtoMessage

func (*BurnCommand) ProtoMessage()

func (*BurnCommand) Reset

func (m *BurnCommand) Reset()

func (*BurnCommand) Size

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

func (*BurnCommand) String

func (m *BurnCommand) String() string

func (*BurnCommand) Unmarshal

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

func (*BurnCommand) XXX_DiscardUnknown

func (m *BurnCommand) XXX_DiscardUnknown()

func (*BurnCommand) XXX_Marshal

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

func (*BurnCommand) XXX_Merge

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

func (*BurnCommand) XXX_MessageName

func (*BurnCommand) XXX_MessageName() string

func (*BurnCommand) XXX_Size

func (m *BurnCommand) XXX_Size() int

func (*BurnCommand) XXX_Unmarshal

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

type BurnerInfo

type BurnerInfo struct {
	BurnerAddress    Address                                                         `protobuf:"bytes,1,opt,name=burner_address,json=burnerAddress,proto3,customtype=Address" json:"burner_address"`
	TokenAddress     Address                                                         `protobuf:"bytes,2,opt,name=token_address,json=tokenAddress,proto3,customtype=Address" json:"token_address"`
	DestinationChain github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 182-byte string literal not displayed */
	Symbol           string                                                          `protobuf:"bytes,4,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Asset            string                                                          `protobuf:"bytes,5,opt,name=asset,proto3" json:"asset,omitempty"`
	Salt             Hash                                                            `protobuf:"bytes,6,opt,name=salt,proto3,customtype=Hash" json:"salt"`
}

BurnerInfo describes information required to burn token at an burner address that is deposited by an user

func (*BurnerInfo) Descriptor

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

func (*BurnerInfo) Marshal

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

func (*BurnerInfo) MarshalTo

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

func (*BurnerInfo) MarshalToSizedBuffer

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

func (*BurnerInfo) ProtoMessage

func (*BurnerInfo) ProtoMessage()

func (*BurnerInfo) Reset

func (m *BurnerInfo) Reset()

func (*BurnerInfo) Size

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

func (*BurnerInfo) String

func (m *BurnerInfo) String() string

func (*BurnerInfo) Unmarshal

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

func (*BurnerInfo) XXX_DiscardUnknown

func (m *BurnerInfo) XXX_DiscardUnknown()

func (*BurnerInfo) XXX_Marshal

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

func (*BurnerInfo) XXX_Merge

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

func (*BurnerInfo) XXX_Size

func (m *BurnerInfo) XXX_Size() int

func (*BurnerInfo) XXX_Unmarshal

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

type BurnerInfoRequest

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

func (*BurnerInfoRequest) Descriptor

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

func (*BurnerInfoRequest) Marshal

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

func (*BurnerInfoRequest) MarshalTo

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

func (*BurnerInfoRequest) MarshalToSizedBuffer

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

func (*BurnerInfoRequest) ProtoMessage

func (*BurnerInfoRequest) ProtoMessage()

func (*BurnerInfoRequest) Reset

func (m *BurnerInfoRequest) Reset()

func (*BurnerInfoRequest) Size

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

func (*BurnerInfoRequest) String

func (m *BurnerInfoRequest) String() string

func (*BurnerInfoRequest) Unmarshal

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

func (*BurnerInfoRequest) XXX_DiscardUnknown

func (m *BurnerInfoRequest) XXX_DiscardUnknown()

func (*BurnerInfoRequest) XXX_Marshal

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

func (*BurnerInfoRequest) XXX_Merge

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

func (*BurnerInfoRequest) XXX_Size

func (m *BurnerInfoRequest) XXX_Size() int

func (*BurnerInfoRequest) XXX_Unmarshal

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

type BurnerInfoResponse

type BurnerInfoResponse struct {
	Chain      github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	BurnerInfo *BurnerInfo                                                     `protobuf:"bytes,2,opt,name=burner_info,json=burnerInfo,proto3" json:"burner_info,omitempty"`
}

func (*BurnerInfoResponse) Descriptor

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

func (*BurnerInfoResponse) Marshal

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

func (*BurnerInfoResponse) MarshalTo

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

func (*BurnerInfoResponse) MarshalToSizedBuffer

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

func (*BurnerInfoResponse) ProtoMessage

func (*BurnerInfoResponse) ProtoMessage()

func (*BurnerInfoResponse) Reset

func (m *BurnerInfoResponse) Reset()

func (*BurnerInfoResponse) Size

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

func (*BurnerInfoResponse) String

func (m *BurnerInfoResponse) String() string

func (*BurnerInfoResponse) Unmarshal

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

func (*BurnerInfoResponse) XXX_DiscardUnknown

func (m *BurnerInfoResponse) XXX_DiscardUnknown()

func (*BurnerInfoResponse) XXX_Marshal

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

func (*BurnerInfoResponse) XXX_Merge

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

func (*BurnerInfoResponse) XXX_Size

func (m *BurnerInfoResponse) XXX_Size() int

func (*BurnerInfoResponse) XXX_Unmarshal

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

type BytecodeRequest

type BytecodeRequest struct {
	Chain    string `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
	Contract string `protobuf:"bytes,2,opt,name=contract,proto3" json:"contract,omitempty"`
}

func (*BytecodeRequest) Descriptor

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

func (*BytecodeRequest) Marshal

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

func (*BytecodeRequest) MarshalTo

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

func (*BytecodeRequest) MarshalToSizedBuffer

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

func (*BytecodeRequest) ProtoMessage

func (*BytecodeRequest) ProtoMessage()

func (*BytecodeRequest) Reset

func (m *BytecodeRequest) Reset()

func (*BytecodeRequest) Size

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

func (*BytecodeRequest) String

func (m *BytecodeRequest) String() string

func (*BytecodeRequest) Unmarshal

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

func (*BytecodeRequest) XXX_DiscardUnknown

func (m *BytecodeRequest) XXX_DiscardUnknown()

func (*BytecodeRequest) XXX_Marshal

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

func (*BytecodeRequest) XXX_Merge

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

func (*BytecodeRequest) XXX_Size

func (m *BytecodeRequest) XXX_Size() int

func (*BytecodeRequest) XXX_Unmarshal

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

type BytecodeResponse

type BytecodeResponse struct {
	Bytecode string `protobuf:"bytes,1,opt,name=bytecode,proto3" json:"bytecode,omitempty"`
}

func (*BytecodeResponse) Descriptor

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

func (*BytecodeResponse) Marshal

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

func (*BytecodeResponse) MarshalTo

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

func (*BytecodeResponse) MarshalToSizedBuffer

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

func (*BytecodeResponse) ProtoMessage

func (*BytecodeResponse) ProtoMessage()

func (*BytecodeResponse) Reset

func (m *BytecodeResponse) Reset()

func (*BytecodeResponse) Size

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

func (*BytecodeResponse) String

func (m *BytecodeResponse) String() string

func (*BytecodeResponse) Unmarshal

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

func (*BytecodeResponse) XXX_DiscardUnknown

func (m *BytecodeResponse) XXX_DiscardUnknown()

func (*BytecodeResponse) XXX_Marshal

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

func (*BytecodeResponse) XXX_Merge

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

func (*BytecodeResponse) XXX_Size

func (m *BytecodeResponse) XXX_Size() int

func (*BytecodeResponse) XXX_Unmarshal

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

type ChainAdded

type ChainAdded struct {
	Chain github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
}

func (*ChainAdded) Descriptor

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

func (*ChainAdded) Marshal

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

func (*ChainAdded) MarshalTo

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

func (*ChainAdded) MarshalToSizedBuffer

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

func (*ChainAdded) ProtoMessage

func (*ChainAdded) ProtoMessage()

func (*ChainAdded) Reset

func (m *ChainAdded) Reset()

func (*ChainAdded) Size

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

func (*ChainAdded) String

func (m *ChainAdded) String() string

func (*ChainAdded) Unmarshal

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

func (*ChainAdded) XXX_DiscardUnknown

func (m *ChainAdded) XXX_DiscardUnknown()

func (*ChainAdded) XXX_Marshal

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

func (*ChainAdded) XXX_Merge

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

func (*ChainAdded) XXX_MessageName

func (*ChainAdded) XXX_MessageName() string

func (*ChainAdded) XXX_Size

func (m *ChainAdded) XXX_Size() int

func (*ChainAdded) XXX_Unmarshal

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

type ChainStatus

type ChainStatus int32
const (
	StatusUnspecified ChainStatus = 0
	Activated         ChainStatus = 1
	Deactivated       ChainStatus = 2
)

func (ChainStatus) EnumDescriptor

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

func (ChainStatus) String

func (x ChainStatus) String() string

type ChainsRequest

type ChainsRequest struct {
	Status ChainStatus `protobuf:"varint,1,opt,name=status,proto3,enum=axelar.evm.v1beta1.ChainStatus" json:"status,omitempty"`
}

func (*ChainsRequest) Descriptor

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

func (*ChainsRequest) Marshal

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

func (*ChainsRequest) MarshalTo

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

func (*ChainsRequest) MarshalToSizedBuffer

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

func (*ChainsRequest) ProtoMessage

func (*ChainsRequest) ProtoMessage()

func (*ChainsRequest) Reset

func (m *ChainsRequest) Reset()

func (*ChainsRequest) Size

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

func (*ChainsRequest) String

func (m *ChainsRequest) String() string

func (*ChainsRequest) Unmarshal

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

func (*ChainsRequest) XXX_DiscardUnknown

func (m *ChainsRequest) XXX_DiscardUnknown()

func (*ChainsRequest) XXX_Marshal

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

func (*ChainsRequest) XXX_Merge

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

func (*ChainsRequest) XXX_Size

func (m *ChainsRequest) XXX_Size() int

func (*ChainsRequest) XXX_Unmarshal

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

type ChainsResponse

type ChainsResponse struct {
	Chains []github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 138-byte string literal not displayed */
}

func (*ChainsResponse) Descriptor

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

func (*ChainsResponse) Marshal

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

func (*ChainsResponse) MarshalTo

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

func (*ChainsResponse) MarshalToSizedBuffer

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

func (*ChainsResponse) ProtoMessage

func (*ChainsResponse) ProtoMessage()

func (*ChainsResponse) Reset

func (m *ChainsResponse) Reset()

func (*ChainsResponse) Size

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

func (*ChainsResponse) String

func (m *ChainsResponse) String() string

func (*ChainsResponse) Unmarshal

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

func (*ChainsResponse) XXX_DiscardUnknown

func (m *ChainsResponse) XXX_DiscardUnknown()

func (*ChainsResponse) XXX_Marshal

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

func (*ChainsResponse) XXX_Merge

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

func (*ChainsResponse) XXX_Size

func (m *ChainsResponse) XXX_Size() int

func (*ChainsResponse) XXX_Unmarshal

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

type Command

type Command struct {
	ID         CommandID   `protobuf:"bytes,1,opt,name=id,proto3,customtype=CommandID" json:"id"`
	Command    string      `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"` // Deprecated: Do not use.
	Params     []byte      `protobuf:"bytes,3,opt,name=params,proto3" json:"params,omitempty"`
	KeyID      KeyID       `` /* 148-byte string literal not displayed */
	MaxGasCost uint32      `protobuf:"varint,5,opt,name=max_gas_cost,json=maxGasCost,proto3" json:"max_gas_cost,omitempty"`
	Type       CommandType `protobuf:"varint,6,opt,name=type,proto3,enum=axelar.evm.v1beta1.CommandType" json:"type,omitempty"`
}

func (*Command) Descriptor

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

func (*Command) Marshal

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

func (*Command) MarshalTo

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

func (*Command) MarshalToSizedBuffer

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

func (*Command) ProtoMessage

func (*Command) ProtoMessage()

func (*Command) Reset

func (m *Command) Reset()

func (*Command) Size

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

func (*Command) String

func (m *Command) String() string

func (*Command) Unmarshal

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

func (*Command) XXX_DiscardUnknown

func (m *Command) XXX_DiscardUnknown()

func (*Command) XXX_Marshal

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

func (*Command) XXX_Merge

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

func (*Command) XXX_Size

func (m *Command) XXX_Size() int

func (*Command) XXX_Unmarshal

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

type CommandBatchAborted

type CommandBatchAborted struct {
	Chain          github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	CommandBatchID []byte                                                          `protobuf:"bytes,3,opt,name=command_batch_id,json=commandBatchId,proto3" json:"command_batch_id,omitempty"`
}

func NewCommandBatchAborted

func NewCommandBatchAborted(chain nexus.ChainName, batchID []byte) *CommandBatchAborted

NewCommandBatchAborted returns a new CommandBatchAborted instance

func (*CommandBatchAborted) Descriptor

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

func (*CommandBatchAborted) GetCommandBatchID

func (m *CommandBatchAborted) GetCommandBatchID() []byte

func (*CommandBatchAborted) Marshal

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

func (*CommandBatchAborted) MarshalTo

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

func (*CommandBatchAborted) MarshalToSizedBuffer

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

func (*CommandBatchAborted) ProtoMessage

func (*CommandBatchAborted) ProtoMessage()

func (*CommandBatchAborted) Reset

func (m *CommandBatchAborted) Reset()

func (*CommandBatchAborted) Size

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

func (*CommandBatchAborted) String

func (m *CommandBatchAborted) String() string

func (*CommandBatchAborted) Unmarshal

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

func (*CommandBatchAborted) XXX_DiscardUnknown

func (m *CommandBatchAborted) XXX_DiscardUnknown()

func (*CommandBatchAborted) XXX_Marshal

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

func (*CommandBatchAborted) XXX_Merge

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

func (*CommandBatchAborted) XXX_MessageName

func (*CommandBatchAborted) XXX_MessageName() string

func (*CommandBatchAborted) XXX_Size

func (m *CommandBatchAborted) XXX_Size() int

func (*CommandBatchAborted) XXX_Unmarshal

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

type CommandBatchMetadata

type CommandBatchMetadata struct {
	ID                    []byte                `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CommandIDs            []CommandID           `protobuf:"bytes,2,rep,name=command_ids,json=commandIds,proto3,customtype=CommandID" json:"command_ids"`
	Data                  []byte                `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	SigHash               Hash                  `protobuf:"bytes,4,opt,name=sig_hash,json=sigHash,proto3,customtype=Hash" json:"sig_hash"`
	Status                BatchedCommandsStatus `protobuf:"varint,5,opt,name=status,proto3,enum=axelar.evm.v1beta1.BatchedCommandsStatus" json:"status,omitempty"`
	KeyID                 KeyID                 `` /* 148-byte string literal not displayed */
	PrevBatchedCommandsID []byte                `` /* 128-byte string literal not displayed */
	Signature             *types.Any            `protobuf:"bytes,8,opt,name=signature,proto3" json:"signature,omitempty"`
}

func (*CommandBatchMetadata) Descriptor

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

func (*CommandBatchMetadata) Marshal

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

func (*CommandBatchMetadata) MarshalTo

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

func (*CommandBatchMetadata) MarshalToSizedBuffer

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

func (*CommandBatchMetadata) ProtoMessage

func (*CommandBatchMetadata) ProtoMessage()

func (*CommandBatchMetadata) Reset

func (m *CommandBatchMetadata) Reset()

func (*CommandBatchMetadata) Size

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

func (*CommandBatchMetadata) String

func (m *CommandBatchMetadata) String() string

func (*CommandBatchMetadata) Unmarshal

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

func (*CommandBatchMetadata) XXX_DiscardUnknown

func (m *CommandBatchMetadata) XXX_DiscardUnknown()

func (*CommandBatchMetadata) XXX_Marshal

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

func (*CommandBatchMetadata) XXX_Merge

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

func (*CommandBatchMetadata) XXX_Size

func (m *CommandBatchMetadata) XXX_Size() int

func (*CommandBatchMetadata) XXX_Unmarshal

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

type CommandBatchSigned

type CommandBatchSigned struct {
	Chain          github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	CommandBatchID []byte                                                          `protobuf:"bytes,3,opt,name=command_batch_id,json=commandBatchId,proto3" json:"command_batch_id,omitempty"`
}

func NewCommandBatchSigned

func NewCommandBatchSigned(chain nexus.ChainName, batchID []byte) *CommandBatchSigned

NewCommandBatchSigned returns a new CommandBatchSigned instance

func (*CommandBatchSigned) Descriptor

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

func (*CommandBatchSigned) GetCommandBatchID

func (m *CommandBatchSigned) GetCommandBatchID() []byte

func (*CommandBatchSigned) Marshal

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

func (*CommandBatchSigned) MarshalTo

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

func (*CommandBatchSigned) MarshalToSizedBuffer

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

func (*CommandBatchSigned) ProtoMessage

func (*CommandBatchSigned) ProtoMessage()

func (*CommandBatchSigned) Reset

func (m *CommandBatchSigned) Reset()

func (*CommandBatchSigned) Size

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

func (*CommandBatchSigned) String

func (m *CommandBatchSigned) String() string

func (*CommandBatchSigned) Unmarshal

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

func (*CommandBatchSigned) XXX_DiscardUnknown

func (m *CommandBatchSigned) XXX_DiscardUnknown()

func (*CommandBatchSigned) XXX_Marshal

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

func (*CommandBatchSigned) XXX_Merge

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

func (*CommandBatchSigned) XXX_MessageName

func (*CommandBatchSigned) XXX_MessageName() string

func (*CommandBatchSigned) XXX_Size

func (m *CommandBatchSigned) XXX_Size() int

func (*CommandBatchSigned) XXX_Unmarshal

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

type CommandID

type CommandID [commandIDSize]byte

CommandID represents the unique command identifier

func CommandIDFromTransferID

func CommandIDFromTransferID(id TransferID) CommandID

CommandIDFromTransferID converts a TransferID into a CommandID

func HexToCommandID

func HexToCommandID(id string) (CommandID, error)

HexToCommandID decodes a hex representation of a CommandID

func NewCommandID

func NewCommandID(data []byte, chainID sdk.Int) CommandID

NewCommandID is the constructor for CommandID

func (CommandID) Hex

func (c CommandID) Hex() string

Hex returns the hex representation of command ID

func (CommandID) Marshal

func (c CommandID) Marshal() ([]byte, error)

Marshal implements codec.ProtoMarshaler

func (CommandID) MarshalTo

func (c CommandID) MarshalTo(data []byte) (n int, err error)

MarshalTo implements codec.ProtoMarshaler

func (CommandID) Size

func (c CommandID) Size() int

Size implements codec.ProtoMarshaler

func (*CommandID) Unmarshal

func (c *CommandID) Unmarshal(data []byte) error

Unmarshal implements codec.ProtoMarshaler

func (CommandID) ValidateBasic

func (c CommandID) ValidateBasic() error

ValidateBasic returns an error if the given command ID is invalid

type CommandRequest

type CommandRequest struct {
	Chain string `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
	ID    string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
}

func (*CommandRequest) Descriptor

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

func (*CommandRequest) Marshal

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

func (*CommandRequest) MarshalTo

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

func (*CommandRequest) MarshalToSizedBuffer

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

func (*CommandRequest) ProtoMessage

func (*CommandRequest) ProtoMessage()

func (*CommandRequest) Reset

func (m *CommandRequest) Reset()

func (*CommandRequest) Size

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

func (*CommandRequest) String

func (m *CommandRequest) String() string

func (*CommandRequest) Unmarshal

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

func (*CommandRequest) XXX_DiscardUnknown

func (m *CommandRequest) XXX_DiscardUnknown()

func (*CommandRequest) XXX_Marshal

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

func (*CommandRequest) XXX_Merge

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

func (*CommandRequest) XXX_Size

func (m *CommandRequest) XXX_Size() int

func (*CommandRequest) XXX_Unmarshal

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

type CommandResponse

type CommandResponse struct {
	ID         string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type       string            `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Params     map[string]string `` /* 143-byte string literal not displayed */
	KeyID      string            `protobuf:"bytes,4,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	MaxGasCost uint32            `protobuf:"varint,5,opt,name=max_gas_cost,json=maxGasCost,proto3" json:"max_gas_cost,omitempty"`
}

func (*CommandResponse) Descriptor

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

func (*CommandResponse) Marshal

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

func (*CommandResponse) MarshalTo

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

func (*CommandResponse) MarshalToSizedBuffer

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

func (*CommandResponse) ProtoMessage

func (*CommandResponse) ProtoMessage()

func (*CommandResponse) Reset

func (m *CommandResponse) Reset()

func (*CommandResponse) Size

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

func (*CommandResponse) String

func (m *CommandResponse) String() string

func (*CommandResponse) Unmarshal

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

func (*CommandResponse) XXX_DiscardUnknown

func (m *CommandResponse) XXX_DiscardUnknown()

func (*CommandResponse) XXX_Marshal

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

func (*CommandResponse) XXX_Merge

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

func (*CommandResponse) XXX_Size

func (m *CommandResponse) XXX_Size() int

func (*CommandResponse) XXX_Unmarshal

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

type CommandType

type CommandType int32
const (
	COMMAND_TYPE_UNSPECIFIED                     CommandType = 0
	COMMAND_TYPE_MINT_TOKEN                      CommandType = 1
	COMMAND_TYPE_DEPLOY_TOKEN                    CommandType = 2
	COMMAND_TYPE_BURN_TOKEN                      CommandType = 3
	COMMAND_TYPE_TRANSFER_OPERATORSHIP           CommandType = 4
	COMMAND_TYPE_APPROVE_CONTRACT_CALL_WITH_MINT CommandType = 5
	COMMAND_TYPE_APPROVE_CONTRACT_CALL           CommandType = 6
)

func (CommandType) EnumDescriptor

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

type ConfirmDepositRequest

type ConfirmDepositRequest struct {
	Sender        github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain         github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	TxID          Hash                                                            `protobuf:"bytes,3,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	Amount        github_com_cosmos_cosmos_sdk_types.Uint                         `protobuf:"bytes,4,opt,name=amount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Uint" json:"amount"` // Deprecated: Do not use.
	BurnerAddress Address                                                         `protobuf:"bytes,5,opt,name=burner_address,json=burnerAddress,proto3,customtype=Address" json:"burner_address"`
}

MsgConfirmDeposit represents an erc20 deposit confirmation message

func (*ConfirmDepositRequest) Descriptor

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

func (*ConfirmDepositRequest) Marshal

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

func (*ConfirmDepositRequest) MarshalTo

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

func (*ConfirmDepositRequest) MarshalToSizedBuffer

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

func (*ConfirmDepositRequest) ProtoMessage

func (*ConfirmDepositRequest) ProtoMessage()

func (*ConfirmDepositRequest) Reset

func (m *ConfirmDepositRequest) Reset()

func (*ConfirmDepositRequest) Size

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

func (*ConfirmDepositRequest) String

func (m *ConfirmDepositRequest) String() string

func (*ConfirmDepositRequest) Unmarshal

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

func (*ConfirmDepositRequest) XXX_DiscardUnknown

func (m *ConfirmDepositRequest) XXX_DiscardUnknown()

func (*ConfirmDepositRequest) XXX_Marshal

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

func (*ConfirmDepositRequest) XXX_Merge

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

func (*ConfirmDepositRequest) XXX_Size

func (m *ConfirmDepositRequest) XXX_Size() int

func (*ConfirmDepositRequest) XXX_Unmarshal

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

type ConfirmDepositResponse

type ConfirmDepositResponse struct {
}

func (*ConfirmDepositResponse) Descriptor

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

func (*ConfirmDepositResponse) Marshal

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

func (*ConfirmDepositResponse) MarshalTo

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

func (*ConfirmDepositResponse) MarshalToSizedBuffer

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

func (*ConfirmDepositResponse) ProtoMessage

func (*ConfirmDepositResponse) ProtoMessage()

func (*ConfirmDepositResponse) Reset

func (m *ConfirmDepositResponse) Reset()

func (*ConfirmDepositResponse) Size

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

func (*ConfirmDepositResponse) String

func (m *ConfirmDepositResponse) String() string

func (*ConfirmDepositResponse) Unmarshal

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

func (*ConfirmDepositResponse) XXX_DiscardUnknown

func (m *ConfirmDepositResponse) XXX_DiscardUnknown()

func (*ConfirmDepositResponse) XXX_Marshal

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

func (*ConfirmDepositResponse) XXX_Merge

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

func (*ConfirmDepositResponse) XXX_Size

func (m *ConfirmDepositResponse) XXX_Size() int

func (*ConfirmDepositResponse) XXX_Unmarshal

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

type ConfirmDepositStarted

type ConfirmDepositStarted struct {
	TxID                      Hash                                                            `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	Chain                     github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	DepositAddress            Address                                                         `protobuf:"bytes,3,opt,name=deposit_address,json=depositAddress,proto3,customtype=Address" json:"deposit_address"`
	TokenAddress              Address                                                         `protobuf:"bytes,4,opt,name=token_address,json=tokenAddress,proto3,customtype=Address" json:"token_address"`
	ConfirmationHeight        uint64                                                          `protobuf:"varint,5,opt,name=confirmation_height,json=confirmationHeight,proto3" json:"confirmation_height,omitempty"`
	exported.PollParticipants `protobuf:"bytes,6,opt,name=participants,proto3,embedded=participants" json:"participants"`
	Asset                     string `protobuf:"bytes,7,opt,name=asset,proto3" json:"asset,omitempty"`
}

func (*ConfirmDepositStarted) Descriptor

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

func (*ConfirmDepositStarted) GetAsset

func (m *ConfirmDepositStarted) GetAsset() string

func (*ConfirmDepositStarted) GetConfirmationHeight

func (m *ConfirmDepositStarted) GetConfirmationHeight() uint64

func (*ConfirmDepositStarted) Marshal

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

func (*ConfirmDepositStarted) MarshalTo

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

func (*ConfirmDepositStarted) MarshalToSizedBuffer

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

func (*ConfirmDepositStarted) ProtoMessage

func (*ConfirmDepositStarted) ProtoMessage()

func (*ConfirmDepositStarted) Reset

func (m *ConfirmDepositStarted) Reset()

func (*ConfirmDepositStarted) Size

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

func (*ConfirmDepositStarted) String

func (m *ConfirmDepositStarted) String() string

func (*ConfirmDepositStarted) Unmarshal

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

func (*ConfirmDepositStarted) XXX_DiscardUnknown

func (m *ConfirmDepositStarted) XXX_DiscardUnknown()

func (*ConfirmDepositStarted) XXX_Marshal

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

func (*ConfirmDepositStarted) XXX_Merge

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

func (*ConfirmDepositStarted) XXX_MessageName

func (*ConfirmDepositStarted) XXX_MessageName() string

func (*ConfirmDepositStarted) XXX_Size

func (m *ConfirmDepositStarted) XXX_Size() int

func (*ConfirmDepositStarted) XXX_Unmarshal

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

type ConfirmGatewayTxRequest deprecated

type ConfirmGatewayTxRequest struct {
	Sender github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	TxID   Hash                                                            `protobuf:"bytes,3,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
}

Deprecated: Do not use.

func (*ConfirmGatewayTxRequest) Descriptor

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

func (*ConfirmGatewayTxRequest) Marshal

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

func (*ConfirmGatewayTxRequest) MarshalTo

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

func (*ConfirmGatewayTxRequest) MarshalToSizedBuffer

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

func (*ConfirmGatewayTxRequest) ProtoMessage

func (*ConfirmGatewayTxRequest) ProtoMessage()

func (*ConfirmGatewayTxRequest) Reset

func (m *ConfirmGatewayTxRequest) Reset()

func (*ConfirmGatewayTxRequest) Size

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

func (*ConfirmGatewayTxRequest) String

func (m *ConfirmGatewayTxRequest) String() string

func (*ConfirmGatewayTxRequest) Unmarshal

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

func (*ConfirmGatewayTxRequest) XXX_DiscardUnknown

func (m *ConfirmGatewayTxRequest) XXX_DiscardUnknown()

func (*ConfirmGatewayTxRequest) XXX_Marshal

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

func (*ConfirmGatewayTxRequest) XXX_Merge

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

func (*ConfirmGatewayTxRequest) XXX_Size

func (m *ConfirmGatewayTxRequest) XXX_Size() int

func (*ConfirmGatewayTxRequest) XXX_Unmarshal

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

type ConfirmGatewayTxResponse deprecated

type ConfirmGatewayTxResponse struct {
}

Deprecated: Do not use.

func (*ConfirmGatewayTxResponse) Descriptor

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

func (*ConfirmGatewayTxResponse) Marshal

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

func (*ConfirmGatewayTxResponse) MarshalTo

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

func (*ConfirmGatewayTxResponse) MarshalToSizedBuffer

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

func (*ConfirmGatewayTxResponse) ProtoMessage

func (*ConfirmGatewayTxResponse) ProtoMessage()

func (*ConfirmGatewayTxResponse) Reset

func (m *ConfirmGatewayTxResponse) Reset()

func (*ConfirmGatewayTxResponse) Size

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

func (*ConfirmGatewayTxResponse) String

func (m *ConfirmGatewayTxResponse) String() string

func (*ConfirmGatewayTxResponse) Unmarshal

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

func (*ConfirmGatewayTxResponse) XXX_DiscardUnknown

func (m *ConfirmGatewayTxResponse) XXX_DiscardUnknown()

func (*ConfirmGatewayTxResponse) XXX_Marshal

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

func (*ConfirmGatewayTxResponse) XXX_Merge

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

func (*ConfirmGatewayTxResponse) XXX_Size

func (m *ConfirmGatewayTxResponse) XXX_Size() int

func (*ConfirmGatewayTxResponse) XXX_Unmarshal

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

type ConfirmGatewayTxStarted deprecated

type ConfirmGatewayTxStarted struct {
	TxID                      Hash                                                            `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	Chain                     github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	GatewayAddress            Address                                                         `protobuf:"bytes,3,opt,name=gateway_address,json=gatewayAddress,proto3,customtype=Address" json:"gateway_address"`
	ConfirmationHeight        uint64                                                          `protobuf:"varint,4,opt,name=confirmation_height,json=confirmationHeight,proto3" json:"confirmation_height,omitempty"`
	exported.PollParticipants `protobuf:"bytes,5,opt,name=participants,proto3,embedded=participants" json:"participants"`
}

Deprecated: Do not use.

func (*ConfirmGatewayTxStarted) Descriptor

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

func (*ConfirmGatewayTxStarted) GetConfirmationHeight

func (m *ConfirmGatewayTxStarted) GetConfirmationHeight() uint64

func (*ConfirmGatewayTxStarted) Marshal

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

func (*ConfirmGatewayTxStarted) MarshalTo

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

func (*ConfirmGatewayTxStarted) MarshalToSizedBuffer

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

func (*ConfirmGatewayTxStarted) ProtoMessage

func (*ConfirmGatewayTxStarted) ProtoMessage()

func (*ConfirmGatewayTxStarted) Reset

func (m *ConfirmGatewayTxStarted) Reset()

func (*ConfirmGatewayTxStarted) Size

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

func (*ConfirmGatewayTxStarted) String

func (m *ConfirmGatewayTxStarted) String() string

func (*ConfirmGatewayTxStarted) Unmarshal

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

func (*ConfirmGatewayTxStarted) XXX_DiscardUnknown

func (m *ConfirmGatewayTxStarted) XXX_DiscardUnknown()

func (*ConfirmGatewayTxStarted) XXX_Marshal

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

func (*ConfirmGatewayTxStarted) XXX_Merge

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

func (*ConfirmGatewayTxStarted) XXX_MessageName

func (*ConfirmGatewayTxStarted) XXX_MessageName() string

func (*ConfirmGatewayTxStarted) XXX_Size

func (m *ConfirmGatewayTxStarted) XXX_Size() int

func (*ConfirmGatewayTxStarted) XXX_Unmarshal

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

type ConfirmGatewayTxsRequest

type ConfirmGatewayTxsRequest struct {
	Sender github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	TxIDs  []Hash                                                          `protobuf:"bytes,3,rep,name=tx_ids,json=txIds,proto3,customtype=Hash" json:"tx_ids"`
}

func (*ConfirmGatewayTxsRequest) Descriptor

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

func (*ConfirmGatewayTxsRequest) Marshal

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

func (*ConfirmGatewayTxsRequest) MarshalTo

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

func (*ConfirmGatewayTxsRequest) MarshalToSizedBuffer

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

func (*ConfirmGatewayTxsRequest) ProtoMessage

func (*ConfirmGatewayTxsRequest) ProtoMessage()

func (*ConfirmGatewayTxsRequest) Reset

func (m *ConfirmGatewayTxsRequest) Reset()

func (*ConfirmGatewayTxsRequest) Size

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

func (*ConfirmGatewayTxsRequest) String

func (m *ConfirmGatewayTxsRequest) String() string

func (*ConfirmGatewayTxsRequest) Unmarshal

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

func (*ConfirmGatewayTxsRequest) XXX_DiscardUnknown

func (m *ConfirmGatewayTxsRequest) XXX_DiscardUnknown()

func (*ConfirmGatewayTxsRequest) XXX_Marshal

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

func (*ConfirmGatewayTxsRequest) XXX_Merge

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

func (*ConfirmGatewayTxsRequest) XXX_Size

func (m *ConfirmGatewayTxsRequest) XXX_Size() int

func (*ConfirmGatewayTxsRequest) XXX_Unmarshal

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

type ConfirmGatewayTxsResponse

type ConfirmGatewayTxsResponse struct {
}

func (*ConfirmGatewayTxsResponse) Descriptor

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

func (*ConfirmGatewayTxsResponse) Marshal

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

func (*ConfirmGatewayTxsResponse) MarshalTo

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

func (*ConfirmGatewayTxsResponse) MarshalToSizedBuffer

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

func (*ConfirmGatewayTxsResponse) ProtoMessage

func (*ConfirmGatewayTxsResponse) ProtoMessage()

func (*ConfirmGatewayTxsResponse) Reset

func (m *ConfirmGatewayTxsResponse) Reset()

func (*ConfirmGatewayTxsResponse) Size

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

func (*ConfirmGatewayTxsResponse) String

func (m *ConfirmGatewayTxsResponse) String() string

func (*ConfirmGatewayTxsResponse) Unmarshal

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

func (*ConfirmGatewayTxsResponse) XXX_DiscardUnknown

func (m *ConfirmGatewayTxsResponse) XXX_DiscardUnknown()

func (*ConfirmGatewayTxsResponse) XXX_Marshal

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

func (*ConfirmGatewayTxsResponse) XXX_Merge

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

func (*ConfirmGatewayTxsResponse) XXX_Size

func (m *ConfirmGatewayTxsResponse) XXX_Size() int

func (*ConfirmGatewayTxsResponse) XXX_Unmarshal

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

type ConfirmGatewayTxsStarted

type ConfirmGatewayTxsStarted struct {
	PollMappings       []PollMapping                                                   `protobuf:"bytes,1,rep,name=poll_mappings,json=pollMappings,proto3" json:"poll_mappings,omitempty"`
	Chain              github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	GatewayAddress     Address                                                         `protobuf:"bytes,3,opt,name=gateway_address,json=gatewayAddress,proto3,customtype=Address" json:"gateway_address"`
	ConfirmationHeight uint64                                                          `protobuf:"varint,4,opt,name=confirmation_height,json=confirmationHeight,proto3" json:"confirmation_height,omitempty"`
	Participants       []github_com_cosmos_cosmos_sdk_types.ValAddress                 `` /* 132-byte string literal not displayed */
}

func (*ConfirmGatewayTxsStarted) Descriptor

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

func (*ConfirmGatewayTxsStarted) GetConfirmationHeight

func (m *ConfirmGatewayTxsStarted) GetConfirmationHeight() uint64

func (*ConfirmGatewayTxsStarted) GetParticipants

func (*ConfirmGatewayTxsStarted) GetPollMappings

func (m *ConfirmGatewayTxsStarted) GetPollMappings() []PollMapping

func (*ConfirmGatewayTxsStarted) Marshal

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

func (*ConfirmGatewayTxsStarted) MarshalTo

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

func (*ConfirmGatewayTxsStarted) MarshalToSizedBuffer

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

func (*ConfirmGatewayTxsStarted) ProtoMessage

func (*ConfirmGatewayTxsStarted) ProtoMessage()

func (*ConfirmGatewayTxsStarted) Reset

func (m *ConfirmGatewayTxsStarted) Reset()

func (*ConfirmGatewayTxsStarted) Size

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

func (*ConfirmGatewayTxsStarted) String

func (m *ConfirmGatewayTxsStarted) String() string

func (*ConfirmGatewayTxsStarted) Unmarshal

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

func (*ConfirmGatewayTxsStarted) XXX_DiscardUnknown

func (m *ConfirmGatewayTxsStarted) XXX_DiscardUnknown()

func (*ConfirmGatewayTxsStarted) XXX_Marshal

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

func (*ConfirmGatewayTxsStarted) XXX_Merge

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

func (*ConfirmGatewayTxsStarted) XXX_MessageName

func (*ConfirmGatewayTxsStarted) XXX_MessageName() string

func (*ConfirmGatewayTxsStarted) XXX_Size

func (m *ConfirmGatewayTxsStarted) XXX_Size() int

func (*ConfirmGatewayTxsStarted) XXX_Unmarshal

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

type ConfirmKeyTransferStarted

type ConfirmKeyTransferStarted struct {
	Chain                     github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	TxID                      Hash                                                            `protobuf:"bytes,2,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	GatewayAddress            Address                                                         `protobuf:"bytes,3,opt,name=gateway_address,json=gatewayAddress,proto3,customtype=Address" json:"gateway_address"`
	ConfirmationHeight        uint64                                                          `protobuf:"varint,4,opt,name=confirmation_height,json=confirmationHeight,proto3" json:"confirmation_height,omitempty"`
	exported.PollParticipants `protobuf:"bytes,5,opt,name=participants,proto3,embedded=participants" json:"participants"`
}

func NewConfirmKeyTransferStarted

func NewConfirmKeyTransferStarted(chain nexus.ChainName, txID Hash, gatewayAddress Address, confirmationHeight uint64, participants vote.PollParticipants) *ConfirmKeyTransferStarted

NewConfirmKeyTransferStarted is the constructor for event confirm key transfer

func (*ConfirmKeyTransferStarted) Descriptor

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

func (*ConfirmKeyTransferStarted) GetConfirmationHeight

func (m *ConfirmKeyTransferStarted) GetConfirmationHeight() uint64

func (*ConfirmKeyTransferStarted) Marshal

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

func (*ConfirmKeyTransferStarted) MarshalTo

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

func (*ConfirmKeyTransferStarted) MarshalToSizedBuffer

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

func (*ConfirmKeyTransferStarted) ProtoMessage

func (*ConfirmKeyTransferStarted) ProtoMessage()

func (*ConfirmKeyTransferStarted) Reset

func (m *ConfirmKeyTransferStarted) Reset()

func (*ConfirmKeyTransferStarted) Size

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

func (*ConfirmKeyTransferStarted) String

func (m *ConfirmKeyTransferStarted) String() string

func (*ConfirmKeyTransferStarted) Unmarshal

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

func (*ConfirmKeyTransferStarted) XXX_DiscardUnknown

func (m *ConfirmKeyTransferStarted) XXX_DiscardUnknown()

func (*ConfirmKeyTransferStarted) XXX_Marshal

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

func (*ConfirmKeyTransferStarted) XXX_Merge

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

func (*ConfirmKeyTransferStarted) XXX_MessageName

func (*ConfirmKeyTransferStarted) XXX_MessageName() string

func (*ConfirmKeyTransferStarted) XXX_Size

func (m *ConfirmKeyTransferStarted) XXX_Size() int

func (*ConfirmKeyTransferStarted) XXX_Unmarshal

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

type ConfirmTokenRequest

type ConfirmTokenRequest struct {
	Sender github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	TxID   Hash                                                            `protobuf:"bytes,3,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	Asset  Asset                                                           `protobuf:"bytes,4,opt,name=asset,proto3" json:"asset"`
}

MsgConfirmToken represents a token deploy confirmation message

func (*ConfirmTokenRequest) Descriptor

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

func (*ConfirmTokenRequest) Marshal

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

func (*ConfirmTokenRequest) MarshalTo

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

func (*ConfirmTokenRequest) MarshalToSizedBuffer

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

func (*ConfirmTokenRequest) ProtoMessage

func (*ConfirmTokenRequest) ProtoMessage()

func (*ConfirmTokenRequest) Reset

func (m *ConfirmTokenRequest) Reset()

func (*ConfirmTokenRequest) Size

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

func (*ConfirmTokenRequest) String

func (m *ConfirmTokenRequest) String() string

func (*ConfirmTokenRequest) Unmarshal

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

func (*ConfirmTokenRequest) XXX_DiscardUnknown

func (m *ConfirmTokenRequest) XXX_DiscardUnknown()

func (*ConfirmTokenRequest) XXX_Marshal

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

func (*ConfirmTokenRequest) XXX_Merge

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

func (*ConfirmTokenRequest) XXX_Size

func (m *ConfirmTokenRequest) XXX_Size() int

func (*ConfirmTokenRequest) XXX_Unmarshal

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

type ConfirmTokenResponse

type ConfirmTokenResponse struct {
}

func (*ConfirmTokenResponse) Descriptor

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

func (*ConfirmTokenResponse) Marshal

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

func (*ConfirmTokenResponse) MarshalTo

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

func (*ConfirmTokenResponse) MarshalToSizedBuffer

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

func (*ConfirmTokenResponse) ProtoMessage

func (*ConfirmTokenResponse) ProtoMessage()

func (*ConfirmTokenResponse) Reset

func (m *ConfirmTokenResponse) Reset()

func (*ConfirmTokenResponse) Size

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

func (*ConfirmTokenResponse) String

func (m *ConfirmTokenResponse) String() string

func (*ConfirmTokenResponse) Unmarshal

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

func (*ConfirmTokenResponse) XXX_DiscardUnknown

func (m *ConfirmTokenResponse) XXX_DiscardUnknown()

func (*ConfirmTokenResponse) XXX_Marshal

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

func (*ConfirmTokenResponse) XXX_Merge

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

func (*ConfirmTokenResponse) XXX_Size

func (m *ConfirmTokenResponse) XXX_Size() int

func (*ConfirmTokenResponse) XXX_Unmarshal

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

type ConfirmTokenStarted

type ConfirmTokenStarted struct {
	TxID                      Hash                                                            `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	Chain                     github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	GatewayAddress            Address                                                         `protobuf:"bytes,3,opt,name=gateway_address,json=gatewayAddress,proto3,customtype=Address" json:"gateway_address"`
	TokenAddress              Address                                                         `protobuf:"bytes,4,opt,name=token_address,json=tokenAddress,proto3,customtype=Address" json:"token_address"`
	TokenDetails              TokenDetails                                                    `protobuf:"bytes,5,opt,name=token_details,json=tokenDetails,proto3" json:"token_details"`
	ConfirmationHeight        uint64                                                          `protobuf:"varint,6,opt,name=confirmation_height,json=confirmationHeight,proto3" json:"confirmation_height,omitempty"`
	exported.PollParticipants `protobuf:"bytes,7,opt,name=participants,proto3,embedded=participants" json:"participants"`
}

func (*ConfirmTokenStarted) Descriptor

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

func (*ConfirmTokenStarted) GetConfirmationHeight

func (m *ConfirmTokenStarted) GetConfirmationHeight() uint64

func (*ConfirmTokenStarted) GetTokenDetails

func (m *ConfirmTokenStarted) GetTokenDetails() TokenDetails

func (*ConfirmTokenStarted) Marshal

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

func (*ConfirmTokenStarted) MarshalTo

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

func (*ConfirmTokenStarted) MarshalToSizedBuffer

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

func (*ConfirmTokenStarted) ProtoMessage

func (*ConfirmTokenStarted) ProtoMessage()

func (*ConfirmTokenStarted) Reset

func (m *ConfirmTokenStarted) Reset()

func (*ConfirmTokenStarted) Size

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

func (*ConfirmTokenStarted) String

func (m *ConfirmTokenStarted) String() string

func (*ConfirmTokenStarted) Unmarshal

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

func (*ConfirmTokenStarted) XXX_DiscardUnknown

func (m *ConfirmTokenStarted) XXX_DiscardUnknown()

func (*ConfirmTokenStarted) XXX_Marshal

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

func (*ConfirmTokenStarted) XXX_Merge

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

func (*ConfirmTokenStarted) XXX_MessageName

func (*ConfirmTokenStarted) XXX_MessageName() string

func (*ConfirmTokenStarted) XXX_Size

func (m *ConfirmTokenStarted) XXX_Size() int

func (*ConfirmTokenStarted) XXX_Unmarshal

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

type ConfirmTransferKeyRequest

type ConfirmTransferKeyRequest struct {
	Sender github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	TxID   Hash                                                            `protobuf:"bytes,3,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
}

func (*ConfirmTransferKeyRequest) Descriptor

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

func (*ConfirmTransferKeyRequest) Marshal

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

func (*ConfirmTransferKeyRequest) MarshalTo

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

func (*ConfirmTransferKeyRequest) MarshalToSizedBuffer

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

func (*ConfirmTransferKeyRequest) ProtoMessage

func (*ConfirmTransferKeyRequest) ProtoMessage()

func (*ConfirmTransferKeyRequest) Reset

func (m *ConfirmTransferKeyRequest) Reset()

func (*ConfirmTransferKeyRequest) Size

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

func (*ConfirmTransferKeyRequest) String

func (m *ConfirmTransferKeyRequest) String() string

func (*ConfirmTransferKeyRequest) Unmarshal

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

func (*ConfirmTransferKeyRequest) XXX_DiscardUnknown

func (m *ConfirmTransferKeyRequest) XXX_DiscardUnknown()

func (*ConfirmTransferKeyRequest) XXX_Marshal

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

func (*ConfirmTransferKeyRequest) XXX_Merge

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

func (*ConfirmTransferKeyRequest) XXX_Size

func (m *ConfirmTransferKeyRequest) XXX_Size() int

func (*ConfirmTransferKeyRequest) XXX_Unmarshal

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

type ConfirmTransferKeyResponse

type ConfirmTransferKeyResponse struct {
}

func (*ConfirmTransferKeyResponse) Descriptor

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

func (*ConfirmTransferKeyResponse) Marshal

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

func (*ConfirmTransferKeyResponse) MarshalTo

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

func (*ConfirmTransferKeyResponse) MarshalToSizedBuffer

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

func (*ConfirmTransferKeyResponse) ProtoMessage

func (*ConfirmTransferKeyResponse) ProtoMessage()

func (*ConfirmTransferKeyResponse) Reset

func (m *ConfirmTransferKeyResponse) Reset()

func (*ConfirmTransferKeyResponse) Size

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

func (*ConfirmTransferKeyResponse) String

func (m *ConfirmTransferKeyResponse) String() string

func (*ConfirmTransferKeyResponse) Unmarshal

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

func (*ConfirmTransferKeyResponse) XXX_DiscardUnknown

func (m *ConfirmTransferKeyResponse) XXX_DiscardUnknown()

func (*ConfirmTransferKeyResponse) XXX_Marshal

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

func (*ConfirmTransferKeyResponse) XXX_Merge

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

func (*ConfirmTransferKeyResponse) XXX_Size

func (m *ConfirmTransferKeyResponse) XXX_Size() int

func (*ConfirmTransferKeyResponse) XXX_Unmarshal

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

type ConfirmationHeightRequest

type ConfirmationHeightRequest struct {
	Chain string `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
}

func (*ConfirmationHeightRequest) Descriptor

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

func (*ConfirmationHeightRequest) Marshal

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

func (*ConfirmationHeightRequest) MarshalTo

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

func (*ConfirmationHeightRequest) MarshalToSizedBuffer

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

func (*ConfirmationHeightRequest) ProtoMessage

func (*ConfirmationHeightRequest) ProtoMessage()

func (*ConfirmationHeightRequest) Reset

func (m *ConfirmationHeightRequest) Reset()

func (*ConfirmationHeightRequest) Size

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

func (*ConfirmationHeightRequest) String

func (m *ConfirmationHeightRequest) String() string

func (*ConfirmationHeightRequest) Unmarshal

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

func (*ConfirmationHeightRequest) XXX_DiscardUnknown

func (m *ConfirmationHeightRequest) XXX_DiscardUnknown()

func (*ConfirmationHeightRequest) XXX_Marshal

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

func (*ConfirmationHeightRequest) XXX_Merge

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

func (*ConfirmationHeightRequest) XXX_Size

func (m *ConfirmationHeightRequest) XXX_Size() int

func (*ConfirmationHeightRequest) XXX_Unmarshal

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

type ConfirmationHeightResponse

type ConfirmationHeightResponse struct {
	Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
}

func (*ConfirmationHeightResponse) Descriptor

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

func (*ConfirmationHeightResponse) Marshal

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

func (*ConfirmationHeightResponse) MarshalTo

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

func (*ConfirmationHeightResponse) MarshalToSizedBuffer

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

func (*ConfirmationHeightResponse) ProtoMessage

func (*ConfirmationHeightResponse) ProtoMessage()

func (*ConfirmationHeightResponse) Reset

func (m *ConfirmationHeightResponse) Reset()

func (*ConfirmationHeightResponse) Size

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

func (*ConfirmationHeightResponse) String

func (m *ConfirmationHeightResponse) String() string

func (*ConfirmationHeightResponse) Unmarshal

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

func (*ConfirmationHeightResponse) XXX_DiscardUnknown

func (m *ConfirmationHeightResponse) XXX_DiscardUnknown()

func (*ConfirmationHeightResponse) XXX_Marshal

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

func (*ConfirmationHeightResponse) XXX_Merge

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

func (*ConfirmationHeightResponse) XXX_Size

func (m *ConfirmationHeightResponse) XXX_Size() int

func (*ConfirmationHeightResponse) XXX_Unmarshal

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

type ContractCallApproved

type ContractCallApproved struct {
	Chain            github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	EventID          EventID                                                         `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3,casttype=EventID" json:"event_id,omitempty"`
	CommandID        CommandID                                                       `protobuf:"bytes,3,opt,name=command_id,json=commandId,proto3,customtype=CommandID" json:"command_id"`
	Sender           string                                                          `protobuf:"bytes,4,opt,name=sender,proto3" json:"sender,omitempty"`
	DestinationChain github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 182-byte string literal not displayed */
	ContractAddress  string                                                          `protobuf:"bytes,6,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"`
	PayloadHash      Hash                                                            `protobuf:"bytes,7,opt,name=payload_hash,json=payloadHash,proto3,customtype=Hash" json:"payload_hash"`
}

func (*ContractCallApproved) Descriptor

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

func (*ContractCallApproved) GetContractAddress

func (m *ContractCallApproved) GetContractAddress() string

func (*ContractCallApproved) GetEventID

func (m *ContractCallApproved) GetEventID() EventID

func (*ContractCallApproved) GetSender

func (m *ContractCallApproved) GetSender() string

func (*ContractCallApproved) Marshal

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

func (*ContractCallApproved) MarshalTo

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

func (*ContractCallApproved) MarshalToSizedBuffer

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

func (*ContractCallApproved) ProtoMessage

func (*ContractCallApproved) ProtoMessage()

func (*ContractCallApproved) Reset

func (m *ContractCallApproved) Reset()

func (*ContractCallApproved) Size

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

func (*ContractCallApproved) String

func (m *ContractCallApproved) String() string

func (*ContractCallApproved) Unmarshal

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

func (*ContractCallApproved) XXX_DiscardUnknown

func (m *ContractCallApproved) XXX_DiscardUnknown()

func (*ContractCallApproved) XXX_Marshal

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

func (*ContractCallApproved) XXX_Merge

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

func (*ContractCallApproved) XXX_MessageName

func (*ContractCallApproved) XXX_MessageName() string

func (*ContractCallApproved) XXX_Size

func (m *ContractCallApproved) XXX_Size() int

func (*ContractCallApproved) XXX_Unmarshal

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

type ContractCallFailed

type ContractCallFailed struct {
	Chain     github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	MessageID string                                                          `protobuf:"bytes,2,opt,name=msg_id,json=msgId,proto3" json:"msg_id,omitempty"`
}

func (*ContractCallFailed) Descriptor

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

func (*ContractCallFailed) GetMessageID

func (m *ContractCallFailed) GetMessageID() string

func (*ContractCallFailed) Marshal

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

func (*ContractCallFailed) MarshalTo

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

func (*ContractCallFailed) MarshalToSizedBuffer

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

func (*ContractCallFailed) ProtoMessage

func (*ContractCallFailed) ProtoMessage()

func (*ContractCallFailed) Reset

func (m *ContractCallFailed) Reset()

func (*ContractCallFailed) Size

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

func (*ContractCallFailed) String

func (m *ContractCallFailed) String() string

func (*ContractCallFailed) Unmarshal

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

func (*ContractCallFailed) XXX_DiscardUnknown

func (m *ContractCallFailed) XXX_DiscardUnknown()

func (*ContractCallFailed) XXX_Marshal

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

func (*ContractCallFailed) XXX_Merge

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

func (*ContractCallFailed) XXX_MessageName

func (*ContractCallFailed) XXX_MessageName() string

func (*ContractCallFailed) XXX_Size

func (m *ContractCallFailed) XXX_Size() int

func (*ContractCallFailed) XXX_Unmarshal

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

type ContractCallWithMintApproved

type ContractCallWithMintApproved struct {
	Chain            github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	EventID          EventID                                                         `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3,casttype=EventID" json:"event_id,omitempty"`
	CommandID        CommandID                                                       `protobuf:"bytes,3,opt,name=command_id,json=commandId,proto3,customtype=CommandID" json:"command_id"`
	Sender           string                                                          `protobuf:"bytes,4,opt,name=sender,proto3" json:"sender,omitempty"`
	DestinationChain github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 182-byte string literal not displayed */
	ContractAddress  string                                                          `protobuf:"bytes,6,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"`
	PayloadHash      Hash                                                            `protobuf:"bytes,7,opt,name=payload_hash,json=payloadHash,proto3,customtype=Hash" json:"payload_hash"`
	Asset            types.Coin                                                      `protobuf:"bytes,8,opt,name=asset,proto3" json:"asset"`
}

func (*ContractCallWithMintApproved) Descriptor

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

func (*ContractCallWithMintApproved) GetAsset

func (m *ContractCallWithMintApproved) GetAsset() types.Coin

func (*ContractCallWithMintApproved) GetContractAddress

func (m *ContractCallWithMintApproved) GetContractAddress() string

func (*ContractCallWithMintApproved) GetDestinationChain

func (*ContractCallWithMintApproved) GetEventID

func (m *ContractCallWithMintApproved) GetEventID() EventID

func (*ContractCallWithMintApproved) GetSender

func (m *ContractCallWithMintApproved) GetSender() string

func (*ContractCallWithMintApproved) Marshal

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

func (*ContractCallWithMintApproved) MarshalTo

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

func (*ContractCallWithMintApproved) MarshalToSizedBuffer

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

func (*ContractCallWithMintApproved) ProtoMessage

func (*ContractCallWithMintApproved) ProtoMessage()

func (*ContractCallWithMintApproved) Reset

func (m *ContractCallWithMintApproved) Reset()

func (*ContractCallWithMintApproved) Size

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

func (*ContractCallWithMintApproved) String

func (*ContractCallWithMintApproved) Unmarshal

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

func (*ContractCallWithMintApproved) XXX_DiscardUnknown

func (m *ContractCallWithMintApproved) XXX_DiscardUnknown()

func (*ContractCallWithMintApproved) XXX_Marshal

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

func (*ContractCallWithMintApproved) XXX_Merge

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

func (*ContractCallWithMintApproved) XXX_MessageName

func (*ContractCallWithMintApproved) XXX_MessageName() string

func (*ContractCallWithMintApproved) XXX_Size

func (m *ContractCallWithMintApproved) XXX_Size() int

func (*ContractCallWithMintApproved) XXX_Unmarshal

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

type CreateBurnTokensRequest

type CreateBurnTokensRequest struct {
	Sender github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
}

CreateBurnTokensRequest represents the message to create commands to burn tokens with AxelarGateway

func (*CreateBurnTokensRequest) Descriptor

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

func (*CreateBurnTokensRequest) Marshal

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

func (*CreateBurnTokensRequest) MarshalTo

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

func (*CreateBurnTokensRequest) MarshalToSizedBuffer

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

func (*CreateBurnTokensRequest) ProtoMessage

func (*CreateBurnTokensRequest) ProtoMessage()

func (*CreateBurnTokensRequest) Reset

func (m *CreateBurnTokensRequest) Reset()

func (*CreateBurnTokensRequest) Size

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

func (*CreateBurnTokensRequest) String

func (m *CreateBurnTokensRequest) String() string

func (*CreateBurnTokensRequest) Unmarshal

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

func (*CreateBurnTokensRequest) XXX_DiscardUnknown

func (m *CreateBurnTokensRequest) XXX_DiscardUnknown()

func (*CreateBurnTokensRequest) XXX_Marshal

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

func (*CreateBurnTokensRequest) XXX_Merge

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

func (*CreateBurnTokensRequest) XXX_Size

func (m *CreateBurnTokensRequest) XXX_Size() int

func (*CreateBurnTokensRequest) XXX_Unmarshal

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

type CreateBurnTokensResponse

type CreateBurnTokensResponse struct {
}

func (*CreateBurnTokensResponse) Descriptor

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

func (*CreateBurnTokensResponse) Marshal

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

func (*CreateBurnTokensResponse) MarshalTo

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

func (*CreateBurnTokensResponse) MarshalToSizedBuffer

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

func (*CreateBurnTokensResponse) ProtoMessage

func (*CreateBurnTokensResponse) ProtoMessage()

func (*CreateBurnTokensResponse) Reset

func (m *CreateBurnTokensResponse) Reset()

func (*CreateBurnTokensResponse) Size

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

func (*CreateBurnTokensResponse) String

func (m *CreateBurnTokensResponse) String() string

func (*CreateBurnTokensResponse) Unmarshal

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

func (*CreateBurnTokensResponse) XXX_DiscardUnknown

func (m *CreateBurnTokensResponse) XXX_DiscardUnknown()

func (*CreateBurnTokensResponse) XXX_Marshal

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

func (*CreateBurnTokensResponse) XXX_Merge

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

func (*CreateBurnTokensResponse) XXX_Size

func (m *CreateBurnTokensResponse) XXX_Size() int

func (*CreateBurnTokensResponse) XXX_Unmarshal

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

type CreateDeployTokenRequest

type CreateDeployTokenRequest struct {
	Sender         github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain          github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	Asset          Asset                                                           `protobuf:"bytes,3,opt,name=asset,proto3" json:"asset"`
	TokenDetails   TokenDetails                                                    `protobuf:"bytes,4,opt,name=token_details,json=tokenDetails,proto3" json:"token_details"`
	Address        Address                                                         `protobuf:"bytes,6,opt,name=address,proto3,customtype=Address" json:"address"`
	DailyMintLimit string                                                          `protobuf:"bytes,7,opt,name=daily_mint_limit,json=dailyMintLimit,proto3" json:"daily_mint_limit,omitempty"`
}

CreateDeployTokenRequest represents the message to create a deploy token command for AxelarGateway

func (*CreateDeployTokenRequest) Descriptor

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

func (*CreateDeployTokenRequest) Marshal

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

func (*CreateDeployTokenRequest) MarshalTo

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

func (*CreateDeployTokenRequest) MarshalToSizedBuffer

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

func (*CreateDeployTokenRequest) ProtoMessage

func (*CreateDeployTokenRequest) ProtoMessage()

func (*CreateDeployTokenRequest) Reset

func (m *CreateDeployTokenRequest) Reset()

func (*CreateDeployTokenRequest) Size

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

func (*CreateDeployTokenRequest) String

func (m *CreateDeployTokenRequest) String() string

func (*CreateDeployTokenRequest) Unmarshal

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

func (*CreateDeployTokenRequest) XXX_DiscardUnknown

func (m *CreateDeployTokenRequest) XXX_DiscardUnknown()

func (*CreateDeployTokenRequest) XXX_Marshal

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

func (*CreateDeployTokenRequest) XXX_Merge

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

func (*CreateDeployTokenRequest) XXX_Size

func (m *CreateDeployTokenRequest) XXX_Size() int

func (*CreateDeployTokenRequest) XXX_Unmarshal

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

type CreateDeployTokenResponse

type CreateDeployTokenResponse struct {
}

func (*CreateDeployTokenResponse) Descriptor

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

func (*CreateDeployTokenResponse) Marshal

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

func (*CreateDeployTokenResponse) MarshalTo

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

func (*CreateDeployTokenResponse) MarshalToSizedBuffer

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

func (*CreateDeployTokenResponse) ProtoMessage

func (*CreateDeployTokenResponse) ProtoMessage()

func (*CreateDeployTokenResponse) Reset

func (m *CreateDeployTokenResponse) Reset()

func (*CreateDeployTokenResponse) Size

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

func (*CreateDeployTokenResponse) String

func (m *CreateDeployTokenResponse) String() string

func (*CreateDeployTokenResponse) Unmarshal

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

func (*CreateDeployTokenResponse) XXX_DiscardUnknown

func (m *CreateDeployTokenResponse) XXX_DiscardUnknown()

func (*CreateDeployTokenResponse) XXX_Marshal

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

func (*CreateDeployTokenResponse) XXX_Merge

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

func (*CreateDeployTokenResponse) XXX_Size

func (m *CreateDeployTokenResponse) XXX_Size() int

func (*CreateDeployTokenResponse) XXX_Unmarshal

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

type CreatePendingTransfersRequest

type CreatePendingTransfersRequest struct {
	Sender github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
}

CreatePendingTransfersRequest represents a message to trigger the creation of commands handling all pending transfers

func (*CreatePendingTransfersRequest) Descriptor

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

func (*CreatePendingTransfersRequest) Marshal

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

func (*CreatePendingTransfersRequest) MarshalTo

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

func (*CreatePendingTransfersRequest) MarshalToSizedBuffer

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

func (*CreatePendingTransfersRequest) ProtoMessage

func (*CreatePendingTransfersRequest) ProtoMessage()

func (*CreatePendingTransfersRequest) Reset

func (m *CreatePendingTransfersRequest) Reset()

func (*CreatePendingTransfersRequest) Size

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

func (*CreatePendingTransfersRequest) String

func (*CreatePendingTransfersRequest) Unmarshal

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

func (*CreatePendingTransfersRequest) XXX_DiscardUnknown

func (m *CreatePendingTransfersRequest) XXX_DiscardUnknown()

func (*CreatePendingTransfersRequest) XXX_Marshal

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

func (*CreatePendingTransfersRequest) XXX_Merge

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

func (*CreatePendingTransfersRequest) XXX_Size

func (m *CreatePendingTransfersRequest) XXX_Size() int

func (*CreatePendingTransfersRequest) XXX_Unmarshal

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

type CreatePendingTransfersResponse

type CreatePendingTransfersResponse struct {
}

func (*CreatePendingTransfersResponse) Descriptor

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

func (*CreatePendingTransfersResponse) Marshal

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

func (*CreatePendingTransfersResponse) MarshalTo

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

func (*CreatePendingTransfersResponse) MarshalToSizedBuffer

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

func (*CreatePendingTransfersResponse) ProtoMessage

func (*CreatePendingTransfersResponse) ProtoMessage()

func (*CreatePendingTransfersResponse) Reset

func (m *CreatePendingTransfersResponse) Reset()

func (*CreatePendingTransfersResponse) Size

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

func (*CreatePendingTransfersResponse) String

func (*CreatePendingTransfersResponse) Unmarshal

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

func (*CreatePendingTransfersResponse) XXX_DiscardUnknown

func (m *CreatePendingTransfersResponse) XXX_DiscardUnknown()

func (*CreatePendingTransfersResponse) XXX_Marshal

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

func (*CreatePendingTransfersResponse) XXX_Merge

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

func (*CreatePendingTransfersResponse) XXX_Size

func (m *CreatePendingTransfersResponse) XXX_Size() int

func (*CreatePendingTransfersResponse) XXX_Unmarshal

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

type CreateTransferOperatorshipRequest

type CreateTransferOperatorshipRequest struct {
	Sender github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	KeyID  github_com_axelarnetwork_axelar_core_x_multisig_exported.KeyID  `` /* 148-byte string literal not displayed */
}

func (*CreateTransferOperatorshipRequest) Descriptor

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

func (*CreateTransferOperatorshipRequest) Marshal

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

func (*CreateTransferOperatorshipRequest) MarshalTo

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

func (*CreateTransferOperatorshipRequest) MarshalToSizedBuffer

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

func (*CreateTransferOperatorshipRequest) ProtoMessage

func (*CreateTransferOperatorshipRequest) ProtoMessage()

func (*CreateTransferOperatorshipRequest) Reset

func (*CreateTransferOperatorshipRequest) Size

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

func (*CreateTransferOperatorshipRequest) String

func (*CreateTransferOperatorshipRequest) Unmarshal

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

func (*CreateTransferOperatorshipRequest) XXX_DiscardUnknown

func (m *CreateTransferOperatorshipRequest) XXX_DiscardUnknown()

func (*CreateTransferOperatorshipRequest) XXX_Marshal

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

func (*CreateTransferOperatorshipRequest) XXX_Merge

func (*CreateTransferOperatorshipRequest) XXX_Size

func (m *CreateTransferOperatorshipRequest) XXX_Size() int

func (*CreateTransferOperatorshipRequest) XXX_Unmarshal

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

type CreateTransferOperatorshipResponse

type CreateTransferOperatorshipResponse struct {
}

func (*CreateTransferOperatorshipResponse) Descriptor

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

func (*CreateTransferOperatorshipResponse) Marshal

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

func (*CreateTransferOperatorshipResponse) MarshalTo

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

func (*CreateTransferOperatorshipResponse) MarshalToSizedBuffer

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

func (*CreateTransferOperatorshipResponse) ProtoMessage

func (*CreateTransferOperatorshipResponse) ProtoMessage()

func (*CreateTransferOperatorshipResponse) Reset

func (*CreateTransferOperatorshipResponse) Size

func (*CreateTransferOperatorshipResponse) String

func (*CreateTransferOperatorshipResponse) Unmarshal

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

func (*CreateTransferOperatorshipResponse) XXX_DiscardUnknown

func (m *CreateTransferOperatorshipResponse) XXX_DiscardUnknown()

func (*CreateTransferOperatorshipResponse) XXX_Marshal

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

func (*CreateTransferOperatorshipResponse) XXX_Merge

func (*CreateTransferOperatorshipResponse) XXX_Size

func (*CreateTransferOperatorshipResponse) XXX_Unmarshal

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

type CreateTransferOwnershipRequest deprecated

type CreateTransferOwnershipRequest struct {
	Sender github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	KeyID  github_com_axelarnetwork_axelar_core_x_multisig_exported.KeyID  `` /* 148-byte string literal not displayed */
}

Deprecated: Do not use.

func (*CreateTransferOwnershipRequest) Descriptor

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

func (*CreateTransferOwnershipRequest) Marshal

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

func (*CreateTransferOwnershipRequest) MarshalTo

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

func (*CreateTransferOwnershipRequest) MarshalToSizedBuffer

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

func (*CreateTransferOwnershipRequest) ProtoMessage

func (*CreateTransferOwnershipRequest) ProtoMessage()

func (*CreateTransferOwnershipRequest) Reset

func (m *CreateTransferOwnershipRequest) Reset()

func (*CreateTransferOwnershipRequest) Size

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

func (*CreateTransferOwnershipRequest) String

func (*CreateTransferOwnershipRequest) Unmarshal

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

func (*CreateTransferOwnershipRequest) XXX_DiscardUnknown

func (m *CreateTransferOwnershipRequest) XXX_DiscardUnknown()

func (*CreateTransferOwnershipRequest) XXX_Marshal

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

func (*CreateTransferOwnershipRequest) XXX_Merge

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

func (*CreateTransferOwnershipRequest) XXX_Size

func (m *CreateTransferOwnershipRequest) XXX_Size() int

func (*CreateTransferOwnershipRequest) XXX_Unmarshal

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

type CreateTransferOwnershipResponse deprecated

type CreateTransferOwnershipResponse struct {
}

Deprecated: Do not use.

func (*CreateTransferOwnershipResponse) Descriptor

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

func (*CreateTransferOwnershipResponse) Marshal

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

func (*CreateTransferOwnershipResponse) MarshalTo

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

func (*CreateTransferOwnershipResponse) MarshalToSizedBuffer

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

func (*CreateTransferOwnershipResponse) ProtoMessage

func (*CreateTransferOwnershipResponse) ProtoMessage()

func (*CreateTransferOwnershipResponse) Reset

func (*CreateTransferOwnershipResponse) Size

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

func (*CreateTransferOwnershipResponse) String

func (*CreateTransferOwnershipResponse) Unmarshal

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

func (*CreateTransferOwnershipResponse) XXX_DiscardUnknown

func (m *CreateTransferOwnershipResponse) XXX_DiscardUnknown()

func (*CreateTransferOwnershipResponse) XXX_Marshal

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

func (*CreateTransferOwnershipResponse) XXX_Merge

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

func (*CreateTransferOwnershipResponse) XXX_Size

func (m *CreateTransferOwnershipResponse) XXX_Size() int

func (*CreateTransferOwnershipResponse) XXX_Unmarshal

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

type DepositQueryParams

type DepositQueryParams struct {
	Address string                                                          `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Asset   string                                                          `protobuf:"bytes,2,opt,name=asset,proto3" json:"asset,omitempty"`
	Chain   github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
}

DepositQueryParams describe the parameters used to query for an EVM deposit address

func (*DepositQueryParams) Descriptor

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

func (*DepositQueryParams) Marshal

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

func (*DepositQueryParams) MarshalTo

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

func (*DepositQueryParams) MarshalToSizedBuffer

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

func (*DepositQueryParams) ProtoMessage

func (*DepositQueryParams) ProtoMessage()

func (*DepositQueryParams) Reset

func (m *DepositQueryParams) Reset()

func (*DepositQueryParams) Size

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

func (*DepositQueryParams) String

func (m *DepositQueryParams) String() string

func (*DepositQueryParams) Unmarshal

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

func (*DepositQueryParams) XXX_DiscardUnknown

func (m *DepositQueryParams) XXX_DiscardUnknown()

func (*DepositQueryParams) XXX_Marshal

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

func (*DepositQueryParams) XXX_Merge

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

func (*DepositQueryParams) XXX_Size

func (m *DepositQueryParams) XXX_Size() int

func (*DepositQueryParams) XXX_Unmarshal

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

type DepositStateRequest deprecated

type DepositStateRequest struct {
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	Params *QueryDepositStateParams                                        `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
}

Deprecated: Do not use.

func (*DepositStateRequest) Descriptor

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

func (*DepositStateRequest) Marshal

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

func (*DepositStateRequest) MarshalTo

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

func (*DepositStateRequest) MarshalToSizedBuffer

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

func (*DepositStateRequest) ProtoMessage

func (*DepositStateRequest) ProtoMessage()

func (*DepositStateRequest) Reset

func (m *DepositStateRequest) Reset()

func (*DepositStateRequest) Size

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

func (*DepositStateRequest) String

func (m *DepositStateRequest) String() string

func (*DepositStateRequest) Unmarshal

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

func (*DepositStateRequest) XXX_DiscardUnknown

func (m *DepositStateRequest) XXX_DiscardUnknown()

func (*DepositStateRequest) XXX_Marshal

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

func (*DepositStateRequest) XXX_Merge

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

func (*DepositStateRequest) XXX_Size

func (m *DepositStateRequest) XXX_Size() int

func (*DepositStateRequest) XXX_Unmarshal

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

type DepositStateResponse deprecated

type DepositStateResponse struct {
	Status DepositStatus `protobuf:"varint,2,opt,name=status,proto3,enum=axelar.evm.v1beta1.DepositStatus" json:"status,omitempty"`
}

Deprecated: Do not use.

func (*DepositStateResponse) Descriptor

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

func (*DepositStateResponse) Marshal

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

func (*DepositStateResponse) MarshalTo

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

func (*DepositStateResponse) MarshalToSizedBuffer

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

func (*DepositStateResponse) ProtoMessage

func (*DepositStateResponse) ProtoMessage()

func (*DepositStateResponse) Reset

func (m *DepositStateResponse) Reset()

func (*DepositStateResponse) Size

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

func (*DepositStateResponse) String

func (m *DepositStateResponse) String() string

func (*DepositStateResponse) Unmarshal

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

func (*DepositStateResponse) XXX_DiscardUnknown

func (m *DepositStateResponse) XXX_DiscardUnknown()

func (*DepositStateResponse) XXX_Marshal

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

func (*DepositStateResponse) XXX_Merge

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

func (*DepositStateResponse) XXX_Size

func (m *DepositStateResponse) XXX_Size() int

func (*DepositStateResponse) XXX_Unmarshal

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

type DepositStatus

type DepositStatus int32
const (
	DepositStatus_None      DepositStatus = 0
	DepositStatus_Pending   DepositStatus = 1
	DepositStatus_Confirmed DepositStatus = 2
	DepositStatus_Burned    DepositStatus = 3
)

func (DepositStatus) EnumDescriptor

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

func (DepositStatus) String

func (x DepositStatus) String() string

type ERC20Deposit

type ERC20Deposit struct {
	TxID             Hash                                                            `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	Amount           github_com_cosmos_cosmos_sdk_types.Uint                         `protobuf:"bytes,2,opt,name=amount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Uint" json:"amount"`
	Asset            string                                                          `protobuf:"bytes,3,opt,name=asset,proto3" json:"asset,omitempty"`
	DestinationChain github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 182-byte string literal not displayed */
	BurnerAddress    Address                                                         `protobuf:"bytes,5,opt,name=burner_address,json=burnerAddress,proto3,customtype=Address" json:"burner_address"`
	LogIndex         uint64                                                          `protobuf:"varint,6,opt,name=log_index,json=logIndex,proto3" json:"log_index,omitempty"`
}

ERC20Deposit contains information for an ERC20 deposit

func (*ERC20Deposit) Descriptor

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

func (*ERC20Deposit) Marshal

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

func (*ERC20Deposit) MarshalTo

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

func (*ERC20Deposit) MarshalToSizedBuffer

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

func (*ERC20Deposit) ProtoMessage

func (*ERC20Deposit) ProtoMessage()

func (*ERC20Deposit) Reset

func (m *ERC20Deposit) Reset()

func (*ERC20Deposit) Size

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

func (*ERC20Deposit) String

func (m *ERC20Deposit) String() string

func (*ERC20Deposit) Unmarshal

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

func (*ERC20Deposit) XXX_DiscardUnknown

func (m *ERC20Deposit) XXX_DiscardUnknown()

func (*ERC20Deposit) XXX_Marshal

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

func (*ERC20Deposit) XXX_Merge

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

func (*ERC20Deposit) XXX_Size

func (m *ERC20Deposit) XXX_Size() int

func (*ERC20Deposit) XXX_Unmarshal

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

type ERC20TokenMetadata

type ERC20TokenMetadata struct {
	Asset        string                                 `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	ChainID      github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,2,opt,name=chain_id,json=chainId,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"chain_id"`
	Details      TokenDetails                           `protobuf:"bytes,3,opt,name=details,proto3" json:"details"`
	TokenAddress Address                                `protobuf:"bytes,4,opt,name=token_address,json=tokenAddress,proto3,customtype=Address" json:"token_address"`
	TxHash       Hash                                   `protobuf:"bytes,5,opt,name=tx_hash,json=txHash,proto3,customtype=Hash" json:"tx_hash"`
	Status       Status                                 `protobuf:"varint,7,opt,name=status,proto3,enum=axelar.evm.v1beta1.Status" json:"status,omitempty"`
	IsExternal   bool                                   `protobuf:"varint,8,opt,name=is_external,json=isExternal,proto3" json:"is_external,omitempty"`
	BurnerCode   []byte                                 `protobuf:"bytes,9,opt,name=burner_code,json=burnerCode,proto3" json:"burner_code,omitempty"`
}

ERC20TokenMetadata describes information about an ERC20 token

func (*ERC20TokenMetadata) Descriptor

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

func (*ERC20TokenMetadata) Marshal

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

func (*ERC20TokenMetadata) MarshalTo

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

func (*ERC20TokenMetadata) MarshalToSizedBuffer

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

func (*ERC20TokenMetadata) ProtoMessage

func (*ERC20TokenMetadata) ProtoMessage()

func (*ERC20TokenMetadata) Reset

func (m *ERC20TokenMetadata) Reset()

func (*ERC20TokenMetadata) Size

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

func (*ERC20TokenMetadata) String

func (m *ERC20TokenMetadata) String() string

func (*ERC20TokenMetadata) Unmarshal

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

func (*ERC20TokenMetadata) XXX_DiscardUnknown

func (m *ERC20TokenMetadata) XXX_DiscardUnknown()

func (*ERC20TokenMetadata) XXX_Marshal

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

func (*ERC20TokenMetadata) XXX_Merge

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

func (*ERC20TokenMetadata) XXX_Size

func (m *ERC20TokenMetadata) XXX_Size() int

func (*ERC20TokenMetadata) XXX_Unmarshal

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

type ERC20TokensRequest

type ERC20TokensRequest struct {
	Chain string    `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
	Type  TokenType `protobuf:"varint,2,opt,name=type,proto3,enum=axelar.evm.v1beta1.TokenType" json:"type,omitempty"`
}

ERC20TokensRequest describes the chain for which the type of ERC20 tokens are requested.

func (*ERC20TokensRequest) Descriptor

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

func (*ERC20TokensRequest) Marshal

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

func (*ERC20TokensRequest) MarshalTo

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

func (*ERC20TokensRequest) MarshalToSizedBuffer

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

func (*ERC20TokensRequest) ProtoMessage

func (*ERC20TokensRequest) ProtoMessage()

func (*ERC20TokensRequest) Reset

func (m *ERC20TokensRequest) Reset()

func (*ERC20TokensRequest) Size

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

func (*ERC20TokensRequest) String

func (m *ERC20TokensRequest) String() string

func (*ERC20TokensRequest) Unmarshal

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

func (*ERC20TokensRequest) XXX_DiscardUnknown

func (m *ERC20TokensRequest) XXX_DiscardUnknown()

func (*ERC20TokensRequest) XXX_Marshal

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

func (*ERC20TokensRequest) XXX_Merge

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

func (*ERC20TokensRequest) XXX_Size

func (m *ERC20TokensRequest) XXX_Size() int

func (*ERC20TokensRequest) XXX_Unmarshal

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

type ERC20TokensResponse

type ERC20TokensResponse struct {
	Tokens []ERC20TokensResponse_Token `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens"`
}

ERC20TokensResponse describes the asset and symbol for all ERC20 tokens requested for a chain

func (*ERC20TokensResponse) Descriptor

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

func (*ERC20TokensResponse) Marshal

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

func (*ERC20TokensResponse) MarshalTo

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

func (*ERC20TokensResponse) MarshalToSizedBuffer

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

func (*ERC20TokensResponse) ProtoMessage

func (*ERC20TokensResponse) ProtoMessage()

func (*ERC20TokensResponse) Reset

func (m *ERC20TokensResponse) Reset()

func (*ERC20TokensResponse) Size

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

func (*ERC20TokensResponse) String

func (m *ERC20TokensResponse) String() string

func (*ERC20TokensResponse) Unmarshal

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

func (*ERC20TokensResponse) XXX_DiscardUnknown

func (m *ERC20TokensResponse) XXX_DiscardUnknown()

func (*ERC20TokensResponse) XXX_Marshal

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

func (*ERC20TokensResponse) XXX_Merge

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

func (*ERC20TokensResponse) XXX_Size

func (m *ERC20TokensResponse) XXX_Size() int

func (*ERC20TokensResponse) XXX_Unmarshal

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

type ERC20TokensResponse_Token

type ERC20TokensResponse_Token struct {
	Asset  string `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"`
}

func (*ERC20TokensResponse_Token) Descriptor

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

func (*ERC20TokensResponse_Token) Marshal

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

func (*ERC20TokensResponse_Token) MarshalTo

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

func (*ERC20TokensResponse_Token) MarshalToSizedBuffer

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

func (*ERC20TokensResponse_Token) ProtoMessage

func (*ERC20TokensResponse_Token) ProtoMessage()

func (*ERC20TokensResponse_Token) Reset

func (m *ERC20TokensResponse_Token) Reset()

func (*ERC20TokensResponse_Token) Size

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

func (*ERC20TokensResponse_Token) String

func (m *ERC20TokensResponse_Token) String() string

func (*ERC20TokensResponse_Token) Unmarshal

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

func (*ERC20TokensResponse_Token) XXX_DiscardUnknown

func (m *ERC20TokensResponse_Token) XXX_DiscardUnknown()

func (*ERC20TokensResponse_Token) XXX_Marshal

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

func (*ERC20TokensResponse_Token) XXX_Merge

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

func (*ERC20TokensResponse_Token) XXX_Size

func (m *ERC20TokensResponse_Token) XXX_Size() int

func (*ERC20TokensResponse_Token) XXX_Unmarshal

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

type EVMEventCompleted

type EVMEventCompleted struct {
	Chain   github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	EventID EventID                                                         `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3,casttype=EventID" json:"event_id,omitempty"`
	Type    string                                                          `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
}

func (*EVMEventCompleted) Descriptor

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

func (*EVMEventCompleted) GetEventID

func (m *EVMEventCompleted) GetEventID() EventID

func (*EVMEventCompleted) GetType

func (m *EVMEventCompleted) GetType() string

func (*EVMEventCompleted) Marshal

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

func (*EVMEventCompleted) MarshalTo

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

func (*EVMEventCompleted) MarshalToSizedBuffer

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

func (*EVMEventCompleted) ProtoMessage

func (*EVMEventCompleted) ProtoMessage()

func (*EVMEventCompleted) Reset

func (m *EVMEventCompleted) Reset()

func (*EVMEventCompleted) Size

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

func (*EVMEventCompleted) String

func (m *EVMEventCompleted) String() string

func (*EVMEventCompleted) Unmarshal

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

func (*EVMEventCompleted) XXX_DiscardUnknown

func (m *EVMEventCompleted) XXX_DiscardUnknown()

func (*EVMEventCompleted) XXX_Marshal

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

func (*EVMEventCompleted) XXX_Merge

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

func (*EVMEventCompleted) XXX_MessageName

func (*EVMEventCompleted) XXX_MessageName() string

func (*EVMEventCompleted) XXX_Size

func (m *EVMEventCompleted) XXX_Size() int

func (*EVMEventCompleted) XXX_Unmarshal

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

type EVMEventConfirmed

type EVMEventConfirmed struct {
	Chain   github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	EventID EventID                                                         `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3,casttype=EventID" json:"event_id,omitempty"`
	Type    string                                                          `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
}

func (*EVMEventConfirmed) Descriptor

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

func (*EVMEventConfirmed) GetEventID

func (m *EVMEventConfirmed) GetEventID() EventID

func (*EVMEventConfirmed) GetType

func (m *EVMEventConfirmed) GetType() string

func (*EVMEventConfirmed) Marshal

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

func (*EVMEventConfirmed) MarshalTo

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

func (*EVMEventConfirmed) MarshalToSizedBuffer

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

func (*EVMEventConfirmed) ProtoMessage

func (*EVMEventConfirmed) ProtoMessage()

func (*EVMEventConfirmed) Reset

func (m *EVMEventConfirmed) Reset()

func (*EVMEventConfirmed) Size

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

func (*EVMEventConfirmed) String

func (m *EVMEventConfirmed) String() string

func (*EVMEventConfirmed) Unmarshal

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

func (*EVMEventConfirmed) XXX_DiscardUnknown

func (m *EVMEventConfirmed) XXX_DiscardUnknown()

func (*EVMEventConfirmed) XXX_Marshal

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

func (*EVMEventConfirmed) XXX_Merge

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

func (*EVMEventConfirmed) XXX_MessageName

func (*EVMEventConfirmed) XXX_MessageName() string

func (*EVMEventConfirmed) XXX_Size

func (m *EVMEventConfirmed) XXX_Size() int

func (*EVMEventConfirmed) XXX_Unmarshal

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

type EVMEventFailed

type EVMEventFailed struct {
	Chain   github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	EventID EventID                                                         `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3,casttype=EventID" json:"event_id,omitempty"`
	Type    string                                                          `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
}

func (*EVMEventFailed) Descriptor

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

func (*EVMEventFailed) GetEventID

func (m *EVMEventFailed) GetEventID() EventID

func (*EVMEventFailed) GetType

func (m *EVMEventFailed) GetType() string

func (*EVMEventFailed) Marshal

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

func (*EVMEventFailed) MarshalTo

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

func (*EVMEventFailed) MarshalToSizedBuffer

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

func (*EVMEventFailed) ProtoMessage

func (*EVMEventFailed) ProtoMessage()

func (*EVMEventFailed) Reset

func (m *EVMEventFailed) Reset()

func (*EVMEventFailed) Size

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

func (*EVMEventFailed) String

func (m *EVMEventFailed) String() string

func (*EVMEventFailed) Unmarshal

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

func (*EVMEventFailed) XXX_DiscardUnknown

func (m *EVMEventFailed) XXX_DiscardUnknown()

func (*EVMEventFailed) XXX_Marshal

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

func (*EVMEventFailed) XXX_Merge

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

func (*EVMEventFailed) XXX_MessageName

func (*EVMEventFailed) XXX_MessageName() string

func (*EVMEventFailed) XXX_Size

func (m *EVMEventFailed) XXX_Size() int

func (*EVMEventFailed) XXX_Unmarshal

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

type EVMEventRetryFailed

type EVMEventRetryFailed struct {
	Chain   github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	EventID EventID                                                         `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3,casttype=EventID" json:"event_id,omitempty"`
	Type    string                                                          `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
}

func (*EVMEventRetryFailed) Descriptor

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

func (*EVMEventRetryFailed) GetEventID

func (m *EVMEventRetryFailed) GetEventID() EventID

func (*EVMEventRetryFailed) GetType

func (m *EVMEventRetryFailed) GetType() string

func (*EVMEventRetryFailed) Marshal

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

func (*EVMEventRetryFailed) MarshalTo

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

func (*EVMEventRetryFailed) MarshalToSizedBuffer

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

func (*EVMEventRetryFailed) ProtoMessage

func (*EVMEventRetryFailed) ProtoMessage()

func (*EVMEventRetryFailed) Reset

func (m *EVMEventRetryFailed) Reset()

func (*EVMEventRetryFailed) Size

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

func (*EVMEventRetryFailed) String

func (m *EVMEventRetryFailed) String() string

func (*EVMEventRetryFailed) Unmarshal

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

func (*EVMEventRetryFailed) XXX_DiscardUnknown

func (m *EVMEventRetryFailed) XXX_DiscardUnknown()

func (*EVMEventRetryFailed) XXX_Marshal

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

func (*EVMEventRetryFailed) XXX_Merge

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

func (*EVMEventRetryFailed) XXX_MessageName

func (*EVMEventRetryFailed) XXX_MessageName() string

func (*EVMEventRetryFailed) XXX_Size

func (m *EVMEventRetryFailed) XXX_Size() int

func (*EVMEventRetryFailed) XXX_Unmarshal

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

type Event

type Event struct {
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	TxID   Hash                                                            `protobuf:"bytes,2,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	Index  uint64                                                          `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
	Status Event_Status                                                    `protobuf:"varint,4,opt,name=status,proto3,enum=axelar.evm.v1beta1.Event_Status" json:"status,omitempty"`
	// Types that are valid to be assigned to Event:
	//	*Event_TokenSent
	//	*Event_ContractCall
	//	*Event_ContractCallWithToken
	//	*Event_Transfer
	//	*Event_TokenDeployed
	//	*Event_MultisigOwnershipTransferred
	//	*Event_MultisigOperatorshipTransferred
	Event isEvent_Event `protobuf_oneof:"event"`
}

func (*Event) Descriptor

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

func (*Event) GetContractCall

func (m *Event) GetContractCall() *EventContractCall

func (*Event) GetContractCallWithToken

func (m *Event) GetContractCallWithToken() *EventContractCallWithToken

func (*Event) GetEvent

func (m *Event) GetEvent() isEvent_Event

func (*Event) GetMultisigOperatorshipTransferred

func (m *Event) GetMultisigOperatorshipTransferred() *EventMultisigOperatorshipTransferred

func (*Event) GetMultisigOwnershipTransferred deprecated

func (m *Event) GetMultisigOwnershipTransferred() *EventMultisigOwnershipTransferred

Deprecated: Do not use.

func (*Event) GetTokenDeployed

func (m *Event) GetTokenDeployed() *EventTokenDeployed

func (*Event) GetTokenSent

func (m *Event) GetTokenSent() *EventTokenSent

func (*Event) GetTransfer

func (m *Event) GetTransfer() *EventTransfer

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_OneofWrappers

func (*Event) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Event) XXX_Size

func (m *Event) XXX_Size() int

func (*Event) XXX_Unmarshal

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

type EventContractCall

type EventContractCall struct {
	Sender           Address                                                         `protobuf:"bytes,1,opt,name=sender,proto3,customtype=Address" json:"sender"`
	DestinationChain github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 182-byte string literal not displayed */
	ContractAddress  string                                                          `protobuf:"bytes,3,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"`
	PayloadHash      Hash                                                            `protobuf:"bytes,4,opt,name=payload_hash,json=payloadHash,proto3,customtype=Hash" json:"payload_hash"`
}

func (*EventContractCall) Descriptor

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

func (*EventContractCall) Marshal

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

func (*EventContractCall) MarshalTo

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

func (*EventContractCall) MarshalToSizedBuffer

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

func (*EventContractCall) ProtoMessage

func (*EventContractCall) ProtoMessage()

func (*EventContractCall) Reset

func (m *EventContractCall) Reset()

func (*EventContractCall) Size

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

func (*EventContractCall) String

func (m *EventContractCall) String() string

func (*EventContractCall) Unmarshal

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

func (*EventContractCall) XXX_DiscardUnknown

func (m *EventContractCall) XXX_DiscardUnknown()

func (*EventContractCall) XXX_Marshal

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

func (*EventContractCall) XXX_Merge

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

func (*EventContractCall) XXX_Size

func (m *EventContractCall) XXX_Size() int

func (*EventContractCall) XXX_Unmarshal

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

type EventContractCallWithToken

type EventContractCallWithToken struct {
	Sender           Address                                                         `protobuf:"bytes,1,opt,name=sender,proto3,customtype=Address" json:"sender"`
	DestinationChain github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 182-byte string literal not displayed */
	ContractAddress  string                                                          `protobuf:"bytes,3,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"`
	PayloadHash      Hash                                                            `protobuf:"bytes,4,opt,name=payload_hash,json=payloadHash,proto3,customtype=Hash" json:"payload_hash"`
	Symbol           string                                                          `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Amount           github_com_cosmos_cosmos_sdk_types.Uint                         `protobuf:"bytes,6,opt,name=amount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Uint" json:"amount"`
}

func (*EventContractCallWithToken) Descriptor

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

func (*EventContractCallWithToken) Marshal

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

func (*EventContractCallWithToken) MarshalTo

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

func (*EventContractCallWithToken) MarshalToSizedBuffer

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

func (*EventContractCallWithToken) ProtoMessage

func (*EventContractCallWithToken) ProtoMessage()

func (*EventContractCallWithToken) Reset

func (m *EventContractCallWithToken) Reset()

func (*EventContractCallWithToken) Size

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

func (*EventContractCallWithToken) String

func (m *EventContractCallWithToken) String() string

func (*EventContractCallWithToken) Unmarshal

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

func (*EventContractCallWithToken) XXX_DiscardUnknown

func (m *EventContractCallWithToken) XXX_DiscardUnknown()

func (*EventContractCallWithToken) XXX_Marshal

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

func (*EventContractCallWithToken) XXX_Merge

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

func (*EventContractCallWithToken) XXX_Size

func (m *EventContractCallWithToken) XXX_Size() int

func (*EventContractCallWithToken) XXX_Unmarshal

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

type EventID

type EventID string

EventID ensures a correctly formatted event ID

func NewEventID

func NewEventID(txID Hash, index uint64) EventID

NewEventID returns a new event ID

func (EventID) Validate

func (id EventID) Validate() error

Validate returns an error, if the event ID is not in format of txID-index

type EventMultisigOperatorshipTransferred

type EventMultisigOperatorshipTransferred struct {
	NewOperators []Address                                 `protobuf:"bytes,3,rep,name=new_operators,json=newOperators,proto3,customtype=Address" json:"new_operators"`
	NewThreshold github_com_cosmos_cosmos_sdk_types.Uint   `` /* 138-byte string literal not displayed */
	NewWeights   []github_com_cosmos_cosmos_sdk_types.Uint `` /* 132-byte string literal not displayed */
}

func (*EventMultisigOperatorshipTransferred) Descriptor

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

func (*EventMultisigOperatorshipTransferred) Marshal

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

func (*EventMultisigOperatorshipTransferred) MarshalTo

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

func (*EventMultisigOperatorshipTransferred) MarshalToSizedBuffer

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

func (*EventMultisigOperatorshipTransferred) ProtoMessage

func (*EventMultisigOperatorshipTransferred) ProtoMessage()

func (*EventMultisigOperatorshipTransferred) Reset

func (*EventMultisigOperatorshipTransferred) Size

func (*EventMultisigOperatorshipTransferred) String

func (*EventMultisigOperatorshipTransferred) Unmarshal

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

func (*EventMultisigOperatorshipTransferred) XXX_DiscardUnknown

func (m *EventMultisigOperatorshipTransferred) XXX_DiscardUnknown()

func (*EventMultisigOperatorshipTransferred) XXX_Marshal

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

func (*EventMultisigOperatorshipTransferred) XXX_Merge

func (*EventMultisigOperatorshipTransferred) XXX_Size

func (*EventMultisigOperatorshipTransferred) XXX_Unmarshal

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

type EventMultisigOwnershipTransferred deprecated

type EventMultisigOwnershipTransferred struct {
	PreOwners     []Address                               `protobuf:"bytes,1,rep,name=pre_owners,json=preOwners,proto3,customtype=Address" json:"pre_owners"`
	PrevThreshold github_com_cosmos_cosmos_sdk_types.Uint `` /* 141-byte string literal not displayed */
	NewOwners     []Address                               `protobuf:"bytes,3,rep,name=new_owners,json=newOwners,proto3,customtype=Address" json:"new_owners"`
	NewThreshold  github_com_cosmos_cosmos_sdk_types.Uint `` /* 138-byte string literal not displayed */
}

Deprecated: Do not use.

func (*EventMultisigOwnershipTransferred) Descriptor

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

func (*EventMultisigOwnershipTransferred) Marshal

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

func (*EventMultisigOwnershipTransferred) MarshalTo

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

func (*EventMultisigOwnershipTransferred) MarshalToSizedBuffer

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

func (*EventMultisigOwnershipTransferred) ProtoMessage

func (*EventMultisigOwnershipTransferred) ProtoMessage()

func (*EventMultisigOwnershipTransferred) Reset

func (*EventMultisigOwnershipTransferred) Size

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

func (*EventMultisigOwnershipTransferred) String

func (*EventMultisigOwnershipTransferred) Unmarshal

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

func (*EventMultisigOwnershipTransferred) XXX_DiscardUnknown

func (m *EventMultisigOwnershipTransferred) XXX_DiscardUnknown()

func (*EventMultisigOwnershipTransferred) XXX_Marshal

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

func (*EventMultisigOwnershipTransferred) XXX_Merge

func (*EventMultisigOwnershipTransferred) XXX_Size

func (m *EventMultisigOwnershipTransferred) XXX_Size() int

func (*EventMultisigOwnershipTransferred) XXX_Unmarshal

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

type EventRequest

type EventRequest struct {
	Chain   string `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
	EventId string `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
}

func (*EventRequest) Descriptor

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

func (*EventRequest) Marshal

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

func (*EventRequest) MarshalTo

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

func (*EventRequest) MarshalToSizedBuffer

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

func (*EventRequest) ProtoMessage

func (*EventRequest) ProtoMessage()

func (*EventRequest) Reset

func (m *EventRequest) Reset()

func (*EventRequest) Size

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

func (*EventRequest) String

func (m *EventRequest) String() string

func (*EventRequest) Unmarshal

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

func (*EventRequest) XXX_DiscardUnknown

func (m *EventRequest) XXX_DiscardUnknown()

func (*EventRequest) XXX_Marshal

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

func (*EventRequest) XXX_Merge

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

func (*EventRequest) XXX_Size

func (m *EventRequest) XXX_Size() int

func (*EventRequest) XXX_Unmarshal

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

type EventResponse

type EventResponse struct {
	Event *Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
}

func (*EventResponse) Descriptor

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

func (*EventResponse) Marshal

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

func (*EventResponse) MarshalTo

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

func (*EventResponse) MarshalToSizedBuffer

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

func (*EventResponse) ProtoMessage

func (*EventResponse) ProtoMessage()

func (*EventResponse) Reset

func (m *EventResponse) Reset()

func (*EventResponse) Size

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

func (*EventResponse) String

func (m *EventResponse) String() string

func (*EventResponse) Unmarshal

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

func (*EventResponse) XXX_DiscardUnknown

func (m *EventResponse) XXX_DiscardUnknown()

func (*EventResponse) XXX_Marshal

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

func (*EventResponse) XXX_Merge

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

func (*EventResponse) XXX_Size

func (m *EventResponse) XXX_Size() int

func (*EventResponse) XXX_Unmarshal

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

type EventTokenDeployed

type EventTokenDeployed struct {
	Symbol       string  `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
	TokenAddress Address `protobuf:"bytes,2,opt,name=token_address,json=tokenAddress,proto3,customtype=Address" json:"token_address"`
}

func (*EventTokenDeployed) Descriptor

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

func (*EventTokenDeployed) Marshal

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

func (*EventTokenDeployed) MarshalTo

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

func (*EventTokenDeployed) MarshalToSizedBuffer

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

func (*EventTokenDeployed) ProtoMessage

func (*EventTokenDeployed) ProtoMessage()

func (*EventTokenDeployed) Reset

func (m *EventTokenDeployed) Reset()

func (*EventTokenDeployed) Size

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

func (*EventTokenDeployed) String

func (m *EventTokenDeployed) String() string

func (*EventTokenDeployed) Unmarshal

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

func (*EventTokenDeployed) XXX_DiscardUnknown

func (m *EventTokenDeployed) XXX_DiscardUnknown()

func (*EventTokenDeployed) XXX_Marshal

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

func (*EventTokenDeployed) XXX_Merge

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

func (*EventTokenDeployed) XXX_Size

func (m *EventTokenDeployed) XXX_Size() int

func (*EventTokenDeployed) XXX_Unmarshal

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

type EventTokenSent

type EventTokenSent struct {
	Sender             Address                                                         `protobuf:"bytes,1,opt,name=sender,proto3,customtype=Address" json:"sender"`
	DestinationChain   github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 182-byte string literal not displayed */
	DestinationAddress string                                                          `protobuf:"bytes,3,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	Symbol             string                                                          `protobuf:"bytes,4,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Amount             github_com_cosmos_cosmos_sdk_types.Uint                         `protobuf:"bytes,5,opt,name=amount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Uint" json:"amount"`
}

func (*EventTokenSent) Descriptor

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

func (*EventTokenSent) Marshal

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

func (*EventTokenSent) MarshalTo

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

func (*EventTokenSent) MarshalToSizedBuffer

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

func (*EventTokenSent) ProtoMessage

func (*EventTokenSent) ProtoMessage()

func (*EventTokenSent) Reset

func (m *EventTokenSent) Reset()

func (*EventTokenSent) Size

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

func (*EventTokenSent) String

func (m *EventTokenSent) String() string

func (*EventTokenSent) Unmarshal

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

func (*EventTokenSent) XXX_DiscardUnknown

func (m *EventTokenSent) XXX_DiscardUnknown()

func (*EventTokenSent) XXX_Marshal

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

func (*EventTokenSent) XXX_Merge

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

func (*EventTokenSent) XXX_Size

func (m *EventTokenSent) XXX_Size() int

func (*EventTokenSent) XXX_Unmarshal

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

type EventTransfer

type EventTransfer struct {
	To     Address                                 `protobuf:"bytes,1,opt,name=to,proto3,customtype=Address" json:"to"`
	Amount github_com_cosmos_cosmos_sdk_types.Uint `protobuf:"bytes,2,opt,name=amount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Uint" json:"amount"`
}

func (*EventTransfer) Descriptor

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

func (*EventTransfer) Marshal

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

func (*EventTransfer) MarshalTo

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

func (*EventTransfer) MarshalToSizedBuffer

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

func (*EventTransfer) ProtoMessage

func (*EventTransfer) ProtoMessage()

func (*EventTransfer) Reset

func (m *EventTransfer) Reset()

func (*EventTransfer) Size

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

func (*EventTransfer) String

func (m *EventTransfer) String() string

func (*EventTransfer) Unmarshal

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

func (*EventTransfer) XXX_DiscardUnknown

func (m *EventTransfer) XXX_DiscardUnknown()

func (*EventTransfer) XXX_Marshal

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

func (*EventTransfer) XXX_Merge

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

func (*EventTransfer) XXX_Size

func (m *EventTransfer) XXX_Size() int

func (*EventTransfer) XXX_Unmarshal

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

type Event_ContractCall

type Event_ContractCall struct {
	ContractCall *EventContractCall `protobuf:"bytes,6,opt,name=contract_call,json=contractCall,proto3,oneof" json:"contract_call,omitempty"`
}

func (*Event_ContractCall) MarshalTo

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

func (*Event_ContractCall) MarshalToSizedBuffer

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

func (*Event_ContractCall) Size

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

type Event_ContractCallWithToken

type Event_ContractCallWithToken struct {
	ContractCallWithToken *EventContractCallWithToken `` /* 134-byte string literal not displayed */
}

func (*Event_ContractCallWithToken) MarshalTo

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

func (*Event_ContractCallWithToken) MarshalToSizedBuffer

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

func (*Event_ContractCallWithToken) Size

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

type Event_MultisigOperatorshipTransferred

type Event_MultisigOperatorshipTransferred struct {
	MultisigOperatorshipTransferred *EventMultisigOperatorshipTransferred `` /* 163-byte string literal not displayed */
}

func (*Event_MultisigOperatorshipTransferred) MarshalTo

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

func (*Event_MultisigOperatorshipTransferred) MarshalToSizedBuffer

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

func (*Event_MultisigOperatorshipTransferred) Size

type Event_MultisigOwnershipTransferred

type Event_MultisigOwnershipTransferred struct {
	MultisigOwnershipTransferred *EventMultisigOwnershipTransferred `` /* 154-byte string literal not displayed */
}

func (*Event_MultisigOwnershipTransferred) MarshalTo

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

func (*Event_MultisigOwnershipTransferred) MarshalToSizedBuffer

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

func (*Event_MultisigOwnershipTransferred) Size

type Event_Status

type Event_Status int32
const (
	EventNonExistent Event_Status = 0
	EventConfirmed   Event_Status = 1
	EventCompleted   Event_Status = 2
	EventFailed      Event_Status = 3
)

func (Event_Status) EnumDescriptor

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

func (Event_Status) String

func (x Event_Status) String() string

type Event_TokenDeployed

type Event_TokenDeployed struct {
	TokenDeployed *EventTokenDeployed `protobuf:"bytes,9,opt,name=token_deployed,json=tokenDeployed,proto3,oneof" json:"token_deployed,omitempty"`
}

func (*Event_TokenDeployed) MarshalTo

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

func (*Event_TokenDeployed) MarshalToSizedBuffer

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

func (*Event_TokenDeployed) Size

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

type Event_TokenSent

type Event_TokenSent struct {
	TokenSent *EventTokenSent `protobuf:"bytes,5,opt,name=token_sent,json=tokenSent,proto3,oneof" json:"token_sent,omitempty"`
}

func (*Event_TokenSent) MarshalTo

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

func (*Event_TokenSent) MarshalToSizedBuffer

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

func (*Event_TokenSent) Size

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

type Event_Transfer

type Event_Transfer struct {
	Transfer *EventTransfer `protobuf:"bytes,8,opt,name=transfer,proto3,oneof" json:"transfer,omitempty"`
}

func (*Event_Transfer) MarshalTo

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

func (*Event_Transfer) MarshalToSizedBuffer

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

func (*Event_Transfer) Size

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

type Gateway

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

func (*Gateway) Descriptor

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

func (*Gateway) Marshal

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

func (*Gateway) MarshalTo

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

func (*Gateway) MarshalToSizedBuffer

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

func (*Gateway) ProtoMessage

func (*Gateway) ProtoMessage()

func (*Gateway) Reset

func (m *Gateway) Reset()

func (*Gateway) Size

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

func (*Gateway) String

func (m *Gateway) String() string

func (*Gateway) Unmarshal

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

func (*Gateway) XXX_DiscardUnknown

func (m *Gateway) XXX_DiscardUnknown()

func (*Gateway) XXX_Marshal

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

func (*Gateway) XXX_Merge

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

func (*Gateway) XXX_Size

func (m *Gateway) XXX_Size() int

func (*Gateway) XXX_Unmarshal

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

type GatewayAddressRequest

type GatewayAddressRequest struct {
	Chain string `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
}

func (*GatewayAddressRequest) Descriptor

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

func (*GatewayAddressRequest) Marshal

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

func (*GatewayAddressRequest) MarshalTo

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

func (*GatewayAddressRequest) MarshalToSizedBuffer

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

func (*GatewayAddressRequest) ProtoMessage

func (*GatewayAddressRequest) ProtoMessage()

func (*GatewayAddressRequest) Reset

func (m *GatewayAddressRequest) Reset()

func (*GatewayAddressRequest) Size

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

func (*GatewayAddressRequest) String

func (m *GatewayAddressRequest) String() string

func (*GatewayAddressRequest) Unmarshal

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

func (*GatewayAddressRequest) XXX_DiscardUnknown

func (m *GatewayAddressRequest) XXX_DiscardUnknown()

func (*GatewayAddressRequest) XXX_Marshal

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

func (*GatewayAddressRequest) XXX_Merge

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

func (*GatewayAddressRequest) XXX_Size

func (m *GatewayAddressRequest) XXX_Size() int

func (*GatewayAddressRequest) XXX_Unmarshal

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

type GatewayAddressResponse

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

func (*GatewayAddressResponse) Descriptor

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

func (*GatewayAddressResponse) Marshal

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

func (*GatewayAddressResponse) MarshalTo

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

func (*GatewayAddressResponse) MarshalToSizedBuffer

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

func (*GatewayAddressResponse) ProtoMessage

func (*GatewayAddressResponse) ProtoMessage()

func (*GatewayAddressResponse) Reset

func (m *GatewayAddressResponse) Reset()

func (*GatewayAddressResponse) Size

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

func (*GatewayAddressResponse) String

func (m *GatewayAddressResponse) String() string

func (*GatewayAddressResponse) Unmarshal

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

func (*GatewayAddressResponse) XXX_DiscardUnknown

func (m *GatewayAddressResponse) XXX_DiscardUnknown()

func (*GatewayAddressResponse) XXX_Marshal

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

func (*GatewayAddressResponse) XXX_Merge

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

func (*GatewayAddressResponse) XXX_Size

func (m *GatewayAddressResponse) XXX_Size() int

func (*GatewayAddressResponse) XXX_Unmarshal

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

type Hash

type Hash common.Hash

Hash wraps EVM Hash

func (Hash) Bytes

func (h Hash) Bytes() []byte

Bytes returns the actual byte array of the hash

func (Hash) Hex

func (h Hash) Hex() string

Hex converts a hash to a hex string.

func (Hash) IsZero

func (h Hash) IsZero() bool

IsZero returns true if the hash is empty; otherwise false

func (Hash) Marshal

func (h Hash) Marshal() ([]byte, error)

Marshal implements codec.ProtoMarshaler

func (*Hash) MarshalJSON

func (h *Hash) MarshalJSON() ([]byte, error)

func (Hash) MarshalTo

func (h Hash) MarshalTo(data []byte) (n int, err error)

MarshalTo implements codec.ProtoMarshaler

func (Hash) Size

func (h Hash) Size() int

Size implements codec.ProtoMarshaler

func (*Hash) Unmarshal

func (h *Hash) Unmarshal(data []byte) error

Unmarshal implements codec.ProtoMarshaler

type KeyAddressRequest

type KeyAddressRequest struct {
	Chain string                                                         `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
	KeyID github_com_axelarnetwork_axelar_core_x_multisig_exported.KeyID `` /* 148-byte string literal not displayed */
}

func (*KeyAddressRequest) Descriptor

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

func (*KeyAddressRequest) Marshal

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

func (*KeyAddressRequest) MarshalTo

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

func (*KeyAddressRequest) MarshalToSizedBuffer

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

func (*KeyAddressRequest) ProtoMessage

func (*KeyAddressRequest) ProtoMessage()

func (*KeyAddressRequest) Reset

func (m *KeyAddressRequest) Reset()

func (*KeyAddressRequest) Size

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

func (*KeyAddressRequest) String

func (m *KeyAddressRequest) String() string

func (*KeyAddressRequest) Unmarshal

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

func (*KeyAddressRequest) XXX_DiscardUnknown

func (m *KeyAddressRequest) XXX_DiscardUnknown()

func (*KeyAddressRequest) XXX_Marshal

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

func (*KeyAddressRequest) XXX_Merge

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

func (*KeyAddressRequest) XXX_Size

func (m *KeyAddressRequest) XXX_Size() int

func (*KeyAddressRequest) XXX_Unmarshal

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

type KeyAddressResponse

type KeyAddressResponse struct {
	KeyID     github_com_axelarnetwork_axelar_core_x_multisig_exported.KeyID `` /* 148-byte string literal not displayed */
	Addresses []KeyAddressResponse_WeightedAddress                           `protobuf:"bytes,2,rep,name=addresses,proto3" json:"addresses"`
	Threshold string                                                         `protobuf:"bytes,3,opt,name=threshold,proto3" json:"threshold,omitempty"`
}

func (*KeyAddressResponse) Descriptor

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

func (*KeyAddressResponse) Marshal

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

func (*KeyAddressResponse) MarshalTo

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

func (*KeyAddressResponse) MarshalToSizedBuffer

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

func (*KeyAddressResponse) ProtoMessage

func (*KeyAddressResponse) ProtoMessage()

func (*KeyAddressResponse) Reset

func (m *KeyAddressResponse) Reset()

func (*KeyAddressResponse) Size

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

func (*KeyAddressResponse) String

func (m *KeyAddressResponse) String() string

func (*KeyAddressResponse) Unmarshal

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

func (*KeyAddressResponse) XXX_DiscardUnknown

func (m *KeyAddressResponse) XXX_DiscardUnknown()

func (*KeyAddressResponse) XXX_Marshal

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

func (*KeyAddressResponse) XXX_Merge

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

func (*KeyAddressResponse) XXX_Size

func (m *KeyAddressResponse) XXX_Size() int

func (*KeyAddressResponse) XXX_Unmarshal

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

type KeyAddressResponse_WeightedAddress

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

func (*KeyAddressResponse_WeightedAddress) Descriptor

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

func (*KeyAddressResponse_WeightedAddress) Marshal

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

func (*KeyAddressResponse_WeightedAddress) MarshalTo

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

func (*KeyAddressResponse_WeightedAddress) MarshalToSizedBuffer

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

func (*KeyAddressResponse_WeightedAddress) ProtoMessage

func (*KeyAddressResponse_WeightedAddress) ProtoMessage()

func (*KeyAddressResponse_WeightedAddress) Reset

func (*KeyAddressResponse_WeightedAddress) Size

func (*KeyAddressResponse_WeightedAddress) String

func (*KeyAddressResponse_WeightedAddress) Unmarshal

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

func (*KeyAddressResponse_WeightedAddress) XXX_DiscardUnknown

func (m *KeyAddressResponse_WeightedAddress) XXX_DiscardUnknown()

func (*KeyAddressResponse_WeightedAddress) XXX_Marshal

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

func (*KeyAddressResponse_WeightedAddress) XXX_Merge

func (*KeyAddressResponse_WeightedAddress) XXX_Size

func (*KeyAddressResponse_WeightedAddress) XXX_Unmarshal

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

type KeyID

type KeyID string

KeyID ensures a correctly formatted key ID

type LinkRequest

type LinkRequest struct {
	Sender         github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain          github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	RecipientAddr  string                                                          `protobuf:"bytes,3,opt,name=recipient_addr,json=recipientAddr,proto3" json:"recipient_addr,omitempty"`
	Asset          string                                                          `protobuf:"bytes,4,opt,name=asset,proto3" json:"asset,omitempty"`
	RecipientChain github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 176-byte string literal not displayed */
}

MsgLink represents the message that links a cross chain address to a burner address

func (*LinkRequest) Descriptor

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

func (*LinkRequest) Marshal

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

func (*LinkRequest) MarshalTo

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

func (*LinkRequest) MarshalToSizedBuffer

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

func (*LinkRequest) ProtoMessage

func (*LinkRequest) ProtoMessage()

func (*LinkRequest) Reset

func (m *LinkRequest) Reset()

func (*LinkRequest) Size

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

func (*LinkRequest) String

func (m *LinkRequest) String() string

func (*LinkRequest) Unmarshal

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

func (*LinkRequest) XXX_DiscardUnknown

func (m *LinkRequest) XXX_DiscardUnknown()

func (*LinkRequest) XXX_Marshal

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

func (*LinkRequest) XXX_Merge

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

func (*LinkRequest) XXX_Size

func (m *LinkRequest) XXX_Size() int

func (*LinkRequest) XXX_Unmarshal

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

type LinkResponse

type LinkResponse struct {
	DepositAddr string `protobuf:"bytes,1,opt,name=deposit_addr,json=depositAddr,proto3" json:"deposit_addr,omitempty"`
}

func (*LinkResponse) Descriptor

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

func (*LinkResponse) Marshal

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

func (*LinkResponse) MarshalTo

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

func (*LinkResponse) MarshalToSizedBuffer

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

func (*LinkResponse) ProtoMessage

func (*LinkResponse) ProtoMessage()

func (*LinkResponse) Reset

func (m *LinkResponse) Reset()

func (*LinkResponse) Size

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

func (*LinkResponse) String

func (m *LinkResponse) String() string

func (*LinkResponse) Unmarshal

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

func (*LinkResponse) XXX_DiscardUnknown

func (m *LinkResponse) XXX_DiscardUnknown()

func (*LinkResponse) XXX_Marshal

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

func (*LinkResponse) XXX_Merge

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

func (*LinkResponse) XXX_Size

func (m *LinkResponse) XXX_Size() int

func (*LinkResponse) XXX_Unmarshal

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

type MintCommand

type MintCommand struct {
	Chain              github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName  `` /* 136-byte string literal not displayed */
	TransferID         github_com_axelarnetwork_axelar_core_x_nexus_exported.TransferID `` /* 166-byte string literal not displayed */
	CommandID          CommandID                                                        `protobuf:"bytes,3,opt,name=command_id,json=commandId,proto3,customtype=CommandID" json:"command_id"`
	DestinationChain   github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName  `` /* 182-byte string literal not displayed */
	DestinationAddress string                                                           `protobuf:"bytes,5,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	Asset              types.Coin                                                       `protobuf:"bytes,6,opt,name=asset,proto3" json:"asset"`
}

func (*MintCommand) Descriptor

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

func (*MintCommand) GetAsset

func (m *MintCommand) GetAsset() types.Coin

func (*MintCommand) GetDestinationAddress

func (m *MintCommand) GetDestinationAddress() string

func (*MintCommand) Marshal

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

func (*MintCommand) MarshalTo

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

func (*MintCommand) MarshalToSizedBuffer

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

func (*MintCommand) ProtoMessage

func (*MintCommand) ProtoMessage()

func (*MintCommand) Reset

func (m *MintCommand) Reset()

func (*MintCommand) Size

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

func (*MintCommand) String

func (m *MintCommand) String() string

func (*MintCommand) Unmarshal

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

func (*MintCommand) XXX_DiscardUnknown

func (m *MintCommand) XXX_DiscardUnknown()

func (*MintCommand) XXX_Marshal

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

func (*MintCommand) XXX_Merge

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

func (*MintCommand) XXX_MessageName

func (*MintCommand) XXX_MessageName() string

func (*MintCommand) XXX_Size

func (m *MintCommand) XXX_Size() int

func (*MintCommand) XXX_Unmarshal

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

type MsgServiceClient

type MsgServiceClient interface {
	SetGateway(ctx context.Context, in *SetGatewayRequest, opts ...grpc.CallOption) (*SetGatewayResponse, error)
	// Deprecated: use ConfirmGatewayTxs instead
	ConfirmGatewayTx(ctx context.Context, in *ConfirmGatewayTxRequest, opts ...grpc.CallOption) (*ConfirmGatewayTxResponse, error)
	ConfirmGatewayTxs(ctx context.Context, in *ConfirmGatewayTxsRequest, opts ...grpc.CallOption) (*ConfirmGatewayTxsResponse, error)
	Link(ctx context.Context, in *LinkRequest, opts ...grpc.CallOption) (*LinkResponse, error)
	ConfirmToken(ctx context.Context, in *ConfirmTokenRequest, opts ...grpc.CallOption) (*ConfirmTokenResponse, error)
	ConfirmDeposit(ctx context.Context, in *ConfirmDepositRequest, opts ...grpc.CallOption) (*ConfirmDepositResponse, error)
	ConfirmTransferKey(ctx context.Context, in *ConfirmTransferKeyRequest, opts ...grpc.CallOption) (*ConfirmTransferKeyResponse, error)
	CreateDeployToken(ctx context.Context, in *CreateDeployTokenRequest, opts ...grpc.CallOption) (*CreateDeployTokenResponse, error)
	CreateBurnTokens(ctx context.Context, in *CreateBurnTokensRequest, opts ...grpc.CallOption) (*CreateBurnTokensResponse, error)
	CreatePendingTransfers(ctx context.Context, in *CreatePendingTransfersRequest, opts ...grpc.CallOption) (*CreatePendingTransfersResponse, error)
	CreateTransferOperatorship(ctx context.Context, in *CreateTransferOperatorshipRequest, opts ...grpc.CallOption) (*CreateTransferOperatorshipResponse, error)
	SignCommands(ctx context.Context, in *SignCommandsRequest, opts ...grpc.CallOption) (*SignCommandsResponse, error)
	AddChain(ctx context.Context, in *AddChainRequest, opts ...grpc.CallOption) (*AddChainResponse, error)
	RetryFailedEvent(ctx context.Context, in *RetryFailedEventRequest, opts ...grpc.CallOption) (*RetryFailedEventResponse, error)
}

MsgServiceClient is the client API for MsgService service.

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

func NewMsgServiceClient

func NewMsgServiceClient(cc grpc1.ClientConn) MsgServiceClient

type NetworkInfo

type NetworkInfo struct {
	Name string                                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Id   github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,2,opt,name=id,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"id"`
}

NetworkInfo describes information about a network

func (*NetworkInfo) Descriptor

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

func (*NetworkInfo) Marshal

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

func (*NetworkInfo) MarshalTo

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

func (*NetworkInfo) MarshalToSizedBuffer

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

func (*NetworkInfo) ProtoMessage

func (*NetworkInfo) ProtoMessage()

func (*NetworkInfo) Reset

func (m *NetworkInfo) Reset()

func (*NetworkInfo) Size

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

func (*NetworkInfo) String

func (m *NetworkInfo) String() string

func (*NetworkInfo) Unmarshal

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

func (*NetworkInfo) XXX_DiscardUnknown

func (m *NetworkInfo) XXX_DiscardUnknown()

func (*NetworkInfo) XXX_Marshal

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

func (*NetworkInfo) XXX_Merge

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

func (*NetworkInfo) XXX_Size

func (m *NetworkInfo) XXX_Size() int

func (*NetworkInfo) XXX_Unmarshal

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

type NoEventsConfirmed

type NoEventsConfirmed struct {
	TxID   Hash                                                            `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	PollID github_com_axelarnetwork_axelar_core_x_vote_exported.PollID     `` /* 141-byte string literal not displayed */
}

func (*NoEventsConfirmed) Descriptor

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

func (*NoEventsConfirmed) Marshal

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

func (*NoEventsConfirmed) MarshalTo

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

func (*NoEventsConfirmed) MarshalToSizedBuffer

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

func (*NoEventsConfirmed) ProtoMessage

func (*NoEventsConfirmed) ProtoMessage()

func (*NoEventsConfirmed) Reset

func (m *NoEventsConfirmed) Reset()

func (*NoEventsConfirmed) Size

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

func (*NoEventsConfirmed) String

func (m *NoEventsConfirmed) String() string

func (*NoEventsConfirmed) Unmarshal

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

func (*NoEventsConfirmed) XXX_DiscardUnknown

func (m *NoEventsConfirmed) XXX_DiscardUnknown()

func (*NoEventsConfirmed) XXX_Marshal

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

func (*NoEventsConfirmed) XXX_Merge

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

func (*NoEventsConfirmed) XXX_MessageName

func (*NoEventsConfirmed) XXX_MessageName() string

func (*NoEventsConfirmed) XXX_Size

func (m *NoEventsConfirmed) XXX_Size() int

func (*NoEventsConfirmed) XXX_Unmarshal

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

type Params

type Params struct {
	Chain               github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	ConfirmationHeight  uint64                                                          `protobuf:"varint,2,opt,name=confirmation_height,json=confirmationHeight,proto3" json:"confirmation_height,omitempty"`
	Network             string                                                          `protobuf:"bytes,3,opt,name=network,proto3" json:"network,omitempty"`
	TokenCode           []byte                                                          `protobuf:"bytes,5,opt,name=token_code,json=tokenCode,proto3" json:"token_code,omitempty"`
	Burnable            []byte                                                          `protobuf:"bytes,6,opt,name=burnable,proto3" json:"burnable,omitempty"`
	RevoteLockingPeriod int64                                                           `protobuf:"varint,7,opt,name=revote_locking_period,json=revoteLockingPeriod,proto3" json:"revote_locking_period,omitempty"`
	Networks            []NetworkInfo                                                   `protobuf:"bytes,8,rep,name=networks,proto3" json:"networks"`
	VotingThreshold     utils.Threshold                                                 `protobuf:"bytes,9,opt,name=voting_threshold,json=votingThreshold,proto3" json:"voting_threshold"`
	MinVoterCount       int64                                                           `protobuf:"varint,10,opt,name=min_voter_count,json=minVoterCount,proto3" json:"min_voter_count,omitempty"`
	CommandsGasLimit    uint32                                                          `protobuf:"varint,11,opt,name=commands_gas_limit,json=commandsGasLimit,proto3" json:"commands_gas_limit,omitempty"`
	VotingGracePeriod   int64                                                           `protobuf:"varint,13,opt,name=voting_grace_period,json=votingGracePeriod,proto3" json:"voting_grace_period,omitempty"`
	EndBlockerLimit     int64                                                           `protobuf:"varint,14,opt,name=end_blocker_limit,json=endBlockerLimit,proto3" json:"end_blocker_limit,omitempty"`
	TransferLimit       uint64                                                          `protobuf:"varint,15,opt,name=transfer_limit,json=transferLimit,proto3" json:"transfer_limit,omitempty"`
}

Params is the parameter set for this module

func (*Params) Descriptor

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

func (*Params) Marshal

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

func (*Params) MarshalTo

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

func (*Params) MarshalToSizedBuffer

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

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) Reset

func (m *Params) Reset()

func (*Params) Size

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

func (*Params) String

func (m *Params) String() string

func (*Params) Unmarshal

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

func (*Params) XXX_DiscardUnknown

func (m *Params) XXX_DiscardUnknown()

func (*Params) XXX_Marshal

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

func (*Params) XXX_Merge

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

func (*Params) XXX_Size

func (m *Params) XXX_Size() int

func (*Params) XXX_Unmarshal

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

type ParamsRequest

type ParamsRequest struct {
	Chain string `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
}

ParamsRequest represents a message that queries the params

func (*ParamsRequest) Descriptor

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

func (*ParamsRequest) Marshal

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

func (*ParamsRequest) MarshalTo

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

func (*ParamsRequest) MarshalToSizedBuffer

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

func (*ParamsRequest) ProtoMessage

func (*ParamsRequest) ProtoMessage()

func (*ParamsRequest) Reset

func (m *ParamsRequest) Reset()

func (*ParamsRequest) Size

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

func (*ParamsRequest) String

func (m *ParamsRequest) String() string

func (*ParamsRequest) Unmarshal

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

func (*ParamsRequest) XXX_DiscardUnknown

func (m *ParamsRequest) XXX_DiscardUnknown()

func (*ParamsRequest) XXX_Marshal

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

func (*ParamsRequest) XXX_Merge

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

func (*ParamsRequest) XXX_Size

func (m *ParamsRequest) XXX_Size() int

func (*ParamsRequest) XXX_Unmarshal

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

type ParamsResponse

type ParamsResponse struct {
	Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"`
}

func (*ParamsResponse) Descriptor

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

func (*ParamsResponse) Marshal

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

func (*ParamsResponse) MarshalTo

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

func (*ParamsResponse) MarshalToSizedBuffer

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

func (*ParamsResponse) ProtoMessage

func (*ParamsResponse) ProtoMessage()

func (*ParamsResponse) Reset

func (m *ParamsResponse) Reset()

func (*ParamsResponse) Size

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

func (*ParamsResponse) String

func (m *ParamsResponse) String() string

func (*ParamsResponse) Unmarshal

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

func (*ParamsResponse) XXX_DiscardUnknown

func (m *ParamsResponse) XXX_DiscardUnknown()

func (*ParamsResponse) XXX_Marshal

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

func (*ParamsResponse) XXX_Merge

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

func (*ParamsResponse) XXX_Size

func (m *ParamsResponse) XXX_Size() int

func (*ParamsResponse) XXX_Unmarshal

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

type PendingChain

type PendingChain struct {
	Params Params         `protobuf:"bytes,1,opt,name=params,proto3" json:"params"`
	Chain  exported.Chain `protobuf:"bytes,2,opt,name=chain,proto3" json:"chain"`
}

func (*PendingChain) Descriptor

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

func (*PendingChain) Marshal

func (m *PendingChain) Marshal() (dAtA []byte, err error)

func (*PendingChain) MarshalTo

func (m *PendingChain) MarshalTo(dAtA []byte) (int, error)

func (*PendingChain) MarshalToSizedBuffer

func (m *PendingChain) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PendingChain) ProtoMessage

func (*PendingChain) ProtoMessage()

func (*PendingChain) Reset

func (m *PendingChain) Reset()

func (*PendingChain) Size

func (m *PendingChain) Size() (n int)

func (*PendingChain) String

func (m *PendingChain) String() string

func (*PendingChain) Unmarshal

func (m *PendingChain) Unmarshal(dAtA []byte) error

func (*PendingChain) XXX_DiscardUnknown

func (m *PendingChain) XXX_DiscardUnknown()

func (*PendingChain) XXX_Marshal

func (m *PendingChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PendingChain) XXX_Merge

func (m *PendingChain) XXX_Merge(src proto.Message)

func (*PendingChain) XXX_Size

func (m *PendingChain) XXX_Size() int

func (*PendingChain) XXX_Unmarshal

func (m *PendingChain) XXX_Unmarshal(b []byte) error

type PendingCommandsRequest

type PendingCommandsRequest struct {
	Chain string `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
}

func (*PendingCommandsRequest) Descriptor

func (*PendingCommandsRequest) Descriptor() ([]byte, []int)

func (*PendingCommandsRequest) Marshal

func (m *PendingCommandsRequest) Marshal() (dAtA []byte, err error)

func (*PendingCommandsRequest) MarshalTo

func (m *PendingCommandsRequest) MarshalTo(dAtA []byte) (int, error)

func (*PendingCommandsRequest) MarshalToSizedBuffer

func (m *PendingCommandsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PendingCommandsRequest) ProtoMessage

func (*PendingCommandsRequest) ProtoMessage()

func (*PendingCommandsRequest) Reset

func (m *PendingCommandsRequest) Reset()

func (*PendingCommandsRequest) Size

func (m *PendingCommandsRequest) Size() (n int)

func (*PendingCommandsRequest) String

func (m *PendingCommandsRequest) String() string

func (*PendingCommandsRequest) Unmarshal

func (m *PendingCommandsRequest) Unmarshal(dAtA []byte) error

func (*PendingCommandsRequest) XXX_DiscardUnknown

func (m *PendingCommandsRequest) XXX_DiscardUnknown()

func (*PendingCommandsRequest) XXX_Marshal

func (m *PendingCommandsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PendingCommandsRequest) XXX_Merge

func (m *PendingCommandsRequest) XXX_Merge(src proto.Message)

func (*PendingCommandsRequest) XXX_Size

func (m *PendingCommandsRequest) XXX_Size() int

func (*PendingCommandsRequest) XXX_Unmarshal

func (m *PendingCommandsRequest) XXX_Unmarshal(b []byte) error

type PendingCommandsResponse

type PendingCommandsResponse struct {
	Commands []QueryCommandResponse `protobuf:"bytes,1,rep,name=commands,proto3" json:"commands"`
}

func (*PendingCommandsResponse) Descriptor

func (*PendingCommandsResponse) Descriptor() ([]byte, []int)

func (*PendingCommandsResponse) Marshal

func (m *PendingCommandsResponse) Marshal() (dAtA []byte, err error)

func (*PendingCommandsResponse) MarshalTo

func (m *PendingCommandsResponse) MarshalTo(dAtA []byte) (int, error)

func (*PendingCommandsResponse) MarshalToSizedBuffer

func (m *PendingCommandsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PendingCommandsResponse) ProtoMessage

func (*PendingCommandsResponse) ProtoMessage()

func (*PendingCommandsResponse) Reset

func (m *PendingCommandsResponse) Reset()

func (*PendingCommandsResponse) Size

func (m *PendingCommandsResponse) Size() (n int)

func (*PendingCommandsResponse) String

func (m *PendingCommandsResponse) String() string

func (*PendingCommandsResponse) Unmarshal

func (m *PendingCommandsResponse) Unmarshal(dAtA []byte) error

func (*PendingCommandsResponse) XXX_DiscardUnknown

func (m *PendingCommandsResponse) XXX_DiscardUnknown()

func (*PendingCommandsResponse) XXX_Marshal

func (m *PendingCommandsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PendingCommandsResponse) XXX_Merge

func (m *PendingCommandsResponse) XXX_Merge(src proto.Message)

func (*PendingCommandsResponse) XXX_Size

func (m *PendingCommandsResponse) XXX_Size() int

func (*PendingCommandsResponse) XXX_Unmarshal

func (m *PendingCommandsResponse) XXX_Unmarshal(b []byte) error

type PollCompleted

type PollCompleted struct {
	TxID   Hash                                                            `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	PollID github_com_axelarnetwork_axelar_core_x_vote_exported.PollID     `` /* 141-byte string literal not displayed */
}

func (*PollCompleted) Descriptor

func (*PollCompleted) Descriptor() ([]byte, []int)

func (*PollCompleted) Marshal

func (m *PollCompleted) Marshal() (dAtA []byte, err error)

func (*PollCompleted) MarshalTo

func (m *PollCompleted) MarshalTo(dAtA []byte) (int, error)

func (*PollCompleted) MarshalToSizedBuffer

func (m *PollCompleted) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PollCompleted) ProtoMessage

func (*PollCompleted) ProtoMessage()

func (*PollCompleted) Reset

func (m *PollCompleted) Reset()

func (*PollCompleted) Size

func (m *PollCompleted) Size() (n int)

func (*PollCompleted) String

func (m *PollCompleted) String() string

func (*PollCompleted) Unmarshal

func (m *PollCompleted) Unmarshal(dAtA []byte) error

func (*PollCompleted) XXX_DiscardUnknown

func (m *PollCompleted) XXX_DiscardUnknown()

func (*PollCompleted) XXX_Marshal

func (m *PollCompleted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PollCompleted) XXX_Merge

func (m *PollCompleted) XXX_Merge(src proto.Message)

func (*PollCompleted) XXX_MessageName

func (*PollCompleted) XXX_MessageName() string

func (*PollCompleted) XXX_Size

func (m *PollCompleted) XXX_Size() int

func (*PollCompleted) XXX_Unmarshal

func (m *PollCompleted) XXX_Unmarshal(b []byte) error

type PollExpired

type PollExpired struct {
	TxID   Hash                                                            `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	PollID github_com_axelarnetwork_axelar_core_x_vote_exported.PollID     `` /* 141-byte string literal not displayed */
}

func (*PollExpired) Descriptor

func (*PollExpired) Descriptor() ([]byte, []int)

func (*PollExpired) Marshal

func (m *PollExpired) Marshal() (dAtA []byte, err error)

func (*PollExpired) MarshalTo

func (m *PollExpired) MarshalTo(dAtA []byte) (int, error)

func (*PollExpired) MarshalToSizedBuffer

func (m *PollExpired) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PollExpired) ProtoMessage

func (*PollExpired) ProtoMessage()

func (*PollExpired) Reset

func (m *PollExpired) Reset()

func (*PollExpired) Size

func (m *PollExpired) Size() (n int)

func (*PollExpired) String

func (m *PollExpired) String() string

func (*PollExpired) Unmarshal

func (m *PollExpired) Unmarshal(dAtA []byte) error

func (*PollExpired) XXX_DiscardUnknown

func (m *PollExpired) XXX_DiscardUnknown()

func (*PollExpired) XXX_Marshal

func (m *PollExpired) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PollExpired) XXX_Merge

func (m *PollExpired) XXX_Merge(src proto.Message)

func (*PollExpired) XXX_MessageName

func (*PollExpired) XXX_MessageName() string

func (*PollExpired) XXX_Size

func (m *PollExpired) XXX_Size() int

func (*PollExpired) XXX_Unmarshal

func (m *PollExpired) XXX_Unmarshal(b []byte) error

type PollFailed

type PollFailed struct {
	TxID   Hash                                                            `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	PollID github_com_axelarnetwork_axelar_core_x_vote_exported.PollID     `` /* 141-byte string literal not displayed */
}

func (*PollFailed) Descriptor

func (*PollFailed) Descriptor() ([]byte, []int)

func (*PollFailed) Marshal

func (m *PollFailed) Marshal() (dAtA []byte, err error)

func (*PollFailed) MarshalTo

func (m *PollFailed) MarshalTo(dAtA []byte) (int, error)

func (*PollFailed) MarshalToSizedBuffer

func (m *PollFailed) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PollFailed) ProtoMessage

func (*PollFailed) ProtoMessage()

func (*PollFailed) Reset

func (m *PollFailed) Reset()

func (*PollFailed) Size

func (m *PollFailed) Size() (n int)

func (*PollFailed) String

func (m *PollFailed) String() string

func (*PollFailed) Unmarshal

func (m *PollFailed) Unmarshal(dAtA []byte) error

func (*PollFailed) XXX_DiscardUnknown

func (m *PollFailed) XXX_DiscardUnknown()

func (*PollFailed) XXX_Marshal

func (m *PollFailed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PollFailed) XXX_Merge

func (m *PollFailed) XXX_Merge(src proto.Message)

func (*PollFailed) XXX_MessageName

func (*PollFailed) XXX_MessageName() string

func (*PollFailed) XXX_Size

func (m *PollFailed) XXX_Size() int

func (*PollFailed) XXX_Unmarshal

func (m *PollFailed) XXX_Unmarshal(b []byte) error

type PollMapping

type PollMapping struct {
	TxID   Hash                                                        `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	PollID github_com_axelarnetwork_axelar_core_x_vote_exported.PollID `` /* 141-byte string literal not displayed */
}

func (*PollMapping) Descriptor

func (*PollMapping) Descriptor() ([]byte, []int)

func (*PollMapping) Marshal

func (m *PollMapping) Marshal() (dAtA []byte, err error)

func (*PollMapping) MarshalTo

func (m *PollMapping) MarshalTo(dAtA []byte) (int, error)

func (*PollMapping) MarshalToSizedBuffer

func (m *PollMapping) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PollMapping) ProtoMessage

func (*PollMapping) ProtoMessage()

func (*PollMapping) Reset

func (m *PollMapping) Reset()

func (*PollMapping) Size

func (m *PollMapping) Size() (n int)

func (*PollMapping) String

func (m *PollMapping) String() string

func (*PollMapping) Unmarshal

func (m *PollMapping) Unmarshal(dAtA []byte) error

func (*PollMapping) XXX_DiscardUnknown

func (m *PollMapping) XXX_DiscardUnknown()

func (*PollMapping) XXX_Marshal

func (m *PollMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PollMapping) XXX_Merge

func (m *PollMapping) XXX_Merge(src proto.Message)

func (*PollMapping) XXX_MessageName

func (*PollMapping) XXX_MessageName() string

func (*PollMapping) XXX_Size

func (m *PollMapping) XXX_Size() int

func (*PollMapping) XXX_Unmarshal

func (m *PollMapping) XXX_Unmarshal(b []byte) error

type PollMetadata

type PollMetadata struct {
	Chain github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	TxID  Hash                                                            `protobuf:"bytes,2,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
}

func (*PollMetadata) Descriptor

func (*PollMetadata) Descriptor() ([]byte, []int)

func (*PollMetadata) Marshal

func (m *PollMetadata) Marshal() (dAtA []byte, err error)

func (*PollMetadata) MarshalTo

func (m *PollMetadata) MarshalTo(dAtA []byte) (int, error)

func (*PollMetadata) MarshalToSizedBuffer

func (m *PollMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PollMetadata) ProtoMessage

func (*PollMetadata) ProtoMessage()

func (*PollMetadata) Reset

func (m *PollMetadata) Reset()

func (*PollMetadata) Size

func (m *PollMetadata) Size() (n int)

func (*PollMetadata) String

func (m *PollMetadata) String() string

func (*PollMetadata) Unmarshal

func (m *PollMetadata) Unmarshal(dAtA []byte) error

func (*PollMetadata) XXX_DiscardUnknown

func (m *PollMetadata) XXX_DiscardUnknown()

func (*PollMetadata) XXX_Marshal

func (m *PollMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PollMetadata) XXX_Merge

func (m *PollMetadata) XXX_Merge(src proto.Message)

func (*PollMetadata) XXX_Size

func (m *PollMetadata) XXX_Size() int

func (*PollMetadata) XXX_Unmarshal

func (m *PollMetadata) XXX_Unmarshal(b []byte) error

type Proof

type Proof struct {
	Addresses  []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	Weights    []string `protobuf:"bytes,2,rep,name=weights,proto3" json:"weights,omitempty"`
	Threshold  string   `protobuf:"bytes,3,opt,name=threshold,proto3" json:"threshold,omitempty"`
	Signatures []string `protobuf:"bytes,4,rep,name=signatures,proto3" json:"signatures,omitempty"`
}

func (*Proof) Descriptor

func (*Proof) Descriptor() ([]byte, []int)

func (*Proof) Marshal

func (m *Proof) Marshal() (dAtA []byte, err error)

func (*Proof) MarshalTo

func (m *Proof) MarshalTo(dAtA []byte) (int, error)

func (*Proof) MarshalToSizedBuffer

func (m *Proof) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Proof) ProtoMessage

func (*Proof) ProtoMessage()

func (*Proof) Reset

func (m *Proof) Reset()

func (*Proof) Size

func (m *Proof) Size() (n int)

func (*Proof) String

func (m *Proof) String() string

func (*Proof) Unmarshal

func (m *Proof) Unmarshal(dAtA []byte) error

func (*Proof) XXX_DiscardUnknown

func (m *Proof) XXX_DiscardUnknown()

func (*Proof) XXX_Marshal

func (m *Proof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Proof) XXX_Merge

func (m *Proof) XXX_Merge(src proto.Message)

func (*Proof) XXX_Size

func (m *Proof) XXX_Size() int

func (*Proof) XXX_Unmarshal

func (m *Proof) XXX_Unmarshal(b []byte) error

type QueryBurnerAddressResponse

type QueryBurnerAddressResponse struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}

func (*QueryBurnerAddressResponse) Descriptor

func (*QueryBurnerAddressResponse) Descriptor() ([]byte, []int)

func (*QueryBurnerAddressResponse) Marshal

func (m *QueryBurnerAddressResponse) Marshal() (dAtA []byte, err error)

func (*QueryBurnerAddressResponse) MarshalTo

func (m *QueryBurnerAddressResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryBurnerAddressResponse) MarshalToSizedBuffer

func (m *QueryBurnerAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryBurnerAddressResponse) ProtoMessage

func (*QueryBurnerAddressResponse) ProtoMessage()

func (*QueryBurnerAddressResponse) Reset

func (m *QueryBurnerAddressResponse) Reset()

func (*QueryBurnerAddressResponse) Size

func (m *QueryBurnerAddressResponse) Size() (n int)

func (*QueryBurnerAddressResponse) String

func (m *QueryBurnerAddressResponse) String() string

func (*QueryBurnerAddressResponse) Unmarshal

func (m *QueryBurnerAddressResponse) Unmarshal(dAtA []byte) error

func (*QueryBurnerAddressResponse) XXX_DiscardUnknown

func (m *QueryBurnerAddressResponse) XXX_DiscardUnknown()

func (*QueryBurnerAddressResponse) XXX_Marshal

func (m *QueryBurnerAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryBurnerAddressResponse) XXX_Merge

func (m *QueryBurnerAddressResponse) XXX_Merge(src proto.Message)

func (*QueryBurnerAddressResponse) XXX_Size

func (m *QueryBurnerAddressResponse) XXX_Size() int

func (*QueryBurnerAddressResponse) XXX_Unmarshal

func (m *QueryBurnerAddressResponse) XXX_Unmarshal(b []byte) error

type QueryCommandResponse

type QueryCommandResponse struct {
	ID         string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type       string            `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Params     map[string]string `` /* 143-byte string literal not displayed */
	KeyID      string            `protobuf:"bytes,4,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	MaxGasCost uint32            `protobuf:"varint,5,opt,name=max_gas_cost,json=maxGasCost,proto3" json:"max_gas_cost,omitempty"`
}

func (*QueryCommandResponse) Descriptor

func (*QueryCommandResponse) Descriptor() ([]byte, []int)

func (*QueryCommandResponse) Marshal

func (m *QueryCommandResponse) Marshal() (dAtA []byte, err error)

func (*QueryCommandResponse) MarshalTo

func (m *QueryCommandResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryCommandResponse) MarshalToSizedBuffer

func (m *QueryCommandResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryCommandResponse) ProtoMessage

func (*QueryCommandResponse) ProtoMessage()

func (*QueryCommandResponse) Reset

func (m *QueryCommandResponse) Reset()

func (*QueryCommandResponse) Size

func (m *QueryCommandResponse) Size() (n int)

func (*QueryCommandResponse) String

func (m *QueryCommandResponse) String() string

func (*QueryCommandResponse) Unmarshal

func (m *QueryCommandResponse) Unmarshal(dAtA []byte) error

func (*QueryCommandResponse) XXX_DiscardUnknown

func (m *QueryCommandResponse) XXX_DiscardUnknown()

func (*QueryCommandResponse) XXX_Marshal

func (m *QueryCommandResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryCommandResponse) XXX_Merge

func (m *QueryCommandResponse) XXX_Merge(src proto.Message)

func (*QueryCommandResponse) XXX_Size

func (m *QueryCommandResponse) XXX_Size() int

func (*QueryCommandResponse) XXX_Unmarshal

func (m *QueryCommandResponse) XXX_Unmarshal(b []byte) error

type QueryDepositStateParams deprecated

type QueryDepositStateParams struct {
	TxID          Hash    `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	BurnerAddress Address `protobuf:"bytes,2,opt,name=burner_address,json=burnerAddress,proto3,customtype=Address" json:"burner_address"`
}

Deprecated: Do not use.

func (*QueryDepositStateParams) Descriptor

func (*QueryDepositStateParams) Descriptor() ([]byte, []int)

func (*QueryDepositStateParams) Marshal

func (m *QueryDepositStateParams) Marshal() (dAtA []byte, err error)

func (*QueryDepositStateParams) MarshalTo

func (m *QueryDepositStateParams) MarshalTo(dAtA []byte) (int, error)

func (*QueryDepositStateParams) MarshalToSizedBuffer

func (m *QueryDepositStateParams) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryDepositStateParams) ProtoMessage

func (*QueryDepositStateParams) ProtoMessage()

func (*QueryDepositStateParams) Reset

func (m *QueryDepositStateParams) Reset()

func (*QueryDepositStateParams) Size

func (m *QueryDepositStateParams) Size() (n int)

func (*QueryDepositStateParams) String

func (m *QueryDepositStateParams) String() string

func (*QueryDepositStateParams) Unmarshal

func (m *QueryDepositStateParams) Unmarshal(dAtA []byte) error

func (*QueryDepositStateParams) XXX_DiscardUnknown

func (m *QueryDepositStateParams) XXX_DiscardUnknown()

func (*QueryDepositStateParams) XXX_Marshal

func (m *QueryDepositStateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryDepositStateParams) XXX_Merge

func (m *QueryDepositStateParams) XXX_Merge(src proto.Message)

func (*QueryDepositStateParams) XXX_Size

func (m *QueryDepositStateParams) XXX_Size() int

func (*QueryDepositStateParams) XXX_Unmarshal

func (m *QueryDepositStateParams) XXX_Unmarshal(b []byte) error

type QueryServiceClient

type QueryServiceClient interface {
	// BatchedCommands queries the batched commands for a specified chain and
	// BatchedCommandsID if no BatchedCommandsID is specified, then it returns the
	// latest batched commands
	BatchedCommands(ctx context.Context, in *BatchedCommandsRequest, opts ...grpc.CallOption) (*BatchedCommandsResponse, error)
	// BurnerInfo queries the burner info for the specified address
	BurnerInfo(ctx context.Context, in *BurnerInfoRequest, opts ...grpc.CallOption) (*BurnerInfoResponse, error)
	// ConfirmationHeight queries the confirmation height for the specified chain
	ConfirmationHeight(ctx context.Context, in *ConfirmationHeightRequest, opts ...grpc.CallOption) (*ConfirmationHeightResponse, error)
	// DepositState queries the state of the specified deposit
	DepositState(ctx context.Context, in *DepositStateRequest, opts ...grpc.CallOption) (*DepositStateResponse, error)
	// PendingCommands queries the pending commands for the specified chain
	PendingCommands(ctx context.Context, in *PendingCommandsRequest, opts ...grpc.CallOption) (*PendingCommandsResponse, error)
	// Chains queries the available evm chains
	Chains(ctx context.Context, in *ChainsRequest, opts ...grpc.CallOption) (*ChainsResponse, error)
	// Command queries the command of a chain provided the command id
	Command(ctx context.Context, in *CommandRequest, opts ...grpc.CallOption) (*CommandResponse, error)
	// KeyAddress queries the address of key of a chain
	KeyAddress(ctx context.Context, in *KeyAddressRequest, opts ...grpc.CallOption) (*KeyAddressResponse, error)
	// GatewayAddress queries the address of axelar gateway at the specified
	// chain
	GatewayAddress(ctx context.Context, in *GatewayAddressRequest, opts ...grpc.CallOption) (*GatewayAddressResponse, error)
	// Bytecode queries the bytecode of a specified gateway at the specified
	// chain
	Bytecode(ctx context.Context, in *BytecodeRequest, opts ...grpc.CallOption) (*BytecodeResponse, error)
	// Event queries an event at the specified chain
	Event(ctx context.Context, in *EventRequest, opts ...grpc.CallOption) (*EventResponse, error)
	// ERC20Tokens queries the ERC20 tokens registered for a chain
	ERC20Tokens(ctx context.Context, in *ERC20TokensRequest, opts ...grpc.CallOption) (*ERC20TokensResponse, error)
	// TokenInfo queries the token info for a registered ERC20 Token
	TokenInfo(ctx context.Context, in *TokenInfoRequest, opts ...grpc.CallOption) (*TokenInfoResponse, error)
	Params(ctx context.Context, in *ParamsRequest, opts ...grpc.CallOption) (*ParamsResponse, error)
}

QueryServiceClient is the client API for QueryService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewQueryServiceClient

func NewQueryServiceClient(cc grpc1.ClientConn) QueryServiceClient

type QueryServiceServer

type QueryServiceServer interface {
	// BatchedCommands queries the batched commands for a specified chain and
	// BatchedCommandsID if no BatchedCommandsID is specified, then it returns the
	// latest batched commands
	BatchedCommands(context.Context, *BatchedCommandsRequest) (*BatchedCommandsResponse, error)
	// BurnerInfo queries the burner info for the specified address
	BurnerInfo(context.Context, *BurnerInfoRequest) (*BurnerInfoResponse, error)
	// ConfirmationHeight queries the confirmation height for the specified chain
	ConfirmationHeight(context.Context, *ConfirmationHeightRequest) (*ConfirmationHeightResponse, error)
	// DepositState queries the state of the specified deposit
	DepositState(context.Context, *DepositStateRequest) (*DepositStateResponse, error)
	// PendingCommands queries the pending commands for the specified chain
	PendingCommands(context.Context, *PendingCommandsRequest) (*PendingCommandsResponse, error)
	// Chains queries the available evm chains
	Chains(context.Context, *ChainsRequest) (*ChainsResponse, error)
	// Command queries the command of a chain provided the command id
	Command(context.Context, *CommandRequest) (*CommandResponse, error)
	// KeyAddress queries the address of key of a chain
	KeyAddress(context.Context, *KeyAddressRequest) (*KeyAddressResponse, error)
	// GatewayAddress queries the address of axelar gateway at the specified
	// chain
	GatewayAddress(context.Context, *GatewayAddressRequest) (*GatewayAddressResponse, error)
	// Bytecode queries the bytecode of a specified gateway at the specified
	// chain
	Bytecode(context.Context, *BytecodeRequest) (*BytecodeResponse, error)
	// Event queries an event at the specified chain
	Event(context.Context, *EventRequest) (*EventResponse, error)
	// ERC20Tokens queries the ERC20 tokens registered for a chain
	ERC20Tokens(context.Context, *ERC20TokensRequest) (*ERC20TokensResponse, error)
	// TokenInfo queries the token info for a registered ERC20 Token
	TokenInfo(context.Context, *TokenInfoRequest) (*TokenInfoResponse, error)
	Params(context.Context, *ParamsRequest) (*ParamsResponse, error)
}

QueryServiceServer is the server API for QueryService service.

type QueryTokenAddressResponse deprecated

type QueryTokenAddressResponse struct {
	Address   string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Confirmed bool   `protobuf:"varint,2,opt,name=confirmed,proto3" json:"confirmed,omitempty"`
}

Deprecated: Do not use.

func (*QueryTokenAddressResponse) Descriptor

func (*QueryTokenAddressResponse) Descriptor() ([]byte, []int)

func (*QueryTokenAddressResponse) Marshal

func (m *QueryTokenAddressResponse) Marshal() (dAtA []byte, err error)

func (*QueryTokenAddressResponse) MarshalTo

func (m *QueryTokenAddressResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryTokenAddressResponse) MarshalToSizedBuffer

func (m *QueryTokenAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryTokenAddressResponse) ProtoMessage

func (*QueryTokenAddressResponse) ProtoMessage()

func (*QueryTokenAddressResponse) Reset

func (m *QueryTokenAddressResponse) Reset()

func (*QueryTokenAddressResponse) Size

func (m *QueryTokenAddressResponse) Size() (n int)

func (*QueryTokenAddressResponse) String

func (m *QueryTokenAddressResponse) String() string

func (*QueryTokenAddressResponse) Unmarshal

func (m *QueryTokenAddressResponse) Unmarshal(dAtA []byte) error

func (*QueryTokenAddressResponse) XXX_DiscardUnknown

func (m *QueryTokenAddressResponse) XXX_DiscardUnknown()

func (*QueryTokenAddressResponse) XXX_Marshal

func (m *QueryTokenAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryTokenAddressResponse) XXX_Merge

func (m *QueryTokenAddressResponse) XXX_Merge(src proto.Message)

func (*QueryTokenAddressResponse) XXX_Size

func (m *QueryTokenAddressResponse) XXX_Size() int

func (*QueryTokenAddressResponse) XXX_Unmarshal

func (m *QueryTokenAddressResponse) XXX_Unmarshal(b []byte) error

type RetryFailedEventRequest

type RetryFailedEventRequest struct {
	Sender  github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain   github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	EventID EventID                                                         `protobuf:"bytes,3,opt,name=event_id,json=eventId,proto3,casttype=EventID" json:"event_id,omitempty"`
}

func (*RetryFailedEventRequest) Descriptor

func (*RetryFailedEventRequest) Descriptor() ([]byte, []int)

func (*RetryFailedEventRequest) Marshal

func (m *RetryFailedEventRequest) Marshal() (dAtA []byte, err error)

func (*RetryFailedEventRequest) MarshalTo

func (m *RetryFailedEventRequest) MarshalTo(dAtA []byte) (int, error)

func (*RetryFailedEventRequest) MarshalToSizedBuffer

func (m *RetryFailedEventRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RetryFailedEventRequest) ProtoMessage

func (*RetryFailedEventRequest) ProtoMessage()

func (*RetryFailedEventRequest) Reset

func (m *RetryFailedEventRequest) Reset()

func (*RetryFailedEventRequest) Size

func (m *RetryFailedEventRequest) Size() (n int)

func (*RetryFailedEventRequest) String

func (m *RetryFailedEventRequest) String() string

func (*RetryFailedEventRequest) Unmarshal

func (m *RetryFailedEventRequest) Unmarshal(dAtA []byte) error

func (*RetryFailedEventRequest) XXX_DiscardUnknown

func (m *RetryFailedEventRequest) XXX_DiscardUnknown()

func (*RetryFailedEventRequest) XXX_Marshal

func (m *RetryFailedEventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RetryFailedEventRequest) XXX_Merge

func (m *RetryFailedEventRequest) XXX_Merge(src proto.Message)

func (*RetryFailedEventRequest) XXX_Size

func (m *RetryFailedEventRequest) XXX_Size() int

func (*RetryFailedEventRequest) XXX_Unmarshal

func (m *RetryFailedEventRequest) XXX_Unmarshal(b []byte) error

type RetryFailedEventResponse

type RetryFailedEventResponse struct {
}

func (*RetryFailedEventResponse) Descriptor

func (*RetryFailedEventResponse) Descriptor() ([]byte, []int)

func (*RetryFailedEventResponse) Marshal

func (m *RetryFailedEventResponse) Marshal() (dAtA []byte, err error)

func (*RetryFailedEventResponse) MarshalTo

func (m *RetryFailedEventResponse) MarshalTo(dAtA []byte) (int, error)

func (*RetryFailedEventResponse) MarshalToSizedBuffer

func (m *RetryFailedEventResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RetryFailedEventResponse) ProtoMessage

func (*RetryFailedEventResponse) ProtoMessage()

func (*RetryFailedEventResponse) Reset

func (m *RetryFailedEventResponse) Reset()

func (*RetryFailedEventResponse) Size

func (m *RetryFailedEventResponse) Size() (n int)

func (*RetryFailedEventResponse) String

func (m *RetryFailedEventResponse) String() string

func (*RetryFailedEventResponse) Unmarshal

func (m *RetryFailedEventResponse) Unmarshal(dAtA []byte) error

func (*RetryFailedEventResponse) XXX_DiscardUnknown

func (m *RetryFailedEventResponse) XXX_DiscardUnknown()

func (*RetryFailedEventResponse) XXX_Marshal

func (m *RetryFailedEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RetryFailedEventResponse) XXX_Merge

func (m *RetryFailedEventResponse) XXX_Merge(src proto.Message)

func (*RetryFailedEventResponse) XXX_Size

func (m *RetryFailedEventResponse) XXX_Size() int

func (*RetryFailedEventResponse) XXX_Unmarshal

func (m *RetryFailedEventResponse) XXX_Unmarshal(b []byte) error

type SetGatewayRequest

type SetGatewayRequest struct {
	Sender  github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain   github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	Address Address                                                         `protobuf:"bytes,3,opt,name=address,proto3,customtype=Address" json:"address"`
}

func (*SetGatewayRequest) Descriptor

func (*SetGatewayRequest) Descriptor() ([]byte, []int)

func (*SetGatewayRequest) Marshal

func (m *SetGatewayRequest) Marshal() (dAtA []byte, err error)

func (*SetGatewayRequest) MarshalTo

func (m *SetGatewayRequest) MarshalTo(dAtA []byte) (int, error)

func (*SetGatewayRequest) MarshalToSizedBuffer

func (m *SetGatewayRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetGatewayRequest) ProtoMessage

func (*SetGatewayRequest) ProtoMessage()

func (*SetGatewayRequest) Reset

func (m *SetGatewayRequest) Reset()

func (*SetGatewayRequest) Size

func (m *SetGatewayRequest) Size() (n int)

func (*SetGatewayRequest) String

func (m *SetGatewayRequest) String() string

func (*SetGatewayRequest) Unmarshal

func (m *SetGatewayRequest) Unmarshal(dAtA []byte) error

func (*SetGatewayRequest) XXX_DiscardUnknown

func (m *SetGatewayRequest) XXX_DiscardUnknown()

func (*SetGatewayRequest) XXX_Marshal

func (m *SetGatewayRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetGatewayRequest) XXX_Merge

func (m *SetGatewayRequest) XXX_Merge(src proto.Message)

func (*SetGatewayRequest) XXX_Size

func (m *SetGatewayRequest) XXX_Size() int

func (*SetGatewayRequest) XXX_Unmarshal

func (m *SetGatewayRequest) XXX_Unmarshal(b []byte) error

type SetGatewayResponse

type SetGatewayResponse struct {
}

func (*SetGatewayResponse) Descriptor

func (*SetGatewayResponse) Descriptor() ([]byte, []int)

func (*SetGatewayResponse) Marshal

func (m *SetGatewayResponse) Marshal() (dAtA []byte, err error)

func (*SetGatewayResponse) MarshalTo

func (m *SetGatewayResponse) MarshalTo(dAtA []byte) (int, error)

func (*SetGatewayResponse) MarshalToSizedBuffer

func (m *SetGatewayResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetGatewayResponse) ProtoMessage

func (*SetGatewayResponse) ProtoMessage()

func (*SetGatewayResponse) Reset

func (m *SetGatewayResponse) Reset()

func (*SetGatewayResponse) Size

func (m *SetGatewayResponse) Size() (n int)

func (*SetGatewayResponse) String

func (m *SetGatewayResponse) String() string

func (*SetGatewayResponse) Unmarshal

func (m *SetGatewayResponse) Unmarshal(dAtA []byte) error

func (*SetGatewayResponse) XXX_DiscardUnknown

func (m *SetGatewayResponse) XXX_DiscardUnknown()

func (*SetGatewayResponse) XXX_Marshal

func (m *SetGatewayResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetGatewayResponse) XXX_Merge

func (m *SetGatewayResponse) XXX_Merge(src proto.Message)

func (*SetGatewayResponse) XXX_Size

func (m *SetGatewayResponse) XXX_Size() int

func (*SetGatewayResponse) XXX_Unmarshal

func (m *SetGatewayResponse) XXX_Unmarshal(b []byte) error

type SigMetadata

type SigMetadata struct {
	Type           SigType                                                         `protobuf:"varint,1,opt,name=type,proto3,enum=axelar.evm.v1beta1.SigType" json:"type,omitempty"`
	Chain          github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	CommandBatchID []byte                                                          `protobuf:"bytes,3,opt,name=command_batch_id,json=commandBatchId,proto3" json:"command_batch_id,omitempty"`
}

SigMetadata stores necessary information for external apps to map signature results to evm relay transaction types

func (*SigMetadata) Descriptor

func (*SigMetadata) Descriptor() ([]byte, []int)

func (*SigMetadata) Marshal

func (m *SigMetadata) Marshal() (dAtA []byte, err error)

func (*SigMetadata) MarshalTo

func (m *SigMetadata) MarshalTo(dAtA []byte) (int, error)

func (*SigMetadata) MarshalToSizedBuffer

func (m *SigMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SigMetadata) ProtoMessage

func (*SigMetadata) ProtoMessage()

func (*SigMetadata) Reset

func (m *SigMetadata) Reset()

func (*SigMetadata) Size

func (m *SigMetadata) Size() (n int)

func (*SigMetadata) String

func (m *SigMetadata) String() string

func (*SigMetadata) Unmarshal

func (m *SigMetadata) Unmarshal(dAtA []byte) error

func (*SigMetadata) XXX_DiscardUnknown

func (m *SigMetadata) XXX_DiscardUnknown()

func (*SigMetadata) XXX_Marshal

func (m *SigMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SigMetadata) XXX_Merge

func (m *SigMetadata) XXX_Merge(src proto.Message)

func (*SigMetadata) XXX_Size

func (m *SigMetadata) XXX_Size() int

func (*SigMetadata) XXX_Unmarshal

func (m *SigMetadata) XXX_Unmarshal(b []byte) error

type SigType

type SigType int32
const (
	None       SigType = 0
	SigTx      SigType = 1
	SigCommand SigType = 2
)

func (SigType) EnumDescriptor

func (SigType) EnumDescriptor() ([]byte, []int)

func (SigType) String

func (x SigType) String() string

type SignCommandsRequest

type SignCommandsRequest struct {
	Sender github_com_cosmos_cosmos_sdk_types.AccAddress                   `protobuf:"bytes,1,opt,name=sender,proto3,casttype=github.com/cosmos/cosmos-sdk/types.AccAddress" json:"sender,omitempty"`
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
}

func (*SignCommandsRequest) Descriptor

func (*SignCommandsRequest) Descriptor() ([]byte, []int)

func (*SignCommandsRequest) Marshal

func (m *SignCommandsRequest) Marshal() (dAtA []byte, err error)

func (*SignCommandsRequest) MarshalTo

func (m *SignCommandsRequest) MarshalTo(dAtA []byte) (int, error)

func (*SignCommandsRequest) MarshalToSizedBuffer

func (m *SignCommandsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignCommandsRequest) ProtoMessage

func (*SignCommandsRequest) ProtoMessage()

func (*SignCommandsRequest) Reset

func (m *SignCommandsRequest) Reset()

func (*SignCommandsRequest) Size

func (m *SignCommandsRequest) Size() (n int)

func (*SignCommandsRequest) String

func (m *SignCommandsRequest) String() string

func (*SignCommandsRequest) Unmarshal

func (m *SignCommandsRequest) Unmarshal(dAtA []byte) error

func (*SignCommandsRequest) XXX_DiscardUnknown

func (m *SignCommandsRequest) XXX_DiscardUnknown()

func (*SignCommandsRequest) XXX_Marshal

func (m *SignCommandsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignCommandsRequest) XXX_Merge

func (m *SignCommandsRequest) XXX_Merge(src proto.Message)

func (*SignCommandsRequest) XXX_Size

func (m *SignCommandsRequest) XXX_Size() int

func (*SignCommandsRequest) XXX_Unmarshal

func (m *SignCommandsRequest) XXX_Unmarshal(b []byte) error

type SignCommandsResponse

type SignCommandsResponse struct {
	BatchedCommandsID []byte `protobuf:"bytes,1,opt,name=batched_commands_id,json=batchedCommandsId,proto3" json:"batched_commands_id,omitempty"`
	CommandCount      uint32 `protobuf:"varint,2,opt,name=command_count,json=commandCount,proto3" json:"command_count,omitempty"`
}

func (*SignCommandsResponse) Descriptor

func (*SignCommandsResponse) Descriptor() ([]byte, []int)

func (*SignCommandsResponse) Marshal

func (m *SignCommandsResponse) Marshal() (dAtA []byte, err error)

func (*SignCommandsResponse) MarshalTo

func (m *SignCommandsResponse) MarshalTo(dAtA []byte) (int, error)

func (*SignCommandsResponse) MarshalToSizedBuffer

func (m *SignCommandsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignCommandsResponse) ProtoMessage

func (*SignCommandsResponse) ProtoMessage()

func (*SignCommandsResponse) Reset

func (m *SignCommandsResponse) Reset()

func (*SignCommandsResponse) Size

func (m *SignCommandsResponse) Size() (n int)

func (*SignCommandsResponse) String

func (m *SignCommandsResponse) String() string

func (*SignCommandsResponse) Unmarshal

func (m *SignCommandsResponse) Unmarshal(dAtA []byte) error

func (*SignCommandsResponse) XXX_DiscardUnknown

func (m *SignCommandsResponse) XXX_DiscardUnknown()

func (*SignCommandsResponse) XXX_Marshal

func (m *SignCommandsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignCommandsResponse) XXX_Merge

func (m *SignCommandsResponse) XXX_Merge(src proto.Message)

func (*SignCommandsResponse) XXX_Size

func (m *SignCommandsResponse) XXX_Size() int

func (*SignCommandsResponse) XXX_Unmarshal

func (m *SignCommandsResponse) XXX_Unmarshal(b []byte) error

type Status

type Status int32
const (
	// these enum values are used for bitwise operations, therefore they need to
	// be powers of 2
	NonExistent Status = 0
	Initialized Status = 1
	Pending     Status = 2
	Confirmed   Status = 4
)

func (Status) EnumDescriptor

func (Status) EnumDescriptor() ([]byte, []int)

func (Status) String

func (x Status) String() string

type TokenDetails

type TokenDetails struct {
	TokenName string                                 `protobuf:"bytes,1,opt,name=token_name,json=tokenName,proto3" json:"token_name,omitempty"`
	Symbol    string                                 `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Decimals  uint8                                  `protobuf:"varint,3,opt,name=decimals,proto3,casttype=uint8" json:"decimals,omitempty"`
	Capacity  github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,4,opt,name=capacity,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"capacity"`
}

func (*TokenDetails) Descriptor

func (*TokenDetails) Descriptor() ([]byte, []int)

func (*TokenDetails) Marshal

func (m *TokenDetails) Marshal() (dAtA []byte, err error)

func (*TokenDetails) MarshalTo

func (m *TokenDetails) MarshalTo(dAtA []byte) (int, error)

func (*TokenDetails) MarshalToSizedBuffer

func (m *TokenDetails) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TokenDetails) ProtoMessage

func (*TokenDetails) ProtoMessage()

func (*TokenDetails) Reset

func (m *TokenDetails) Reset()

func (*TokenDetails) Size

func (m *TokenDetails) Size() (n int)

func (*TokenDetails) String

func (m *TokenDetails) String() string

func (*TokenDetails) Unmarshal

func (m *TokenDetails) Unmarshal(dAtA []byte) error

func (*TokenDetails) XXX_DiscardUnknown

func (m *TokenDetails) XXX_DiscardUnknown()

func (*TokenDetails) XXX_Marshal

func (m *TokenDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokenDetails) XXX_Merge

func (m *TokenDetails) XXX_Merge(src proto.Message)

func (*TokenDetails) XXX_Size

func (m *TokenDetails) XXX_Size() int

func (*TokenDetails) XXX_Unmarshal

func (m *TokenDetails) XXX_Unmarshal(b []byte) error

type TokenInfoRequest

type TokenInfoRequest struct {
	Chain string `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
	// Types that are valid to be assigned to FindBy:
	//	*TokenInfoRequest_Asset
	//	*TokenInfoRequest_Symbol
	//	*TokenInfoRequest_Address
	FindBy isTokenInfoRequest_FindBy `protobuf_oneof:"find_by"`
}

func (*TokenInfoRequest) Descriptor

func (*TokenInfoRequest) Descriptor() ([]byte, []int)

func (*TokenInfoRequest) GetAddress

func (m *TokenInfoRequest) GetAddress() string

func (*TokenInfoRequest) GetAsset

func (m *TokenInfoRequest) GetAsset() string

func (*TokenInfoRequest) GetFindBy

func (m *TokenInfoRequest) GetFindBy() isTokenInfoRequest_FindBy

func (*TokenInfoRequest) GetSymbol

func (m *TokenInfoRequest) GetSymbol() string

func (*TokenInfoRequest) Marshal

func (m *TokenInfoRequest) Marshal() (dAtA []byte, err error)

func (*TokenInfoRequest) MarshalTo

func (m *TokenInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*TokenInfoRequest) MarshalToSizedBuffer

func (m *TokenInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TokenInfoRequest) ProtoMessage

func (*TokenInfoRequest) ProtoMessage()

func (*TokenInfoRequest) Reset

func (m *TokenInfoRequest) Reset()

func (*TokenInfoRequest) Size

func (m *TokenInfoRequest) Size() (n int)

func (*TokenInfoRequest) String

func (m *TokenInfoRequest) String() string

func (*TokenInfoRequest) Unmarshal

func (m *TokenInfoRequest) Unmarshal(dAtA []byte) error

func (*TokenInfoRequest) XXX_DiscardUnknown

func (m *TokenInfoRequest) XXX_DiscardUnknown()

func (*TokenInfoRequest) XXX_Marshal

func (m *TokenInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokenInfoRequest) XXX_Merge

func (m *TokenInfoRequest) XXX_Merge(src proto.Message)

func (*TokenInfoRequest) XXX_OneofWrappers

func (*TokenInfoRequest) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*TokenInfoRequest) XXX_Size

func (m *TokenInfoRequest) XXX_Size() int

func (*TokenInfoRequest) XXX_Unmarshal

func (m *TokenInfoRequest) XXX_Unmarshal(b []byte) error

type TokenInfoRequest_Address

type TokenInfoRequest_Address struct {
	Address string `protobuf:"bytes,4,opt,name=address,proto3,oneof" json:"address,omitempty"`
}

func (*TokenInfoRequest_Address) MarshalTo

func (m *TokenInfoRequest_Address) MarshalTo(dAtA []byte) (int, error)

func (*TokenInfoRequest_Address) MarshalToSizedBuffer

func (m *TokenInfoRequest_Address) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TokenInfoRequest_Address) Size

func (m *TokenInfoRequest_Address) Size() (n int)

type TokenInfoRequest_Asset

type TokenInfoRequest_Asset struct {
	Asset string `protobuf:"bytes,2,opt,name=asset,proto3,oneof" json:"asset,omitempty"`
}

func (*TokenInfoRequest_Asset) MarshalTo

func (m *TokenInfoRequest_Asset) MarshalTo(dAtA []byte) (int, error)

func (*TokenInfoRequest_Asset) MarshalToSizedBuffer

func (m *TokenInfoRequest_Asset) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TokenInfoRequest_Asset) Size

func (m *TokenInfoRequest_Asset) Size() (n int)

type TokenInfoRequest_Symbol

type TokenInfoRequest_Symbol struct {
	Symbol string `protobuf:"bytes,3,opt,name=symbol,proto3,oneof" json:"symbol,omitempty"`
}

func (*TokenInfoRequest_Symbol) MarshalTo

func (m *TokenInfoRequest_Symbol) MarshalTo(dAtA []byte) (int, error)

func (*TokenInfoRequest_Symbol) MarshalToSizedBuffer

func (m *TokenInfoRequest_Symbol) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TokenInfoRequest_Symbol) Size

func (m *TokenInfoRequest_Symbol) Size() (n int)

type TokenInfoResponse

type TokenInfoResponse struct {
	Asset          string       `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	Details        TokenDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details"`
	Address        string       `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	Confirmed      bool         `protobuf:"varint,4,opt,name=confirmed,proto3" json:"confirmed,omitempty"`
	IsExternal     bool         `protobuf:"varint,5,opt,name=is_external,json=isExternal,proto3" json:"is_external,omitempty"`
	BurnerCodeHash string       `protobuf:"bytes,6,opt,name=burner_code_hash,json=burnerCodeHash,proto3" json:"burner_code_hash,omitempty"`
}

func (*TokenInfoResponse) Descriptor

func (*TokenInfoResponse) Descriptor() ([]byte, []int)

func (*TokenInfoResponse) Marshal

func (m *TokenInfoResponse) Marshal() (dAtA []byte, err error)

func (*TokenInfoResponse) MarshalTo

func (m *TokenInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*TokenInfoResponse) MarshalToSizedBuffer

func (m *TokenInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TokenInfoResponse) ProtoMessage

func (*TokenInfoResponse) ProtoMessage()

func (*TokenInfoResponse) Reset

func (m *TokenInfoResponse) Reset()

func (*TokenInfoResponse) Size

func (m *TokenInfoResponse) Size() (n int)

func (*TokenInfoResponse) String

func (m *TokenInfoResponse) String() string

func (*TokenInfoResponse) Unmarshal

func (m *TokenInfoResponse) Unmarshal(dAtA []byte) error

func (*TokenInfoResponse) XXX_DiscardUnknown

func (m *TokenInfoResponse) XXX_DiscardUnknown()

func (*TokenInfoResponse) XXX_Marshal

func (m *TokenInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokenInfoResponse) XXX_Merge

func (m *TokenInfoResponse) XXX_Merge(src proto.Message)

func (*TokenInfoResponse) XXX_Size

func (m *TokenInfoResponse) XXX_Size() int

func (*TokenInfoResponse) XXX_Unmarshal

func (m *TokenInfoResponse) XXX_Unmarshal(b []byte) error

type TokenSent

type TokenSent struct {
	Chain              github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName  `` /* 136-byte string literal not displayed */
	EventID            EventID                                                          `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3,casttype=EventID" json:"event_id,omitempty"`
	TransferID         github_com_axelarnetwork_axelar_core_x_nexus_exported.TransferID `` /* 166-byte string literal not displayed */
	Sender             string                                                           `protobuf:"bytes,4,opt,name=sender,proto3" json:"sender,omitempty"`
	DestinationChain   github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName  `` /* 182-byte string literal not displayed */
	DestinationAddress string                                                           `protobuf:"bytes,6,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	Asset              types.Coin                                                       `protobuf:"bytes,7,opt,name=asset,proto3" json:"asset"`
}

func (*TokenSent) Descriptor

func (*TokenSent) Descriptor() ([]byte, []int)

func (*TokenSent) GetAsset

func (m *TokenSent) GetAsset() types.Coin

func (*TokenSent) GetDestinationAddress

func (m *TokenSent) GetDestinationAddress() string

func (*TokenSent) GetEventID

func (m *TokenSent) GetEventID() EventID

func (*TokenSent) GetSender

func (m *TokenSent) GetSender() string

func (*TokenSent) Marshal

func (m *TokenSent) Marshal() (dAtA []byte, err error)

func (*TokenSent) MarshalTo

func (m *TokenSent) MarshalTo(dAtA []byte) (int, error)

func (*TokenSent) MarshalToSizedBuffer

func (m *TokenSent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TokenSent) ProtoMessage

func (*TokenSent) ProtoMessage()

func (*TokenSent) Reset

func (m *TokenSent) Reset()

func (*TokenSent) Size

func (m *TokenSent) Size() (n int)

func (*TokenSent) String

func (m *TokenSent) String() string

func (*TokenSent) Unmarshal

func (m *TokenSent) Unmarshal(dAtA []byte) error

func (*TokenSent) XXX_DiscardUnknown

func (m *TokenSent) XXX_DiscardUnknown()

func (*TokenSent) XXX_Marshal

func (m *TokenSent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokenSent) XXX_Merge

func (m *TokenSent) XXX_Merge(src proto.Message)

func (*TokenSent) XXX_MessageName

func (*TokenSent) XXX_MessageName() string

func (*TokenSent) XXX_Size

func (m *TokenSent) XXX_Size() int

func (*TokenSent) XXX_Unmarshal

func (m *TokenSent) XXX_Unmarshal(b []byte) error

type TokenType

type TokenType int32
const (
	Unspecified TokenType = 0
	Internal    TokenType = 1
	External    TokenType = 2
)

func (TokenType) EnumDescriptor

func (TokenType) EnumDescriptor() ([]byte, []int)

func (TokenType) String

func (x TokenType) String() string

type TransactionMetadata

type TransactionMetadata struct {
	RawTX  []byte `protobuf:"bytes,1,opt,name=raw_tx,json=rawTx,proto3" json:"raw_tx,omitempty"`
	PubKey []byte `protobuf:"bytes,2,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
}

func (*TransactionMetadata) Descriptor

func (*TransactionMetadata) Descriptor() ([]byte, []int)

func (*TransactionMetadata) Marshal

func (m *TransactionMetadata) Marshal() (dAtA []byte, err error)

func (*TransactionMetadata) MarshalTo

func (m *TransactionMetadata) MarshalTo(dAtA []byte) (int, error)

func (*TransactionMetadata) MarshalToSizedBuffer

func (m *TransactionMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionMetadata) ProtoMessage

func (*TransactionMetadata) ProtoMessage()

func (*TransactionMetadata) Reset

func (m *TransactionMetadata) Reset()

func (*TransactionMetadata) Size

func (m *TransactionMetadata) Size() (n int)

func (*TransactionMetadata) String

func (m *TransactionMetadata) String() string

func (*TransactionMetadata) Unmarshal

func (m *TransactionMetadata) Unmarshal(dAtA []byte) error

func (*TransactionMetadata) XXX_DiscardUnknown

func (m *TransactionMetadata) XXX_DiscardUnknown()

func (*TransactionMetadata) XXX_Marshal

func (m *TransactionMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionMetadata) XXX_Merge

func (m *TransactionMetadata) XXX_Merge(src proto.Message)

func (*TransactionMetadata) XXX_Size

func (m *TransactionMetadata) XXX_Size() int

func (*TransactionMetadata) XXX_Unmarshal

func (m *TransactionMetadata) XXX_Unmarshal(b []byte) error

type TransferID

type TransferID uint64

TransferID represents the unique cross transfer identifier

func (TransferID) Bytes

func (t TransferID) Bytes() []byte

Bytes returns the byte array of TransferID

func (TransferID) String

func (t TransferID) String() string

String returns a string representation of TransferID

type TransferKey

type TransferKey struct {
	TxID      Hash  `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3,customtype=Hash" json:"tx_id"`
	NextKeyID KeyID `` /* 162-byte string literal not displayed */
}

TransferKey contains information for a transfer operatorship

func (*TransferKey) Descriptor

func (*TransferKey) Descriptor() ([]byte, []int)

func (*TransferKey) Marshal

func (m *TransferKey) Marshal() (dAtA []byte, err error)

func (*TransferKey) MarshalTo

func (m *TransferKey) MarshalTo(dAtA []byte) (int, error)

func (*TransferKey) MarshalToSizedBuffer

func (m *TransferKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransferKey) ProtoMessage

func (*TransferKey) ProtoMessage()

func (*TransferKey) Reset

func (m *TransferKey) Reset()

func (*TransferKey) Size

func (m *TransferKey) Size() (n int)

func (*TransferKey) String

func (m *TransferKey) String() string

func (*TransferKey) Unmarshal

func (m *TransferKey) Unmarshal(dAtA []byte) error

func (*TransferKey) XXX_DiscardUnknown

func (m *TransferKey) XXX_DiscardUnknown()

func (*TransferKey) XXX_Marshal

func (m *TransferKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransferKey) XXX_Merge

func (m *TransferKey) XXX_Merge(src proto.Message)

func (*TransferKey) XXX_Size

func (m *TransferKey) XXX_Size() int

func (*TransferKey) XXX_Unmarshal

func (m *TransferKey) XXX_Unmarshal(b []byte) error

type UnimplementedMsgServiceServer

type UnimplementedMsgServiceServer struct {
}

UnimplementedMsgServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMsgServiceServer) AddChain

func (*UnimplementedMsgServiceServer) ConfirmDeposit

func (*UnimplementedMsgServiceServer) ConfirmGatewayTx

func (*UnimplementedMsgServiceServer) ConfirmGatewayTxs

func (*UnimplementedMsgServiceServer) ConfirmToken

func (*UnimplementedMsgServiceServer) ConfirmTransferKey

func (*UnimplementedMsgServiceServer) CreateBurnTokens

func (*UnimplementedMsgServiceServer) CreateDeployToken

func (*UnimplementedMsgServiceServer) CreatePendingTransfers

func (*UnimplementedMsgServiceServer) CreateTransferOperatorship

func (*UnimplementedMsgServiceServer) RetryFailedEvent

func (*UnimplementedMsgServiceServer) SetGateway

func (*UnimplementedMsgServiceServer) SignCommands

type UnimplementedQueryServiceServer

type UnimplementedQueryServiceServer struct {
}

UnimplementedQueryServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedQueryServiceServer) BatchedCommands

func (*UnimplementedQueryServiceServer) BurnerInfo

func (*UnimplementedQueryServiceServer) Bytecode

func (*UnimplementedQueryServiceServer) Chains

func (*UnimplementedQueryServiceServer) Command

func (*UnimplementedQueryServiceServer) ConfirmationHeight

func (*UnimplementedQueryServiceServer) DepositState

func (*UnimplementedQueryServiceServer) ERC20Tokens

func (*UnimplementedQueryServiceServer) Event

func (*UnimplementedQueryServiceServer) GatewayAddress

func (*UnimplementedQueryServiceServer) KeyAddress

func (*UnimplementedQueryServiceServer) Params

func (*UnimplementedQueryServiceServer) PendingCommands

func (*UnimplementedQueryServiceServer) TokenInfo

type VoteEvents

type VoteEvents struct {
	Chain  github_com_axelarnetwork_axelar_core_x_nexus_exported.ChainName `` /* 136-byte string literal not displayed */
	Events []Event                                                         `protobuf:"bytes,2,rep,name=events,proto3" json:"events"`
}

func (*VoteEvents) Descriptor

func (*VoteEvents) Descriptor() ([]byte, []int)

func (*VoteEvents) GetSigners

func (m *VoteEvents) GetSigners() []sdk.AccAddress

GetSigners implements types.Msg.

func (*VoteEvents) Marshal

func (m *VoteEvents) Marshal() (dAtA []byte, err error)

func (*VoteEvents) MarshalTo

func (m *VoteEvents) MarshalTo(dAtA []byte) (int, error)

func (*VoteEvents) MarshalToSizedBuffer

func (m *VoteEvents) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VoteEvents) ProtoMessage

func (*VoteEvents) ProtoMessage()

func (*VoteEvents) Reset

func (m *VoteEvents) Reset()

func (*VoteEvents) Size

func (m *VoteEvents) Size() (n int)

func (*VoteEvents) String

func (m *VoteEvents) String() string

func (*VoteEvents) Unmarshal

func (m *VoteEvents) Unmarshal(dAtA []byte) error

func (*VoteEvents) ValidateBasic

func (*VoteEvents) ValidateBasic() error

ValidateBasic implements types.Msg.

func (*VoteEvents) XXX_DiscardUnknown

func (m *VoteEvents) XXX_DiscardUnknown()

func (*VoteEvents) XXX_Marshal

func (m *VoteEvents) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VoteEvents) XXX_Merge

func (m *VoteEvents) XXX_Merge(src proto.Message)

func (*VoteEvents) XXX_MessageName

func (*VoteEvents) XXX_MessageName() string

XXX_MessageName implements types.Msg. For codec compatibility.

func (*VoteEvents) XXX_Size

func (m *VoteEvents) XXX_Size() int

func (*VoteEvents) XXX_Unmarshal

func (m *VoteEvents) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL