gravityv1

package
v8.0.0-...-a9a65cb Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var File_fx_gravity_v1_gravity_legacy_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BridgeValidator deprecated

type BridgeValidator struct {
	Power      uint64 `protobuf:"varint,1,opt,name=power,proto3" json:"power,omitempty"`
	EthAddress string `protobuf:"bytes,2,opt,name=eth_address,json=ethAddress,proto3" json:"eth_address,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: after upgrade v3

func (*BridgeValidator) Descriptor deprecated

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

Deprecated: Use BridgeValidator.ProtoReflect.Descriptor instead.

func (*BridgeValidator) GetEthAddress

func (x *BridgeValidator) GetEthAddress() string

func (*BridgeValidator) GetPower

func (x *BridgeValidator) GetPower() uint64

func (*BridgeValidator) ProtoMessage

func (*BridgeValidator) ProtoMessage()

func (*BridgeValidator) ProtoReflect

func (x *BridgeValidator) ProtoReflect() protoreflect.Message

func (*BridgeValidator) Reset

func (x *BridgeValidator) Reset()

func (*BridgeValidator) String

func (x *BridgeValidator) String() string

type MsgCancelSendToEth deprecated

type MsgCancelSendToEth struct {
	TransactionId uint64 `protobuf:"varint,1,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"`
	Sender        string `protobuf:"bytes,2,opt,name=sender,proto3" json:"sender,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: after upgrade v3

func (*MsgCancelSendToEth) Descriptor deprecated

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

Deprecated: Use MsgCancelSendToEth.ProtoReflect.Descriptor instead.

func (*MsgCancelSendToEth) GetSender

func (x *MsgCancelSendToEth) GetSender() string

func (*MsgCancelSendToEth) GetTransactionId

func (x *MsgCancelSendToEth) GetTransactionId() uint64

func (*MsgCancelSendToEth) ProtoMessage

func (*MsgCancelSendToEth) ProtoMessage()

func (*MsgCancelSendToEth) ProtoReflect

func (x *MsgCancelSendToEth) ProtoReflect() protoreflect.Message

func (*MsgCancelSendToEth) Reset

func (x *MsgCancelSendToEth) Reset()

func (*MsgCancelSendToEth) String

func (x *MsgCancelSendToEth) String() string

type MsgConfirmBatch deprecated

type MsgConfirmBatch struct {
	Nonce         uint64 `protobuf:"varint,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	TokenContract string `protobuf:"bytes,2,opt,name=token_contract,json=tokenContract,proto3" json:"token_contract,omitempty"`
	EthSigner     string `protobuf:"bytes,3,opt,name=eth_signer,json=ethSigner,proto3" json:"eth_signer,omitempty"`
	Orchestrator  string `protobuf:"bytes,4,opt,name=orchestrator,proto3" json:"orchestrator,omitempty"`
	Signature     string `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: after upgrade v3

func (*MsgConfirmBatch) Descriptor deprecated

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

Deprecated: Use MsgConfirmBatch.ProtoReflect.Descriptor instead.

func (*MsgConfirmBatch) GetEthSigner

func (x *MsgConfirmBatch) GetEthSigner() string

func (*MsgConfirmBatch) GetNonce

func (x *MsgConfirmBatch) GetNonce() uint64

func (*MsgConfirmBatch) GetOrchestrator

func (x *MsgConfirmBatch) GetOrchestrator() string

func (*MsgConfirmBatch) GetSignature

func (x *MsgConfirmBatch) GetSignature() string

func (*MsgConfirmBatch) GetTokenContract

func (x *MsgConfirmBatch) GetTokenContract() string

func (*MsgConfirmBatch) ProtoMessage

func (*MsgConfirmBatch) ProtoMessage()

func (*MsgConfirmBatch) ProtoReflect

func (x *MsgConfirmBatch) ProtoReflect() protoreflect.Message

func (*MsgConfirmBatch) Reset

func (x *MsgConfirmBatch) Reset()

func (*MsgConfirmBatch) String

func (x *MsgConfirmBatch) String() string

type MsgDepositClaim deprecated

type MsgDepositClaim struct {
	EventNonce    uint64 `protobuf:"varint,1,opt,name=event_nonce,json=eventNonce,proto3" json:"event_nonce,omitempty"`
	BlockHeight   uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	TokenContract string `protobuf:"bytes,3,opt,name=token_contract,json=tokenContract,proto3" json:"token_contract,omitempty"`
	Amount        string `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"`
	EthSender     string `protobuf:"bytes,5,opt,name=eth_sender,json=ethSender,proto3" json:"eth_sender,omitempty"`
	FxReceiver    string `protobuf:"bytes,6,opt,name=fx_receiver,json=fxReceiver,proto3" json:"fx_receiver,omitempty"`
	TargetIbc     string `protobuf:"bytes,7,opt,name=target_ibc,json=targetIbc,proto3" json:"target_ibc,omitempty"`
	Orchestrator  string `protobuf:"bytes,8,opt,name=orchestrator,proto3" json:"orchestrator,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: after upgrade v3

func (*MsgDepositClaim) Descriptor deprecated

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

Deprecated: Use MsgDepositClaim.ProtoReflect.Descriptor instead.

func (*MsgDepositClaim) GetAmount

func (x *MsgDepositClaim) GetAmount() string

func (*MsgDepositClaim) GetBlockHeight

func (x *MsgDepositClaim) GetBlockHeight() uint64

func (*MsgDepositClaim) GetEthSender

func (x *MsgDepositClaim) GetEthSender() string

func (*MsgDepositClaim) GetEventNonce

func (x *MsgDepositClaim) GetEventNonce() uint64

func (*MsgDepositClaim) GetFxReceiver

func (x *MsgDepositClaim) GetFxReceiver() string

func (*MsgDepositClaim) GetOrchestrator

func (x *MsgDepositClaim) GetOrchestrator() string

func (*MsgDepositClaim) GetTargetIbc

func (x *MsgDepositClaim) GetTargetIbc() string

func (*MsgDepositClaim) GetTokenContract

func (x *MsgDepositClaim) GetTokenContract() string

func (*MsgDepositClaim) ProtoMessage

func (*MsgDepositClaim) ProtoMessage()

func (*MsgDepositClaim) ProtoReflect

func (x *MsgDepositClaim) ProtoReflect() protoreflect.Message

func (*MsgDepositClaim) Reset

func (x *MsgDepositClaim) Reset()

func (*MsgDepositClaim) String

func (x *MsgDepositClaim) String() string

type MsgFxOriginatedTokenClaim deprecated

type MsgFxOriginatedTokenClaim struct {
	EventNonce    uint64 `protobuf:"varint,1,opt,name=event_nonce,json=eventNonce,proto3" json:"event_nonce,omitempty"`
	BlockHeight   uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	TokenContract string `protobuf:"bytes,3,opt,name=token_contract,json=tokenContract,proto3" json:"token_contract,omitempty"`
	Name          string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Symbol        string `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Decimals      uint64 `protobuf:"varint,6,opt,name=decimals,proto3" json:"decimals,omitempty"`
	Orchestrator  string `protobuf:"bytes,7,opt,name=orchestrator,proto3" json:"orchestrator,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: after upgrade v3

func (*MsgFxOriginatedTokenClaim) Descriptor deprecated

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

Deprecated: Use MsgFxOriginatedTokenClaim.ProtoReflect.Descriptor instead.

func (*MsgFxOriginatedTokenClaim) GetBlockHeight

func (x *MsgFxOriginatedTokenClaim) GetBlockHeight() uint64

func (*MsgFxOriginatedTokenClaim) GetDecimals

func (x *MsgFxOriginatedTokenClaim) GetDecimals() uint64

func (*MsgFxOriginatedTokenClaim) GetEventNonce

func (x *MsgFxOriginatedTokenClaim) GetEventNonce() uint64

func (*MsgFxOriginatedTokenClaim) GetName

func (x *MsgFxOriginatedTokenClaim) GetName() string

func (*MsgFxOriginatedTokenClaim) GetOrchestrator

func (x *MsgFxOriginatedTokenClaim) GetOrchestrator() string

func (*MsgFxOriginatedTokenClaim) GetSymbol

func (x *MsgFxOriginatedTokenClaim) GetSymbol() string

func (*MsgFxOriginatedTokenClaim) GetTokenContract

func (x *MsgFxOriginatedTokenClaim) GetTokenContract() string

func (*MsgFxOriginatedTokenClaim) ProtoMessage

func (*MsgFxOriginatedTokenClaim) ProtoMessage()

func (*MsgFxOriginatedTokenClaim) ProtoReflect

func (*MsgFxOriginatedTokenClaim) Reset

func (x *MsgFxOriginatedTokenClaim) Reset()

func (*MsgFxOriginatedTokenClaim) String

func (x *MsgFxOriginatedTokenClaim) String() string

type MsgRequestBatch deprecated

type MsgRequestBatch struct {
	Sender     string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	Denom      string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"`
	MinimumFee string `protobuf:"bytes,3,opt,name=minimum_fee,json=minimumFee,proto3" json:"minimum_fee,omitempty"`
	FeeReceive string `protobuf:"bytes,4,opt,name=fee_receive,json=feeReceive,proto3" json:"fee_receive,omitempty"`
	BaseFee    string `protobuf:"bytes,5,opt,name=base_fee,json=baseFee,proto3" json:"base_fee,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: after upgrade v3

func (*MsgRequestBatch) Descriptor deprecated

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

Deprecated: Use MsgRequestBatch.ProtoReflect.Descriptor instead.

func (*MsgRequestBatch) GetBaseFee

func (x *MsgRequestBatch) GetBaseFee() string

func (*MsgRequestBatch) GetDenom

func (x *MsgRequestBatch) GetDenom() string

func (*MsgRequestBatch) GetFeeReceive

func (x *MsgRequestBatch) GetFeeReceive() string

func (*MsgRequestBatch) GetMinimumFee

func (x *MsgRequestBatch) GetMinimumFee() string

func (*MsgRequestBatch) GetSender

func (x *MsgRequestBatch) GetSender() string

func (*MsgRequestBatch) ProtoMessage

func (*MsgRequestBatch) ProtoMessage()

func (*MsgRequestBatch) ProtoReflect

func (x *MsgRequestBatch) ProtoReflect() protoreflect.Message

func (*MsgRequestBatch) Reset

func (x *MsgRequestBatch) Reset()

func (*MsgRequestBatch) String

func (x *MsgRequestBatch) String() string

type MsgSendToEth deprecated

type MsgSendToEth struct {
	Sender    string        `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	EthDest   string        `protobuf:"bytes,2,opt,name=eth_dest,json=ethDest,proto3" json:"eth_dest,omitempty"`
	Amount    *v1beta1.Coin `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	BridgeFee *v1beta1.Coin `protobuf:"bytes,4,opt,name=bridge_fee,json=bridgeFee,proto3" json:"bridge_fee,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: after upgrade v3

func (*MsgSendToEth) Descriptor deprecated

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

Deprecated: Use MsgSendToEth.ProtoReflect.Descriptor instead.

func (*MsgSendToEth) GetAmount

func (x *MsgSendToEth) GetAmount() *v1beta1.Coin

func (*MsgSendToEth) GetBridgeFee

func (x *MsgSendToEth) GetBridgeFee() *v1beta1.Coin

func (*MsgSendToEth) GetEthDest

func (x *MsgSendToEth) GetEthDest() string

func (*MsgSendToEth) GetSender

func (x *MsgSendToEth) GetSender() string

func (*MsgSendToEth) ProtoMessage

func (*MsgSendToEth) ProtoMessage()

func (*MsgSendToEth) ProtoReflect

func (x *MsgSendToEth) ProtoReflect() protoreflect.Message

func (*MsgSendToEth) Reset

func (x *MsgSendToEth) Reset()

func (*MsgSendToEth) String

func (x *MsgSendToEth) String() string

type MsgSetOrchestratorAddress deprecated

type MsgSetOrchestratorAddress struct {
	Validator    string `protobuf:"bytes,1,opt,name=validator,proto3" json:"validator,omitempty"`
	Orchestrator string `protobuf:"bytes,2,opt,name=orchestrator,proto3" json:"orchestrator,omitempty"`
	EthAddress   string `protobuf:"bytes,3,opt,name=eth_address,json=ethAddress,proto3" json:"eth_address,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: after upgrade v3

func (*MsgSetOrchestratorAddress) Descriptor deprecated

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

Deprecated: Use MsgSetOrchestratorAddress.ProtoReflect.Descriptor instead.

func (*MsgSetOrchestratorAddress) GetEthAddress

func (x *MsgSetOrchestratorAddress) GetEthAddress() string

func (*MsgSetOrchestratorAddress) GetOrchestrator

func (x *MsgSetOrchestratorAddress) GetOrchestrator() string

func (*MsgSetOrchestratorAddress) GetValidator

func (x *MsgSetOrchestratorAddress) GetValidator() string

func (*MsgSetOrchestratorAddress) ProtoMessage

func (*MsgSetOrchestratorAddress) ProtoMessage()

func (*MsgSetOrchestratorAddress) ProtoReflect

func (*MsgSetOrchestratorAddress) Reset

func (x *MsgSetOrchestratorAddress) Reset()

func (*MsgSetOrchestratorAddress) String

func (x *MsgSetOrchestratorAddress) String() string

type MsgValsetConfirm deprecated

type MsgValsetConfirm struct {
	Nonce        uint64 `protobuf:"varint,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Orchestrator string `protobuf:"bytes,2,opt,name=orchestrator,proto3" json:"orchestrator,omitempty"`
	EthAddress   string `protobuf:"bytes,3,opt,name=eth_address,json=ethAddress,proto3" json:"eth_address,omitempty"`
	Signature    string `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: after upgrade v3

func (*MsgValsetConfirm) Descriptor deprecated

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

Deprecated: Use MsgValsetConfirm.ProtoReflect.Descriptor instead.

func (*MsgValsetConfirm) GetEthAddress

func (x *MsgValsetConfirm) GetEthAddress() string

func (*MsgValsetConfirm) GetNonce

func (x *MsgValsetConfirm) GetNonce() uint64

func (*MsgValsetConfirm) GetOrchestrator

func (x *MsgValsetConfirm) GetOrchestrator() string

func (*MsgValsetConfirm) GetSignature

func (x *MsgValsetConfirm) GetSignature() string

func (*MsgValsetConfirm) ProtoMessage

func (*MsgValsetConfirm) ProtoMessage()

func (*MsgValsetConfirm) ProtoReflect

func (x *MsgValsetConfirm) ProtoReflect() protoreflect.Message

func (*MsgValsetConfirm) Reset

func (x *MsgValsetConfirm) Reset()

func (*MsgValsetConfirm) String

func (x *MsgValsetConfirm) String() string

type MsgValsetUpdatedClaim deprecated

type MsgValsetUpdatedClaim struct {
	EventNonce   uint64             `protobuf:"varint,1,opt,name=event_nonce,json=eventNonce,proto3" json:"event_nonce,omitempty"`
	BlockHeight  uint64             `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	ValsetNonce  uint64             `protobuf:"varint,3,opt,name=valset_nonce,json=valsetNonce,proto3" json:"valset_nonce,omitempty"`
	Members      []*BridgeValidator `protobuf:"bytes,4,rep,name=members,proto3" json:"members,omitempty"`
	Orchestrator string             `protobuf:"bytes,6,opt,name=orchestrator,proto3" json:"orchestrator,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: after upgrade v3

func (*MsgValsetUpdatedClaim) Descriptor deprecated

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

Deprecated: Use MsgValsetUpdatedClaim.ProtoReflect.Descriptor instead.

func (*MsgValsetUpdatedClaim) GetBlockHeight

func (x *MsgValsetUpdatedClaim) GetBlockHeight() uint64

func (*MsgValsetUpdatedClaim) GetEventNonce

func (x *MsgValsetUpdatedClaim) GetEventNonce() uint64

func (*MsgValsetUpdatedClaim) GetMembers

func (x *MsgValsetUpdatedClaim) GetMembers() []*BridgeValidator

func (*MsgValsetUpdatedClaim) GetOrchestrator

func (x *MsgValsetUpdatedClaim) GetOrchestrator() string

func (*MsgValsetUpdatedClaim) GetValsetNonce

func (x *MsgValsetUpdatedClaim) GetValsetNonce() uint64

func (*MsgValsetUpdatedClaim) ProtoMessage

func (*MsgValsetUpdatedClaim) ProtoMessage()

func (*MsgValsetUpdatedClaim) ProtoReflect

func (x *MsgValsetUpdatedClaim) ProtoReflect() protoreflect.Message

func (*MsgValsetUpdatedClaim) Reset

func (x *MsgValsetUpdatedClaim) Reset()

func (*MsgValsetUpdatedClaim) String

func (x *MsgValsetUpdatedClaim) String() string

type MsgWithdrawClaim deprecated

type MsgWithdrawClaim struct {
	EventNonce    uint64 `protobuf:"varint,1,opt,name=event_nonce,json=eventNonce,proto3" json:"event_nonce,omitempty"`
	BlockHeight   uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	BatchNonce    uint64 `protobuf:"varint,3,opt,name=batch_nonce,json=batchNonce,proto3" json:"batch_nonce,omitempty"`
	TokenContract string `protobuf:"bytes,4,opt,name=token_contract,json=tokenContract,proto3" json:"token_contract,omitempty"`
	Orchestrator  string `protobuf:"bytes,5,opt,name=orchestrator,proto3" json:"orchestrator,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: after upgrade v3

func (*MsgWithdrawClaim) Descriptor deprecated

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

Deprecated: Use MsgWithdrawClaim.ProtoReflect.Descriptor instead.

func (*MsgWithdrawClaim) GetBatchNonce

func (x *MsgWithdrawClaim) GetBatchNonce() uint64

func (*MsgWithdrawClaim) GetBlockHeight

func (x *MsgWithdrawClaim) GetBlockHeight() uint64

func (*MsgWithdrawClaim) GetEventNonce

func (x *MsgWithdrawClaim) GetEventNonce() uint64

func (*MsgWithdrawClaim) GetOrchestrator

func (x *MsgWithdrawClaim) GetOrchestrator() string

func (*MsgWithdrawClaim) GetTokenContract

func (x *MsgWithdrawClaim) GetTokenContract() string

func (*MsgWithdrawClaim) ProtoMessage

func (*MsgWithdrawClaim) ProtoMessage()

func (*MsgWithdrawClaim) ProtoReflect

func (x *MsgWithdrawClaim) ProtoReflect() protoreflect.Message

func (*MsgWithdrawClaim) Reset

func (x *MsgWithdrawClaim) Reset()

func (*MsgWithdrawClaim) String

func (x *MsgWithdrawClaim) String() string

Jump to

Keyboard shortcuts

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