Documentation ¶
Overview ¶
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func GetBtcBroadcastTxRefundMsgKey(reserveId uint64, roundId uint64) []byte
- func GetBtcBroadcastTxSweepMsgKey(reserveId uint64, roundId uint64) []byte
- func GetBtcProposeRefundHashMsgKey(judgeAddress sdk.AccAddress, refundHash string) []byte
- func GetBtcRegisterReserveAddressKey(judgeAddress sdk.AccAddress, reserveAddress BtcAddress) []byte
- func GetBtcRegisterReserveScriptKey(judgeAddress sdk.AccAddress, reserveAddress BtcAddress) []byte
- func GetBtcSignRefundMsgKey(reserveId uint64, roundId uint64, btcOracleAddress sdk.AccAddress) []byte
- func GetBtcSignRefundMsgPrefix(reserveId uint64, roundId uint64) []byte
- func GetBtcSignSweepMsgKey(reserveId uint64, roundId uint64, btcOracleAddress sdk.AccAddress) []byte
- func GetBtcSignSweepMsgPrefix(reserveId uint64, roundId uint64) []byte
- func GetBtcWithdrawRequestKey(twilightAddress sdk.AccAddress, reserveAddress BtcAddress, ...) []byte
- func GetProposeSweepAddressMsgKey(reserveId uint64, roundId uint64) []byte
- func GetRegisterJudgeAddressKey(validatorAddress sdk.ValAddress) []byte
- func GetUnsignedTxRefundMsgKey(reserveId uint64, roundId uint64) []byte
- func GetUnsignedTxSweepMsgKey(reserveId uint64, roundId uint64) []byte
- func IsValidBtcTxHash(txHash string) bool
- func IsValidSignature(signature string) bool
- func KeyPrefix(p string) []byte
- func ParamKeyTable() paramtypes.KeyTable
- func RegisterCodec(cdc *codec.LegacyAmino)
- func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
- func RegisterMsgServer(s grpc1.Server, srv MsgServer)
- func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
- func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
- func RegisterQueryServer(s grpc1.Server, srv QueryServer)
- func ValidateBtcAddress(Address string) error
- func ValidateBtcTransaction(tx string) error
- func ValidateSignatures(signatures []string) bool
- type AccountKeeper
- type BankKeeper
- type BtcAddress
- type BtcScript
- type EventBroadcastTxRefund
- func (*EventBroadcastTxRefund) Descriptor() ([]byte, []int)
- func (m *EventBroadcastTxRefund) GetJudgeAddress() string
- func (m *EventBroadcastTxRefund) GetMessage() string
- func (m *EventBroadcastTxRefund) GetReserveId() uint64
- func (m *EventBroadcastTxRefund) GetRoundId() uint64
- func (m *EventBroadcastTxRefund) GetSignedRefundTx() string
- func (m *EventBroadcastTxRefund) Marshal() (dAtA []byte, err error)
- func (m *EventBroadcastTxRefund) MarshalTo(dAtA []byte) (int, error)
- func (m *EventBroadcastTxRefund) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventBroadcastTxRefund) ProtoMessage()
- func (m *EventBroadcastTxRefund) Reset()
- func (m *EventBroadcastTxRefund) Size() (n int)
- func (m *EventBroadcastTxRefund) String() string
- func (m *EventBroadcastTxRefund) Unmarshal(dAtA []byte) error
- func (m *EventBroadcastTxRefund) XXX_DiscardUnknown()
- func (m *EventBroadcastTxRefund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventBroadcastTxRefund) XXX_Merge(src proto.Message)
- func (m *EventBroadcastTxRefund) XXX_Size() int
- func (m *EventBroadcastTxRefund) XXX_Unmarshal(b []byte) error
- type EventBroadcastTxSweep
- func (*EventBroadcastTxSweep) Descriptor() ([]byte, []int)
- func (m *EventBroadcastTxSweep) GetJudgeAddress() string
- func (m *EventBroadcastTxSweep) GetMessage() string
- func (m *EventBroadcastTxSweep) GetReserveId() uint64
- func (m *EventBroadcastTxSweep) GetRoundId() uint64
- func (m *EventBroadcastTxSweep) GetSignedSweepTx() string
- func (m *EventBroadcastTxSweep) Marshal() (dAtA []byte, err error)
- func (m *EventBroadcastTxSweep) MarshalTo(dAtA []byte) (int, error)
- func (m *EventBroadcastTxSweep) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventBroadcastTxSweep) ProtoMessage()
- func (m *EventBroadcastTxSweep) Reset()
- func (m *EventBroadcastTxSweep) Size() (n int)
- func (m *EventBroadcastTxSweep) String() string
- func (m *EventBroadcastTxSweep) Unmarshal(dAtA []byte) error
- func (m *EventBroadcastTxSweep) XXX_DiscardUnknown()
- func (m *EventBroadcastTxSweep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventBroadcastTxSweep) XXX_Merge(src proto.Message)
- func (m *EventBroadcastTxSweep) XXX_Size() int
- func (m *EventBroadcastTxSweep) XXX_Unmarshal(b []byte) error
- type EventProposeRefundHash
- func (*EventProposeRefundHash) Descriptor() ([]byte, []int)
- func (m *EventProposeRefundHash) GetJudgeAddress() string
- func (m *EventProposeRefundHash) GetMessage() string
- func (m *EventProposeRefundHash) GetRefundHash() string
- func (m *EventProposeRefundHash) Marshal() (dAtA []byte, err error)
- func (m *EventProposeRefundHash) MarshalTo(dAtA []byte) (int, error)
- func (m *EventProposeRefundHash) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventProposeRefundHash) ProtoMessage()
- func (m *EventProposeRefundHash) Reset()
- func (m *EventProposeRefundHash) Size() (n int)
- func (m *EventProposeRefundHash) String() string
- func (m *EventProposeRefundHash) Unmarshal(dAtA []byte) error
- func (m *EventProposeRefundHash) XXX_DiscardUnknown()
- func (m *EventProposeRefundHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventProposeRefundHash) XXX_Merge(src proto.Message)
- func (m *EventProposeRefundHash) XXX_Size() int
- func (m *EventProposeRefundHash) XXX_Unmarshal(b []byte) error
- type EventProposeSweepAddress
- func (*EventProposeSweepAddress) Descriptor() ([]byte, []int)
- func (m *EventProposeSweepAddress) GetBtcAddress() string
- func (m *EventProposeSweepAddress) GetBtcScript() string
- func (m *EventProposeSweepAddress) GetJudgeAddress() string
- func (m *EventProposeSweepAddress) GetMessage() string
- func (m *EventProposeSweepAddress) GetReserveId() uint64
- func (m *EventProposeSweepAddress) Marshal() (dAtA []byte, err error)
- func (m *EventProposeSweepAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *EventProposeSweepAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventProposeSweepAddress) ProtoMessage()
- func (m *EventProposeSweepAddress) Reset()
- func (m *EventProposeSweepAddress) Size() (n int)
- func (m *EventProposeSweepAddress) String() string
- func (m *EventProposeSweepAddress) Unmarshal(dAtA []byte) error
- func (m *EventProposeSweepAddress) XXX_DiscardUnknown()
- func (m *EventProposeSweepAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventProposeSweepAddress) XXX_Merge(src proto.Message)
- func (m *EventProposeSweepAddress) XXX_Size() int
- func (m *EventProposeSweepAddress) XXX_Unmarshal(b []byte) error
- type EventRegisterBtcDepositAddress
- func (*EventRegisterBtcDepositAddress) Descriptor() ([]byte, []int)
- func (m *EventRegisterBtcDepositAddress) GetDepositAddress() string
- func (m *EventRegisterBtcDepositAddress) GetMessage() string
- func (m *EventRegisterBtcDepositAddress) Marshal() (dAtA []byte, err error)
- func (m *EventRegisterBtcDepositAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *EventRegisterBtcDepositAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventRegisterBtcDepositAddress) ProtoMessage()
- func (m *EventRegisterBtcDepositAddress) Reset()
- func (m *EventRegisterBtcDepositAddress) Size() (n int)
- func (m *EventRegisterBtcDepositAddress) String() string
- func (m *EventRegisterBtcDepositAddress) Unmarshal(dAtA []byte) error
- func (m *EventRegisterBtcDepositAddress) XXX_DiscardUnknown()
- func (m *EventRegisterBtcDepositAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventRegisterBtcDepositAddress) XXX_Merge(src proto.Message)
- func (m *EventRegisterBtcDepositAddress) XXX_Size() int
- func (m *EventRegisterBtcDepositAddress) XXX_Unmarshal(b []byte) error
- type EventRegisterJudgeAddress
- func (*EventRegisterJudgeAddress) Descriptor() ([]byte, []int)
- func (m *EventRegisterJudgeAddress) GetJudgeAddress() string
- func (m *EventRegisterJudgeAddress) GetMessage() string
- func (m *EventRegisterJudgeAddress) GetValidatorAddress() string
- func (m *EventRegisterJudgeAddress) Marshal() (dAtA []byte, err error)
- func (m *EventRegisterJudgeAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *EventRegisterJudgeAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventRegisterJudgeAddress) ProtoMessage()
- func (m *EventRegisterJudgeAddress) Reset()
- func (m *EventRegisterJudgeAddress) Size() (n int)
- func (m *EventRegisterJudgeAddress) String() string
- func (m *EventRegisterJudgeAddress) Unmarshal(dAtA []byte) error
- func (m *EventRegisterJudgeAddress) XXX_DiscardUnknown()
- func (m *EventRegisterJudgeAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventRegisterJudgeAddress) XXX_Merge(src proto.Message)
- func (m *EventRegisterJudgeAddress) XXX_Size() int
- func (m *EventRegisterJudgeAddress) XXX_Unmarshal(b []byte) error
- type EventRegisterReserveAddress
- func (*EventRegisterReserveAddress) Descriptor() ([]byte, []int)
- func (m *EventRegisterReserveAddress) GetMessage() string
- func (m *EventRegisterReserveAddress) GetReserveScript() string
- func (m *EventRegisterReserveAddress) Marshal() (dAtA []byte, err error)
- func (m *EventRegisterReserveAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *EventRegisterReserveAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventRegisterReserveAddress) ProtoMessage()
- func (m *EventRegisterReserveAddress) Reset()
- func (m *EventRegisterReserveAddress) Size() (n int)
- func (m *EventRegisterReserveAddress) String() string
- func (m *EventRegisterReserveAddress) Unmarshal(dAtA []byte) error
- func (m *EventRegisterReserveAddress) XXX_DiscardUnknown()
- func (m *EventRegisterReserveAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventRegisterReserveAddress) XXX_Merge(src proto.Message)
- func (m *EventRegisterReserveAddress) XXX_Size() int
- func (m *EventRegisterReserveAddress) XXX_Unmarshal(b []byte) error
- type EventSignRefund
- func (*EventSignRefund) Descriptor() ([]byte, []int)
- func (m *EventSignRefund) GetBtcOracleAddress() string
- func (m *EventSignRefund) GetMessage() string
- func (m *EventSignRefund) GetRefundSignature() []string
- func (m *EventSignRefund) GetReserveId() uint64
- func (m *EventSignRefund) GetRoundId() uint64
- func (m *EventSignRefund) GetSignerPublicKey() string
- func (m *EventSignRefund) Marshal() (dAtA []byte, err error)
- func (m *EventSignRefund) MarshalTo(dAtA []byte) (int, error)
- func (m *EventSignRefund) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventSignRefund) ProtoMessage()
- func (m *EventSignRefund) Reset()
- func (m *EventSignRefund) Size() (n int)
- func (m *EventSignRefund) String() string
- func (m *EventSignRefund) Unmarshal(dAtA []byte) error
- func (m *EventSignRefund) XXX_DiscardUnknown()
- func (m *EventSignRefund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventSignRefund) XXX_Merge(src proto.Message)
- func (m *EventSignRefund) XXX_Size() int
- func (m *EventSignRefund) XXX_Unmarshal(b []byte) error
- type EventSignSweep
- func (*EventSignSweep) Descriptor() ([]byte, []int)
- func (m *EventSignSweep) GetBtcOracleAddress() string
- func (m *EventSignSweep) GetMessage() string
- func (m *EventSignSweep) GetReserveId() uint64
- func (m *EventSignSweep) GetRoundId() uint64
- func (m *EventSignSweep) GetSignerPublicKey() string
- func (m *EventSignSweep) GetSweepSignature() []string
- func (m *EventSignSweep) Marshal() (dAtA []byte, err error)
- func (m *EventSignSweep) MarshalTo(dAtA []byte) (int, error)
- func (m *EventSignSweep) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventSignSweep) ProtoMessage()
- func (m *EventSignSweep) Reset()
- func (m *EventSignSweep) Size() (n int)
- func (m *EventSignSweep) String() string
- func (m *EventSignSweep) Unmarshal(dAtA []byte) error
- func (m *EventSignSweep) XXX_DiscardUnknown()
- func (m *EventSignSweep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventSignSweep) XXX_Merge(src proto.Message)
- func (m *EventSignSweep) XXX_Size() int
- func (m *EventSignSweep) XXX_Unmarshal(b []byte) error
- type EventUnsignedTxRefund
- func (*EventUnsignedTxRefund) Descriptor() ([]byte, []int)
- func (m *EventUnsignedTxRefund) GetJudgeAddress() string
- func (m *EventUnsignedTxRefund) GetMessage() string
- func (m *EventUnsignedTxRefund) GetReserveId() uint64
- func (m *EventUnsignedTxRefund) GetRoundId() uint64
- func (m *EventUnsignedTxRefund) GetUnsignedRefundTx() string
- func (m *EventUnsignedTxRefund) Marshal() (dAtA []byte, err error)
- func (m *EventUnsignedTxRefund) MarshalTo(dAtA []byte) (int, error)
- func (m *EventUnsignedTxRefund) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventUnsignedTxRefund) ProtoMessage()
- func (m *EventUnsignedTxRefund) Reset()
- func (m *EventUnsignedTxRefund) Size() (n int)
- func (m *EventUnsignedTxRefund) String() string
- func (m *EventUnsignedTxRefund) Unmarshal(dAtA []byte) error
- func (m *EventUnsignedTxRefund) XXX_DiscardUnknown()
- func (m *EventUnsignedTxRefund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventUnsignedTxRefund) XXX_Merge(src proto.Message)
- func (m *EventUnsignedTxRefund) XXX_Size() int
- func (m *EventUnsignedTxRefund) XXX_Unmarshal(b []byte) error
- type EventUnsignedTxSweep
- func (*EventUnsignedTxSweep) Descriptor() ([]byte, []int)
- func (m *EventUnsignedTxSweep) GetJudgeAddress() string
- func (m *EventUnsignedTxSweep) GetMessage() string
- func (m *EventUnsignedTxSweep) GetReserveId() uint64
- func (m *EventUnsignedTxSweep) GetRoundId() uint64
- func (m *EventUnsignedTxSweep) GetTxId() string
- func (m *EventUnsignedTxSweep) GetUnsignedSweepTx() string
- func (m *EventUnsignedTxSweep) Marshal() (dAtA []byte, err error)
- func (m *EventUnsignedTxSweep) MarshalTo(dAtA []byte) (int, error)
- func (m *EventUnsignedTxSweep) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventUnsignedTxSweep) ProtoMessage()
- func (m *EventUnsignedTxSweep) Reset()
- func (m *EventUnsignedTxSweep) Size() (n int)
- func (m *EventUnsignedTxSweep) String() string
- func (m *EventUnsignedTxSweep) Unmarshal(dAtA []byte) error
- func (m *EventUnsignedTxSweep) XXX_DiscardUnknown()
- func (m *EventUnsignedTxSweep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventUnsignedTxSweep) XXX_Merge(src proto.Message)
- func (m *EventUnsignedTxSweep) XXX_Size() int
- func (m *EventUnsignedTxSweep) XXX_Unmarshal(b []byte) error
- type EventWithdrawBtcRequest
- func (*EventWithdrawBtcRequest) Descriptor() ([]byte, []int)
- func (m *EventWithdrawBtcRequest) GetMessage() string
- func (m *EventWithdrawBtcRequest) GetReserveId() uint64
- func (m *EventWithdrawBtcRequest) GetTwilightAddress() string
- func (m *EventWithdrawBtcRequest) GetWithdrawAddress() string
- func (m *EventWithdrawBtcRequest) GetWithdrawAmount() uint64
- func (m *EventWithdrawBtcRequest) Marshal() (dAtA []byte, err error)
- func (m *EventWithdrawBtcRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *EventWithdrawBtcRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventWithdrawBtcRequest) ProtoMessage()
- func (m *EventWithdrawBtcRequest) Reset()
- func (m *EventWithdrawBtcRequest) Size() (n int)
- func (m *EventWithdrawBtcRequest) String() string
- func (m *EventWithdrawBtcRequest) Unmarshal(dAtA []byte) error
- func (m *EventWithdrawBtcRequest) XXX_DiscardUnknown()
- func (m *EventWithdrawBtcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventWithdrawBtcRequest) XXX_Merge(src proto.Message)
- func (m *EventWithdrawBtcRequest) XXX_Size() int
- func (m *EventWithdrawBtcRequest) XXX_Unmarshal(b []byte) error
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)
- func (m *GenesisState) GetParams() Params
- func (m *GenesisState) Marshal() (dAtA []byte, err error)
- func (m *GenesisState) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisState) ProtoMessage()
- func (m *GenesisState) Reset()
- func (m *GenesisState) Size() (n int)
- func (m *GenesisState) String() string
- func (m *GenesisState) Unmarshal(dAtA []byte) error
- func (gs GenesisState) Validate() error
- func (m *GenesisState) XXX_DiscardUnknown()
- func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisState) XXX_Merge(src proto.Message)
- func (m *GenesisState) XXX_Size() int
- func (m *GenesisState) XXX_Unmarshal(b []byte) error
- type MsgBroadcastTxRefund
- func (*MsgBroadcastTxRefund) Descriptor() ([]byte, []int)
- func (m *MsgBroadcastTxRefund) GetJudgeAddress() string
- func (m *MsgBroadcastTxRefund) GetReserveId() uint64
- func (m *MsgBroadcastTxRefund) GetRoundId() uint64
- func (msg *MsgBroadcastTxRefund) GetSignBytes() []byte
- func (m *MsgBroadcastTxRefund) GetSignedRefundTx() string
- func (msg *MsgBroadcastTxRefund) GetSigners() []sdk.AccAddress
- func (m *MsgBroadcastTxRefund) Marshal() (dAtA []byte, err error)
- func (m *MsgBroadcastTxRefund) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgBroadcastTxRefund) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgBroadcastTxRefund) ProtoMessage()
- func (m *MsgBroadcastTxRefund) Reset()
- func (msg *MsgBroadcastTxRefund) Route() string
- func (m *MsgBroadcastTxRefund) Size() (n int)
- func (m *MsgBroadcastTxRefund) String() string
- func (msg *MsgBroadcastTxRefund) Type() string
- func (m *MsgBroadcastTxRefund) Unmarshal(dAtA []byte) error
- func (msg *MsgBroadcastTxRefund) ValidateBasic() error
- func (m *MsgBroadcastTxRefund) XXX_DiscardUnknown()
- func (m *MsgBroadcastTxRefund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgBroadcastTxRefund) XXX_Merge(src proto.Message)
- func (m *MsgBroadcastTxRefund) XXX_Size() int
- func (m *MsgBroadcastTxRefund) XXX_Unmarshal(b []byte) error
- type MsgBroadcastTxRefundResponse
- func (*MsgBroadcastTxRefundResponse) Descriptor() ([]byte, []int)
- func (m *MsgBroadcastTxRefundResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgBroadcastTxRefundResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgBroadcastTxRefundResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgBroadcastTxRefundResponse) ProtoMessage()
- func (m *MsgBroadcastTxRefundResponse) Reset()
- func (m *MsgBroadcastTxRefundResponse) Size() (n int)
- func (m *MsgBroadcastTxRefundResponse) String() string
- func (m *MsgBroadcastTxRefundResponse) Unmarshal(dAtA []byte) error
- func (m *MsgBroadcastTxRefundResponse) XXX_DiscardUnknown()
- func (m *MsgBroadcastTxRefundResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgBroadcastTxRefundResponse) XXX_Merge(src proto.Message)
- func (m *MsgBroadcastTxRefundResponse) XXX_Size() int
- func (m *MsgBroadcastTxRefundResponse) XXX_Unmarshal(b []byte) error
- type MsgBroadcastTxSweep
- func (*MsgBroadcastTxSweep) Descriptor() ([]byte, []int)
- func (m *MsgBroadcastTxSweep) GetJudgeAddress() string
- func (m *MsgBroadcastTxSweep) GetReserveId() uint64
- func (m *MsgBroadcastTxSweep) GetRoundId() uint64
- func (msg *MsgBroadcastTxSweep) GetSignBytes() []byte
- func (m *MsgBroadcastTxSweep) GetSignedSweepTx() string
- func (msg *MsgBroadcastTxSweep) GetSigners() []sdk.AccAddress
- func (m *MsgBroadcastTxSweep) Marshal() (dAtA []byte, err error)
- func (m *MsgBroadcastTxSweep) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgBroadcastTxSweep) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgBroadcastTxSweep) ProtoMessage()
- func (m *MsgBroadcastTxSweep) Reset()
- func (msg *MsgBroadcastTxSweep) Route() string
- func (m *MsgBroadcastTxSweep) Size() (n int)
- func (m *MsgBroadcastTxSweep) String() string
- func (msg *MsgBroadcastTxSweep) Type() string
- func (m *MsgBroadcastTxSweep) Unmarshal(dAtA []byte) error
- func (msg *MsgBroadcastTxSweep) ValidateBasic() error
- func (m *MsgBroadcastTxSweep) XXX_DiscardUnknown()
- func (m *MsgBroadcastTxSweep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgBroadcastTxSweep) XXX_Merge(src proto.Message)
- func (m *MsgBroadcastTxSweep) XXX_Size() int
- func (m *MsgBroadcastTxSweep) XXX_Unmarshal(b []byte) error
- type MsgBroadcastTxSweepResponse
- func (*MsgBroadcastTxSweepResponse) Descriptor() ([]byte, []int)
- func (m *MsgBroadcastTxSweepResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgBroadcastTxSweepResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgBroadcastTxSweepResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgBroadcastTxSweepResponse) ProtoMessage()
- func (m *MsgBroadcastTxSweepResponse) Reset()
- func (m *MsgBroadcastTxSweepResponse) Size() (n int)
- func (m *MsgBroadcastTxSweepResponse) String() string
- func (m *MsgBroadcastTxSweepResponse) Unmarshal(dAtA []byte) error
- func (m *MsgBroadcastTxSweepResponse) XXX_DiscardUnknown()
- func (m *MsgBroadcastTxSweepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgBroadcastTxSweepResponse) XXX_Merge(src proto.Message)
- func (m *MsgBroadcastTxSweepResponse) XXX_Size() int
- func (m *MsgBroadcastTxSweepResponse) XXX_Unmarshal(b []byte) error
- type MsgClient
- type MsgConfirmBtcDeposit
- func (*MsgConfirmBtcDeposit) Descriptor() ([]byte, []int)
- func (m *MsgConfirmBtcDeposit) GetDepositAmount() uint64
- func (m *MsgConfirmBtcDeposit) GetHash() string
- func (m *MsgConfirmBtcDeposit) GetHeight() uint64
- func (m *MsgConfirmBtcDeposit) GetOracleAddress() string
- func (msg MsgConfirmBtcDeposit) GetProposarOrchestrator() sdk.AccAddress
- func (m *MsgConfirmBtcDeposit) GetReserveAddress() string
- func (msg *MsgConfirmBtcDeposit) GetSignBytes() []byte
- func (msg *MsgConfirmBtcDeposit) GetSigners() []sdk.AccAddress
- func (m *MsgConfirmBtcDeposit) GetTwilightDepositAddress() string
- func (msg *MsgConfirmBtcDeposit) GetType() nykstypes.ProposalType
- func (m *MsgConfirmBtcDeposit) Marshal() (dAtA []byte, err error)
- func (m *MsgConfirmBtcDeposit) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgConfirmBtcDeposit) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (msg *MsgConfirmBtcDeposit) ProposalHash() ([]byte, error)
- func (*MsgConfirmBtcDeposit) ProtoMessage()
- func (m *MsgConfirmBtcDeposit) Reset()
- func (msg *MsgConfirmBtcDeposit) Route() string
- func (m *MsgConfirmBtcDeposit) Size() (n int)
- func (m *MsgConfirmBtcDeposit) String() string
- func (msg *MsgConfirmBtcDeposit) Type() string
- func (m *MsgConfirmBtcDeposit) Unmarshal(dAtA []byte) error
- func (msg *MsgConfirmBtcDeposit) ValidateBasic() error
- func (m *MsgConfirmBtcDeposit) XXX_DiscardUnknown()
- func (m *MsgConfirmBtcDeposit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgConfirmBtcDeposit) XXX_Merge(src proto.Message)
- func (m *MsgConfirmBtcDeposit) XXX_Size() int
- func (m *MsgConfirmBtcDeposit) XXX_Unmarshal(b []byte) error
- type MsgConfirmBtcDepositResponse
- func (*MsgConfirmBtcDepositResponse) Descriptor() ([]byte, []int)
- func (m *MsgConfirmBtcDepositResponse) GetTwilightDepositAddress() string
- func (m *MsgConfirmBtcDepositResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgConfirmBtcDepositResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgConfirmBtcDepositResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgConfirmBtcDepositResponse) ProtoMessage()
- func (m *MsgConfirmBtcDepositResponse) Reset()
- func (m *MsgConfirmBtcDepositResponse) Size() (n int)
- func (m *MsgConfirmBtcDepositResponse) String() string
- func (m *MsgConfirmBtcDepositResponse) Unmarshal(dAtA []byte) error
- func (m *MsgConfirmBtcDepositResponse) XXX_DiscardUnknown()
- func (m *MsgConfirmBtcDepositResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgConfirmBtcDepositResponse) XXX_Merge(src proto.Message)
- func (m *MsgConfirmBtcDepositResponse) XXX_Size() int
- func (m *MsgConfirmBtcDepositResponse) XXX_Unmarshal(b []byte) error
- type MsgConfirmBtcWithdraw
- func (*MsgConfirmBtcWithdraw) Descriptor() ([]byte, []int)
- func (m *MsgConfirmBtcWithdraw) GetHash() string
- func (m *MsgConfirmBtcWithdraw) GetHeight() uint64
- func (m *MsgConfirmBtcWithdraw) GetJudgeAddress() string
- func (msg MsgConfirmBtcWithdraw) GetProposarOrchestrator() sdk.AccAddress
- func (msg *MsgConfirmBtcWithdraw) GetSignBytes() []byte
- func (msg *MsgConfirmBtcWithdraw) GetSigners() []sdk.AccAddress
- func (m *MsgConfirmBtcWithdraw) GetTxHash() string
- func (msg *MsgConfirmBtcWithdraw) GetType() nykstypes.ProposalType
- func (m *MsgConfirmBtcWithdraw) Marshal() (dAtA []byte, err error)
- func (m *MsgConfirmBtcWithdraw) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgConfirmBtcWithdraw) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (msg *MsgConfirmBtcWithdraw) ProposalHash() ([]byte, error)
- func (*MsgConfirmBtcWithdraw) ProtoMessage()
- func (m *MsgConfirmBtcWithdraw) Reset()
- func (msg *MsgConfirmBtcWithdraw) Route() string
- func (m *MsgConfirmBtcWithdraw) Size() (n int)
- func (m *MsgConfirmBtcWithdraw) String() string
- func (msg *MsgConfirmBtcWithdraw) Type() string
- func (m *MsgConfirmBtcWithdraw) Unmarshal(dAtA []byte) error
- func (msg *MsgConfirmBtcWithdraw) ValidateBasic() error
- func (m *MsgConfirmBtcWithdraw) XXX_DiscardUnknown()
- func (m *MsgConfirmBtcWithdraw) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgConfirmBtcWithdraw) XXX_Merge(src proto.Message)
- func (m *MsgConfirmBtcWithdraw) XXX_Size() int
- func (m *MsgConfirmBtcWithdraw) XXX_Unmarshal(b []byte) error
- type MsgConfirmBtcWithdrawResponse
- func (*MsgConfirmBtcWithdrawResponse) Descriptor() ([]byte, []int)
- func (m *MsgConfirmBtcWithdrawResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgConfirmBtcWithdrawResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgConfirmBtcWithdrawResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgConfirmBtcWithdrawResponse) ProtoMessage()
- func (m *MsgConfirmBtcWithdrawResponse) Reset()
- func (m *MsgConfirmBtcWithdrawResponse) Size() (n int)
- func (m *MsgConfirmBtcWithdrawResponse) String() string
- func (m *MsgConfirmBtcWithdrawResponse) Unmarshal(dAtA []byte) error
- func (m *MsgConfirmBtcWithdrawResponse) XXX_DiscardUnknown()
- func (m *MsgConfirmBtcWithdrawResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgConfirmBtcWithdrawResponse) XXX_Merge(src proto.Message)
- func (m *MsgConfirmBtcWithdrawResponse) XXX_Size() int
- func (m *MsgConfirmBtcWithdrawResponse) XXX_Unmarshal(b []byte) error
- type MsgProposeRefundHash
- func (*MsgProposeRefundHash) Descriptor() ([]byte, []int)
- func (m *MsgProposeRefundHash) GetJudgeAddress() string
- func (m *MsgProposeRefundHash) GetRefundHash() string
- func (msg *MsgProposeRefundHash) GetSignBytes() []byte
- func (msg *MsgProposeRefundHash) GetSigners() []sdk.AccAddress
- func (m *MsgProposeRefundHash) Marshal() (dAtA []byte, err error)
- func (m *MsgProposeRefundHash) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgProposeRefundHash) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgProposeRefundHash) ProtoMessage()
- func (m *MsgProposeRefundHash) Reset()
- func (msg *MsgProposeRefundHash) Route() string
- func (m *MsgProposeRefundHash) Size() (n int)
- func (m *MsgProposeRefundHash) String() string
- func (msg *MsgProposeRefundHash) Type() string
- func (m *MsgProposeRefundHash) Unmarshal(dAtA []byte) error
- func (msg *MsgProposeRefundHash) ValidateBasic() error
- func (m *MsgProposeRefundHash) XXX_DiscardUnknown()
- func (m *MsgProposeRefundHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgProposeRefundHash) XXX_Merge(src proto.Message)
- func (m *MsgProposeRefundHash) XXX_Size() int
- func (m *MsgProposeRefundHash) XXX_Unmarshal(b []byte) error
- type MsgProposeRefundHashResponse
- func (*MsgProposeRefundHashResponse) Descriptor() ([]byte, []int)
- func (m *MsgProposeRefundHashResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgProposeRefundHashResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgProposeRefundHashResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgProposeRefundHashResponse) ProtoMessage()
- func (m *MsgProposeRefundHashResponse) Reset()
- func (m *MsgProposeRefundHashResponse) Size() (n int)
- func (m *MsgProposeRefundHashResponse) String() string
- func (m *MsgProposeRefundHashResponse) Unmarshal(dAtA []byte) error
- func (m *MsgProposeRefundHashResponse) XXX_DiscardUnknown()
- func (m *MsgProposeRefundHashResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgProposeRefundHashResponse) XXX_Merge(src proto.Message)
- func (m *MsgProposeRefundHashResponse) XXX_Size() int
- func (m *MsgProposeRefundHashResponse) XXX_Unmarshal(b []byte) error
- type MsgProposeSweepAddress
- func (*MsgProposeSweepAddress) Descriptor() ([]byte, []int)
- func (m *MsgProposeSweepAddress) GetBtcAddress() string
- func (m *MsgProposeSweepAddress) GetBtcScript() string
- func (m *MsgProposeSweepAddress) GetJudgeAddress() string
- func (m *MsgProposeSweepAddress) GetReserveId() uint64
- func (m *MsgProposeSweepAddress) GetRoundId() uint64
- func (msg *MsgProposeSweepAddress) GetSignBytes() []byte
- func (msg *MsgProposeSweepAddress) GetSigners() []sdk.AccAddress
- func (m *MsgProposeSweepAddress) Marshal() (dAtA []byte, err error)
- func (m *MsgProposeSweepAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgProposeSweepAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgProposeSweepAddress) ProtoMessage()
- func (m *MsgProposeSweepAddress) Reset()
- func (msg *MsgProposeSweepAddress) Route() string
- func (m *MsgProposeSweepAddress) Size() (n int)
- func (m *MsgProposeSweepAddress) String() string
- func (msg *MsgProposeSweepAddress) Type() string
- func (m *MsgProposeSweepAddress) Unmarshal(dAtA []byte) error
- func (msg *MsgProposeSweepAddress) ValidateBasic() error
- func (m *MsgProposeSweepAddress) XXX_DiscardUnknown()
- func (m *MsgProposeSweepAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgProposeSweepAddress) XXX_Merge(src proto.Message)
- func (m *MsgProposeSweepAddress) XXX_Size() int
- func (m *MsgProposeSweepAddress) XXX_Unmarshal(b []byte) error
- type MsgProposeSweepAddressResponse
- func (*MsgProposeSweepAddressResponse) Descriptor() ([]byte, []int)
- func (m *MsgProposeSweepAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgProposeSweepAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgProposeSweepAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgProposeSweepAddressResponse) ProtoMessage()
- func (m *MsgProposeSweepAddressResponse) Reset()
- func (m *MsgProposeSweepAddressResponse) Size() (n int)
- func (m *MsgProposeSweepAddressResponse) String() string
- func (m *MsgProposeSweepAddressResponse) Unmarshal(dAtA []byte) error
- func (m *MsgProposeSweepAddressResponse) XXX_DiscardUnknown()
- func (m *MsgProposeSweepAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgProposeSweepAddressResponse) XXX_Merge(src proto.Message)
- func (m *MsgProposeSweepAddressResponse) XXX_Size() int
- func (m *MsgProposeSweepAddressResponse) XXX_Unmarshal(b []byte) error
- type MsgRegisterBtcDepositAddress
- func (*MsgRegisterBtcDepositAddress) Descriptor() ([]byte, []int)
- func (m *MsgRegisterBtcDepositAddress) GetBtcDepositAddress() string
- func (m *MsgRegisterBtcDepositAddress) GetBtcSatoshiTestAmount() uint64
- func (msg *MsgRegisterBtcDepositAddress) GetSignBytes() []byte
- func (msg *MsgRegisterBtcDepositAddress) GetSigners() []sdk.AccAddress
- func (m *MsgRegisterBtcDepositAddress) GetTwilightAddress() string
- func (m *MsgRegisterBtcDepositAddress) GetTwilightStakingAmount() uint64
- func (m *MsgRegisterBtcDepositAddress) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterBtcDepositAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterBtcDepositAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterBtcDepositAddress) ProtoMessage()
- func (m *MsgRegisterBtcDepositAddress) Reset()
- func (msg *MsgRegisterBtcDepositAddress) Route() string
- func (m *MsgRegisterBtcDepositAddress) Size() (n int)
- func (m *MsgRegisterBtcDepositAddress) String() string
- func (msg *MsgRegisterBtcDepositAddress) Type() string
- func (m *MsgRegisterBtcDepositAddress) Unmarshal(dAtA []byte) error
- func (msg *MsgRegisterBtcDepositAddress) ValidateBasic() error
- func (m *MsgRegisterBtcDepositAddress) XXX_DiscardUnknown()
- func (m *MsgRegisterBtcDepositAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterBtcDepositAddress) XXX_Merge(src proto.Message)
- func (m *MsgRegisterBtcDepositAddress) XXX_Size() int
- func (m *MsgRegisterBtcDepositAddress) XXX_Unmarshal(b []byte) error
- type MsgRegisterBtcDepositAddressResponse
- func (*MsgRegisterBtcDepositAddressResponse) Descriptor() ([]byte, []int)
- func (m *MsgRegisterBtcDepositAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterBtcDepositAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterBtcDepositAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterBtcDepositAddressResponse) ProtoMessage()
- func (m *MsgRegisterBtcDepositAddressResponse) Reset()
- func (m *MsgRegisterBtcDepositAddressResponse) Size() (n int)
- func (m *MsgRegisterBtcDepositAddressResponse) String() string
- func (m *MsgRegisterBtcDepositAddressResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRegisterBtcDepositAddressResponse) XXX_DiscardUnknown()
- func (m *MsgRegisterBtcDepositAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterBtcDepositAddressResponse) XXX_Merge(src proto.Message)
- func (m *MsgRegisterBtcDepositAddressResponse) XXX_Size() int
- func (m *MsgRegisterBtcDepositAddressResponse) XXX_Unmarshal(b []byte) error
- type MsgRegisterJudge
- func (*MsgRegisterJudge) Descriptor() ([]byte, []int)
- func (m *MsgRegisterJudge) GetCreator() string
- func (m *MsgRegisterJudge) GetJudgeAddress() string
- func (msg *MsgRegisterJudge) GetSignBytes() []byte
- func (msg *MsgRegisterJudge) GetSigners() []sdk.AccAddress
- func (m *MsgRegisterJudge) GetValidatorAddress() string
- func (m *MsgRegisterJudge) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterJudge) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterJudge) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterJudge) ProtoMessage()
- func (m *MsgRegisterJudge) Reset()
- func (msg *MsgRegisterJudge) Route() string
- func (m *MsgRegisterJudge) Size() (n int)
- func (m *MsgRegisterJudge) String() string
- func (msg *MsgRegisterJudge) Type() string
- func (m *MsgRegisterJudge) Unmarshal(dAtA []byte) error
- func (msg *MsgRegisterJudge) ValidateBasic() error
- func (m *MsgRegisterJudge) XXX_DiscardUnknown()
- func (m *MsgRegisterJudge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterJudge) XXX_Merge(src proto.Message)
- func (m *MsgRegisterJudge) XXX_Size() int
- func (m *MsgRegisterJudge) XXX_Unmarshal(b []byte) error
- type MsgRegisterJudgeResponse
- func (*MsgRegisterJudgeResponse) Descriptor() ([]byte, []int)
- func (m *MsgRegisterJudgeResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterJudgeResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterJudgeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterJudgeResponse) ProtoMessage()
- func (m *MsgRegisterJudgeResponse) Reset()
- func (m *MsgRegisterJudgeResponse) Size() (n int)
- func (m *MsgRegisterJudgeResponse) String() string
- func (m *MsgRegisterJudgeResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRegisterJudgeResponse) XXX_DiscardUnknown()
- func (m *MsgRegisterJudgeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterJudgeResponse) XXX_Merge(src proto.Message)
- func (m *MsgRegisterJudgeResponse) XXX_Size() int
- func (m *MsgRegisterJudgeResponse) XXX_Unmarshal(b []byte) error
- type MsgRegisterReserveAddress
- func (*MsgRegisterReserveAddress) Descriptor() ([]byte, []int)
- func (m *MsgRegisterReserveAddress) GetJudgeAddress() string
- func (m *MsgRegisterReserveAddress) GetReserveAddress() string
- func (m *MsgRegisterReserveAddress) GetReserveScript() string
- func (msg *MsgRegisterReserveAddress) GetSignBytes() []byte
- func (msg *MsgRegisterReserveAddress) GetSigners() []sdk.AccAddress
- func (m *MsgRegisterReserveAddress) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterReserveAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterReserveAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterReserveAddress) ProtoMessage()
- func (m *MsgRegisterReserveAddress) Reset()
- func (msg *MsgRegisterReserveAddress) Route() string
- func (m *MsgRegisterReserveAddress) Size() (n int)
- func (m *MsgRegisterReserveAddress) String() string
- func (msg *MsgRegisterReserveAddress) Type() string
- func (m *MsgRegisterReserveAddress) Unmarshal(dAtA []byte) error
- func (msg *MsgRegisterReserveAddress) ValidateBasic() error
- func (m *MsgRegisterReserveAddress) XXX_DiscardUnknown()
- func (m *MsgRegisterReserveAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterReserveAddress) XXX_Merge(src proto.Message)
- func (m *MsgRegisterReserveAddress) XXX_Size() int
- func (m *MsgRegisterReserveAddress) XXX_Unmarshal(b []byte) error
- type MsgRegisterReserveAddressResponse
- func (*MsgRegisterReserveAddressResponse) Descriptor() ([]byte, []int)
- func (m *MsgRegisterReserveAddressResponse) GetReserveAddress() string
- func (m *MsgRegisterReserveAddressResponse) GetReserveId() string
- func (m *MsgRegisterReserveAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterReserveAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterReserveAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterReserveAddressResponse) ProtoMessage()
- func (m *MsgRegisterReserveAddressResponse) Reset()
- func (m *MsgRegisterReserveAddressResponse) Size() (n int)
- func (m *MsgRegisterReserveAddressResponse) String() string
- func (m *MsgRegisterReserveAddressResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRegisterReserveAddressResponse) XXX_DiscardUnknown()
- func (m *MsgRegisterReserveAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterReserveAddressResponse) XXX_Merge(src proto.Message)
- func (m *MsgRegisterReserveAddressResponse) XXX_Size() int
- func (m *MsgRegisterReserveAddressResponse) XXX_Unmarshal(b []byte) error
- type MsgServer
- type MsgSignRefund
- func (*MsgSignRefund) Descriptor() ([]byte, []int)
- func (m *MsgSignRefund) GetBtcOracleAddress() string
- func (m *MsgSignRefund) GetRefundSignature() []string
- func (m *MsgSignRefund) GetReserveId() uint64
- func (m *MsgSignRefund) GetRoundId() uint64
- func (msg *MsgSignRefund) GetSignBytes() []byte
- func (m *MsgSignRefund) GetSignerPublicKey() string
- func (msg *MsgSignRefund) GetSigners() []sdk.AccAddress
- func (m *MsgSignRefund) Marshal() (dAtA []byte, err error)
- func (m *MsgSignRefund) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSignRefund) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSignRefund) ProtoMessage()
- func (m *MsgSignRefund) Reset()
- func (msg *MsgSignRefund) Route() string
- func (m *MsgSignRefund) Size() (n int)
- func (m *MsgSignRefund) String() string
- func (msg *MsgSignRefund) Type() string
- func (m *MsgSignRefund) Unmarshal(dAtA []byte) error
- func (msg MsgSignRefund) ValidateBasic() error
- func (m *MsgSignRefund) XXX_DiscardUnknown()
- func (m *MsgSignRefund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSignRefund) XXX_Merge(src proto.Message)
- func (m *MsgSignRefund) XXX_Size() int
- func (m *MsgSignRefund) XXX_Unmarshal(b []byte) error
- type MsgSignRefundResponse
- func (*MsgSignRefundResponse) Descriptor() ([]byte, []int)
- func (m *MsgSignRefundResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSignRefundResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSignRefundResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSignRefundResponse) ProtoMessage()
- func (m *MsgSignRefundResponse) Reset()
- func (m *MsgSignRefundResponse) Size() (n int)
- func (m *MsgSignRefundResponse) String() string
- func (m *MsgSignRefundResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSignRefundResponse) XXX_DiscardUnknown()
- func (m *MsgSignRefundResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSignRefundResponse) XXX_Merge(src proto.Message)
- func (m *MsgSignRefundResponse) XXX_Size() int
- func (m *MsgSignRefundResponse) XXX_Unmarshal(b []byte) error
- type MsgSignSweep
- func (*MsgSignSweep) Descriptor() ([]byte, []int)
- func (m *MsgSignSweep) GetBtcOracleAddress() string
- func (m *MsgSignSweep) GetReserveId() uint64
- func (m *MsgSignSweep) GetRoundId() uint64
- func (msg *MsgSignSweep) GetSignBytes() []byte
- func (m *MsgSignSweep) GetSignerPublicKey() string
- func (msg *MsgSignSweep) GetSigners() []sdk.AccAddress
- func (m *MsgSignSweep) GetSweepSignature() []string
- func (m *MsgSignSweep) Marshal() (dAtA []byte, err error)
- func (m *MsgSignSweep) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSignSweep) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSignSweep) ProtoMessage()
- func (m *MsgSignSweep) Reset()
- func (msg *MsgSignSweep) Route() string
- func (m *MsgSignSweep) Size() (n int)
- func (m *MsgSignSweep) String() string
- func (msg *MsgSignSweep) Type() string
- func (m *MsgSignSweep) Unmarshal(dAtA []byte) error
- func (msg *MsgSignSweep) ValidateBasic() error
- func (m *MsgSignSweep) XXX_DiscardUnknown()
- func (m *MsgSignSweep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSignSweep) XXX_Merge(src proto.Message)
- func (m *MsgSignSweep) XXX_Size() int
- func (m *MsgSignSweep) XXX_Unmarshal(b []byte) error
- type MsgSignSweepResponse
- func (*MsgSignSweepResponse) Descriptor() ([]byte, []int)
- func (m *MsgSignSweepResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSignSweepResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSignSweepResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSignSweepResponse) ProtoMessage()
- func (m *MsgSignSweepResponse) Reset()
- func (m *MsgSignSweepResponse) Size() (n int)
- func (m *MsgSignSweepResponse) String() string
- func (m *MsgSignSweepResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSignSweepResponse) XXX_DiscardUnknown()
- func (m *MsgSignSweepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSignSweepResponse) XXX_Merge(src proto.Message)
- func (m *MsgSignSweepResponse) XXX_Size() int
- func (m *MsgSignSweepResponse) XXX_Unmarshal(b []byte) error
- type MsgSweepProposal
- func (*MsgSweepProposal) Descriptor() ([]byte, []int)
- func (m *MsgSweepProposal) GetBtcBlockNumber() uint64
- func (m *MsgSweepProposal) GetBtcRelayCapacityValue() uint64
- func (m *MsgSweepProposal) GetBtcTxHash() string
- func (msg *MsgSweepProposal) GetHeight() uint64
- func (m *MsgSweepProposal) GetJudgeAddress() string
- func (m *MsgSweepProposal) GetNewReserveAddress() string
- func (msg MsgSweepProposal) GetProposarOrchestrator() sdk.AccAddress
- func (m *MsgSweepProposal) GetReserveId() uint64
- func (m *MsgSweepProposal) GetRoundId() uint64
- func (msg *MsgSweepProposal) GetSignBytes() []byte
- func (msg *MsgSweepProposal) GetSigners() []sdk.AccAddress
- func (msg *MsgSweepProposal) GetType() nykstypes.ProposalType
- func (m *MsgSweepProposal) GetUnlockHeight() uint64
- func (m *MsgSweepProposal) Marshal() (dAtA []byte, err error)
- func (m *MsgSweepProposal) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSweepProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (msg *MsgSweepProposal) ProposalHash() ([]byte, error)
- func (*MsgSweepProposal) ProtoMessage()
- func (m *MsgSweepProposal) Reset()
- func (msg *MsgSweepProposal) Route() string
- func (m *MsgSweepProposal) Size() (n int)
- func (m *MsgSweepProposal) String() string
- func (msg *MsgSweepProposal) Type() string
- func (m *MsgSweepProposal) Unmarshal(dAtA []byte) error
- func (msg *MsgSweepProposal) ValidateBasic() error
- func (m *MsgSweepProposal) XXX_DiscardUnknown()
- func (m *MsgSweepProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSweepProposal) XXX_Merge(src proto.Message)
- func (m *MsgSweepProposal) XXX_Size() int
- func (m *MsgSweepProposal) XXX_Unmarshal(b []byte) error
- type MsgSweepProposalResponse
- func (*MsgSweepProposalResponse) Descriptor() ([]byte, []int)
- func (m *MsgSweepProposalResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSweepProposalResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSweepProposalResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSweepProposalResponse) ProtoMessage()
- func (m *MsgSweepProposalResponse) Reset()
- func (m *MsgSweepProposalResponse) Size() (n int)
- func (m *MsgSweepProposalResponse) String() string
- func (m *MsgSweepProposalResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSweepProposalResponse) XXX_DiscardUnknown()
- func (m *MsgSweepProposalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSweepProposalResponse) XXX_Merge(src proto.Message)
- func (m *MsgSweepProposalResponse) XXX_Size() int
- func (m *MsgSweepProposalResponse) XXX_Unmarshal(b []byte) error
- type MsgUnsignedTxRefund
- func (*MsgUnsignedTxRefund) Descriptor() ([]byte, []int)
- func (m *MsgUnsignedTxRefund) GetBtcUnsignedRefundTx() string
- func (m *MsgUnsignedTxRefund) GetJudgeAddress() string
- func (m *MsgUnsignedTxRefund) GetReserveId() uint64
- func (m *MsgUnsignedTxRefund) GetRoundId() uint64
- func (msg *MsgUnsignedTxRefund) GetSignBytes() []byte
- func (msg *MsgUnsignedTxRefund) GetSigners() []sdk.AccAddress
- func (m *MsgUnsignedTxRefund) Marshal() (dAtA []byte, err error)
- func (m *MsgUnsignedTxRefund) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUnsignedTxRefund) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUnsignedTxRefund) ProtoMessage()
- func (m *MsgUnsignedTxRefund) Reset()
- func (msg *MsgUnsignedTxRefund) Route() string
- func (m *MsgUnsignedTxRefund) Size() (n int)
- func (m *MsgUnsignedTxRefund) String() string
- func (msg *MsgUnsignedTxRefund) Type() string
- func (m *MsgUnsignedTxRefund) Unmarshal(dAtA []byte) error
- func (msg *MsgUnsignedTxRefund) ValidateBasic() error
- func (m *MsgUnsignedTxRefund) XXX_DiscardUnknown()
- func (m *MsgUnsignedTxRefund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUnsignedTxRefund) XXX_Merge(src proto.Message)
- func (m *MsgUnsignedTxRefund) XXX_Size() int
- func (m *MsgUnsignedTxRefund) XXX_Unmarshal(b []byte) error
- type MsgUnsignedTxRefundResponse
- func (*MsgUnsignedTxRefundResponse) Descriptor() ([]byte, []int)
- func (m *MsgUnsignedTxRefundResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUnsignedTxRefundResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUnsignedTxRefundResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUnsignedTxRefundResponse) ProtoMessage()
- func (m *MsgUnsignedTxRefundResponse) Reset()
- func (m *MsgUnsignedTxRefundResponse) Size() (n int)
- func (m *MsgUnsignedTxRefundResponse) String() string
- func (m *MsgUnsignedTxRefundResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUnsignedTxRefundResponse) XXX_DiscardUnknown()
- func (m *MsgUnsignedTxRefundResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUnsignedTxRefundResponse) XXX_Merge(src proto.Message)
- func (m *MsgUnsignedTxRefundResponse) XXX_Size() int
- func (m *MsgUnsignedTxRefundResponse) XXX_Unmarshal(b []byte) error
- type MsgUnsignedTxSweep
- func (*MsgUnsignedTxSweep) Descriptor() ([]byte, []int)
- func (m *MsgUnsignedTxSweep) GetBtcUnsignedSweepTx() string
- func (m *MsgUnsignedTxSweep) GetJudgeAddress() string
- func (m *MsgUnsignedTxSweep) GetReserveId() uint64
- func (m *MsgUnsignedTxSweep) GetRoundId() uint64
- func (msg *MsgUnsignedTxSweep) GetSignBytes() []byte
- func (msg *MsgUnsignedTxSweep) GetSigners() []sdk.AccAddress
- func (m *MsgUnsignedTxSweep) GetTxId() string
- func (m *MsgUnsignedTxSweep) Marshal() (dAtA []byte, err error)
- func (m *MsgUnsignedTxSweep) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUnsignedTxSweep) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUnsignedTxSweep) ProtoMessage()
- func (m *MsgUnsignedTxSweep) Reset()
- func (msg *MsgUnsignedTxSweep) Route() string
- func (m *MsgUnsignedTxSweep) Size() (n int)
- func (m *MsgUnsignedTxSweep) String() string
- func (msg *MsgUnsignedTxSweep) Type() string
- func (m *MsgUnsignedTxSweep) Unmarshal(dAtA []byte) error
- func (msg *MsgUnsignedTxSweep) ValidateBasic() error
- func (m *MsgUnsignedTxSweep) XXX_DiscardUnknown()
- func (m *MsgUnsignedTxSweep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUnsignedTxSweep) XXX_Merge(src proto.Message)
- func (m *MsgUnsignedTxSweep) XXX_Size() int
- func (m *MsgUnsignedTxSweep) XXX_Unmarshal(b []byte) error
- type MsgUnsignedTxSweepResponse
- func (*MsgUnsignedTxSweepResponse) Descriptor() ([]byte, []int)
- func (m *MsgUnsignedTxSweepResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUnsignedTxSweepResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUnsignedTxSweepResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUnsignedTxSweepResponse) ProtoMessage()
- func (m *MsgUnsignedTxSweepResponse) Reset()
- func (m *MsgUnsignedTxSweepResponse) Size() (n int)
- func (m *MsgUnsignedTxSweepResponse) String() string
- func (m *MsgUnsignedTxSweepResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUnsignedTxSweepResponse) XXX_DiscardUnknown()
- func (m *MsgUnsignedTxSweepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUnsignedTxSweepResponse) XXX_Merge(src proto.Message)
- func (m *MsgUnsignedTxSweepResponse) XXX_Size() int
- func (m *MsgUnsignedTxSweepResponse) XXX_Unmarshal(b []byte) error
- type MsgWithdrawBtcRequest
- func (*MsgWithdrawBtcRequest) Descriptor() ([]byte, []int)
- func (m *MsgWithdrawBtcRequest) GetReserveId() uint64
- func (msg *MsgWithdrawBtcRequest) GetSignBytes() []byte
- func (msg *MsgWithdrawBtcRequest) GetSigners() []sdk.AccAddress
- func (m *MsgWithdrawBtcRequest) GetTwilightAddress() string
- func (m *MsgWithdrawBtcRequest) GetWithdrawAddress() string
- func (m *MsgWithdrawBtcRequest) GetWithdrawAmount() uint64
- func (m *MsgWithdrawBtcRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgWithdrawBtcRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgWithdrawBtcRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgWithdrawBtcRequest) ProtoMessage()
- func (m *MsgWithdrawBtcRequest) Reset()
- func (msg *MsgWithdrawBtcRequest) Route() string
- func (m *MsgWithdrawBtcRequest) Size() (n int)
- func (m *MsgWithdrawBtcRequest) String() string
- func (msg *MsgWithdrawBtcRequest) Type() string
- func (m *MsgWithdrawBtcRequest) Unmarshal(dAtA []byte) error
- func (msg *MsgWithdrawBtcRequest) ValidateBasic() error
- func (m *MsgWithdrawBtcRequest) XXX_DiscardUnknown()
- func (m *MsgWithdrawBtcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgWithdrawBtcRequest) XXX_Merge(src proto.Message)
- func (m *MsgWithdrawBtcRequest) XXX_Size() int
- func (m *MsgWithdrawBtcRequest) XXX_Unmarshal(b []byte) error
- type MsgWithdrawBtcRequestResponse
- func (*MsgWithdrawBtcRequestResponse) Descriptor() ([]byte, []int)
- func (m *MsgWithdrawBtcRequestResponse) GetWithdrawIdentifer() uint32
- func (m *MsgWithdrawBtcRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgWithdrawBtcRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgWithdrawBtcRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgWithdrawBtcRequestResponse) ProtoMessage()
- func (m *MsgWithdrawBtcRequestResponse) Reset()
- func (m *MsgWithdrawBtcRequestResponse) Size() (n int)
- func (m *MsgWithdrawBtcRequestResponse) String() string
- func (m *MsgWithdrawBtcRequestResponse) Unmarshal(dAtA []byte) error
- func (m *MsgWithdrawBtcRequestResponse) XXX_DiscardUnknown()
- func (m *MsgWithdrawBtcRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgWithdrawBtcRequestResponse) XXX_Merge(src proto.Message)
- func (m *MsgWithdrawBtcRequestResponse) XXX_Size() int
- func (m *MsgWithdrawBtcRequestResponse) XXX_Unmarshal(b []byte) error
- type MsgWithdrawTxFinal
- func (*MsgWithdrawTxFinal) Descriptor() ([]byte, []int)
- func (m *MsgWithdrawTxFinal) GetBtcTx() string
- func (m *MsgWithdrawTxFinal) GetCreator() string
- func (m *MsgWithdrawTxFinal) GetJudgeAddress() string
- func (msg *MsgWithdrawTxFinal) GetSignBytes() []byte
- func (msg *MsgWithdrawTxFinal) GetSigners() []sdk.AccAddress
- func (m *MsgWithdrawTxFinal) Marshal() (dAtA []byte, err error)
- func (m *MsgWithdrawTxFinal) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgWithdrawTxFinal) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgWithdrawTxFinal) ProtoMessage()
- func (m *MsgWithdrawTxFinal) Reset()
- func (msg *MsgWithdrawTxFinal) Route() string
- func (m *MsgWithdrawTxFinal) Size() (n int)
- func (m *MsgWithdrawTxFinal) String() string
- func (msg *MsgWithdrawTxFinal) Type() string
- func (m *MsgWithdrawTxFinal) Unmarshal(dAtA []byte) error
- func (msg *MsgWithdrawTxFinal) ValidateBasic() error
- func (m *MsgWithdrawTxFinal) XXX_DiscardUnknown()
- func (m *MsgWithdrawTxFinal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgWithdrawTxFinal) XXX_Merge(src proto.Message)
- func (m *MsgWithdrawTxFinal) XXX_Size() int
- func (m *MsgWithdrawTxFinal) XXX_Unmarshal(b []byte) error
- type MsgWithdrawTxFinalResponse
- func (*MsgWithdrawTxFinalResponse) Descriptor() ([]byte, []int)
- func (m *MsgWithdrawTxFinalResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgWithdrawTxFinalResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgWithdrawTxFinalResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgWithdrawTxFinalResponse) ProtoMessage()
- func (m *MsgWithdrawTxFinalResponse) Reset()
- func (m *MsgWithdrawTxFinalResponse) Size() (n int)
- func (m *MsgWithdrawTxFinalResponse) String() string
- func (m *MsgWithdrawTxFinalResponse) Unmarshal(dAtA []byte) error
- func (m *MsgWithdrawTxFinalResponse) XXX_DiscardUnknown()
- func (m *MsgWithdrawTxFinalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgWithdrawTxFinalResponse) XXX_Merge(src proto.Message)
- func (m *MsgWithdrawTxFinalResponse) XXX_Size() int
- func (m *MsgWithdrawTxFinalResponse) XXX_Unmarshal(b []byte) error
- type MsgWithdrawTxSigned
- func (*MsgWithdrawTxSigned) Descriptor() ([]byte, []int)
- func (m *MsgWithdrawTxSigned) GetBtcTxSigned() string
- func (m *MsgWithdrawTxSigned) GetCreator() string
- func (msg *MsgWithdrawTxSigned) GetSignBytes() []byte
- func (msg *MsgWithdrawTxSigned) GetSigners() []sdk.AccAddress
- func (m *MsgWithdrawTxSigned) GetValidatorAddress() string
- func (m *MsgWithdrawTxSigned) Marshal() (dAtA []byte, err error)
- func (m *MsgWithdrawTxSigned) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgWithdrawTxSigned) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgWithdrawTxSigned) ProtoMessage()
- func (m *MsgWithdrawTxSigned) Reset()
- func (msg *MsgWithdrawTxSigned) Route() string
- func (m *MsgWithdrawTxSigned) Size() (n int)
- func (m *MsgWithdrawTxSigned) String() string
- func (msg *MsgWithdrawTxSigned) Type() string
- func (m *MsgWithdrawTxSigned) Unmarshal(dAtA []byte) error
- func (msg *MsgWithdrawTxSigned) ValidateBasic() error
- func (m *MsgWithdrawTxSigned) XXX_DiscardUnknown()
- func (m *MsgWithdrawTxSigned) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgWithdrawTxSigned) XXX_Merge(src proto.Message)
- func (m *MsgWithdrawTxSigned) XXX_Size() int
- func (m *MsgWithdrawTxSigned) XXX_Unmarshal(b []byte) error
- type MsgWithdrawTxSignedResponse
- func (*MsgWithdrawTxSignedResponse) Descriptor() ([]byte, []int)
- func (m *MsgWithdrawTxSignedResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgWithdrawTxSignedResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgWithdrawTxSignedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgWithdrawTxSignedResponse) ProtoMessage()
- func (m *MsgWithdrawTxSignedResponse) Reset()
- func (m *MsgWithdrawTxSignedResponse) Size() (n int)
- func (m *MsgWithdrawTxSignedResponse) String() string
- func (m *MsgWithdrawTxSignedResponse) Unmarshal(dAtA []byte) error
- func (m *MsgWithdrawTxSignedResponse) XXX_DiscardUnknown()
- func (m *MsgWithdrawTxSignedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgWithdrawTxSignedResponse) XXX_Merge(src proto.Message)
- func (m *MsgWithdrawTxSignedResponse) XXX_Size() int
- func (m *MsgWithdrawTxSignedResponse) XXX_Unmarshal(b []byte) error
- type NyksKeeper
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- func (m *Params) Marshal() (dAtA []byte, err error)
- func (m *Params) MarshalTo(dAtA []byte) (int, error)
- func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs
- func (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (p Params) String() string
- func (m *Params) Unmarshal(dAtA []byte) error
- func (p Params) Validate() error
- func (m *Params) XXX_DiscardUnknown()
- func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Params) XXX_Merge(src proto.Message)
- func (m *Params) XXX_Size() int
- func (m *Params) XXX_Unmarshal(b []byte) error
- type QueryBroadcastTxRefundAllRequest
- func (*QueryBroadcastTxRefundAllRequest) Descriptor() ([]byte, []int)
- func (m *QueryBroadcastTxRefundAllRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryBroadcastTxRefundAllRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBroadcastTxRefundAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBroadcastTxRefundAllRequest) ProtoMessage()
- func (m *QueryBroadcastTxRefundAllRequest) Reset()
- func (m *QueryBroadcastTxRefundAllRequest) Size() (n int)
- func (m *QueryBroadcastTxRefundAllRequest) String() string
- func (m *QueryBroadcastTxRefundAllRequest) Unmarshal(dAtA []byte) error
- func (m *QueryBroadcastTxRefundAllRequest) XXX_DiscardUnknown()
- func (m *QueryBroadcastTxRefundAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBroadcastTxRefundAllRequest) XXX_Merge(src proto.Message)
- func (m *QueryBroadcastTxRefundAllRequest) XXX_Size() int
- func (m *QueryBroadcastTxRefundAllRequest) XXX_Unmarshal(b []byte) error
- type QueryBroadcastTxRefundAllResponse
- func (*QueryBroadcastTxRefundAllResponse) Descriptor() ([]byte, []int)
- func (m *QueryBroadcastTxRefundAllResponse) GetBroadcastTxRefundMsg() []MsgBroadcastTxRefund
- func (m *QueryBroadcastTxRefundAllResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryBroadcastTxRefundAllResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBroadcastTxRefundAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBroadcastTxRefundAllResponse) ProtoMessage()
- func (m *QueryBroadcastTxRefundAllResponse) Reset()
- func (m *QueryBroadcastTxRefundAllResponse) Size() (n int)
- func (m *QueryBroadcastTxRefundAllResponse) String() string
- func (m *QueryBroadcastTxRefundAllResponse) Unmarshal(dAtA []byte) error
- func (m *QueryBroadcastTxRefundAllResponse) XXX_DiscardUnknown()
- func (m *QueryBroadcastTxRefundAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBroadcastTxRefundAllResponse) XXX_Merge(src proto.Message)
- func (m *QueryBroadcastTxRefundAllResponse) XXX_Size() int
- func (m *QueryBroadcastTxRefundAllResponse) XXX_Unmarshal(b []byte) error
- type QueryBroadcastTxRefundRequest
- func (*QueryBroadcastTxRefundRequest) Descriptor() ([]byte, []int)
- func (m *QueryBroadcastTxRefundRequest) GetReserveId() uint64
- func (m *QueryBroadcastTxRefundRequest) GetRoundId() uint64
- func (m *QueryBroadcastTxRefundRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryBroadcastTxRefundRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBroadcastTxRefundRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBroadcastTxRefundRequest) ProtoMessage()
- func (m *QueryBroadcastTxRefundRequest) Reset()
- func (m *QueryBroadcastTxRefundRequest) Size() (n int)
- func (m *QueryBroadcastTxRefundRequest) String() string
- func (m *QueryBroadcastTxRefundRequest) Unmarshal(dAtA []byte) error
- func (m *QueryBroadcastTxRefundRequest) XXX_DiscardUnknown()
- func (m *QueryBroadcastTxRefundRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBroadcastTxRefundRequest) XXX_Merge(src proto.Message)
- func (m *QueryBroadcastTxRefundRequest) XXX_Size() int
- func (m *QueryBroadcastTxRefundRequest) XXX_Unmarshal(b []byte) error
- type QueryBroadcastTxRefundResponse
- func (*QueryBroadcastTxRefundResponse) Descriptor() ([]byte, []int)
- func (m *QueryBroadcastTxRefundResponse) GetBroadcastRefundMsg() MsgBroadcastTxRefund
- func (m *QueryBroadcastTxRefundResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryBroadcastTxRefundResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBroadcastTxRefundResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBroadcastTxRefundResponse) ProtoMessage()
- func (m *QueryBroadcastTxRefundResponse) Reset()
- func (m *QueryBroadcastTxRefundResponse) Size() (n int)
- func (m *QueryBroadcastTxRefundResponse) String() string
- func (m *QueryBroadcastTxRefundResponse) Unmarshal(dAtA []byte) error
- func (m *QueryBroadcastTxRefundResponse) XXX_DiscardUnknown()
- func (m *QueryBroadcastTxRefundResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBroadcastTxRefundResponse) XXX_Merge(src proto.Message)
- func (m *QueryBroadcastTxRefundResponse) XXX_Size() int
- func (m *QueryBroadcastTxRefundResponse) XXX_Unmarshal(b []byte) error
- type QueryBroadcastTxSweepAllRequest
- func (*QueryBroadcastTxSweepAllRequest) Descriptor() ([]byte, []int)
- func (m *QueryBroadcastTxSweepAllRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryBroadcastTxSweepAllRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBroadcastTxSweepAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBroadcastTxSweepAllRequest) ProtoMessage()
- func (m *QueryBroadcastTxSweepAllRequest) Reset()
- func (m *QueryBroadcastTxSweepAllRequest) Size() (n int)
- func (m *QueryBroadcastTxSweepAllRequest) String() string
- func (m *QueryBroadcastTxSweepAllRequest) Unmarshal(dAtA []byte) error
- func (m *QueryBroadcastTxSweepAllRequest) XXX_DiscardUnknown()
- func (m *QueryBroadcastTxSweepAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBroadcastTxSweepAllRequest) XXX_Merge(src proto.Message)
- func (m *QueryBroadcastTxSweepAllRequest) XXX_Size() int
- func (m *QueryBroadcastTxSweepAllRequest) XXX_Unmarshal(b []byte) error
- type QueryBroadcastTxSweepAllResponse
- func (*QueryBroadcastTxSweepAllResponse) Descriptor() ([]byte, []int)
- func (m *QueryBroadcastTxSweepAllResponse) GetBroadcastTxSweepMsg() []MsgBroadcastTxSweep
- func (m *QueryBroadcastTxSweepAllResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryBroadcastTxSweepAllResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBroadcastTxSweepAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBroadcastTxSweepAllResponse) ProtoMessage()
- func (m *QueryBroadcastTxSweepAllResponse) Reset()
- func (m *QueryBroadcastTxSweepAllResponse) Size() (n int)
- func (m *QueryBroadcastTxSweepAllResponse) String() string
- func (m *QueryBroadcastTxSweepAllResponse) Unmarshal(dAtA []byte) error
- func (m *QueryBroadcastTxSweepAllResponse) XXX_DiscardUnknown()
- func (m *QueryBroadcastTxSweepAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBroadcastTxSweepAllResponse) XXX_Merge(src proto.Message)
- func (m *QueryBroadcastTxSweepAllResponse) XXX_Size() int
- func (m *QueryBroadcastTxSweepAllResponse) XXX_Unmarshal(b []byte) error
- type QueryBroadcastTxSweepRequest
- func (*QueryBroadcastTxSweepRequest) Descriptor() ([]byte, []int)
- func (m *QueryBroadcastTxSweepRequest) GetReserveId() uint64
- func (m *QueryBroadcastTxSweepRequest) GetRoundId() uint64
- func (m *QueryBroadcastTxSweepRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryBroadcastTxSweepRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBroadcastTxSweepRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBroadcastTxSweepRequest) ProtoMessage()
- func (m *QueryBroadcastTxSweepRequest) Reset()
- func (m *QueryBroadcastTxSweepRequest) Size() (n int)
- func (m *QueryBroadcastTxSweepRequest) String() string
- func (m *QueryBroadcastTxSweepRequest) Unmarshal(dAtA []byte) error
- func (m *QueryBroadcastTxSweepRequest) XXX_DiscardUnknown()
- func (m *QueryBroadcastTxSweepRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBroadcastTxSweepRequest) XXX_Merge(src proto.Message)
- func (m *QueryBroadcastTxSweepRequest) XXX_Size() int
- func (m *QueryBroadcastTxSweepRequest) XXX_Unmarshal(b []byte) error
- type QueryBroadcastTxSweepResponse
- func (*QueryBroadcastTxSweepResponse) Descriptor() ([]byte, []int)
- func (m *QueryBroadcastTxSweepResponse) GetBroadcastSweepMsg() MsgBroadcastTxSweep
- func (m *QueryBroadcastTxSweepResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryBroadcastTxSweepResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBroadcastTxSweepResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBroadcastTxSweepResponse) ProtoMessage()
- func (m *QueryBroadcastTxSweepResponse) Reset()
- func (m *QueryBroadcastTxSweepResponse) Size() (n int)
- func (m *QueryBroadcastTxSweepResponse) String() string
- func (m *QueryBroadcastTxSweepResponse) Unmarshal(dAtA []byte) error
- func (m *QueryBroadcastTxSweepResponse) XXX_DiscardUnknown()
- func (m *QueryBroadcastTxSweepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBroadcastTxSweepResponse) XXX_Merge(src proto.Message)
- func (m *QueryBroadcastTxSweepResponse) XXX_Size() int
- func (m *QueryBroadcastTxSweepResponse) XXX_Unmarshal(b []byte) error
- type QueryClient
- type QueryParamsRequest
- func (*QueryParamsRequest) Descriptor() ([]byte, []int)
- func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryParamsRequest) ProtoMessage()
- func (m *QueryParamsRequest) Reset()
- func (m *QueryParamsRequest) Size() (n int)
- func (m *QueryParamsRequest) String() string
- func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryParamsRequest) XXX_DiscardUnknown()
- func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryParamsRequest) XXX_Merge(src proto.Message)
- func (m *QueryParamsRequest) XXX_Size() int
- func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error
- type QueryParamsResponse
- func (*QueryParamsResponse) Descriptor() ([]byte, []int)
- func (m *QueryParamsResponse) GetParams() Params
- func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryParamsResponse) ProtoMessage()
- func (m *QueryParamsResponse) Reset()
- func (m *QueryParamsResponse) Size() (n int)
- func (m *QueryParamsResponse) String() string
- func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryParamsResponse) XXX_DiscardUnknown()
- func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryParamsResponse) XXX_Merge(src proto.Message)
- func (m *QueryParamsResponse) XXX_Size() int
- func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error
- type QueryProposeRefundHashAllRequest
- func (*QueryProposeRefundHashAllRequest) Descriptor() ([]byte, []int)
- func (m *QueryProposeRefundHashAllRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryProposeRefundHashAllRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryProposeRefundHashAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryProposeRefundHashAllRequest) ProtoMessage()
- func (m *QueryProposeRefundHashAllRequest) Reset()
- func (m *QueryProposeRefundHashAllRequest) Size() (n int)
- func (m *QueryProposeRefundHashAllRequest) String() string
- func (m *QueryProposeRefundHashAllRequest) Unmarshal(dAtA []byte) error
- func (m *QueryProposeRefundHashAllRequest) XXX_DiscardUnknown()
- func (m *QueryProposeRefundHashAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryProposeRefundHashAllRequest) XXX_Merge(src proto.Message)
- func (m *QueryProposeRefundHashAllRequest) XXX_Size() int
- func (m *QueryProposeRefundHashAllRequest) XXX_Unmarshal(b []byte) error
- type QueryProposeRefundHashAllResponse
- func (*QueryProposeRefundHashAllResponse) Descriptor() ([]byte, []int)
- func (m *QueryProposeRefundHashAllResponse) GetProposeRefundHashMsg() []MsgProposeRefundHash
- func (m *QueryProposeRefundHashAllResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryProposeRefundHashAllResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryProposeRefundHashAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryProposeRefundHashAllResponse) ProtoMessage()
- func (m *QueryProposeRefundHashAllResponse) Reset()
- func (m *QueryProposeRefundHashAllResponse) Size() (n int)
- func (m *QueryProposeRefundHashAllResponse) String() string
- func (m *QueryProposeRefundHashAllResponse) Unmarshal(dAtA []byte) error
- func (m *QueryProposeRefundHashAllResponse) XXX_DiscardUnknown()
- func (m *QueryProposeRefundHashAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryProposeRefundHashAllResponse) XXX_Merge(src proto.Message)
- func (m *QueryProposeRefundHashAllResponse) XXX_Size() int
- func (m *QueryProposeRefundHashAllResponse) XXX_Unmarshal(b []byte) error
- type QueryProposeSweepAddressRequest
- func (*QueryProposeSweepAddressRequest) Descriptor() ([]byte, []int)
- func (m *QueryProposeSweepAddressRequest) GetReserveId() uint64
- func (m *QueryProposeSweepAddressRequest) GetRoundId() uint64
- func (m *QueryProposeSweepAddressRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryProposeSweepAddressRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryProposeSweepAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryProposeSweepAddressRequest) ProtoMessage()
- func (m *QueryProposeSweepAddressRequest) Reset()
- func (m *QueryProposeSweepAddressRequest) Size() (n int)
- func (m *QueryProposeSweepAddressRequest) String() string
- func (m *QueryProposeSweepAddressRequest) Unmarshal(dAtA []byte) error
- func (m *QueryProposeSweepAddressRequest) XXX_DiscardUnknown()
- func (m *QueryProposeSweepAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryProposeSweepAddressRequest) XXX_Merge(src proto.Message)
- func (m *QueryProposeSweepAddressRequest) XXX_Size() int
- func (m *QueryProposeSweepAddressRequest) XXX_Unmarshal(b []byte) error
- type QueryProposeSweepAddressResponse
- func (*QueryProposeSweepAddressResponse) Descriptor() ([]byte, []int)
- func (m *QueryProposeSweepAddressResponse) GetProposeSweepAddressMsg() MsgProposeSweepAddress
- func (m *QueryProposeSweepAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryProposeSweepAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryProposeSweepAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryProposeSweepAddressResponse) ProtoMessage()
- func (m *QueryProposeSweepAddressResponse) Reset()
- func (m *QueryProposeSweepAddressResponse) Size() (n int)
- func (m *QueryProposeSweepAddressResponse) String() string
- func (m *QueryProposeSweepAddressResponse) Unmarshal(dAtA []byte) error
- func (m *QueryProposeSweepAddressResponse) XXX_DiscardUnknown()
- func (m *QueryProposeSweepAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryProposeSweepAddressResponse) XXX_Merge(src proto.Message)
- func (m *QueryProposeSweepAddressResponse) XXX_Size() int
- func (m *QueryProposeSweepAddressResponse) XXX_Unmarshal(b []byte) error
- type QueryProposeSweepAddressesAllRequest
- func (*QueryProposeSweepAddressesAllRequest) Descriptor() ([]byte, []int)
- func (m *QueryProposeSweepAddressesAllRequest) GetLimit() uint64
- func (m *QueryProposeSweepAddressesAllRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryProposeSweepAddressesAllRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryProposeSweepAddressesAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryProposeSweepAddressesAllRequest) ProtoMessage()
- func (m *QueryProposeSweepAddressesAllRequest) Reset()
- func (m *QueryProposeSweepAddressesAllRequest) Size() (n int)
- func (m *QueryProposeSweepAddressesAllRequest) String() string
- func (m *QueryProposeSweepAddressesAllRequest) Unmarshal(dAtA []byte) error
- func (m *QueryProposeSweepAddressesAllRequest) XXX_DiscardUnknown()
- func (m *QueryProposeSweepAddressesAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryProposeSweepAddressesAllRequest) XXX_Merge(src proto.Message)
- func (m *QueryProposeSweepAddressesAllRequest) XXX_Size() int
- func (m *QueryProposeSweepAddressesAllRequest) XXX_Unmarshal(b []byte) error
- type QueryProposeSweepAddressesAllResponse
- func (*QueryProposeSweepAddressesAllResponse) Descriptor() ([]byte, []int)
- func (m *QueryProposeSweepAddressesAllResponse) GetProposeSweepAddressMsgs() []MsgProposeSweepAddress
- func (m *QueryProposeSweepAddressesAllResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryProposeSweepAddressesAllResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryProposeSweepAddressesAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryProposeSweepAddressesAllResponse) ProtoMessage()
- func (m *QueryProposeSweepAddressesAllResponse) Reset()
- func (m *QueryProposeSweepAddressesAllResponse) Size() (n int)
- func (m *QueryProposeSweepAddressesAllResponse) String() string
- func (m *QueryProposeSweepAddressesAllResponse) Unmarshal(dAtA []byte) error
- func (m *QueryProposeSweepAddressesAllResponse) XXX_DiscardUnknown()
- func (m *QueryProposeSweepAddressesAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryProposeSweepAddressesAllResponse) XXX_Merge(src proto.Message)
- func (m *QueryProposeSweepAddressesAllResponse) XXX_Size() int
- func (m *QueryProposeSweepAddressesAllResponse) XXX_Unmarshal(b []byte) error
- type QueryRegisteredBtcDepositAddressByTwilightAddressRequest
- func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Descriptor() ([]byte, []int)
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) GetTwilightDepositAddress() string
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) ProtoMessage()
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Reset()
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Size() (n int)
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) String() string
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Unmarshal(dAtA []byte) error
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_DiscardUnknown()
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_Merge(src proto.Message)
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_Size() int
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_Unmarshal(b []byte) error
- type QueryRegisteredBtcDepositAddressByTwilightAddressResponse
- func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Descriptor() ([]byte, []int)
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) GetDepositAddress() string
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) GetTwilightDepositAddress() string
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) ProtoMessage()
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Reset()
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Size() (n int)
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) String() string
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Unmarshal(dAtA []byte) error
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_DiscardUnknown()
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_Merge(src proto.Message)
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_Size() int
- func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_Unmarshal(b []byte) error
- type QueryRegisteredBtcDepositAddressRequest
- func (*QueryRegisteredBtcDepositAddressRequest) Descriptor() ([]byte, []int)
- func (m *QueryRegisteredBtcDepositAddressRequest) GetDepositAddress() string
- func (m *QueryRegisteredBtcDepositAddressRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryRegisteredBtcDepositAddressRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRegisteredBtcDepositAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRegisteredBtcDepositAddressRequest) ProtoMessage()
- func (m *QueryRegisteredBtcDepositAddressRequest) Reset()
- func (m *QueryRegisteredBtcDepositAddressRequest) Size() (n int)
- func (m *QueryRegisteredBtcDepositAddressRequest) String() string
- func (m *QueryRegisteredBtcDepositAddressRequest) Unmarshal(dAtA []byte) error
- func (m *QueryRegisteredBtcDepositAddressRequest) XXX_DiscardUnknown()
- func (m *QueryRegisteredBtcDepositAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRegisteredBtcDepositAddressRequest) XXX_Merge(src proto.Message)
- func (m *QueryRegisteredBtcDepositAddressRequest) XXX_Size() int
- func (m *QueryRegisteredBtcDepositAddressRequest) XXX_Unmarshal(b []byte) error
- type QueryRegisteredBtcDepositAddressResponse
- func (*QueryRegisteredBtcDepositAddressResponse) Descriptor() ([]byte, []int)
- func (m *QueryRegisteredBtcDepositAddressResponse) GetDepositAddress() string
- func (m *QueryRegisteredBtcDepositAddressResponse) GetTwilightDepositAddress() string
- func (m *QueryRegisteredBtcDepositAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryRegisteredBtcDepositAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRegisteredBtcDepositAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRegisteredBtcDepositAddressResponse) ProtoMessage()
- func (m *QueryRegisteredBtcDepositAddressResponse) Reset()
- func (m *QueryRegisteredBtcDepositAddressResponse) Size() (n int)
- func (m *QueryRegisteredBtcDepositAddressResponse) String() string
- func (m *QueryRegisteredBtcDepositAddressResponse) Unmarshal(dAtA []byte) error
- func (m *QueryRegisteredBtcDepositAddressResponse) XXX_DiscardUnknown()
- func (m *QueryRegisteredBtcDepositAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRegisteredBtcDepositAddressResponse) XXX_Merge(src proto.Message)
- func (m *QueryRegisteredBtcDepositAddressResponse) XXX_Size() int
- func (m *QueryRegisteredBtcDepositAddressResponse) XXX_Unmarshal(b []byte) error
- type QueryRegisteredBtcDepositAddressesRequest
- func (*QueryRegisteredBtcDepositAddressesRequest) Descriptor() ([]byte, []int)
- func (m *QueryRegisteredBtcDepositAddressesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryRegisteredBtcDepositAddressesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRegisteredBtcDepositAddressesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRegisteredBtcDepositAddressesRequest) ProtoMessage()
- func (m *QueryRegisteredBtcDepositAddressesRequest) Reset()
- func (m *QueryRegisteredBtcDepositAddressesRequest) Size() (n int)
- func (m *QueryRegisteredBtcDepositAddressesRequest) String() string
- func (m *QueryRegisteredBtcDepositAddressesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryRegisteredBtcDepositAddressesRequest) XXX_DiscardUnknown()
- func (m *QueryRegisteredBtcDepositAddressesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRegisteredBtcDepositAddressesRequest) XXX_Merge(src proto.Message)
- func (m *QueryRegisteredBtcDepositAddressesRequest) XXX_Size() int
- func (m *QueryRegisteredBtcDepositAddressesRequest) XXX_Unmarshal(b []byte) error
- type QueryRegisteredBtcDepositAddressesResponse
- func (*QueryRegisteredBtcDepositAddressesResponse) Descriptor() ([]byte, []int)
- func (m *QueryRegisteredBtcDepositAddressesResponse) GetAddresses() []types.BtcDepositAddress
- func (m *QueryRegisteredBtcDepositAddressesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryRegisteredBtcDepositAddressesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRegisteredBtcDepositAddressesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRegisteredBtcDepositAddressesResponse) ProtoMessage()
- func (m *QueryRegisteredBtcDepositAddressesResponse) Reset()
- func (m *QueryRegisteredBtcDepositAddressesResponse) Size() (n int)
- func (m *QueryRegisteredBtcDepositAddressesResponse) String() string
- func (m *QueryRegisteredBtcDepositAddressesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryRegisteredBtcDepositAddressesResponse) XXX_DiscardUnknown()
- func (m *QueryRegisteredBtcDepositAddressesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRegisteredBtcDepositAddressesResponse) XXX_Merge(src proto.Message)
- func (m *QueryRegisteredBtcDepositAddressesResponse) XXX_Size() int
- func (m *QueryRegisteredBtcDepositAddressesResponse) XXX_Unmarshal(b []byte) error
- type QueryRegisteredJudgeAddressByValidatorAddressRequest
- func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) Descriptor() ([]byte, []int)
- func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) GetValidatorAddress() string
- func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) ProtoMessage()
- func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) Reset()
- func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) Size() (n int)
- func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) String() string
- func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) Unmarshal(dAtA []byte) error
- func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_DiscardUnknown()
- func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_Merge(src proto.Message)
- func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_Size() int
- func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_Unmarshal(b []byte) error
- type QueryRegisteredJudgeAddressByValidatorAddressResponse
- func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) Descriptor() ([]byte, []int)
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) GetCreator() string
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) GetJudgeAddress() string
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) GetValidatorAddress() string
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) ProtoMessage()
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) Reset()
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) Size() (n int)
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) String() string
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) Unmarshal(dAtA []byte) error
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_DiscardUnknown()
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_Merge(src proto.Message)
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_Size() int
- func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_Unmarshal(b []byte) error
- type QueryRegisteredJudgesRequest
- func (*QueryRegisteredJudgesRequest) Descriptor() ([]byte, []int)
- func (m *QueryRegisteredJudgesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryRegisteredJudgesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRegisteredJudgesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRegisteredJudgesRequest) ProtoMessage()
- func (m *QueryRegisteredJudgesRequest) Reset()
- func (m *QueryRegisteredJudgesRequest) Size() (n int)
- func (m *QueryRegisteredJudgesRequest) String() string
- func (m *QueryRegisteredJudgesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryRegisteredJudgesRequest) XXX_DiscardUnknown()
- func (m *QueryRegisteredJudgesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRegisteredJudgesRequest) XXX_Merge(src proto.Message)
- func (m *QueryRegisteredJudgesRequest) XXX_Size() int
- func (m *QueryRegisteredJudgesRequest) XXX_Unmarshal(b []byte) error
- type QueryRegisteredJudgesResponse
- func (*QueryRegisteredJudgesResponse) Descriptor() ([]byte, []int)
- func (m *QueryRegisteredJudgesResponse) GetJudges() []MsgRegisterJudge
- func (m *QueryRegisteredJudgesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryRegisteredJudgesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRegisteredJudgesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRegisteredJudgesResponse) ProtoMessage()
- func (m *QueryRegisteredJudgesResponse) Reset()
- func (m *QueryRegisteredJudgesResponse) Size() (n int)
- func (m *QueryRegisteredJudgesResponse) String() string
- func (m *QueryRegisteredJudgesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryRegisteredJudgesResponse) XXX_DiscardUnknown()
- func (m *QueryRegisteredJudgesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRegisteredJudgesResponse) XXX_Merge(src proto.Message)
- func (m *QueryRegisteredJudgesResponse) XXX_Size() int
- func (m *QueryRegisteredJudgesResponse) XXX_Unmarshal(b []byte) error
- type QueryRegisteredReserveAddressesRequest
- func (*QueryRegisteredReserveAddressesRequest) Descriptor() ([]byte, []int)
- func (m *QueryRegisteredReserveAddressesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryRegisteredReserveAddressesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRegisteredReserveAddressesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRegisteredReserveAddressesRequest) ProtoMessage()
- func (m *QueryRegisteredReserveAddressesRequest) Reset()
- func (m *QueryRegisteredReserveAddressesRequest) Size() (n int)
- func (m *QueryRegisteredReserveAddressesRequest) String() string
- func (m *QueryRegisteredReserveAddressesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryRegisteredReserveAddressesRequest) XXX_DiscardUnknown()
- func (m *QueryRegisteredReserveAddressesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRegisteredReserveAddressesRequest) XXX_Merge(src proto.Message)
- func (m *QueryRegisteredReserveAddressesRequest) XXX_Size() int
- func (m *QueryRegisteredReserveAddressesRequest) XXX_Unmarshal(b []byte) error
- type QueryRegisteredReserveAddressesResponse
- func (*QueryRegisteredReserveAddressesResponse) Descriptor() ([]byte, []int)
- func (m *QueryRegisteredReserveAddressesResponse) GetAddresses() []MsgRegisterReserveAddress
- func (m *QueryRegisteredReserveAddressesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryRegisteredReserveAddressesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryRegisteredReserveAddressesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryRegisteredReserveAddressesResponse) ProtoMessage()
- func (m *QueryRegisteredReserveAddressesResponse) Reset()
- func (m *QueryRegisteredReserveAddressesResponse) Size() (n int)
- func (m *QueryRegisteredReserveAddressesResponse) String() string
- func (m *QueryRegisteredReserveAddressesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryRegisteredReserveAddressesResponse) XXX_DiscardUnknown()
- func (m *QueryRegisteredReserveAddressesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryRegisteredReserveAddressesResponse) XXX_Merge(src proto.Message)
- func (m *QueryRegisteredReserveAddressesResponse) XXX_Size() int
- func (m *QueryRegisteredReserveAddressesResponse) XXX_Unmarshal(b []byte) error
- type QueryServer
- type QuerySignRefundAllRequest
- func (*QuerySignRefundAllRequest) Descriptor() ([]byte, []int)
- func (m *QuerySignRefundAllRequest) Marshal() (dAtA []byte, err error)
- func (m *QuerySignRefundAllRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QuerySignRefundAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QuerySignRefundAllRequest) ProtoMessage()
- func (m *QuerySignRefundAllRequest) Reset()
- func (m *QuerySignRefundAllRequest) Size() (n int)
- func (m *QuerySignRefundAllRequest) String() string
- func (m *QuerySignRefundAllRequest) Unmarshal(dAtA []byte) error
- func (m *QuerySignRefundAllRequest) XXX_DiscardUnknown()
- func (m *QuerySignRefundAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuerySignRefundAllRequest) XXX_Merge(src proto.Message)
- func (m *QuerySignRefundAllRequest) XXX_Size() int
- func (m *QuerySignRefundAllRequest) XXX_Unmarshal(b []byte) error
- type QuerySignRefundAllResponse
- func (*QuerySignRefundAllResponse) Descriptor() ([]byte, []int)
- func (m *QuerySignRefundAllResponse) GetSignRefundMsg() []MsgSignRefund
- func (m *QuerySignRefundAllResponse) Marshal() (dAtA []byte, err error)
- func (m *QuerySignRefundAllResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QuerySignRefundAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QuerySignRefundAllResponse) ProtoMessage()
- func (m *QuerySignRefundAllResponse) Reset()
- func (m *QuerySignRefundAllResponse) Size() (n int)
- func (m *QuerySignRefundAllResponse) String() string
- func (m *QuerySignRefundAllResponse) Unmarshal(dAtA []byte) error
- func (m *QuerySignRefundAllResponse) XXX_DiscardUnknown()
- func (m *QuerySignRefundAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuerySignRefundAllResponse) XXX_Merge(src proto.Message)
- func (m *QuerySignRefundAllResponse) XXX_Size() int
- func (m *QuerySignRefundAllResponse) XXX_Unmarshal(b []byte) error
- type QuerySignRefundRequest
- func (*QuerySignRefundRequest) Descriptor() ([]byte, []int)
- func (m *QuerySignRefundRequest) GetReserveId() uint64
- func (m *QuerySignRefundRequest) GetRoundId() uint64
- func (m *QuerySignRefundRequest) Marshal() (dAtA []byte, err error)
- func (m *QuerySignRefundRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QuerySignRefundRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QuerySignRefundRequest) ProtoMessage()
- func (m *QuerySignRefundRequest) Reset()
- func (m *QuerySignRefundRequest) Size() (n int)
- func (m *QuerySignRefundRequest) String() string
- func (m *QuerySignRefundRequest) Unmarshal(dAtA []byte) error
- func (m *QuerySignRefundRequest) XXX_DiscardUnknown()
- func (m *QuerySignRefundRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuerySignRefundRequest) XXX_Merge(src proto.Message)
- func (m *QuerySignRefundRequest) XXX_Size() int
- func (m *QuerySignRefundRequest) XXX_Unmarshal(b []byte) error
- type QuerySignRefundResponse
- func (*QuerySignRefundResponse) Descriptor() ([]byte, []int)
- func (m *QuerySignRefundResponse) GetSignRefundMsg() []MsgSignRefund
- func (m *QuerySignRefundResponse) Marshal() (dAtA []byte, err error)
- func (m *QuerySignRefundResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QuerySignRefundResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QuerySignRefundResponse) ProtoMessage()
- func (m *QuerySignRefundResponse) Reset()
- func (m *QuerySignRefundResponse) Size() (n int)
- func (m *QuerySignRefundResponse) String() string
- func (m *QuerySignRefundResponse) Unmarshal(dAtA []byte) error
- func (m *QuerySignRefundResponse) XXX_DiscardUnknown()
- func (m *QuerySignRefundResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuerySignRefundResponse) XXX_Merge(src proto.Message)
- func (m *QuerySignRefundResponse) XXX_Size() int
- func (m *QuerySignRefundResponse) XXX_Unmarshal(b []byte) error
- type QuerySignSweepAllRequest
- func (*QuerySignSweepAllRequest) Descriptor() ([]byte, []int)
- func (m *QuerySignSweepAllRequest) Marshal() (dAtA []byte, err error)
- func (m *QuerySignSweepAllRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QuerySignSweepAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QuerySignSweepAllRequest) ProtoMessage()
- func (m *QuerySignSweepAllRequest) Reset()
- func (m *QuerySignSweepAllRequest) Size() (n int)
- func (m *QuerySignSweepAllRequest) String() string
- func (m *QuerySignSweepAllRequest) Unmarshal(dAtA []byte) error
- func (m *QuerySignSweepAllRequest) XXX_DiscardUnknown()
- func (m *QuerySignSweepAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuerySignSweepAllRequest) XXX_Merge(src proto.Message)
- func (m *QuerySignSweepAllRequest) XXX_Size() int
- func (m *QuerySignSweepAllRequest) XXX_Unmarshal(b []byte) error
- type QuerySignSweepAllResponse
- func (*QuerySignSweepAllResponse) Descriptor() ([]byte, []int)
- func (m *QuerySignSweepAllResponse) GetSignSweepMsg() []MsgSignSweep
- func (m *QuerySignSweepAllResponse) Marshal() (dAtA []byte, err error)
- func (m *QuerySignSweepAllResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QuerySignSweepAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QuerySignSweepAllResponse) ProtoMessage()
- func (m *QuerySignSweepAllResponse) Reset()
- func (m *QuerySignSweepAllResponse) Size() (n int)
- func (m *QuerySignSweepAllResponse) String() string
- func (m *QuerySignSweepAllResponse) Unmarshal(dAtA []byte) error
- func (m *QuerySignSweepAllResponse) XXX_DiscardUnknown()
- func (m *QuerySignSweepAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuerySignSweepAllResponse) XXX_Merge(src proto.Message)
- func (m *QuerySignSweepAllResponse) XXX_Size() int
- func (m *QuerySignSweepAllResponse) XXX_Unmarshal(b []byte) error
- type QuerySignSweepRequest
- func (*QuerySignSweepRequest) Descriptor() ([]byte, []int)
- func (m *QuerySignSweepRequest) GetReserveId() uint64
- func (m *QuerySignSweepRequest) GetRoundId() uint64
- func (m *QuerySignSweepRequest) Marshal() (dAtA []byte, err error)
- func (m *QuerySignSweepRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QuerySignSweepRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QuerySignSweepRequest) ProtoMessage()
- func (m *QuerySignSweepRequest) Reset()
- func (m *QuerySignSweepRequest) Size() (n int)
- func (m *QuerySignSweepRequest) String() string
- func (m *QuerySignSweepRequest) Unmarshal(dAtA []byte) error
- func (m *QuerySignSweepRequest) XXX_DiscardUnknown()
- func (m *QuerySignSweepRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuerySignSweepRequest) XXX_Merge(src proto.Message)
- func (m *QuerySignSweepRequest) XXX_Size() int
- func (m *QuerySignSweepRequest) XXX_Unmarshal(b []byte) error
- type QuerySignSweepResponse
- func (*QuerySignSweepResponse) Descriptor() ([]byte, []int)
- func (m *QuerySignSweepResponse) GetSignSweepMsg() []MsgSignSweep
- func (m *QuerySignSweepResponse) Marshal() (dAtA []byte, err error)
- func (m *QuerySignSweepResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QuerySignSweepResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QuerySignSweepResponse) ProtoMessage()
- func (m *QuerySignSweepResponse) Reset()
- func (m *QuerySignSweepResponse) Size() (n int)
- func (m *QuerySignSweepResponse) String() string
- func (m *QuerySignSweepResponse) Unmarshal(dAtA []byte) error
- func (m *QuerySignSweepResponse) XXX_DiscardUnknown()
- func (m *QuerySignSweepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuerySignSweepResponse) XXX_Merge(src proto.Message)
- func (m *QuerySignSweepResponse) XXX_Size() int
- func (m *QuerySignSweepResponse) XXX_Unmarshal(b []byte) error
- type QueryUnsignedTxRefundAllRequest
- func (*QueryUnsignedTxRefundAllRequest) Descriptor() ([]byte, []int)
- func (m *QueryUnsignedTxRefundAllRequest) GetLimit() uint64
- func (m *QueryUnsignedTxRefundAllRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryUnsignedTxRefundAllRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUnsignedTxRefundAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUnsignedTxRefundAllRequest) ProtoMessage()
- func (m *QueryUnsignedTxRefundAllRequest) Reset()
- func (m *QueryUnsignedTxRefundAllRequest) Size() (n int)
- func (m *QueryUnsignedTxRefundAllRequest) String() string
- func (m *QueryUnsignedTxRefundAllRequest) Unmarshal(dAtA []byte) error
- func (m *QueryUnsignedTxRefundAllRequest) XXX_DiscardUnknown()
- func (m *QueryUnsignedTxRefundAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUnsignedTxRefundAllRequest) XXX_Merge(src proto.Message)
- func (m *QueryUnsignedTxRefundAllRequest) XXX_Size() int
- func (m *QueryUnsignedTxRefundAllRequest) XXX_Unmarshal(b []byte) error
- type QueryUnsignedTxRefundAllResponse
- func (*QueryUnsignedTxRefundAllResponse) Descriptor() ([]byte, []int)
- func (m *QueryUnsignedTxRefundAllResponse) GetUnsignedTxRefundMsgs() []MsgUnsignedTxRefund
- func (m *QueryUnsignedTxRefundAllResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryUnsignedTxRefundAllResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUnsignedTxRefundAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUnsignedTxRefundAllResponse) ProtoMessage()
- func (m *QueryUnsignedTxRefundAllResponse) Reset()
- func (m *QueryUnsignedTxRefundAllResponse) Size() (n int)
- func (m *QueryUnsignedTxRefundAllResponse) String() string
- func (m *QueryUnsignedTxRefundAllResponse) Unmarshal(dAtA []byte) error
- func (m *QueryUnsignedTxRefundAllResponse) XXX_DiscardUnknown()
- func (m *QueryUnsignedTxRefundAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUnsignedTxRefundAllResponse) XXX_Merge(src proto.Message)
- func (m *QueryUnsignedTxRefundAllResponse) XXX_Size() int
- func (m *QueryUnsignedTxRefundAllResponse) XXX_Unmarshal(b []byte) error
- type QueryUnsignedTxRefundRequest
- func (*QueryUnsignedTxRefundRequest) Descriptor() ([]byte, []int)
- func (m *QueryUnsignedTxRefundRequest) GetReserveId() uint64
- func (m *QueryUnsignedTxRefundRequest) GetRoundId() uint64
- func (m *QueryUnsignedTxRefundRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryUnsignedTxRefundRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUnsignedTxRefundRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUnsignedTxRefundRequest) ProtoMessage()
- func (m *QueryUnsignedTxRefundRequest) Reset()
- func (m *QueryUnsignedTxRefundRequest) Size() (n int)
- func (m *QueryUnsignedTxRefundRequest) String() string
- func (m *QueryUnsignedTxRefundRequest) Unmarshal(dAtA []byte) error
- func (m *QueryUnsignedTxRefundRequest) XXX_DiscardUnknown()
- func (m *QueryUnsignedTxRefundRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUnsignedTxRefundRequest) XXX_Merge(src proto.Message)
- func (m *QueryUnsignedTxRefundRequest) XXX_Size() int
- func (m *QueryUnsignedTxRefundRequest) XXX_Unmarshal(b []byte) error
- type QueryUnsignedTxRefundResponse
- func (*QueryUnsignedTxRefundResponse) Descriptor() ([]byte, []int)
- func (m *QueryUnsignedTxRefundResponse) GetUnsignedTxRefundMsg() MsgUnsignedTxRefund
- func (m *QueryUnsignedTxRefundResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryUnsignedTxRefundResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUnsignedTxRefundResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUnsignedTxRefundResponse) ProtoMessage()
- func (m *QueryUnsignedTxRefundResponse) Reset()
- func (m *QueryUnsignedTxRefundResponse) Size() (n int)
- func (m *QueryUnsignedTxRefundResponse) String() string
- func (m *QueryUnsignedTxRefundResponse) Unmarshal(dAtA []byte) error
- func (m *QueryUnsignedTxRefundResponse) XXX_DiscardUnknown()
- func (m *QueryUnsignedTxRefundResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUnsignedTxRefundResponse) XXX_Merge(src proto.Message)
- func (m *QueryUnsignedTxRefundResponse) XXX_Size() int
- func (m *QueryUnsignedTxRefundResponse) XXX_Unmarshal(b []byte) error
- type QueryUnsignedTxSweepAllRequest
- func (*QueryUnsignedTxSweepAllRequest) Descriptor() ([]byte, []int)
- func (m *QueryUnsignedTxSweepAllRequest) GetLimit() uint64
- func (m *QueryUnsignedTxSweepAllRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryUnsignedTxSweepAllRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUnsignedTxSweepAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUnsignedTxSweepAllRequest) ProtoMessage()
- func (m *QueryUnsignedTxSweepAllRequest) Reset()
- func (m *QueryUnsignedTxSweepAllRequest) Size() (n int)
- func (m *QueryUnsignedTxSweepAllRequest) String() string
- func (m *QueryUnsignedTxSweepAllRequest) Unmarshal(dAtA []byte) error
- func (m *QueryUnsignedTxSweepAllRequest) XXX_DiscardUnknown()
- func (m *QueryUnsignedTxSweepAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUnsignedTxSweepAllRequest) XXX_Merge(src proto.Message)
- func (m *QueryUnsignedTxSweepAllRequest) XXX_Size() int
- func (m *QueryUnsignedTxSweepAllRequest) XXX_Unmarshal(b []byte) error
- type QueryUnsignedTxSweepAllResponse
- func (*QueryUnsignedTxSweepAllResponse) Descriptor() ([]byte, []int)
- func (m *QueryUnsignedTxSweepAllResponse) GetUnsignedTxSweepMsgs() []MsgUnsignedTxSweep
- func (m *QueryUnsignedTxSweepAllResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryUnsignedTxSweepAllResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUnsignedTxSweepAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUnsignedTxSweepAllResponse) ProtoMessage()
- func (m *QueryUnsignedTxSweepAllResponse) Reset()
- func (m *QueryUnsignedTxSweepAllResponse) Size() (n int)
- func (m *QueryUnsignedTxSweepAllResponse) String() string
- func (m *QueryUnsignedTxSweepAllResponse) Unmarshal(dAtA []byte) error
- func (m *QueryUnsignedTxSweepAllResponse) XXX_DiscardUnknown()
- func (m *QueryUnsignedTxSweepAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUnsignedTxSweepAllResponse) XXX_Merge(src proto.Message)
- func (m *QueryUnsignedTxSweepAllResponse) XXX_Size() int
- func (m *QueryUnsignedTxSweepAllResponse) XXX_Unmarshal(b []byte) error
- type QueryUnsignedTxSweepRequest
- func (*QueryUnsignedTxSweepRequest) Descriptor() ([]byte, []int)
- func (m *QueryUnsignedTxSweepRequest) GetReserveId() uint64
- func (m *QueryUnsignedTxSweepRequest) GetRoundId() uint64
- func (m *QueryUnsignedTxSweepRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryUnsignedTxSweepRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUnsignedTxSweepRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUnsignedTxSweepRequest) ProtoMessage()
- func (m *QueryUnsignedTxSweepRequest) Reset()
- func (m *QueryUnsignedTxSweepRequest) Size() (n int)
- func (m *QueryUnsignedTxSweepRequest) String() string
- func (m *QueryUnsignedTxSweepRequest) Unmarshal(dAtA []byte) error
- func (m *QueryUnsignedTxSweepRequest) XXX_DiscardUnknown()
- func (m *QueryUnsignedTxSweepRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUnsignedTxSweepRequest) XXX_Merge(src proto.Message)
- func (m *QueryUnsignedTxSweepRequest) XXX_Size() int
- func (m *QueryUnsignedTxSweepRequest) XXX_Unmarshal(b []byte) error
- type QueryUnsignedTxSweepResponse
- func (*QueryUnsignedTxSweepResponse) Descriptor() ([]byte, []int)
- func (m *QueryUnsignedTxSweepResponse) GetUnsignedTxSweepMsg() MsgUnsignedTxSweep
- func (m *QueryUnsignedTxSweepResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryUnsignedTxSweepResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUnsignedTxSweepResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUnsignedTxSweepResponse) ProtoMessage()
- func (m *QueryUnsignedTxSweepResponse) Reset()
- func (m *QueryUnsignedTxSweepResponse) Size() (n int)
- func (m *QueryUnsignedTxSweepResponse) String() string
- func (m *QueryUnsignedTxSweepResponse) Unmarshal(dAtA []byte) error
- func (m *QueryUnsignedTxSweepResponse) XXX_DiscardUnknown()
- func (m *QueryUnsignedTxSweepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUnsignedTxSweepResponse) XXX_Merge(src proto.Message)
- func (m *QueryUnsignedTxSweepResponse) XXX_Size() int
- func (m *QueryUnsignedTxSweepResponse) XXX_Unmarshal(b []byte) error
- type QueryWithdrawBtcRequestAllRequest
- func (*QueryWithdrawBtcRequestAllRequest) Descriptor() ([]byte, []int)
- func (m *QueryWithdrawBtcRequestAllRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryWithdrawBtcRequestAllRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryWithdrawBtcRequestAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryWithdrawBtcRequestAllRequest) ProtoMessage()
- func (m *QueryWithdrawBtcRequestAllRequest) Reset()
- func (m *QueryWithdrawBtcRequestAllRequest) Size() (n int)
- func (m *QueryWithdrawBtcRequestAllRequest) String() string
- func (m *QueryWithdrawBtcRequestAllRequest) Unmarshal(dAtA []byte) error
- func (m *QueryWithdrawBtcRequestAllRequest) XXX_DiscardUnknown()
- func (m *QueryWithdrawBtcRequestAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryWithdrawBtcRequestAllRequest) XXX_Merge(src proto.Message)
- func (m *QueryWithdrawBtcRequestAllRequest) XXX_Size() int
- func (m *QueryWithdrawBtcRequestAllRequest) XXX_Unmarshal(b []byte) error
- type QueryWithdrawBtcRequestAllResponse
- func (*QueryWithdrawBtcRequestAllResponse) Descriptor() ([]byte, []int)
- func (m *QueryWithdrawBtcRequestAllResponse) GetWithdrawRequest() []types.BtcWithdrawRequestInternal
- func (m *QueryWithdrawBtcRequestAllResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryWithdrawBtcRequestAllResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryWithdrawBtcRequestAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryWithdrawBtcRequestAllResponse) ProtoMessage()
- func (m *QueryWithdrawBtcRequestAllResponse) Reset()
- func (m *QueryWithdrawBtcRequestAllResponse) Size() (n int)
- func (m *QueryWithdrawBtcRequestAllResponse) String() string
- func (m *QueryWithdrawBtcRequestAllResponse) Unmarshal(dAtA []byte) error
- func (m *QueryWithdrawBtcRequestAllResponse) XXX_DiscardUnknown()
- func (m *QueryWithdrawBtcRequestAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryWithdrawBtcRequestAllResponse) XXX_Merge(src proto.Message)
- func (m *QueryWithdrawBtcRequestAllResponse) XXX_Size() int
- func (m *QueryWithdrawBtcRequestAllResponse) XXX_Unmarshal(b []byte) error
- type UnimplementedMsgServer
- func (*UnimplementedMsgServer) BroadcastTxRefund(ctx context.Context, req *MsgBroadcastTxRefund) (*MsgBroadcastTxRefundResponse, error)
- func (*UnimplementedMsgServer) BroadcastTxSweep(ctx context.Context, req *MsgBroadcastTxSweep) (*MsgBroadcastTxSweepResponse, error)
- func (*UnimplementedMsgServer) ConfirmBtcDeposit(ctx context.Context, req *MsgConfirmBtcDeposit) (*MsgConfirmBtcDepositResponse, error)
- func (*UnimplementedMsgServer) ConfirmBtcWithdraw(ctx context.Context, req *MsgConfirmBtcWithdraw) (*MsgConfirmBtcWithdrawResponse, error)
- func (*UnimplementedMsgServer) ProposeRefundHash(ctx context.Context, req *MsgProposeRefundHash) (*MsgProposeRefundHashResponse, error)
- func (*UnimplementedMsgServer) ProposeSweepAddress(ctx context.Context, req *MsgProposeSweepAddress) (*MsgProposeSweepAddressResponse, error)
- func (*UnimplementedMsgServer) RegisterBtcDepositAddress(ctx context.Context, req *MsgRegisterBtcDepositAddress) (*MsgRegisterBtcDepositAddressResponse, error)
- func (*UnimplementedMsgServer) RegisterJudge(ctx context.Context, req *MsgRegisterJudge) (*MsgRegisterJudgeResponse, error)
- func (*UnimplementedMsgServer) RegisterReserveAddress(ctx context.Context, req *MsgRegisterReserveAddress) (*MsgRegisterReserveAddressResponse, error)
- func (*UnimplementedMsgServer) SignRefund(ctx context.Context, req *MsgSignRefund) (*MsgSignRefundResponse, error)
- func (*UnimplementedMsgServer) SignSweep(ctx context.Context, req *MsgSignSweep) (*MsgSignSweepResponse, error)
- func (*UnimplementedMsgServer) SweepProposal(ctx context.Context, req *MsgSweepProposal) (*MsgSweepProposalResponse, error)
- func (*UnimplementedMsgServer) UnsignedTxRefund(ctx context.Context, req *MsgUnsignedTxRefund) (*MsgUnsignedTxRefundResponse, error)
- func (*UnimplementedMsgServer) UnsignedTxSweep(ctx context.Context, req *MsgUnsignedTxSweep) (*MsgUnsignedTxSweepResponse, error)
- func (*UnimplementedMsgServer) WithdrawBtcRequest(ctx context.Context, req *MsgWithdrawBtcRequest) (*MsgWithdrawBtcRequestResponse, error)
- func (*UnimplementedMsgServer) WithdrawTxFinal(ctx context.Context, req *MsgWithdrawTxFinal) (*MsgWithdrawTxFinalResponse, error)
- func (*UnimplementedMsgServer) WithdrawTxSigned(ctx context.Context, req *MsgWithdrawTxSigned) (*MsgWithdrawTxSignedResponse, error)
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) BroadcastTxRefund(ctx context.Context, req *QueryBroadcastTxRefundRequest) (*QueryBroadcastTxRefundResponse, error)
- func (*UnimplementedQueryServer) BroadcastTxRefundAll(ctx context.Context, req *QueryBroadcastTxRefundAllRequest) (*QueryBroadcastTxRefundAllResponse, error)
- func (*UnimplementedQueryServer) BroadcastTxSweep(ctx context.Context, req *QueryBroadcastTxSweepRequest) (*QueryBroadcastTxSweepResponse, error)
- func (*UnimplementedQueryServer) BroadcastTxSweepAll(ctx context.Context, req *QueryBroadcastTxSweepAllRequest) (*QueryBroadcastTxSweepAllResponse, error)
- func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)
- func (*UnimplementedQueryServer) ProposeRefundHashAll(ctx context.Context, req *QueryProposeRefundHashAllRequest) (*QueryProposeRefundHashAllResponse, error)
- func (*UnimplementedQueryServer) ProposeSweepAddress(ctx context.Context, req *QueryProposeSweepAddressRequest) (*QueryProposeSweepAddressResponse, error)
- func (*UnimplementedQueryServer) ProposeSweepAddressesAll(ctx context.Context, req *QueryProposeSweepAddressesAllRequest) (*QueryProposeSweepAddressesAllResponse, error)
- func (*UnimplementedQueryServer) RegisteredBtcDepositAddress(ctx context.Context, req *QueryRegisteredBtcDepositAddressRequest) (*QueryRegisteredBtcDepositAddressResponse, error)
- func (*UnimplementedQueryServer) RegisteredBtcDepositAddressByTwilightAddress(ctx context.Context, ...) (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse, error)
- func (*UnimplementedQueryServer) RegisteredBtcDepositAddresses(ctx context.Context, req *QueryRegisteredBtcDepositAddressesRequest) (*QueryRegisteredBtcDepositAddressesResponse, error)
- func (*UnimplementedQueryServer) RegisteredJudgeAddressByValidatorAddress(ctx context.Context, req *QueryRegisteredJudgeAddressByValidatorAddressRequest) (*QueryRegisteredJudgeAddressByValidatorAddressResponse, error)
- func (*UnimplementedQueryServer) RegisteredJudges(ctx context.Context, req *QueryRegisteredJudgesRequest) (*QueryRegisteredJudgesResponse, error)
- func (*UnimplementedQueryServer) RegisteredReserveAddresses(ctx context.Context, req *QueryRegisteredReserveAddressesRequest) (*QueryRegisteredReserveAddressesResponse, error)
- func (*UnimplementedQueryServer) SignRefund(ctx context.Context, req *QuerySignRefundRequest) (*QuerySignRefundResponse, error)
- func (*UnimplementedQueryServer) SignRefundAll(ctx context.Context, req *QuerySignRefundAllRequest) (*QuerySignRefundAllResponse, error)
- func (*UnimplementedQueryServer) SignSweep(ctx context.Context, req *QuerySignSweepRequest) (*QuerySignSweepResponse, error)
- func (*UnimplementedQueryServer) SignSweepAll(ctx context.Context, req *QuerySignSweepAllRequest) (*QuerySignSweepAllResponse, error)
- func (*UnimplementedQueryServer) UnsignedTxRefund(ctx context.Context, req *QueryUnsignedTxRefundRequest) (*QueryUnsignedTxRefundResponse, error)
- func (*UnimplementedQueryServer) UnsignedTxRefundAll(ctx context.Context, req *QueryUnsignedTxRefundAllRequest) (*QueryUnsignedTxRefundAllResponse, error)
- func (*UnimplementedQueryServer) UnsignedTxSweep(ctx context.Context, req *QueryUnsignedTxSweepRequest) (*QueryUnsignedTxSweepResponse, error)
- func (*UnimplementedQueryServer) UnsignedTxSweepAll(ctx context.Context, req *QueryUnsignedTxSweepAllRequest) (*QueryUnsignedTxSweepAllResponse, error)
- func (*UnimplementedQueryServer) WithdrawBtcRequestAll(ctx context.Context, req *QueryWithdrawBtcRequestAllRequest) (*QueryWithdrawBtcRequestAllResponse, error)
- type UserDeposit
- func (*UserDeposit) Descriptor() ([]byte, []int)
- func (m *UserDeposit) GetBlockHeight() int64
- func (m *UserDeposit) GetDepositAddress() string
- func (m *UserDeposit) GetDepositAmount() uint64
- func (m *UserDeposit) GetIsConfirmed() bool
- func (m *UserDeposit) GetIsProcessed() bool
- func (m *UserDeposit) GetTwilightDepositAddress() string
- func (m *UserDeposit) Marshal() (dAtA []byte, err error)
- func (m *UserDeposit) MarshalTo(dAtA []byte) (int, error)
- func (m *UserDeposit) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UserDeposit) ProtoMessage()
- func (m *UserDeposit) Reset()
- func (m *UserDeposit) Size() (n int)
- func (m *UserDeposit) String() string
- func (m *UserDeposit) Unmarshal(dAtA []byte) error
- func (m *UserDeposit) XXX_DiscardUnknown()
- func (m *UserDeposit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserDeposit) XXX_Merge(src proto.Message)
- func (m *UserDeposit) XXX_Size() int
- func (m *UserDeposit) XXX_Unmarshal(b []byte) error
- type VoltKeeper
Constants ¶
const ( BtcAddressMinLen = 26 BtcAddressMaxLen = 62 )
const ( // ModuleName defines the module name ModuleName = "bridge" // StoreKey defines the primary module store key StoreKey = ModuleName // RouterKey is the message route for slashing RouterKey = ModuleName // QuerierRoute defines the module's query routing key QuerierRoute = ModuleName // MemStoreKey defines the in-memory store key MemStoreKey = "mem_bridge" )
const DefaultIndex uint64 = 1
DefaultIndex is the default capability global index
const TypeMsgBroadcastTxRefund = "broadcast_tx_refund"
const TypeMsgBroadcastTxSweep = "broadcast_refund"
const TypeMsgConfirmBtcDeposit = "confirm_btc_deposit"
const TypeMsgConfirmBtcWithdraw = "confirm_withdraw"
const TypeMsgProposeRefundHash = "propose_refund_hash"
const TypeMsgProposeSweepAddress = "propose_sweep_address"
const TypeMsgRegisterBtcDepositAddress = "register_btc_deposit_address"
const TypeMsgRegisterJudge = "register_judge"
const TypeMsgRegisterReserveAddress = "register_reserve_address"
const TypeMsgSignRefund = "sign_refund"
const TypeMsgSignSweep = "sign_sweep"
const TypeMsgSweepProposal = "sweep_proposal"
const TypeMsgUnsignedTxRefund = "unsigned_tx_refund"
const TypeMsgUnsignedTxSweep = "unsigned_tx_sweep"
const TypeMsgWithdrawBtcRequest = "withdraw_btc_request"
const TypeMsgWithdrawTxFinal = "withdraw_tx_final"
const TypeMsgWithdrawTxSigned = "withdraw_tx_signed"
Variables ¶
var ( Amino = codec.NewLegacyAmino() ModuleCdc = codec.NewProtoCodec(cdctypes.NewInterfaceRegistry()) )
var ( ErrInvalid = sdkerrors.Register(ModuleName, 1, "invalid") ErrDuplicate = sdkerrors.Register(ModuleName, 2, "duplicate") ErrResetBtcAddress = sdkerrors.Register(ModuleName, 3, "can not set btc to twilight address mapping more than once") ErrInvalidBtcAddress = sdkerrors.Register(ModuleName, 4, "invalid btc address") ErrInvalidTwilightAddress = sdkerrors.Register(ModuleName, 5, "invalid twilight address") ErrJudgeAddressNotFound = sdkerrors.Register(ModuleName, 6, "judge address not found") ErrValidatorAddressNotFound = sdkerrors.Register(ModuleName, 7, "validator address not found") ErrJudgeValidatorNotFound = sdkerrors.Register(ModuleName, 8, "validator for the judge not found") ErrInsufficientBalance = sdkerrors.Register(ModuleName, 9, "insufficient user balance in reserve") ErrInsufficientBalanceInBank = sdkerrors.Register(ModuleName, 10, "insufficient balance in bank") ErrClearingAccountDoesNotExist = sdkerrors.Register(ModuleName, 11, "clearing account does not exist") ErrBtcAddressAlreadyExists = sdkerrors.Register(ModuleName, 12, "btc address already exists") )
x/bridge module sentinel errors
var ( ErrInvalidLengthEvents = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowEvents = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupEvents = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") )
var ( // BtcReserveAddressKey indexes btc address according to btc address BtcReserveAddressKey = forkstypes.HashString("BtcReserveAddressKey") // BtcReserveScriptKey indexes btc reserve script according to btc address BtcReserveScriptKey = forkstypes.HashString("BtcReserveScriptKey") // JudgeAddressKey indexes judge address according to the validator address JudgeAddressKey = forkstypes.HashString("JudgeAddressKey") // BtcWithdrawRequest is the key for the btc withdraw request BtcWithdrawRequestKey = forkstypes.HashString("BtcWithdrawRequest") // BtcSignRefundMsgKey is the key for the btc sign refund msg BtcSignRefundMsgKey = forkstypes.HashString("BtcSignRefundMsg") // BtcSignSweepMsgKey is the key for the btc sign sweep msg BtcSignSweepMsgKey = forkstypes.HashString("BtcSignSweepMsg") // BtcBroadcastTxSweepMsgKey is the key for the btc broadcast sweep msg BtcBroadcastTxSweepMsgKey = forkstypes.HashString("BtcBroadcastTxSweepMsg") // BtcBroadcastTxRefundMsgKey is the key for the btc broadcast refund msg BtcBroadcastTxRefundMsgKey = forkstypes.HashString("BtcBroadcastTxRefundMsg") // BtcProposeRefundHashMsgKey is the key for the btc propose refund hash msg BtcProposeRefundHashMsgKey = forkstypes.HashString("BtcProposeRefundHashMsg") // UnsignedTxSweepMsgKey is the key for the unsigned tx sweep msg UnsignedTxSweepMsgKey = forkstypes.HashString("UnsignedTxSweepMsg") // UnsignedTxRefundMsgKey is the key for the unsigned tx refund msg UnsignedTxRefundMsgKey = forkstypes.HashString("UnsignedTxRefundMsg") // ProposeSweepAddressMsg is the key for the propose sweep address ProposeSweepAddressMsg = forkstypes.HashString("ProposeSweepAddressMsg") )
var ( ErrInvalidLengthParams = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowParams = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupParams = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") )
Functions ¶
func GetBtcBroadcastTxRefundMsgKey ¶ added in v0.0.2
GetBtcBroadcastTxRefundMsgKey returns the following key format [HashString("BtcBroadcastTxRefundMsgKey")][1][1]
func GetBtcBroadcastTxSweepMsgKey ¶
GetBtcBroadcastTxSweepMsgKey returns the following key format [HashString("BtcBroadcastTxSweepMsgKey")][1][1]
func GetBtcProposeRefundHashMsgKey ¶
func GetBtcProposeRefundHashMsgKey(judgeAddress sdk.AccAddress, refundHash string) []byte
GetBtcProposeRefundHashMsgKey returns the following key format [HashString("BtcProposeRefundHashMsgKey")][twilight1ahx7f8wyertuus9r20284ej0asrs085ceqtfnm][e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855]
func GetBtcRegisterReserveAddressKey ¶
func GetBtcRegisterReserveAddressKey(judgeAddress sdk.AccAddress, reserveAddress BtcAddress) []byte
GetBtcRegisterReserveAddressKey returns the following key format [HashString("BtcReserveAddressKey")][twilight1ahx7f8wyertuus9r20284ej0asrs085ceqtfnm][1M72Sfpbz1BPpXFHz9m3CdqATR44Jvaydd]
func GetBtcRegisterReserveScriptKey ¶
func GetBtcRegisterReserveScriptKey(judgeAddress sdk.AccAddress, reserveAddress BtcAddress) []byte
GetBtcRegisterReserveScriptKey returns the following key format [HashString("BtcReserveScriptKey")][twilight1ahx7f8wyertuus9r20284ej0asrs085ceqtfnm][1M72Sfpbz1BPpXFHz9m3CdqATR44Jvaydd]
func GetBtcSignRefundMsgKey ¶
func GetBtcSignRefundMsgKey(reserveId uint64, roundId uint64, btcOracleAddress sdk.AccAddress) []byte
GetBtcSignRefundMsgKey returns the following key format [HashString("BtcSignRefundMsgKey")][1][1][twilight1ahx7f8wyertuus9r20284ej0asrs085ceqtfnm]
func GetBtcSignRefundMsgPrefix ¶ added in v0.0.2
GetBtcSignRefundMsgPrefix returns the following key format [HashString("BtcSignRefundMsgKey")][1][1]
func GetBtcSignSweepMsgKey ¶
func GetBtcSignSweepMsgKey(reserveId uint64, roundId uint64, btcOracleAddress sdk.AccAddress) []byte
GetBtcSignSweepMsgKey returns the following key format [HashString("BtcSignSweepMsgKey")][1][1][twilight1ahx7f8wyertuus9r20284ej0asrs085ceqtfnm]
func GetBtcSignSweepMsgPrefix ¶ added in v0.0.2
GetBtcSignSweepMsgPrefix returns the following key format [HashString("BtcSignSweepMsgKey")][1][1]
func GetBtcWithdrawRequestKey ¶
func GetBtcWithdrawRequestKey(twilightAddress sdk.AccAddress, reserveAddress BtcAddress, withdrawAddress BtcAddress, withdrawAmount uint64) []byte
GetBtcWithdrawRequestKey returns the following key format [HashString("BtcWithdrawRequest")][twilight1ahx7f8wyertuus9r20284ej0asrs085ceqtfnm][1M72Sfpbz1BPpXFHz9m3CdqATR44Jvaydd][twilight1ahx7f8wyertuus9r20284ej0asrs085ceqtfnm][1]]
func GetProposeSweepAddressMsgKey ¶ added in v0.0.2
GetProposeSweepAddressMsgKey returns the following key format [HashString("ProposeSweepAddressMsgKey")][1][1]
func GetRegisterJudgeAddressKey ¶
func GetRegisterJudgeAddressKey(validatorAddress sdk.ValAddress) []byte
GetRegisterJudgeAddressKey returns the following key format [HashString("JudgeAddressKey")][twilight1ahx7f8wyertuus9r20284ej0asrs085ceqtfnm][twilight1ahx7f8wyertuus9r20284ej0asrs085ceqtfnm]
func GetUnsignedTxRefundMsgKey ¶ added in v0.0.2
GetUnsignedTxRefundMsgKey returns the following key format [HashString("UnsignedTxRefundMsgKey")][1][1]
func GetUnsignedTxSweepMsgKey ¶ added in v0.0.2
GetUnsignedTxSweepMsgKey returns the following key format [HashString("UnsignedTxSweepMsgKey")][1][1]
func IsValidBtcTxHash ¶
func IsValidSignature ¶
IsValidSignature verifies that the signature is a valid hex string within the DER format length range It's a basic check
func ParamKeyTable ¶
func ParamKeyTable() paramtypes.KeyTable
ParamKeyTable the param key table for launch module
func RegisterCodec ¶
func RegisterCodec(cdc *codec.LegacyAmino)
func RegisterInterfaces ¶
func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
func RegisterMsgServer ¶
func RegisterQueryHandler ¶
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryHandlerClient ¶
func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.
func RegisterQueryHandlerFromEndpoint ¶
func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterQueryHandlerServer ¶
func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer 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 to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.
func RegisterQueryServer ¶
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
func ValidateBtcAddress ¶
Validates the input string as an Btc PublicKey PublicKeyes must not be empty, have 42 character length, start with 0x and have 40 remaining characters in [0-9a-fA-F]
func ValidateBtcTransaction ¶
ValidateBtcTransaction validates the input string as an Btc Transaction
func ValidateSignatures ¶ added in v0.0.2
ValidateSignatures handles multiple signature validation at once
Types ¶
type AccountKeeper ¶
AccountKeeper defines the expected account keeper used for simulations (noalias)
type BankKeeper ¶
type BankKeeper interface { //SpendableCoins(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins GetBalance(ctx sdk.Context, addr sdk.AccAddress, denom string) sdk.Coin SendCoinsFromAccountToModule(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error }
BankKeeper defines the expected interface needed to retrieve account balances.
type BtcAddress ¶
type BtcAddress struct {
BtcAddress string
}
Regular BtcAddress
func NewBtcAddress ¶
func NewBtcAddress(Address string) (*BtcAddress, error)
Creates a new BtcAddress from a string, performing validation and returning any validation errors
func (BtcAddress) GetBtcAddress ¶
func (ea BtcAddress) GetBtcAddress() string
Returns the contained PublicKey as a string
func (BtcAddress) SetBtcAddress ¶
func (ea BtcAddress) SetBtcAddress(Address string) error
Sets the contained Address, performing validation before updating the value
type BtcScript ¶
type BtcScript struct {
BtcScript string
}
Regular BtcScript
func NewBtcScript ¶
Creates a new BtcScript from a string, SHOULD perform validation and returning any validation errors
func (BtcScript) GetBtcReserveScript ¶
Returns the contained PublicKey as a string
func (BtcScript) SetBtcReserveScript ¶
Sets the contained Address, performing validation before updating the value
type EventBroadcastTxRefund ¶ added in v0.0.2
type EventBroadcastTxRefund struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` ReserveId uint64 `protobuf:"varint,2,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,3,opt,name=roundId,proto3" json:"roundId,omitempty"` SignedRefundTx string `protobuf:"bytes,4,opt,name=signedRefundTx,proto3" json:"signedRefundTx,omitempty"` JudgeAddress string `protobuf:"bytes,5,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
func (*EventBroadcastTxRefund) Descriptor ¶ added in v0.0.2
func (*EventBroadcastTxRefund) Descriptor() ([]byte, []int)
func (*EventBroadcastTxRefund) GetJudgeAddress ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) GetJudgeAddress() string
func (*EventBroadcastTxRefund) GetMessage ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) GetMessage() string
func (*EventBroadcastTxRefund) GetReserveId ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) GetReserveId() uint64
func (*EventBroadcastTxRefund) GetRoundId ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) GetRoundId() uint64
func (*EventBroadcastTxRefund) GetSignedRefundTx ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) GetSignedRefundTx() string
func (*EventBroadcastTxRefund) Marshal ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) Marshal() (dAtA []byte, err error)
func (*EventBroadcastTxRefund) MarshalTo ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) MarshalTo(dAtA []byte) (int, error)
func (*EventBroadcastTxRefund) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventBroadcastTxRefund) ProtoMessage ¶ added in v0.0.2
func (*EventBroadcastTxRefund) ProtoMessage()
func (*EventBroadcastTxRefund) Reset ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) Reset()
func (*EventBroadcastTxRefund) Size ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) Size() (n int)
func (*EventBroadcastTxRefund) String ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) String() string
func (*EventBroadcastTxRefund) Unmarshal ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) Unmarshal(dAtA []byte) error
func (*EventBroadcastTxRefund) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) XXX_DiscardUnknown()
func (*EventBroadcastTxRefund) XXX_Marshal ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventBroadcastTxRefund) XXX_Merge ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) XXX_Merge(src proto.Message)
func (*EventBroadcastTxRefund) XXX_Size ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) XXX_Size() int
func (*EventBroadcastTxRefund) XXX_Unmarshal ¶ added in v0.0.2
func (m *EventBroadcastTxRefund) XXX_Unmarshal(b []byte) error
type EventBroadcastTxSweep ¶
type EventBroadcastTxSweep struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` ReserveId uint64 `protobuf:"varint,2,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,3,opt,name=roundId,proto3" json:"roundId,omitempty"` SignedSweepTx string `protobuf:"bytes,4,opt,name=signedSweepTx,proto3" json:"signedSweepTx,omitempty"` JudgeAddress string `protobuf:"bytes,5,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
func (*EventBroadcastTxSweep) Descriptor ¶
func (*EventBroadcastTxSweep) Descriptor() ([]byte, []int)
func (*EventBroadcastTxSweep) GetJudgeAddress ¶
func (m *EventBroadcastTxSweep) GetJudgeAddress() string
func (*EventBroadcastTxSweep) GetMessage ¶
func (m *EventBroadcastTxSweep) GetMessage() string
func (*EventBroadcastTxSweep) GetReserveId ¶ added in v0.0.2
func (m *EventBroadcastTxSweep) GetReserveId() uint64
func (*EventBroadcastTxSweep) GetRoundId ¶ added in v0.0.2
func (m *EventBroadcastTxSweep) GetRoundId() uint64
func (*EventBroadcastTxSweep) GetSignedSweepTx ¶
func (m *EventBroadcastTxSweep) GetSignedSweepTx() string
func (*EventBroadcastTxSweep) Marshal ¶
func (m *EventBroadcastTxSweep) Marshal() (dAtA []byte, err error)
func (*EventBroadcastTxSweep) MarshalTo ¶
func (m *EventBroadcastTxSweep) MarshalTo(dAtA []byte) (int, error)
func (*EventBroadcastTxSweep) MarshalToSizedBuffer ¶
func (m *EventBroadcastTxSweep) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventBroadcastTxSweep) ProtoMessage ¶
func (*EventBroadcastTxSweep) ProtoMessage()
func (*EventBroadcastTxSweep) Reset ¶
func (m *EventBroadcastTxSweep) Reset()
func (*EventBroadcastTxSweep) Size ¶
func (m *EventBroadcastTxSweep) Size() (n int)
func (*EventBroadcastTxSweep) String ¶
func (m *EventBroadcastTxSweep) String() string
func (*EventBroadcastTxSweep) Unmarshal ¶
func (m *EventBroadcastTxSweep) Unmarshal(dAtA []byte) error
func (*EventBroadcastTxSweep) XXX_DiscardUnknown ¶
func (m *EventBroadcastTxSweep) XXX_DiscardUnknown()
func (*EventBroadcastTxSweep) XXX_Marshal ¶
func (m *EventBroadcastTxSweep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventBroadcastTxSweep) XXX_Merge ¶
func (m *EventBroadcastTxSweep) XXX_Merge(src proto.Message)
func (*EventBroadcastTxSweep) XXX_Size ¶
func (m *EventBroadcastTxSweep) XXX_Size() int
func (*EventBroadcastTxSweep) XXX_Unmarshal ¶
func (m *EventBroadcastTxSweep) XXX_Unmarshal(b []byte) error
type EventProposeRefundHash ¶
type EventProposeRefundHash struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` RefundHash string `protobuf:"bytes,2,opt,name=refundHash,proto3" json:"refundHash,omitempty"` JudgeAddress string `protobuf:"bytes,3,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
func (*EventProposeRefundHash) Descriptor ¶
func (*EventProposeRefundHash) Descriptor() ([]byte, []int)
func (*EventProposeRefundHash) GetJudgeAddress ¶
func (m *EventProposeRefundHash) GetJudgeAddress() string
func (*EventProposeRefundHash) GetMessage ¶
func (m *EventProposeRefundHash) GetMessage() string
func (*EventProposeRefundHash) GetRefundHash ¶
func (m *EventProposeRefundHash) GetRefundHash() string
func (*EventProposeRefundHash) Marshal ¶
func (m *EventProposeRefundHash) Marshal() (dAtA []byte, err error)
func (*EventProposeRefundHash) MarshalTo ¶
func (m *EventProposeRefundHash) MarshalTo(dAtA []byte) (int, error)
func (*EventProposeRefundHash) MarshalToSizedBuffer ¶
func (m *EventProposeRefundHash) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventProposeRefundHash) ProtoMessage ¶
func (*EventProposeRefundHash) ProtoMessage()
func (*EventProposeRefundHash) Reset ¶
func (m *EventProposeRefundHash) Reset()
func (*EventProposeRefundHash) Size ¶
func (m *EventProposeRefundHash) Size() (n int)
func (*EventProposeRefundHash) String ¶
func (m *EventProposeRefundHash) String() string
func (*EventProposeRefundHash) Unmarshal ¶
func (m *EventProposeRefundHash) Unmarshal(dAtA []byte) error
func (*EventProposeRefundHash) XXX_DiscardUnknown ¶
func (m *EventProposeRefundHash) XXX_DiscardUnknown()
func (*EventProposeRefundHash) XXX_Marshal ¶
func (m *EventProposeRefundHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventProposeRefundHash) XXX_Merge ¶
func (m *EventProposeRefundHash) XXX_Merge(src proto.Message)
func (*EventProposeRefundHash) XXX_Size ¶
func (m *EventProposeRefundHash) XXX_Size() int
func (*EventProposeRefundHash) XXX_Unmarshal ¶
func (m *EventProposeRefundHash) XXX_Unmarshal(b []byte) error
type EventProposeSweepAddress ¶ added in v0.0.2
type EventProposeSweepAddress struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` BtcAddress string `protobuf:"bytes,2,opt,name=btcAddress,proto3" json:"btcAddress,omitempty"` BtcScript string `protobuf:"bytes,3,opt,name=btcScript,proto3" json:"btcScript,omitempty"` ReserveId uint64 `protobuf:"varint,4,opt,name=reserveId,proto3" json:"reserveId,omitempty"` JudgeAddress string `protobuf:"bytes,5,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
func (*EventProposeSweepAddress) Descriptor ¶ added in v0.0.2
func (*EventProposeSweepAddress) Descriptor() ([]byte, []int)
func (*EventProposeSweepAddress) GetBtcAddress ¶ added in v0.0.2
func (m *EventProposeSweepAddress) GetBtcAddress() string
func (*EventProposeSweepAddress) GetBtcScript ¶ added in v0.0.2
func (m *EventProposeSweepAddress) GetBtcScript() string
func (*EventProposeSweepAddress) GetJudgeAddress ¶ added in v0.0.2
func (m *EventProposeSweepAddress) GetJudgeAddress() string
func (*EventProposeSweepAddress) GetMessage ¶ added in v0.0.2
func (m *EventProposeSweepAddress) GetMessage() string
func (*EventProposeSweepAddress) GetReserveId ¶ added in v0.0.2
func (m *EventProposeSweepAddress) GetReserveId() uint64
func (*EventProposeSweepAddress) Marshal ¶ added in v0.0.2
func (m *EventProposeSweepAddress) Marshal() (dAtA []byte, err error)
func (*EventProposeSweepAddress) MarshalTo ¶ added in v0.0.2
func (m *EventProposeSweepAddress) MarshalTo(dAtA []byte) (int, error)
func (*EventProposeSweepAddress) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *EventProposeSweepAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventProposeSweepAddress) ProtoMessage ¶ added in v0.0.2
func (*EventProposeSweepAddress) ProtoMessage()
func (*EventProposeSweepAddress) Reset ¶ added in v0.0.2
func (m *EventProposeSweepAddress) Reset()
func (*EventProposeSweepAddress) Size ¶ added in v0.0.2
func (m *EventProposeSweepAddress) Size() (n int)
func (*EventProposeSweepAddress) String ¶ added in v0.0.2
func (m *EventProposeSweepAddress) String() string
func (*EventProposeSweepAddress) Unmarshal ¶ added in v0.0.2
func (m *EventProposeSweepAddress) Unmarshal(dAtA []byte) error
func (*EventProposeSweepAddress) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *EventProposeSweepAddress) XXX_DiscardUnknown()
func (*EventProposeSweepAddress) XXX_Marshal ¶ added in v0.0.2
func (m *EventProposeSweepAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventProposeSweepAddress) XXX_Merge ¶ added in v0.0.2
func (m *EventProposeSweepAddress) XXX_Merge(src proto.Message)
func (*EventProposeSweepAddress) XXX_Size ¶ added in v0.0.2
func (m *EventProposeSweepAddress) XXX_Size() int
func (*EventProposeSweepAddress) XXX_Unmarshal ¶ added in v0.0.2
func (m *EventProposeSweepAddress) XXX_Unmarshal(b []byte) error
type EventRegisterBtcDepositAddress ¶
type EventRegisterBtcDepositAddress struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` DepositAddress string `protobuf:"bytes,2,opt,name=depositAddress,proto3" json:"depositAddress,omitempty"` }
func (*EventRegisterBtcDepositAddress) Descriptor ¶
func (*EventRegisterBtcDepositAddress) Descriptor() ([]byte, []int)
func (*EventRegisterBtcDepositAddress) GetDepositAddress ¶
func (m *EventRegisterBtcDepositAddress) GetDepositAddress() string
func (*EventRegisterBtcDepositAddress) GetMessage ¶
func (m *EventRegisterBtcDepositAddress) GetMessage() string
func (*EventRegisterBtcDepositAddress) Marshal ¶
func (m *EventRegisterBtcDepositAddress) Marshal() (dAtA []byte, err error)
func (*EventRegisterBtcDepositAddress) MarshalTo ¶
func (m *EventRegisterBtcDepositAddress) MarshalTo(dAtA []byte) (int, error)
func (*EventRegisterBtcDepositAddress) MarshalToSizedBuffer ¶
func (m *EventRegisterBtcDepositAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventRegisterBtcDepositAddress) ProtoMessage ¶
func (*EventRegisterBtcDepositAddress) ProtoMessage()
func (*EventRegisterBtcDepositAddress) Reset ¶
func (m *EventRegisterBtcDepositAddress) Reset()
func (*EventRegisterBtcDepositAddress) Size ¶
func (m *EventRegisterBtcDepositAddress) Size() (n int)
func (*EventRegisterBtcDepositAddress) String ¶
func (m *EventRegisterBtcDepositAddress) String() string
func (*EventRegisterBtcDepositAddress) Unmarshal ¶
func (m *EventRegisterBtcDepositAddress) Unmarshal(dAtA []byte) error
func (*EventRegisterBtcDepositAddress) XXX_DiscardUnknown ¶
func (m *EventRegisterBtcDepositAddress) XXX_DiscardUnknown()
func (*EventRegisterBtcDepositAddress) XXX_Marshal ¶
func (m *EventRegisterBtcDepositAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventRegisterBtcDepositAddress) XXX_Merge ¶
func (m *EventRegisterBtcDepositAddress) XXX_Merge(src proto.Message)
func (*EventRegisterBtcDepositAddress) XXX_Size ¶
func (m *EventRegisterBtcDepositAddress) XXX_Size() int
func (*EventRegisterBtcDepositAddress) XXX_Unmarshal ¶
func (m *EventRegisterBtcDepositAddress) XXX_Unmarshal(b []byte) error
type EventRegisterJudgeAddress ¶
type EventRegisterJudgeAddress struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` JudgeAddress string `protobuf:"bytes,2,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` ValidatorAddress string `protobuf:"bytes,3,opt,name=validatorAddress,proto3" json:"validatorAddress,omitempty"` }
func (*EventRegisterJudgeAddress) Descriptor ¶
func (*EventRegisterJudgeAddress) Descriptor() ([]byte, []int)
func (*EventRegisterJudgeAddress) GetJudgeAddress ¶
func (m *EventRegisterJudgeAddress) GetJudgeAddress() string
func (*EventRegisterJudgeAddress) GetMessage ¶
func (m *EventRegisterJudgeAddress) GetMessage() string
func (*EventRegisterJudgeAddress) GetValidatorAddress ¶
func (m *EventRegisterJudgeAddress) GetValidatorAddress() string
func (*EventRegisterJudgeAddress) Marshal ¶
func (m *EventRegisterJudgeAddress) Marshal() (dAtA []byte, err error)
func (*EventRegisterJudgeAddress) MarshalTo ¶
func (m *EventRegisterJudgeAddress) MarshalTo(dAtA []byte) (int, error)
func (*EventRegisterJudgeAddress) MarshalToSizedBuffer ¶
func (m *EventRegisterJudgeAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventRegisterJudgeAddress) ProtoMessage ¶
func (*EventRegisterJudgeAddress) ProtoMessage()
func (*EventRegisterJudgeAddress) Reset ¶
func (m *EventRegisterJudgeAddress) Reset()
func (*EventRegisterJudgeAddress) Size ¶
func (m *EventRegisterJudgeAddress) Size() (n int)
func (*EventRegisterJudgeAddress) String ¶
func (m *EventRegisterJudgeAddress) String() string
func (*EventRegisterJudgeAddress) Unmarshal ¶
func (m *EventRegisterJudgeAddress) Unmarshal(dAtA []byte) error
func (*EventRegisterJudgeAddress) XXX_DiscardUnknown ¶
func (m *EventRegisterJudgeAddress) XXX_DiscardUnknown()
func (*EventRegisterJudgeAddress) XXX_Marshal ¶
func (m *EventRegisterJudgeAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventRegisterJudgeAddress) XXX_Merge ¶
func (m *EventRegisterJudgeAddress) XXX_Merge(src proto.Message)
func (*EventRegisterJudgeAddress) XXX_Size ¶
func (m *EventRegisterJudgeAddress) XXX_Size() int
func (*EventRegisterJudgeAddress) XXX_Unmarshal ¶
func (m *EventRegisterJudgeAddress) XXX_Unmarshal(b []byte) error
type EventRegisterReserveAddress ¶
type EventRegisterReserveAddress struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` ReserveScript string `protobuf:"bytes,2,opt,name=reserveScript,proto3" json:"reserveScript,omitempty"` }
func (*EventRegisterReserveAddress) Descriptor ¶
func (*EventRegisterReserveAddress) Descriptor() ([]byte, []int)
func (*EventRegisterReserveAddress) GetMessage ¶
func (m *EventRegisterReserveAddress) GetMessage() string
func (*EventRegisterReserveAddress) GetReserveScript ¶
func (m *EventRegisterReserveAddress) GetReserveScript() string
func (*EventRegisterReserveAddress) Marshal ¶
func (m *EventRegisterReserveAddress) Marshal() (dAtA []byte, err error)
func (*EventRegisterReserveAddress) MarshalTo ¶
func (m *EventRegisterReserveAddress) MarshalTo(dAtA []byte) (int, error)
func (*EventRegisterReserveAddress) MarshalToSizedBuffer ¶
func (m *EventRegisterReserveAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventRegisterReserveAddress) ProtoMessage ¶
func (*EventRegisterReserveAddress) ProtoMessage()
func (*EventRegisterReserveAddress) Reset ¶
func (m *EventRegisterReserveAddress) Reset()
func (*EventRegisterReserveAddress) Size ¶
func (m *EventRegisterReserveAddress) Size() (n int)
func (*EventRegisterReserveAddress) String ¶
func (m *EventRegisterReserveAddress) String() string
func (*EventRegisterReserveAddress) Unmarshal ¶
func (m *EventRegisterReserveAddress) Unmarshal(dAtA []byte) error
func (*EventRegisterReserveAddress) XXX_DiscardUnknown ¶
func (m *EventRegisterReserveAddress) XXX_DiscardUnknown()
func (*EventRegisterReserveAddress) XXX_Marshal ¶
func (m *EventRegisterReserveAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventRegisterReserveAddress) XXX_Merge ¶
func (m *EventRegisterReserveAddress) XXX_Merge(src proto.Message)
func (*EventRegisterReserveAddress) XXX_Size ¶
func (m *EventRegisterReserveAddress) XXX_Size() int
func (*EventRegisterReserveAddress) XXX_Unmarshal ¶
func (m *EventRegisterReserveAddress) XXX_Unmarshal(b []byte) error
type EventSignRefund ¶
type EventSignRefund struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` ReserveId uint64 `protobuf:"varint,2,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,3,opt,name=roundId,proto3" json:"roundId,omitempty"` SignerPublicKey string `protobuf:"bytes,4,opt,name=signerPublicKey,proto3" json:"signerPublicKey,omitempty"` RefundSignature []string `protobuf:"bytes,5,rep,name=refundSignature,proto3" json:"refundSignature,omitempty"` BtcOracleAddress string `protobuf:"bytes,6,opt,name=btcOracleAddress,proto3" json:"btcOracleAddress,omitempty"` }
func (*EventSignRefund) Descriptor ¶
func (*EventSignRefund) Descriptor() ([]byte, []int)
func (*EventSignRefund) GetBtcOracleAddress ¶
func (m *EventSignRefund) GetBtcOracleAddress() string
func (*EventSignRefund) GetMessage ¶
func (m *EventSignRefund) GetMessage() string
func (*EventSignRefund) GetRefundSignature ¶
func (m *EventSignRefund) GetRefundSignature() []string
func (*EventSignRefund) GetReserveId ¶ added in v0.0.2
func (m *EventSignRefund) GetReserveId() uint64
func (*EventSignRefund) GetRoundId ¶ added in v0.0.2
func (m *EventSignRefund) GetRoundId() uint64
func (*EventSignRefund) GetSignerPublicKey ¶ added in v0.0.2
func (m *EventSignRefund) GetSignerPublicKey() string
func (*EventSignRefund) Marshal ¶
func (m *EventSignRefund) Marshal() (dAtA []byte, err error)
func (*EventSignRefund) MarshalToSizedBuffer ¶
func (m *EventSignRefund) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventSignRefund) ProtoMessage ¶
func (*EventSignRefund) ProtoMessage()
func (*EventSignRefund) Reset ¶
func (m *EventSignRefund) Reset()
func (*EventSignRefund) Size ¶
func (m *EventSignRefund) Size() (n int)
func (*EventSignRefund) String ¶
func (m *EventSignRefund) String() string
func (*EventSignRefund) Unmarshal ¶
func (m *EventSignRefund) Unmarshal(dAtA []byte) error
func (*EventSignRefund) XXX_DiscardUnknown ¶
func (m *EventSignRefund) XXX_DiscardUnknown()
func (*EventSignRefund) XXX_Marshal ¶
func (m *EventSignRefund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventSignRefund) XXX_Merge ¶
func (m *EventSignRefund) XXX_Merge(src proto.Message)
func (*EventSignRefund) XXX_Size ¶
func (m *EventSignRefund) XXX_Size() int
func (*EventSignRefund) XXX_Unmarshal ¶
func (m *EventSignRefund) XXX_Unmarshal(b []byte) error
type EventSignSweep ¶
type EventSignSweep struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` ReserveId uint64 `protobuf:"varint,2,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,3,opt,name=roundId,proto3" json:"roundId,omitempty"` SignerPublicKey string `protobuf:"bytes,4,opt,name=signerPublicKey,proto3" json:"signerPublicKey,omitempty"` SweepSignature []string `protobuf:"bytes,5,rep,name=sweepSignature,proto3" json:"sweepSignature,omitempty"` BtcOracleAddress string `protobuf:"bytes,6,opt,name=btcOracleAddress,proto3" json:"btcOracleAddress,omitempty"` }
func (*EventSignSweep) Descriptor ¶
func (*EventSignSweep) Descriptor() ([]byte, []int)
func (*EventSignSweep) GetBtcOracleAddress ¶
func (m *EventSignSweep) GetBtcOracleAddress() string
func (*EventSignSweep) GetMessage ¶
func (m *EventSignSweep) GetMessage() string
func (*EventSignSweep) GetReserveId ¶ added in v0.0.2
func (m *EventSignSweep) GetReserveId() uint64
func (*EventSignSweep) GetRoundId ¶ added in v0.0.2
func (m *EventSignSweep) GetRoundId() uint64
func (*EventSignSweep) GetSignerPublicKey ¶ added in v0.0.2
func (m *EventSignSweep) GetSignerPublicKey() string
func (*EventSignSweep) GetSweepSignature ¶
func (m *EventSignSweep) GetSweepSignature() []string
func (*EventSignSweep) Marshal ¶
func (m *EventSignSweep) Marshal() (dAtA []byte, err error)
func (*EventSignSweep) MarshalToSizedBuffer ¶
func (m *EventSignSweep) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventSignSweep) ProtoMessage ¶
func (*EventSignSweep) ProtoMessage()
func (*EventSignSweep) Reset ¶
func (m *EventSignSweep) Reset()
func (*EventSignSweep) Size ¶
func (m *EventSignSweep) Size() (n int)
func (*EventSignSweep) String ¶
func (m *EventSignSweep) String() string
func (*EventSignSweep) Unmarshal ¶
func (m *EventSignSweep) Unmarshal(dAtA []byte) error
func (*EventSignSweep) XXX_DiscardUnknown ¶
func (m *EventSignSweep) XXX_DiscardUnknown()
func (*EventSignSweep) XXX_Marshal ¶
func (m *EventSignSweep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventSignSweep) XXX_Merge ¶
func (m *EventSignSweep) XXX_Merge(src proto.Message)
func (*EventSignSweep) XXX_Size ¶
func (m *EventSignSweep) XXX_Size() int
func (*EventSignSweep) XXX_Unmarshal ¶
func (m *EventSignSweep) XXX_Unmarshal(b []byte) error
type EventUnsignedTxRefund ¶ added in v0.0.2
type EventUnsignedTxRefund struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` ReserveId uint64 `protobuf:"varint,2,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,3,opt,name=roundId,proto3" json:"roundId,omitempty"` UnsignedRefundTx string `protobuf:"bytes,4,opt,name=unsignedRefundTx,proto3" json:"unsignedRefundTx,omitempty"` JudgeAddress string `protobuf:"bytes,5,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
func (*EventUnsignedTxRefund) Descriptor ¶ added in v0.0.2
func (*EventUnsignedTxRefund) Descriptor() ([]byte, []int)
func (*EventUnsignedTxRefund) GetJudgeAddress ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) GetJudgeAddress() string
func (*EventUnsignedTxRefund) GetMessage ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) GetMessage() string
func (*EventUnsignedTxRefund) GetReserveId ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) GetReserveId() uint64
func (*EventUnsignedTxRefund) GetRoundId ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) GetRoundId() uint64
func (*EventUnsignedTxRefund) GetUnsignedRefundTx ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) GetUnsignedRefundTx() string
func (*EventUnsignedTxRefund) Marshal ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) Marshal() (dAtA []byte, err error)
func (*EventUnsignedTxRefund) MarshalTo ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) MarshalTo(dAtA []byte) (int, error)
func (*EventUnsignedTxRefund) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventUnsignedTxRefund) ProtoMessage ¶ added in v0.0.2
func (*EventUnsignedTxRefund) ProtoMessage()
func (*EventUnsignedTxRefund) Reset ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) Reset()
func (*EventUnsignedTxRefund) Size ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) Size() (n int)
func (*EventUnsignedTxRefund) String ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) String() string
func (*EventUnsignedTxRefund) Unmarshal ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) Unmarshal(dAtA []byte) error
func (*EventUnsignedTxRefund) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) XXX_DiscardUnknown()
func (*EventUnsignedTxRefund) XXX_Marshal ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventUnsignedTxRefund) XXX_Merge ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) XXX_Merge(src proto.Message)
func (*EventUnsignedTxRefund) XXX_Size ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) XXX_Size() int
func (*EventUnsignedTxRefund) XXX_Unmarshal ¶ added in v0.0.2
func (m *EventUnsignedTxRefund) XXX_Unmarshal(b []byte) error
type EventUnsignedTxSweep ¶ added in v0.0.2
type EventUnsignedTxSweep struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` TxId string `protobuf:"bytes,2,opt,name=txId,proto3" json:"txId,omitempty"` ReserveId uint64 `protobuf:"varint,3,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,4,opt,name=roundId,proto3" json:"roundId,omitempty"` UnsignedSweepTx string `protobuf:"bytes,5,opt,name=unsignedSweepTx,proto3" json:"unsignedSweepTx,omitempty"` JudgeAddress string `protobuf:"bytes,6,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
func (*EventUnsignedTxSweep) Descriptor ¶ added in v0.0.2
func (*EventUnsignedTxSweep) Descriptor() ([]byte, []int)
func (*EventUnsignedTxSweep) GetJudgeAddress ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) GetJudgeAddress() string
func (*EventUnsignedTxSweep) GetMessage ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) GetMessage() string
func (*EventUnsignedTxSweep) GetReserveId ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) GetReserveId() uint64
func (*EventUnsignedTxSweep) GetRoundId ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) GetRoundId() uint64
func (*EventUnsignedTxSweep) GetTxId ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) GetTxId() string
func (*EventUnsignedTxSweep) GetUnsignedSweepTx ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) GetUnsignedSweepTx() string
func (*EventUnsignedTxSweep) Marshal ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) Marshal() (dAtA []byte, err error)
func (*EventUnsignedTxSweep) MarshalTo ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) MarshalTo(dAtA []byte) (int, error)
func (*EventUnsignedTxSweep) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventUnsignedTxSweep) ProtoMessage ¶ added in v0.0.2
func (*EventUnsignedTxSweep) ProtoMessage()
func (*EventUnsignedTxSweep) Reset ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) Reset()
func (*EventUnsignedTxSweep) Size ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) Size() (n int)
func (*EventUnsignedTxSweep) String ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) String() string
func (*EventUnsignedTxSweep) Unmarshal ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) Unmarshal(dAtA []byte) error
func (*EventUnsignedTxSweep) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) XXX_DiscardUnknown()
func (*EventUnsignedTxSweep) XXX_Marshal ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventUnsignedTxSweep) XXX_Merge ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) XXX_Merge(src proto.Message)
func (*EventUnsignedTxSweep) XXX_Size ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) XXX_Size() int
func (*EventUnsignedTxSweep) XXX_Unmarshal ¶ added in v0.0.2
func (m *EventUnsignedTxSweep) XXX_Unmarshal(b []byte) error
type EventWithdrawBtcRequest ¶
type EventWithdrawBtcRequest struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` TwilightAddress string `protobuf:"bytes,2,opt,name=twilightAddress,proto3" json:"twilightAddress,omitempty"` ReserveId uint64 `protobuf:"varint,3,opt,name=reserveId,proto3" json:"reserveId,omitempty"` WithdrawAddress string `protobuf:"bytes,4,opt,name=withdrawAddress,proto3" json:"withdrawAddress,omitempty"` WithdrawAmount uint64 `protobuf:"varint,5,opt,name=withdrawAmount,proto3" json:"withdrawAmount,omitempty"` }
func (*EventWithdrawBtcRequest) Descriptor ¶
func (*EventWithdrawBtcRequest) Descriptor() ([]byte, []int)
func (*EventWithdrawBtcRequest) GetMessage ¶
func (m *EventWithdrawBtcRequest) GetMessage() string
func (*EventWithdrawBtcRequest) GetReserveId ¶ added in v0.0.2
func (m *EventWithdrawBtcRequest) GetReserveId() uint64
func (*EventWithdrawBtcRequest) GetTwilightAddress ¶
func (m *EventWithdrawBtcRequest) GetTwilightAddress() string
func (*EventWithdrawBtcRequest) GetWithdrawAddress ¶
func (m *EventWithdrawBtcRequest) GetWithdrawAddress() string
func (*EventWithdrawBtcRequest) GetWithdrawAmount ¶
func (m *EventWithdrawBtcRequest) GetWithdrawAmount() uint64
func (*EventWithdrawBtcRequest) Marshal ¶
func (m *EventWithdrawBtcRequest) Marshal() (dAtA []byte, err error)
func (*EventWithdrawBtcRequest) MarshalTo ¶
func (m *EventWithdrawBtcRequest) MarshalTo(dAtA []byte) (int, error)
func (*EventWithdrawBtcRequest) MarshalToSizedBuffer ¶
func (m *EventWithdrawBtcRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventWithdrawBtcRequest) ProtoMessage ¶
func (*EventWithdrawBtcRequest) ProtoMessage()
func (*EventWithdrawBtcRequest) Reset ¶
func (m *EventWithdrawBtcRequest) Reset()
func (*EventWithdrawBtcRequest) Size ¶
func (m *EventWithdrawBtcRequest) Size() (n int)
func (*EventWithdrawBtcRequest) String ¶
func (m *EventWithdrawBtcRequest) String() string
func (*EventWithdrawBtcRequest) Unmarshal ¶
func (m *EventWithdrawBtcRequest) Unmarshal(dAtA []byte) error
func (*EventWithdrawBtcRequest) XXX_DiscardUnknown ¶
func (m *EventWithdrawBtcRequest) XXX_DiscardUnknown()
func (*EventWithdrawBtcRequest) XXX_Marshal ¶
func (m *EventWithdrawBtcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventWithdrawBtcRequest) XXX_Merge ¶
func (m *EventWithdrawBtcRequest) XXX_Merge(src proto.Message)
func (*EventWithdrawBtcRequest) XXX_Size ¶
func (m *EventWithdrawBtcRequest) XXX_Size() int
func (*EventWithdrawBtcRequest) XXX_Unmarshal ¶
func (m *EventWithdrawBtcRequest) XXX_Unmarshal(b []byte) error
type GenesisState ¶
type GenesisState struct {
Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"`
}
GenesisState defines the bridge module's genesis state.
func DefaultGenesis ¶
func DefaultGenesis() *GenesisState
DefaultGenesis returns the default Capability genesis state
func (*GenesisState) Descriptor ¶
func (*GenesisState) Descriptor() ([]byte, []int)
func (*GenesisState) GetParams ¶
func (m *GenesisState) GetParams() Params
func (*GenesisState) Marshal ¶
func (m *GenesisState) Marshal() (dAtA []byte, err error)
func (*GenesisState) MarshalToSizedBuffer ¶
func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisState) ProtoMessage ¶
func (*GenesisState) ProtoMessage()
func (*GenesisState) Reset ¶
func (m *GenesisState) Reset()
func (*GenesisState) Size ¶
func (m *GenesisState) Size() (n int)
func (*GenesisState) String ¶
func (m *GenesisState) String() string
func (*GenesisState) Unmarshal ¶
func (m *GenesisState) Unmarshal(dAtA []byte) error
func (GenesisState) Validate ¶
func (gs GenesisState) Validate() error
Validate performs basic genesis state validation returning an error upon any failure.
func (*GenesisState) XXX_DiscardUnknown ¶
func (m *GenesisState) XXX_DiscardUnknown()
func (*GenesisState) XXX_Marshal ¶
func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisState) XXX_Merge ¶
func (m *GenesisState) XXX_Merge(src proto.Message)
func (*GenesisState) XXX_Size ¶
func (m *GenesisState) XXX_Size() int
func (*GenesisState) XXX_Unmarshal ¶
func (m *GenesisState) XXX_Unmarshal(b []byte) error
type MsgBroadcastTxRefund ¶ added in v0.0.2
type MsgBroadcastTxRefund struct { ReserveId uint64 `protobuf:"varint,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,2,opt,name=roundId,proto3" json:"roundId,omitempty"` SignedRefundTx string `protobuf:"bytes,3,opt,name=signedRefundTx,proto3" json:"signedRefundTx,omitempty"` JudgeAddress string `protobuf:"bytes,4,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
6. MsgBroadcastTxRefund
func NewMsgBroadcastTxRefund ¶ added in v0.0.2
func NewMsgBroadcastTxRefund(reserveId uint64, roundId uint64, signedRefundTx string, judgeAddress string) *MsgBroadcastTxRefund
func (*MsgBroadcastTxRefund) Descriptor ¶ added in v0.0.2
func (*MsgBroadcastTxRefund) Descriptor() ([]byte, []int)
func (*MsgBroadcastTxRefund) GetJudgeAddress ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) GetJudgeAddress() string
func (*MsgBroadcastTxRefund) GetReserveId ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) GetReserveId() uint64
func (*MsgBroadcastTxRefund) GetRoundId ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) GetRoundId() uint64
func (*MsgBroadcastTxRefund) GetSignBytes ¶ added in v0.0.2
func (msg *MsgBroadcastTxRefund) GetSignBytes() []byte
func (*MsgBroadcastTxRefund) GetSignedRefundTx ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) GetSignedRefundTx() string
func (*MsgBroadcastTxRefund) GetSigners ¶ added in v0.0.2
func (msg *MsgBroadcastTxRefund) GetSigners() []sdk.AccAddress
func (*MsgBroadcastTxRefund) Marshal ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) Marshal() (dAtA []byte, err error)
func (*MsgBroadcastTxRefund) MarshalTo ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) MarshalTo(dAtA []byte) (int, error)
func (*MsgBroadcastTxRefund) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgBroadcastTxRefund) ProtoMessage ¶ added in v0.0.2
func (*MsgBroadcastTxRefund) ProtoMessage()
func (*MsgBroadcastTxRefund) Reset ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) Reset()
func (*MsgBroadcastTxRefund) Route ¶ added in v0.0.2
func (msg *MsgBroadcastTxRefund) Route() string
func (*MsgBroadcastTxRefund) Size ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) Size() (n int)
func (*MsgBroadcastTxRefund) String ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) String() string
func (*MsgBroadcastTxRefund) Type ¶ added in v0.0.2
func (msg *MsgBroadcastTxRefund) Type() string
func (*MsgBroadcastTxRefund) Unmarshal ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) Unmarshal(dAtA []byte) error
func (*MsgBroadcastTxRefund) ValidateBasic ¶ added in v0.0.2
func (msg *MsgBroadcastTxRefund) ValidateBasic() error
func (*MsgBroadcastTxRefund) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) XXX_DiscardUnknown()
func (*MsgBroadcastTxRefund) XXX_Marshal ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgBroadcastTxRefund) XXX_Merge ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) XXX_Merge(src proto.Message)
func (*MsgBroadcastTxRefund) XXX_Size ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) XXX_Size() int
func (*MsgBroadcastTxRefund) XXX_Unmarshal ¶ added in v0.0.2
func (m *MsgBroadcastTxRefund) XXX_Unmarshal(b []byte) error
type MsgBroadcastTxRefundResponse ¶ added in v0.0.2
type MsgBroadcastTxRefundResponse struct { }
func (*MsgBroadcastTxRefundResponse) Descriptor ¶ added in v0.0.2
func (*MsgBroadcastTxRefundResponse) Descriptor() ([]byte, []int)
func (*MsgBroadcastTxRefundResponse) Marshal ¶ added in v0.0.2
func (m *MsgBroadcastTxRefundResponse) Marshal() (dAtA []byte, err error)
func (*MsgBroadcastTxRefundResponse) MarshalTo ¶ added in v0.0.2
func (m *MsgBroadcastTxRefundResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgBroadcastTxRefundResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *MsgBroadcastTxRefundResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgBroadcastTxRefundResponse) ProtoMessage ¶ added in v0.0.2
func (*MsgBroadcastTxRefundResponse) ProtoMessage()
func (*MsgBroadcastTxRefundResponse) Reset ¶ added in v0.0.2
func (m *MsgBroadcastTxRefundResponse) Reset()
func (*MsgBroadcastTxRefundResponse) Size ¶ added in v0.0.2
func (m *MsgBroadcastTxRefundResponse) Size() (n int)
func (*MsgBroadcastTxRefundResponse) String ¶ added in v0.0.2
func (m *MsgBroadcastTxRefundResponse) String() string
func (*MsgBroadcastTxRefundResponse) Unmarshal ¶ added in v0.0.2
func (m *MsgBroadcastTxRefundResponse) Unmarshal(dAtA []byte) error
func (*MsgBroadcastTxRefundResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *MsgBroadcastTxRefundResponse) XXX_DiscardUnknown()
func (*MsgBroadcastTxRefundResponse) XXX_Marshal ¶ added in v0.0.2
func (m *MsgBroadcastTxRefundResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgBroadcastTxRefundResponse) XXX_Merge ¶ added in v0.0.2
func (m *MsgBroadcastTxRefundResponse) XXX_Merge(src proto.Message)
func (*MsgBroadcastTxRefundResponse) XXX_Size ¶ added in v0.0.2
func (m *MsgBroadcastTxRefundResponse) XXX_Size() int
func (*MsgBroadcastTxRefundResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *MsgBroadcastTxRefundResponse) XXX_Unmarshal(b []byte) error
type MsgBroadcastTxSweep ¶
type MsgBroadcastTxSweep struct { ReserveId uint64 `protobuf:"varint,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,2,opt,name=roundId,proto3" json:"roundId,omitempty"` SignedSweepTx string `protobuf:"bytes,3,opt,name=signedSweepTx,proto3" json:"signedSweepTx,omitempty"` JudgeAddress string `protobuf:"bytes,4,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
7. MsgBroadcastTxSweep
func NewMsgBroadcastTxSweep ¶
func NewMsgBroadcastTxSweep(reserveId uint64, roundId uint64, signedSweepTx string, judgeAddress string) *MsgBroadcastTxSweep
func (*MsgBroadcastTxSweep) Descriptor ¶
func (*MsgBroadcastTxSweep) Descriptor() ([]byte, []int)
func (*MsgBroadcastTxSweep) GetJudgeAddress ¶
func (m *MsgBroadcastTxSweep) GetJudgeAddress() string
func (*MsgBroadcastTxSweep) GetReserveId ¶ added in v0.0.2
func (m *MsgBroadcastTxSweep) GetReserveId() uint64
func (*MsgBroadcastTxSweep) GetRoundId ¶ added in v0.0.2
func (m *MsgBroadcastTxSweep) GetRoundId() uint64
func (*MsgBroadcastTxSweep) GetSignBytes ¶
func (msg *MsgBroadcastTxSweep) GetSignBytes() []byte
func (*MsgBroadcastTxSweep) GetSignedSweepTx ¶
func (m *MsgBroadcastTxSweep) GetSignedSweepTx() string
func (*MsgBroadcastTxSweep) GetSigners ¶
func (msg *MsgBroadcastTxSweep) GetSigners() []sdk.AccAddress
func (*MsgBroadcastTxSweep) Marshal ¶
func (m *MsgBroadcastTxSweep) Marshal() (dAtA []byte, err error)
func (*MsgBroadcastTxSweep) MarshalTo ¶
func (m *MsgBroadcastTxSweep) MarshalTo(dAtA []byte) (int, error)
func (*MsgBroadcastTxSweep) MarshalToSizedBuffer ¶
func (m *MsgBroadcastTxSweep) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgBroadcastTxSweep) ProtoMessage ¶
func (*MsgBroadcastTxSweep) ProtoMessage()
func (*MsgBroadcastTxSweep) Reset ¶
func (m *MsgBroadcastTxSweep) Reset()
func (*MsgBroadcastTxSweep) Route ¶
func (msg *MsgBroadcastTxSweep) Route() string
func (*MsgBroadcastTxSweep) Size ¶
func (m *MsgBroadcastTxSweep) Size() (n int)
func (*MsgBroadcastTxSweep) String ¶
func (m *MsgBroadcastTxSweep) String() string
func (*MsgBroadcastTxSweep) Type ¶
func (msg *MsgBroadcastTxSweep) Type() string
func (*MsgBroadcastTxSweep) Unmarshal ¶
func (m *MsgBroadcastTxSweep) Unmarshal(dAtA []byte) error
func (*MsgBroadcastTxSweep) ValidateBasic ¶
func (msg *MsgBroadcastTxSweep) ValidateBasic() error
func (*MsgBroadcastTxSweep) XXX_DiscardUnknown ¶
func (m *MsgBroadcastTxSweep) XXX_DiscardUnknown()
func (*MsgBroadcastTxSweep) XXX_Marshal ¶
func (m *MsgBroadcastTxSweep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgBroadcastTxSweep) XXX_Merge ¶
func (m *MsgBroadcastTxSweep) XXX_Merge(src proto.Message)
func (*MsgBroadcastTxSweep) XXX_Size ¶
func (m *MsgBroadcastTxSweep) XXX_Size() int
func (*MsgBroadcastTxSweep) XXX_Unmarshal ¶
func (m *MsgBroadcastTxSweep) XXX_Unmarshal(b []byte) error
type MsgBroadcastTxSweepResponse ¶
type MsgBroadcastTxSweepResponse struct { }
func (*MsgBroadcastTxSweepResponse) Descriptor ¶
func (*MsgBroadcastTxSweepResponse) Descriptor() ([]byte, []int)
func (*MsgBroadcastTxSweepResponse) Marshal ¶
func (m *MsgBroadcastTxSweepResponse) Marshal() (dAtA []byte, err error)
func (*MsgBroadcastTxSweepResponse) MarshalTo ¶
func (m *MsgBroadcastTxSweepResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgBroadcastTxSweepResponse) MarshalToSizedBuffer ¶
func (m *MsgBroadcastTxSweepResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgBroadcastTxSweepResponse) ProtoMessage ¶
func (*MsgBroadcastTxSweepResponse) ProtoMessage()
func (*MsgBroadcastTxSweepResponse) Reset ¶
func (m *MsgBroadcastTxSweepResponse) Reset()
func (*MsgBroadcastTxSweepResponse) Size ¶
func (m *MsgBroadcastTxSweepResponse) Size() (n int)
func (*MsgBroadcastTxSweepResponse) String ¶
func (m *MsgBroadcastTxSweepResponse) String() string
func (*MsgBroadcastTxSweepResponse) Unmarshal ¶
func (m *MsgBroadcastTxSweepResponse) Unmarshal(dAtA []byte) error
func (*MsgBroadcastTxSweepResponse) XXX_DiscardUnknown ¶
func (m *MsgBroadcastTxSweepResponse) XXX_DiscardUnknown()
func (*MsgBroadcastTxSweepResponse) XXX_Marshal ¶
func (m *MsgBroadcastTxSweepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgBroadcastTxSweepResponse) XXX_Merge ¶
func (m *MsgBroadcastTxSweepResponse) XXX_Merge(src proto.Message)
func (*MsgBroadcastTxSweepResponse) XXX_Size ¶
func (m *MsgBroadcastTxSweepResponse) XXX_Size() int
func (*MsgBroadcastTxSweepResponse) XXX_Unmarshal ¶
func (m *MsgBroadcastTxSweepResponse) XXX_Unmarshal(b []byte) error
type MsgClient ¶
type MsgClient interface { ConfirmBtcDeposit(ctx context.Context, in *MsgConfirmBtcDeposit, opts ...grpc.CallOption) (*MsgConfirmBtcDepositResponse, error) RegisterBtcDepositAddress(ctx context.Context, in *MsgRegisterBtcDepositAddress, opts ...grpc.CallOption) (*MsgRegisterBtcDepositAddressResponse, error) RegisterReserveAddress(ctx context.Context, in *MsgRegisterReserveAddress, opts ...grpc.CallOption) (*MsgRegisterReserveAddressResponse, error) RegisterJudge(ctx context.Context, in *MsgRegisterJudge, opts ...grpc.CallOption) (*MsgRegisterJudgeResponse, error) // this line is used by starport scaffolding # proto/tx/rpc WithdrawBtcRequest(ctx context.Context, in *MsgWithdrawBtcRequest, opts ...grpc.CallOption) (*MsgWithdrawBtcRequestResponse, error) SweepProposal(ctx context.Context, in *MsgSweepProposal, opts ...grpc.CallOption) (*MsgSweepProposalResponse, error) WithdrawTxSigned(ctx context.Context, in *MsgWithdrawTxSigned, opts ...grpc.CallOption) (*MsgWithdrawTxSignedResponse, error) WithdrawTxFinal(ctx context.Context, in *MsgWithdrawTxFinal, opts ...grpc.CallOption) (*MsgWithdrawTxFinalResponse, error) SignRefund(ctx context.Context, in *MsgSignRefund, opts ...grpc.CallOption) (*MsgSignRefundResponse, error) BroadcastTxSweep(ctx context.Context, in *MsgBroadcastTxSweep, opts ...grpc.CallOption) (*MsgBroadcastTxSweepResponse, error) SignSweep(ctx context.Context, in *MsgSignSweep, opts ...grpc.CallOption) (*MsgSignSweepResponse, error) ProposeRefundHash(ctx context.Context, in *MsgProposeRefundHash, opts ...grpc.CallOption) (*MsgProposeRefundHashResponse, error) ConfirmBtcWithdraw(ctx context.Context, in *MsgConfirmBtcWithdraw, opts ...grpc.CallOption) (*MsgConfirmBtcWithdrawResponse, error) UnsignedTxSweep(ctx context.Context, in *MsgUnsignedTxSweep, opts ...grpc.CallOption) (*MsgUnsignedTxSweepResponse, error) UnsignedTxRefund(ctx context.Context, in *MsgUnsignedTxRefund, opts ...grpc.CallOption) (*MsgUnsignedTxRefundResponse, error) BroadcastTxRefund(ctx context.Context, in *MsgBroadcastTxRefund, opts ...grpc.CallOption) (*MsgBroadcastTxRefundResponse, error) ProposeSweepAddress(ctx context.Context, in *MsgProposeSweepAddress, opts ...grpc.CallOption) (*MsgProposeSweepAddressResponse, error) }
MsgClient is the client API for Msg service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMsgClient ¶
func NewMsgClient(cc grpc1.ClientConn) MsgClient
type MsgConfirmBtcDeposit ¶
type MsgConfirmBtcDeposit struct { ReserveAddress string `protobuf:"bytes,1,opt,name=reserveAddress,proto3" json:"reserveAddress,omitempty"` DepositAmount uint64 `protobuf:"varint,2,opt,name=depositAmount,proto3" json:"depositAmount,omitempty"` Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` Hash string `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"` TwilightDepositAddress string `protobuf:"bytes,5,opt,name=twilightDepositAddress,proto3" json:"twilightDepositAddress,omitempty"` OracleAddress string `protobuf:"bytes,7,opt,name=oracleAddress,proto3" json:"oracleAddress,omitempty"` }
func NewMsgConfirmBtcDeposit ¶
func (*MsgConfirmBtcDeposit) Descriptor ¶
func (*MsgConfirmBtcDeposit) Descriptor() ([]byte, []int)
func (*MsgConfirmBtcDeposit) GetDepositAmount ¶
func (m *MsgConfirmBtcDeposit) GetDepositAmount() uint64
func (*MsgConfirmBtcDeposit) GetHash ¶
func (m *MsgConfirmBtcDeposit) GetHash() string
func (*MsgConfirmBtcDeposit) GetHeight ¶
func (m *MsgConfirmBtcDeposit) GetHeight() uint64
func (*MsgConfirmBtcDeposit) GetOracleAddress ¶
func (m *MsgConfirmBtcDeposit) GetOracleAddress() string
func (MsgConfirmBtcDeposit) GetProposarOrchestrator ¶
func (msg MsgConfirmBtcDeposit) GetProposarOrchestrator() sdk.AccAddress
func (*MsgConfirmBtcDeposit) GetReserveAddress ¶
func (m *MsgConfirmBtcDeposit) GetReserveAddress() string
func (*MsgConfirmBtcDeposit) GetSignBytes ¶
func (msg *MsgConfirmBtcDeposit) GetSignBytes() []byte
func (*MsgConfirmBtcDeposit) GetSigners ¶
func (msg *MsgConfirmBtcDeposit) GetSigners() []sdk.AccAddress
func (*MsgConfirmBtcDeposit) GetTwilightDepositAddress ¶
func (m *MsgConfirmBtcDeposit) GetTwilightDepositAddress() string
func (*MsgConfirmBtcDeposit) GetType ¶
func (msg *MsgConfirmBtcDeposit) GetType() nykstypes.ProposalType
GetType returns the claim type
func (*MsgConfirmBtcDeposit) Marshal ¶
func (m *MsgConfirmBtcDeposit) Marshal() (dAtA []byte, err error)
func (*MsgConfirmBtcDeposit) MarshalTo ¶
func (m *MsgConfirmBtcDeposit) MarshalTo(dAtA []byte) (int, error)
func (*MsgConfirmBtcDeposit) MarshalToSizedBuffer ¶
func (m *MsgConfirmBtcDeposit) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgConfirmBtcDeposit) ProposalHash ¶
func (msg *MsgConfirmBtcDeposit) ProposalHash() ([]byte, error)
func (*MsgConfirmBtcDeposit) ProtoMessage ¶
func (*MsgConfirmBtcDeposit) ProtoMessage()
func (*MsgConfirmBtcDeposit) Reset ¶
func (m *MsgConfirmBtcDeposit) Reset()
func (*MsgConfirmBtcDeposit) Route ¶
func (msg *MsgConfirmBtcDeposit) Route() string
func (*MsgConfirmBtcDeposit) Size ¶
func (m *MsgConfirmBtcDeposit) Size() (n int)
func (*MsgConfirmBtcDeposit) String ¶
func (m *MsgConfirmBtcDeposit) String() string
func (*MsgConfirmBtcDeposit) Type ¶
func (msg *MsgConfirmBtcDeposit) Type() string
func (*MsgConfirmBtcDeposit) Unmarshal ¶
func (m *MsgConfirmBtcDeposit) Unmarshal(dAtA []byte) error
func (*MsgConfirmBtcDeposit) ValidateBasic ¶
func (msg *MsgConfirmBtcDeposit) ValidateBasic() error
func (*MsgConfirmBtcDeposit) XXX_DiscardUnknown ¶
func (m *MsgConfirmBtcDeposit) XXX_DiscardUnknown()
func (*MsgConfirmBtcDeposit) XXX_Marshal ¶
func (m *MsgConfirmBtcDeposit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgConfirmBtcDeposit) XXX_Merge ¶
func (m *MsgConfirmBtcDeposit) XXX_Merge(src proto.Message)
func (*MsgConfirmBtcDeposit) XXX_Size ¶
func (m *MsgConfirmBtcDeposit) XXX_Size() int
func (*MsgConfirmBtcDeposit) XXX_Unmarshal ¶
func (m *MsgConfirmBtcDeposit) XXX_Unmarshal(b []byte) error
type MsgConfirmBtcDepositResponse ¶
type MsgConfirmBtcDepositResponse struct {
TwilightDepositAddress string `protobuf:"bytes,1,opt,name=twilightDepositAddress,proto3" json:"twilightDepositAddress,omitempty"`
}
func (*MsgConfirmBtcDepositResponse) Descriptor ¶
func (*MsgConfirmBtcDepositResponse) Descriptor() ([]byte, []int)
func (*MsgConfirmBtcDepositResponse) GetTwilightDepositAddress ¶
func (m *MsgConfirmBtcDepositResponse) GetTwilightDepositAddress() string
func (*MsgConfirmBtcDepositResponse) Marshal ¶
func (m *MsgConfirmBtcDepositResponse) Marshal() (dAtA []byte, err error)
func (*MsgConfirmBtcDepositResponse) MarshalTo ¶
func (m *MsgConfirmBtcDepositResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgConfirmBtcDepositResponse) MarshalToSizedBuffer ¶
func (m *MsgConfirmBtcDepositResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgConfirmBtcDepositResponse) ProtoMessage ¶
func (*MsgConfirmBtcDepositResponse) ProtoMessage()
func (*MsgConfirmBtcDepositResponse) Reset ¶
func (m *MsgConfirmBtcDepositResponse) Reset()
func (*MsgConfirmBtcDepositResponse) Size ¶
func (m *MsgConfirmBtcDepositResponse) Size() (n int)
func (*MsgConfirmBtcDepositResponse) String ¶
func (m *MsgConfirmBtcDepositResponse) String() string
func (*MsgConfirmBtcDepositResponse) Unmarshal ¶
func (m *MsgConfirmBtcDepositResponse) Unmarshal(dAtA []byte) error
func (*MsgConfirmBtcDepositResponse) XXX_DiscardUnknown ¶
func (m *MsgConfirmBtcDepositResponse) XXX_DiscardUnknown()
func (*MsgConfirmBtcDepositResponse) XXX_Marshal ¶
func (m *MsgConfirmBtcDepositResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgConfirmBtcDepositResponse) XXX_Merge ¶
func (m *MsgConfirmBtcDepositResponse) XXX_Merge(src proto.Message)
func (*MsgConfirmBtcDepositResponse) XXX_Size ¶
func (m *MsgConfirmBtcDepositResponse) XXX_Size() int
func (*MsgConfirmBtcDepositResponse) XXX_Unmarshal ¶
func (m *MsgConfirmBtcDepositResponse) XXX_Unmarshal(b []byte) error
type MsgConfirmBtcWithdraw ¶
type MsgConfirmBtcWithdraw struct { TxHash string `protobuf:"bytes,1,opt,name=txHash,proto3" json:"txHash,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` Hash string `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"` JudgeAddress string `protobuf:"bytes,4,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
4. MsgConfirmBtcWithdraw
func NewMsgConfirmBtcWithdraw ¶
func NewMsgConfirmBtcWithdraw(txHash string, height uint64, hash string, judgeAddress string) *MsgConfirmBtcWithdraw
func (*MsgConfirmBtcWithdraw) Descriptor ¶
func (*MsgConfirmBtcWithdraw) Descriptor() ([]byte, []int)
func (*MsgConfirmBtcWithdraw) GetHash ¶
func (m *MsgConfirmBtcWithdraw) GetHash() string
func (*MsgConfirmBtcWithdraw) GetHeight ¶
func (m *MsgConfirmBtcWithdraw) GetHeight() uint64
func (*MsgConfirmBtcWithdraw) GetJudgeAddress ¶
func (m *MsgConfirmBtcWithdraw) GetJudgeAddress() string
func (MsgConfirmBtcWithdraw) GetProposarOrchestrator ¶
func (msg MsgConfirmBtcWithdraw) GetProposarOrchestrator() sdk.AccAddress
func (*MsgConfirmBtcWithdraw) GetSignBytes ¶
func (msg *MsgConfirmBtcWithdraw) GetSignBytes() []byte
func (*MsgConfirmBtcWithdraw) GetSigners ¶
func (msg *MsgConfirmBtcWithdraw) GetSigners() []sdk.AccAddress
func (*MsgConfirmBtcWithdraw) GetTxHash ¶
func (m *MsgConfirmBtcWithdraw) GetTxHash() string
func (*MsgConfirmBtcWithdraw) GetType ¶
func (msg *MsgConfirmBtcWithdraw) GetType() nykstypes.ProposalType
GetType returns the claim type
func (*MsgConfirmBtcWithdraw) Marshal ¶
func (m *MsgConfirmBtcWithdraw) Marshal() (dAtA []byte, err error)
func (*MsgConfirmBtcWithdraw) MarshalTo ¶
func (m *MsgConfirmBtcWithdraw) MarshalTo(dAtA []byte) (int, error)
func (*MsgConfirmBtcWithdraw) MarshalToSizedBuffer ¶
func (m *MsgConfirmBtcWithdraw) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgConfirmBtcWithdraw) ProposalHash ¶
func (msg *MsgConfirmBtcWithdraw) ProposalHash() ([]byte, error)
func (*MsgConfirmBtcWithdraw) ProtoMessage ¶
func (*MsgConfirmBtcWithdraw) ProtoMessage()
func (*MsgConfirmBtcWithdraw) Reset ¶
func (m *MsgConfirmBtcWithdraw) Reset()
func (*MsgConfirmBtcWithdraw) Route ¶
func (msg *MsgConfirmBtcWithdraw) Route() string
func (*MsgConfirmBtcWithdraw) Size ¶
func (m *MsgConfirmBtcWithdraw) Size() (n int)
func (*MsgConfirmBtcWithdraw) String ¶
func (m *MsgConfirmBtcWithdraw) String() string
func (*MsgConfirmBtcWithdraw) Type ¶
func (msg *MsgConfirmBtcWithdraw) Type() string
func (*MsgConfirmBtcWithdraw) Unmarshal ¶
func (m *MsgConfirmBtcWithdraw) Unmarshal(dAtA []byte) error
func (*MsgConfirmBtcWithdraw) ValidateBasic ¶
func (msg *MsgConfirmBtcWithdraw) ValidateBasic() error
func (*MsgConfirmBtcWithdraw) XXX_DiscardUnknown ¶
func (m *MsgConfirmBtcWithdraw) XXX_DiscardUnknown()
func (*MsgConfirmBtcWithdraw) XXX_Marshal ¶
func (m *MsgConfirmBtcWithdraw) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgConfirmBtcWithdraw) XXX_Merge ¶
func (m *MsgConfirmBtcWithdraw) XXX_Merge(src proto.Message)
func (*MsgConfirmBtcWithdraw) XXX_Size ¶
func (m *MsgConfirmBtcWithdraw) XXX_Size() int
func (*MsgConfirmBtcWithdraw) XXX_Unmarshal ¶
func (m *MsgConfirmBtcWithdraw) XXX_Unmarshal(b []byte) error
type MsgConfirmBtcWithdrawResponse ¶
type MsgConfirmBtcWithdrawResponse struct { }
func (*MsgConfirmBtcWithdrawResponse) Descriptor ¶
func (*MsgConfirmBtcWithdrawResponse) Descriptor() ([]byte, []int)
func (*MsgConfirmBtcWithdrawResponse) Marshal ¶
func (m *MsgConfirmBtcWithdrawResponse) Marshal() (dAtA []byte, err error)
func (*MsgConfirmBtcWithdrawResponse) MarshalTo ¶
func (m *MsgConfirmBtcWithdrawResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgConfirmBtcWithdrawResponse) MarshalToSizedBuffer ¶
func (m *MsgConfirmBtcWithdrawResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgConfirmBtcWithdrawResponse) ProtoMessage ¶
func (*MsgConfirmBtcWithdrawResponse) ProtoMessage()
func (*MsgConfirmBtcWithdrawResponse) Reset ¶
func (m *MsgConfirmBtcWithdrawResponse) Reset()
func (*MsgConfirmBtcWithdrawResponse) Size ¶
func (m *MsgConfirmBtcWithdrawResponse) Size() (n int)
func (*MsgConfirmBtcWithdrawResponse) String ¶
func (m *MsgConfirmBtcWithdrawResponse) String() string
func (*MsgConfirmBtcWithdrawResponse) Unmarshal ¶
func (m *MsgConfirmBtcWithdrawResponse) Unmarshal(dAtA []byte) error
func (*MsgConfirmBtcWithdrawResponse) XXX_DiscardUnknown ¶
func (m *MsgConfirmBtcWithdrawResponse) XXX_DiscardUnknown()
func (*MsgConfirmBtcWithdrawResponse) XXX_Marshal ¶
func (m *MsgConfirmBtcWithdrawResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgConfirmBtcWithdrawResponse) XXX_Merge ¶
func (m *MsgConfirmBtcWithdrawResponse) XXX_Merge(src proto.Message)
func (*MsgConfirmBtcWithdrawResponse) XXX_Size ¶
func (m *MsgConfirmBtcWithdrawResponse) XXX_Size() int
func (*MsgConfirmBtcWithdrawResponse) XXX_Unmarshal ¶
func (m *MsgConfirmBtcWithdrawResponse) XXX_Unmarshal(b []byte) error
type MsgProposeRefundHash ¶
type MsgProposeRefundHash struct { RefundHash string `protobuf:"bytes,1,opt,name=refundHash,proto3" json:"refundHash,omitempty"` JudgeAddress string `protobuf:"bytes,2,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
func NewMsgProposeRefundHash ¶
func NewMsgProposeRefundHash(refundHash string, judgeAddress string) *MsgProposeRefundHash
func (*MsgProposeRefundHash) Descriptor ¶
func (*MsgProposeRefundHash) Descriptor() ([]byte, []int)
func (*MsgProposeRefundHash) GetJudgeAddress ¶
func (m *MsgProposeRefundHash) GetJudgeAddress() string
func (*MsgProposeRefundHash) GetRefundHash ¶
func (m *MsgProposeRefundHash) GetRefundHash() string
func (*MsgProposeRefundHash) GetSignBytes ¶
func (msg *MsgProposeRefundHash) GetSignBytes() []byte
func (*MsgProposeRefundHash) GetSigners ¶
func (msg *MsgProposeRefundHash) GetSigners() []sdk.AccAddress
func (*MsgProposeRefundHash) Marshal ¶
func (m *MsgProposeRefundHash) Marshal() (dAtA []byte, err error)
func (*MsgProposeRefundHash) MarshalTo ¶
func (m *MsgProposeRefundHash) MarshalTo(dAtA []byte) (int, error)
func (*MsgProposeRefundHash) MarshalToSizedBuffer ¶
func (m *MsgProposeRefundHash) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgProposeRefundHash) ProtoMessage ¶
func (*MsgProposeRefundHash) ProtoMessage()
func (*MsgProposeRefundHash) Reset ¶
func (m *MsgProposeRefundHash) Reset()
func (*MsgProposeRefundHash) Route ¶
func (msg *MsgProposeRefundHash) Route() string
func (*MsgProposeRefundHash) Size ¶
func (m *MsgProposeRefundHash) Size() (n int)
func (*MsgProposeRefundHash) String ¶
func (m *MsgProposeRefundHash) String() string
func (*MsgProposeRefundHash) Type ¶
func (msg *MsgProposeRefundHash) Type() string
func (*MsgProposeRefundHash) Unmarshal ¶
func (m *MsgProposeRefundHash) Unmarshal(dAtA []byte) error
func (*MsgProposeRefundHash) ValidateBasic ¶
func (msg *MsgProposeRefundHash) ValidateBasic() error
func (*MsgProposeRefundHash) XXX_DiscardUnknown ¶
func (m *MsgProposeRefundHash) XXX_DiscardUnknown()
func (*MsgProposeRefundHash) XXX_Marshal ¶
func (m *MsgProposeRefundHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgProposeRefundHash) XXX_Merge ¶
func (m *MsgProposeRefundHash) XXX_Merge(src proto.Message)
func (*MsgProposeRefundHash) XXX_Size ¶
func (m *MsgProposeRefundHash) XXX_Size() int
func (*MsgProposeRefundHash) XXX_Unmarshal ¶
func (m *MsgProposeRefundHash) XXX_Unmarshal(b []byte) error
type MsgProposeRefundHashResponse ¶
type MsgProposeRefundHashResponse struct { }
func (*MsgProposeRefundHashResponse) Descriptor ¶
func (*MsgProposeRefundHashResponse) Descriptor() ([]byte, []int)
func (*MsgProposeRefundHashResponse) Marshal ¶
func (m *MsgProposeRefundHashResponse) Marshal() (dAtA []byte, err error)
func (*MsgProposeRefundHashResponse) MarshalTo ¶
func (m *MsgProposeRefundHashResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgProposeRefundHashResponse) MarshalToSizedBuffer ¶
func (m *MsgProposeRefundHashResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgProposeRefundHashResponse) ProtoMessage ¶
func (*MsgProposeRefundHashResponse) ProtoMessage()
func (*MsgProposeRefundHashResponse) Reset ¶
func (m *MsgProposeRefundHashResponse) Reset()
func (*MsgProposeRefundHashResponse) Size ¶
func (m *MsgProposeRefundHashResponse) Size() (n int)
func (*MsgProposeRefundHashResponse) String ¶
func (m *MsgProposeRefundHashResponse) String() string
func (*MsgProposeRefundHashResponse) Unmarshal ¶
func (m *MsgProposeRefundHashResponse) Unmarshal(dAtA []byte) error
func (*MsgProposeRefundHashResponse) XXX_DiscardUnknown ¶
func (m *MsgProposeRefundHashResponse) XXX_DiscardUnknown()
func (*MsgProposeRefundHashResponse) XXX_Marshal ¶
func (m *MsgProposeRefundHashResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgProposeRefundHashResponse) XXX_Merge ¶
func (m *MsgProposeRefundHashResponse) XXX_Merge(src proto.Message)
func (*MsgProposeRefundHashResponse) XXX_Size ¶
func (m *MsgProposeRefundHashResponse) XXX_Size() int
func (*MsgProposeRefundHashResponse) XXX_Unmarshal ¶
func (m *MsgProposeRefundHashResponse) XXX_Unmarshal(b []byte) error
type MsgProposeSweepAddress ¶ added in v0.0.2
type MsgProposeSweepAddress struct { BtcAddress string `protobuf:"bytes,1,opt,name=btcAddress,proto3" json:"btcAddress,omitempty"` BtcScript string `protobuf:"bytes,2,opt,name=btcScript,proto3" json:"btcScript,omitempty"` ReserveId uint64 `protobuf:"varint,3,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,4,opt,name=roundId,proto3" json:"roundId,omitempty"` JudgeAddress string `protobuf:"bytes,5,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
Sweep messages in order 1. MsgProposeSweepAddress
func NewMsgProposeSweepAddress ¶ added in v0.0.2
func (*MsgProposeSweepAddress) Descriptor ¶ added in v0.0.2
func (*MsgProposeSweepAddress) Descriptor() ([]byte, []int)
func (*MsgProposeSweepAddress) GetBtcAddress ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) GetBtcAddress() string
func (*MsgProposeSweepAddress) GetBtcScript ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) GetBtcScript() string
func (*MsgProposeSweepAddress) GetJudgeAddress ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) GetJudgeAddress() string
func (*MsgProposeSweepAddress) GetReserveId ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) GetReserveId() uint64
func (*MsgProposeSweepAddress) GetRoundId ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) GetRoundId() uint64
func (*MsgProposeSweepAddress) GetSignBytes ¶ added in v0.0.2
func (msg *MsgProposeSweepAddress) GetSignBytes() []byte
func (*MsgProposeSweepAddress) GetSigners ¶ added in v0.0.2
func (msg *MsgProposeSweepAddress) GetSigners() []sdk.AccAddress
func (*MsgProposeSweepAddress) Marshal ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) Marshal() (dAtA []byte, err error)
func (*MsgProposeSweepAddress) MarshalTo ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) MarshalTo(dAtA []byte) (int, error)
func (*MsgProposeSweepAddress) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgProposeSweepAddress) ProtoMessage ¶ added in v0.0.2
func (*MsgProposeSweepAddress) ProtoMessage()
func (*MsgProposeSweepAddress) Reset ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) Reset()
func (*MsgProposeSweepAddress) Route ¶ added in v0.0.2
func (msg *MsgProposeSweepAddress) Route() string
func (*MsgProposeSweepAddress) Size ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) Size() (n int)
func (*MsgProposeSweepAddress) String ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) String() string
func (*MsgProposeSweepAddress) Type ¶ added in v0.0.2
func (msg *MsgProposeSweepAddress) Type() string
func (*MsgProposeSweepAddress) Unmarshal ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) Unmarshal(dAtA []byte) error
func (*MsgProposeSweepAddress) ValidateBasic ¶ added in v0.0.2
func (msg *MsgProposeSweepAddress) ValidateBasic() error
func (*MsgProposeSweepAddress) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) XXX_DiscardUnknown()
func (*MsgProposeSweepAddress) XXX_Marshal ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgProposeSweepAddress) XXX_Merge ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) XXX_Merge(src proto.Message)
func (*MsgProposeSweepAddress) XXX_Size ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) XXX_Size() int
func (*MsgProposeSweepAddress) XXX_Unmarshal ¶ added in v0.0.2
func (m *MsgProposeSweepAddress) XXX_Unmarshal(b []byte) error
type MsgProposeSweepAddressResponse ¶ added in v0.0.2
type MsgProposeSweepAddressResponse struct { }
func (*MsgProposeSweepAddressResponse) Descriptor ¶ added in v0.0.2
func (*MsgProposeSweepAddressResponse) Descriptor() ([]byte, []int)
func (*MsgProposeSweepAddressResponse) Marshal ¶ added in v0.0.2
func (m *MsgProposeSweepAddressResponse) Marshal() (dAtA []byte, err error)
func (*MsgProposeSweepAddressResponse) MarshalTo ¶ added in v0.0.2
func (m *MsgProposeSweepAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgProposeSweepAddressResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *MsgProposeSweepAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgProposeSweepAddressResponse) ProtoMessage ¶ added in v0.0.2
func (*MsgProposeSweepAddressResponse) ProtoMessage()
func (*MsgProposeSweepAddressResponse) Reset ¶ added in v0.0.2
func (m *MsgProposeSweepAddressResponse) Reset()
func (*MsgProposeSweepAddressResponse) Size ¶ added in v0.0.2
func (m *MsgProposeSweepAddressResponse) Size() (n int)
func (*MsgProposeSweepAddressResponse) String ¶ added in v0.0.2
func (m *MsgProposeSweepAddressResponse) String() string
func (*MsgProposeSweepAddressResponse) Unmarshal ¶ added in v0.0.2
func (m *MsgProposeSweepAddressResponse) Unmarshal(dAtA []byte) error
func (*MsgProposeSweepAddressResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *MsgProposeSweepAddressResponse) XXX_DiscardUnknown()
func (*MsgProposeSweepAddressResponse) XXX_Marshal ¶ added in v0.0.2
func (m *MsgProposeSweepAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgProposeSweepAddressResponse) XXX_Merge ¶ added in v0.0.2
func (m *MsgProposeSweepAddressResponse) XXX_Merge(src proto.Message)
func (*MsgProposeSweepAddressResponse) XXX_Size ¶ added in v0.0.2
func (m *MsgProposeSweepAddressResponse) XXX_Size() int
func (*MsgProposeSweepAddressResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *MsgProposeSweepAddressResponse) XXX_Unmarshal(b []byte) error
type MsgRegisterBtcDepositAddress ¶
type MsgRegisterBtcDepositAddress struct { BtcDepositAddress string `protobuf:"bytes,1,opt,name=btcDepositAddress,proto3" json:"btcDepositAddress,omitempty"` BtcSatoshiTestAmount uint64 `protobuf:"varint,2,opt,name=btcSatoshiTestAmount,proto3" json:"btcSatoshiTestAmount,omitempty"` TwilightStakingAmount uint64 `protobuf:"varint,3,opt,name=twilightStakingAmount,proto3" json:"twilightStakingAmount,omitempty"` TwilightAddress string `protobuf:"bytes,4,opt,name=twilightAddress,proto3" json:"twilightAddress,omitempty"` }
func NewMsgRegisterBtcDepositAddress ¶
func NewMsgRegisterBtcDepositAddress(btcDepositAddress string, btcSatoshiTestAmount uint64, twilightStakingAmount uint64, twilightAddress string) *MsgRegisterBtcDepositAddress
func (*MsgRegisterBtcDepositAddress) Descriptor ¶
func (*MsgRegisterBtcDepositAddress) Descriptor() ([]byte, []int)
func (*MsgRegisterBtcDepositAddress) GetBtcDepositAddress ¶ added in v0.0.2
func (m *MsgRegisterBtcDepositAddress) GetBtcDepositAddress() string
func (*MsgRegisterBtcDepositAddress) GetBtcSatoshiTestAmount ¶ added in v0.0.2
func (m *MsgRegisterBtcDepositAddress) GetBtcSatoshiTestAmount() uint64
func (*MsgRegisterBtcDepositAddress) GetSignBytes ¶
func (msg *MsgRegisterBtcDepositAddress) GetSignBytes() []byte
func (*MsgRegisterBtcDepositAddress) GetSigners ¶
func (msg *MsgRegisterBtcDepositAddress) GetSigners() []sdk.AccAddress
func (*MsgRegisterBtcDepositAddress) GetTwilightAddress ¶ added in v0.0.2
func (m *MsgRegisterBtcDepositAddress) GetTwilightAddress() string
func (*MsgRegisterBtcDepositAddress) GetTwilightStakingAmount ¶ added in v0.0.2
func (m *MsgRegisterBtcDepositAddress) GetTwilightStakingAmount() uint64
func (*MsgRegisterBtcDepositAddress) Marshal ¶
func (m *MsgRegisterBtcDepositAddress) Marshal() (dAtA []byte, err error)
func (*MsgRegisterBtcDepositAddress) MarshalTo ¶
func (m *MsgRegisterBtcDepositAddress) MarshalTo(dAtA []byte) (int, error)
func (*MsgRegisterBtcDepositAddress) MarshalToSizedBuffer ¶
func (m *MsgRegisterBtcDepositAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterBtcDepositAddress) ProtoMessage ¶
func (*MsgRegisterBtcDepositAddress) ProtoMessage()
func (*MsgRegisterBtcDepositAddress) Reset ¶
func (m *MsgRegisterBtcDepositAddress) Reset()
func (*MsgRegisterBtcDepositAddress) Route ¶
func (msg *MsgRegisterBtcDepositAddress) Route() string
func (*MsgRegisterBtcDepositAddress) Size ¶
func (m *MsgRegisterBtcDepositAddress) Size() (n int)
func (*MsgRegisterBtcDepositAddress) String ¶
func (m *MsgRegisterBtcDepositAddress) String() string
func (*MsgRegisterBtcDepositAddress) Type ¶
func (msg *MsgRegisterBtcDepositAddress) Type() string
func (*MsgRegisterBtcDepositAddress) Unmarshal ¶
func (m *MsgRegisterBtcDepositAddress) Unmarshal(dAtA []byte) error
func (*MsgRegisterBtcDepositAddress) ValidateBasic ¶
func (msg *MsgRegisterBtcDepositAddress) ValidateBasic() error
func (*MsgRegisterBtcDepositAddress) XXX_DiscardUnknown ¶
func (m *MsgRegisterBtcDepositAddress) XXX_DiscardUnknown()
func (*MsgRegisterBtcDepositAddress) XXX_Marshal ¶
func (m *MsgRegisterBtcDepositAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterBtcDepositAddress) XXX_Merge ¶
func (m *MsgRegisterBtcDepositAddress) XXX_Merge(src proto.Message)
func (*MsgRegisterBtcDepositAddress) XXX_Size ¶
func (m *MsgRegisterBtcDepositAddress) XXX_Size() int
func (*MsgRegisterBtcDepositAddress) XXX_Unmarshal ¶
func (m *MsgRegisterBtcDepositAddress) XXX_Unmarshal(b []byte) error
type MsgRegisterBtcDepositAddressResponse ¶
type MsgRegisterBtcDepositAddressResponse struct { }
func (*MsgRegisterBtcDepositAddressResponse) Descriptor ¶
func (*MsgRegisterBtcDepositAddressResponse) Descriptor() ([]byte, []int)
func (*MsgRegisterBtcDepositAddressResponse) Marshal ¶
func (m *MsgRegisterBtcDepositAddressResponse) Marshal() (dAtA []byte, err error)
func (*MsgRegisterBtcDepositAddressResponse) MarshalTo ¶
func (m *MsgRegisterBtcDepositAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRegisterBtcDepositAddressResponse) MarshalToSizedBuffer ¶
func (m *MsgRegisterBtcDepositAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterBtcDepositAddressResponse) ProtoMessage ¶
func (*MsgRegisterBtcDepositAddressResponse) ProtoMessage()
func (*MsgRegisterBtcDepositAddressResponse) Reset ¶
func (m *MsgRegisterBtcDepositAddressResponse) Reset()
func (*MsgRegisterBtcDepositAddressResponse) Size ¶
func (m *MsgRegisterBtcDepositAddressResponse) Size() (n int)
func (*MsgRegisterBtcDepositAddressResponse) String ¶
func (m *MsgRegisterBtcDepositAddressResponse) String() string
func (*MsgRegisterBtcDepositAddressResponse) Unmarshal ¶
func (m *MsgRegisterBtcDepositAddressResponse) Unmarshal(dAtA []byte) error
func (*MsgRegisterBtcDepositAddressResponse) XXX_DiscardUnknown ¶
func (m *MsgRegisterBtcDepositAddressResponse) XXX_DiscardUnknown()
func (*MsgRegisterBtcDepositAddressResponse) XXX_Marshal ¶
func (m *MsgRegisterBtcDepositAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterBtcDepositAddressResponse) XXX_Merge ¶
func (m *MsgRegisterBtcDepositAddressResponse) XXX_Merge(src proto.Message)
func (*MsgRegisterBtcDepositAddressResponse) XXX_Size ¶
func (m *MsgRegisterBtcDepositAddressResponse) XXX_Size() int
func (*MsgRegisterBtcDepositAddressResponse) XXX_Unmarshal ¶
func (m *MsgRegisterBtcDepositAddressResponse) XXX_Unmarshal(b []byte) error
type MsgRegisterJudge ¶
type MsgRegisterJudge struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` JudgeAddress string `protobuf:"bytes,2,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` ValidatorAddress string `protobuf:"bytes,3,opt,name=validatorAddress,proto3" json:"validatorAddress,omitempty"` }
func NewMsgRegisterJudge ¶
func NewMsgRegisterJudge(creator string, judgeAddress string, validatorAddress string) *MsgRegisterJudge
func (*MsgRegisterJudge) Descriptor ¶
func (*MsgRegisterJudge) Descriptor() ([]byte, []int)
func (*MsgRegisterJudge) GetCreator ¶
func (m *MsgRegisterJudge) GetCreator() string
func (*MsgRegisterJudge) GetJudgeAddress ¶
func (m *MsgRegisterJudge) GetJudgeAddress() string
func (*MsgRegisterJudge) GetSignBytes ¶
func (msg *MsgRegisterJudge) GetSignBytes() []byte
func (*MsgRegisterJudge) GetSigners ¶
func (msg *MsgRegisterJudge) GetSigners() []sdk.AccAddress
func (*MsgRegisterJudge) GetValidatorAddress ¶
func (m *MsgRegisterJudge) GetValidatorAddress() string
func (*MsgRegisterJudge) Marshal ¶
func (m *MsgRegisterJudge) Marshal() (dAtA []byte, err error)
func (*MsgRegisterJudge) MarshalToSizedBuffer ¶
func (m *MsgRegisterJudge) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterJudge) ProtoMessage ¶
func (*MsgRegisterJudge) ProtoMessage()
func (*MsgRegisterJudge) Reset ¶
func (m *MsgRegisterJudge) Reset()
func (*MsgRegisterJudge) Route ¶
func (msg *MsgRegisterJudge) Route() string
func (*MsgRegisterJudge) Size ¶
func (m *MsgRegisterJudge) Size() (n int)
func (*MsgRegisterJudge) String ¶
func (m *MsgRegisterJudge) String() string
func (*MsgRegisterJudge) Type ¶
func (msg *MsgRegisterJudge) Type() string
func (*MsgRegisterJudge) Unmarshal ¶
func (m *MsgRegisterJudge) Unmarshal(dAtA []byte) error
func (*MsgRegisterJudge) ValidateBasic ¶
func (msg *MsgRegisterJudge) ValidateBasic() error
func (*MsgRegisterJudge) XXX_DiscardUnknown ¶
func (m *MsgRegisterJudge) XXX_DiscardUnknown()
func (*MsgRegisterJudge) XXX_Marshal ¶
func (m *MsgRegisterJudge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterJudge) XXX_Merge ¶
func (m *MsgRegisterJudge) XXX_Merge(src proto.Message)
func (*MsgRegisterJudge) XXX_Size ¶
func (m *MsgRegisterJudge) XXX_Size() int
func (*MsgRegisterJudge) XXX_Unmarshal ¶
func (m *MsgRegisterJudge) XXX_Unmarshal(b []byte) error
type MsgRegisterJudgeResponse ¶
type MsgRegisterJudgeResponse struct { }
func (*MsgRegisterJudgeResponse) Descriptor ¶
func (*MsgRegisterJudgeResponse) Descriptor() ([]byte, []int)
func (*MsgRegisterJudgeResponse) Marshal ¶
func (m *MsgRegisterJudgeResponse) Marshal() (dAtA []byte, err error)
func (*MsgRegisterJudgeResponse) MarshalTo ¶
func (m *MsgRegisterJudgeResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRegisterJudgeResponse) MarshalToSizedBuffer ¶
func (m *MsgRegisterJudgeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterJudgeResponse) ProtoMessage ¶
func (*MsgRegisterJudgeResponse) ProtoMessage()
func (*MsgRegisterJudgeResponse) Reset ¶
func (m *MsgRegisterJudgeResponse) Reset()
func (*MsgRegisterJudgeResponse) Size ¶
func (m *MsgRegisterJudgeResponse) Size() (n int)
func (*MsgRegisterJudgeResponse) String ¶
func (m *MsgRegisterJudgeResponse) String() string
func (*MsgRegisterJudgeResponse) Unmarshal ¶
func (m *MsgRegisterJudgeResponse) Unmarshal(dAtA []byte) error
func (*MsgRegisterJudgeResponse) XXX_DiscardUnknown ¶
func (m *MsgRegisterJudgeResponse) XXX_DiscardUnknown()
func (*MsgRegisterJudgeResponse) XXX_Marshal ¶
func (m *MsgRegisterJudgeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterJudgeResponse) XXX_Merge ¶
func (m *MsgRegisterJudgeResponse) XXX_Merge(src proto.Message)
func (*MsgRegisterJudgeResponse) XXX_Size ¶
func (m *MsgRegisterJudgeResponse) XXX_Size() int
func (*MsgRegisterJudgeResponse) XXX_Unmarshal ¶
func (m *MsgRegisterJudgeResponse) XXX_Unmarshal(b []byte) error
type MsgRegisterReserveAddress ¶
type MsgRegisterReserveAddress struct { ReserveScript string `protobuf:"bytes,1,opt,name=reserveScript,proto3" json:"reserveScript,omitempty"` ReserveAddress string `protobuf:"bytes,2,opt,name=reserveAddress,proto3" json:"reserveAddress,omitempty"` JudgeAddress string `protobuf:"bytes,3,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
func NewMsgRegisterReserveAddress ¶
func NewMsgRegisterReserveAddress(reserveScript string, reserveAddress string, judgeAddress string) *MsgRegisterReserveAddress
func (*MsgRegisterReserveAddress) Descriptor ¶
func (*MsgRegisterReserveAddress) Descriptor() ([]byte, []int)
func (*MsgRegisterReserveAddress) GetJudgeAddress ¶
func (m *MsgRegisterReserveAddress) GetJudgeAddress() string
func (*MsgRegisterReserveAddress) GetReserveAddress ¶
func (m *MsgRegisterReserveAddress) GetReserveAddress() string
func (*MsgRegisterReserveAddress) GetReserveScript ¶
func (m *MsgRegisterReserveAddress) GetReserveScript() string
func (*MsgRegisterReserveAddress) GetSignBytes ¶
func (msg *MsgRegisterReserveAddress) GetSignBytes() []byte
func (*MsgRegisterReserveAddress) GetSigners ¶
func (msg *MsgRegisterReserveAddress) GetSigners() []sdk.AccAddress
func (*MsgRegisterReserveAddress) Marshal ¶
func (m *MsgRegisterReserveAddress) Marshal() (dAtA []byte, err error)
func (*MsgRegisterReserveAddress) MarshalTo ¶
func (m *MsgRegisterReserveAddress) MarshalTo(dAtA []byte) (int, error)
func (*MsgRegisterReserveAddress) MarshalToSizedBuffer ¶
func (m *MsgRegisterReserveAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterReserveAddress) ProtoMessage ¶
func (*MsgRegisterReserveAddress) ProtoMessage()
func (*MsgRegisterReserveAddress) Reset ¶
func (m *MsgRegisterReserveAddress) Reset()
func (*MsgRegisterReserveAddress) Route ¶
func (msg *MsgRegisterReserveAddress) Route() string
func (*MsgRegisterReserveAddress) Size ¶
func (m *MsgRegisterReserveAddress) Size() (n int)
func (*MsgRegisterReserveAddress) String ¶
func (m *MsgRegisterReserveAddress) String() string
func (*MsgRegisterReserveAddress) Type ¶
func (msg *MsgRegisterReserveAddress) Type() string
func (*MsgRegisterReserveAddress) Unmarshal ¶
func (m *MsgRegisterReserveAddress) Unmarshal(dAtA []byte) error
func (*MsgRegisterReserveAddress) ValidateBasic ¶
func (msg *MsgRegisterReserveAddress) ValidateBasic() error
func (*MsgRegisterReserveAddress) XXX_DiscardUnknown ¶
func (m *MsgRegisterReserveAddress) XXX_DiscardUnknown()
func (*MsgRegisterReserveAddress) XXX_Marshal ¶
func (m *MsgRegisterReserveAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterReserveAddress) XXX_Merge ¶
func (m *MsgRegisterReserveAddress) XXX_Merge(src proto.Message)
func (*MsgRegisterReserveAddress) XXX_Size ¶
func (m *MsgRegisterReserveAddress) XXX_Size() int
func (*MsgRegisterReserveAddress) XXX_Unmarshal ¶
func (m *MsgRegisterReserveAddress) XXX_Unmarshal(b []byte) error
type MsgRegisterReserveAddressResponse ¶
type MsgRegisterReserveAddressResponse struct { ReserveId string `protobuf:"bytes,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` ReserveAddress string `protobuf:"bytes,2,opt,name=reserveAddress,proto3" json:"reserveAddress,omitempty"` }
func (*MsgRegisterReserveAddressResponse) Descriptor ¶
func (*MsgRegisterReserveAddressResponse) Descriptor() ([]byte, []int)
func (*MsgRegisterReserveAddressResponse) GetReserveAddress ¶
func (m *MsgRegisterReserveAddressResponse) GetReserveAddress() string
func (*MsgRegisterReserveAddressResponse) GetReserveId ¶ added in v0.0.2
func (m *MsgRegisterReserveAddressResponse) GetReserveId() string
func (*MsgRegisterReserveAddressResponse) Marshal ¶
func (m *MsgRegisterReserveAddressResponse) Marshal() (dAtA []byte, err error)
func (*MsgRegisterReserveAddressResponse) MarshalTo ¶
func (m *MsgRegisterReserveAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRegisterReserveAddressResponse) MarshalToSizedBuffer ¶
func (m *MsgRegisterReserveAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterReserveAddressResponse) ProtoMessage ¶
func (*MsgRegisterReserveAddressResponse) ProtoMessage()
func (*MsgRegisterReserveAddressResponse) Reset ¶
func (m *MsgRegisterReserveAddressResponse) Reset()
func (*MsgRegisterReserveAddressResponse) Size ¶
func (m *MsgRegisterReserveAddressResponse) Size() (n int)
func (*MsgRegisterReserveAddressResponse) String ¶
func (m *MsgRegisterReserveAddressResponse) String() string
func (*MsgRegisterReserveAddressResponse) Unmarshal ¶
func (m *MsgRegisterReserveAddressResponse) Unmarshal(dAtA []byte) error
func (*MsgRegisterReserveAddressResponse) XXX_DiscardUnknown ¶
func (m *MsgRegisterReserveAddressResponse) XXX_DiscardUnknown()
func (*MsgRegisterReserveAddressResponse) XXX_Marshal ¶
func (m *MsgRegisterReserveAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterReserveAddressResponse) XXX_Merge ¶
func (m *MsgRegisterReserveAddressResponse) XXX_Merge(src proto.Message)
func (*MsgRegisterReserveAddressResponse) XXX_Size ¶
func (m *MsgRegisterReserveAddressResponse) XXX_Size() int
func (*MsgRegisterReserveAddressResponse) XXX_Unmarshal ¶
func (m *MsgRegisterReserveAddressResponse) XXX_Unmarshal(b []byte) error
type MsgServer ¶
type MsgServer interface { ConfirmBtcDeposit(context.Context, *MsgConfirmBtcDeposit) (*MsgConfirmBtcDepositResponse, error) RegisterBtcDepositAddress(context.Context, *MsgRegisterBtcDepositAddress) (*MsgRegisterBtcDepositAddressResponse, error) RegisterReserveAddress(context.Context, *MsgRegisterReserveAddress) (*MsgRegisterReserveAddressResponse, error) RegisterJudge(context.Context, *MsgRegisterJudge) (*MsgRegisterJudgeResponse, error) // this line is used by starport scaffolding # proto/tx/rpc WithdrawBtcRequest(context.Context, *MsgWithdrawBtcRequest) (*MsgWithdrawBtcRequestResponse, error) SweepProposal(context.Context, *MsgSweepProposal) (*MsgSweepProposalResponse, error) WithdrawTxSigned(context.Context, *MsgWithdrawTxSigned) (*MsgWithdrawTxSignedResponse, error) WithdrawTxFinal(context.Context, *MsgWithdrawTxFinal) (*MsgWithdrawTxFinalResponse, error) SignRefund(context.Context, *MsgSignRefund) (*MsgSignRefundResponse, error) BroadcastTxSweep(context.Context, *MsgBroadcastTxSweep) (*MsgBroadcastTxSweepResponse, error) SignSweep(context.Context, *MsgSignSweep) (*MsgSignSweepResponse, error) ProposeRefundHash(context.Context, *MsgProposeRefundHash) (*MsgProposeRefundHashResponse, error) ConfirmBtcWithdraw(context.Context, *MsgConfirmBtcWithdraw) (*MsgConfirmBtcWithdrawResponse, error) UnsignedTxSweep(context.Context, *MsgUnsignedTxSweep) (*MsgUnsignedTxSweepResponse, error) UnsignedTxRefund(context.Context, *MsgUnsignedTxRefund) (*MsgUnsignedTxRefundResponse, error) BroadcastTxRefund(context.Context, *MsgBroadcastTxRefund) (*MsgBroadcastTxRefundResponse, error) ProposeSweepAddress(context.Context, *MsgProposeSweepAddress) (*MsgProposeSweepAddressResponse, error) }
MsgServer is the server API for Msg service.
type MsgSignRefund ¶
type MsgSignRefund struct { ReserveId uint64 `protobuf:"varint,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,2,opt,name=roundId,proto3" json:"roundId,omitempty"` SignerPublicKey string `protobuf:"bytes,3,opt,name=signerPublicKey,proto3" json:"signerPublicKey,omitempty"` RefundSignature []string `protobuf:"bytes,4,rep,name=refundSignature,proto3" json:"refundSignature,omitempty"` BtcOracleAddress string `protobuf:"bytes,5,opt,name=btcOracleAddress,proto3" json:"btcOracleAddress,omitempty"` }
4. MsgSignRefund
func NewMsgSignRefund ¶
func (*MsgSignRefund) Descriptor ¶
func (*MsgSignRefund) Descriptor() ([]byte, []int)
func (*MsgSignRefund) GetBtcOracleAddress ¶
func (m *MsgSignRefund) GetBtcOracleAddress() string
func (*MsgSignRefund) GetRefundSignature ¶
func (m *MsgSignRefund) GetRefundSignature() []string
func (*MsgSignRefund) GetReserveId ¶ added in v0.0.2
func (m *MsgSignRefund) GetReserveId() uint64
func (*MsgSignRefund) GetRoundId ¶ added in v0.0.2
func (m *MsgSignRefund) GetRoundId() uint64
func (*MsgSignRefund) GetSignBytes ¶
func (msg *MsgSignRefund) GetSignBytes() []byte
func (*MsgSignRefund) GetSignerPublicKey ¶ added in v0.0.2
func (m *MsgSignRefund) GetSignerPublicKey() string
func (*MsgSignRefund) GetSigners ¶
func (msg *MsgSignRefund) GetSigners() []sdk.AccAddress
func (*MsgSignRefund) Marshal ¶
func (m *MsgSignRefund) Marshal() (dAtA []byte, err error)
func (*MsgSignRefund) MarshalToSizedBuffer ¶
func (m *MsgSignRefund) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSignRefund) ProtoMessage ¶
func (*MsgSignRefund) ProtoMessage()
func (*MsgSignRefund) Reset ¶
func (m *MsgSignRefund) Reset()
func (*MsgSignRefund) Route ¶
func (msg *MsgSignRefund) Route() string
func (*MsgSignRefund) Size ¶
func (m *MsgSignRefund) Size() (n int)
func (*MsgSignRefund) String ¶
func (m *MsgSignRefund) String() string
func (*MsgSignRefund) Type ¶
func (msg *MsgSignRefund) Type() string
func (*MsgSignRefund) Unmarshal ¶
func (m *MsgSignRefund) Unmarshal(dAtA []byte) error
func (MsgSignRefund) ValidateBasic ¶
func (msg MsgSignRefund) ValidateBasic() error
func (*MsgSignRefund) XXX_DiscardUnknown ¶
func (m *MsgSignRefund) XXX_DiscardUnknown()
func (*MsgSignRefund) XXX_Marshal ¶
func (m *MsgSignRefund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSignRefund) XXX_Merge ¶
func (m *MsgSignRefund) XXX_Merge(src proto.Message)
func (*MsgSignRefund) XXX_Size ¶
func (m *MsgSignRefund) XXX_Size() int
func (*MsgSignRefund) XXX_Unmarshal ¶
func (m *MsgSignRefund) XXX_Unmarshal(b []byte) error
type MsgSignRefundResponse ¶
type MsgSignRefundResponse struct { }
func (*MsgSignRefundResponse) Descriptor ¶
func (*MsgSignRefundResponse) Descriptor() ([]byte, []int)
func (*MsgSignRefundResponse) Marshal ¶
func (m *MsgSignRefundResponse) Marshal() (dAtA []byte, err error)
func (*MsgSignRefundResponse) MarshalTo ¶
func (m *MsgSignRefundResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSignRefundResponse) MarshalToSizedBuffer ¶
func (m *MsgSignRefundResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSignRefundResponse) ProtoMessage ¶
func (*MsgSignRefundResponse) ProtoMessage()
func (*MsgSignRefundResponse) Reset ¶
func (m *MsgSignRefundResponse) Reset()
func (*MsgSignRefundResponse) Size ¶
func (m *MsgSignRefundResponse) Size() (n int)
func (*MsgSignRefundResponse) String ¶
func (m *MsgSignRefundResponse) String() string
func (*MsgSignRefundResponse) Unmarshal ¶
func (m *MsgSignRefundResponse) Unmarshal(dAtA []byte) error
func (*MsgSignRefundResponse) XXX_DiscardUnknown ¶
func (m *MsgSignRefundResponse) XXX_DiscardUnknown()
func (*MsgSignRefundResponse) XXX_Marshal ¶
func (m *MsgSignRefundResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSignRefundResponse) XXX_Merge ¶
func (m *MsgSignRefundResponse) XXX_Merge(src proto.Message)
func (*MsgSignRefundResponse) XXX_Size ¶
func (m *MsgSignRefundResponse) XXX_Size() int
func (*MsgSignRefundResponse) XXX_Unmarshal ¶
func (m *MsgSignRefundResponse) XXX_Unmarshal(b []byte) error
type MsgSignSweep ¶
type MsgSignSweep struct { ReserveId uint64 `protobuf:"varint,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,2,opt,name=roundId,proto3" json:"roundId,omitempty"` SignerPublicKey string `protobuf:"bytes,3,opt,name=signerPublicKey,proto3" json:"signerPublicKey,omitempty"` SweepSignature []string `protobuf:"bytes,4,rep,name=sweepSignature,proto3" json:"sweepSignature,omitempty"` BtcOracleAddress string `protobuf:"bytes,5,opt,name=btcOracleAddress,proto3" json:"btcOracleAddress,omitempty"` }
5. MsgSignSweep
func NewMsgSignSweep ¶
func (*MsgSignSweep) Descriptor ¶
func (*MsgSignSweep) Descriptor() ([]byte, []int)
func (*MsgSignSweep) GetBtcOracleAddress ¶
func (m *MsgSignSweep) GetBtcOracleAddress() string
func (*MsgSignSweep) GetReserveId ¶ added in v0.0.2
func (m *MsgSignSweep) GetReserveId() uint64
func (*MsgSignSweep) GetRoundId ¶ added in v0.0.2
func (m *MsgSignSweep) GetRoundId() uint64
func (*MsgSignSweep) GetSignBytes ¶
func (msg *MsgSignSweep) GetSignBytes() []byte
func (*MsgSignSweep) GetSignerPublicKey ¶ added in v0.0.2
func (m *MsgSignSweep) GetSignerPublicKey() string
func (*MsgSignSweep) GetSigners ¶
func (msg *MsgSignSweep) GetSigners() []sdk.AccAddress
func (*MsgSignSweep) GetSweepSignature ¶
func (m *MsgSignSweep) GetSweepSignature() []string
func (*MsgSignSweep) Marshal ¶
func (m *MsgSignSweep) Marshal() (dAtA []byte, err error)
func (*MsgSignSweep) MarshalToSizedBuffer ¶
func (m *MsgSignSweep) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSignSweep) ProtoMessage ¶
func (*MsgSignSweep) ProtoMessage()
func (*MsgSignSweep) Reset ¶
func (m *MsgSignSweep) Reset()
func (*MsgSignSweep) Route ¶
func (msg *MsgSignSweep) Route() string
func (*MsgSignSweep) Size ¶
func (m *MsgSignSweep) Size() (n int)
func (*MsgSignSweep) String ¶
func (m *MsgSignSweep) String() string
func (*MsgSignSweep) Type ¶
func (msg *MsgSignSweep) Type() string
func (*MsgSignSweep) Unmarshal ¶
func (m *MsgSignSweep) Unmarshal(dAtA []byte) error
func (*MsgSignSweep) ValidateBasic ¶
func (msg *MsgSignSweep) ValidateBasic() error
func (*MsgSignSweep) XXX_DiscardUnknown ¶
func (m *MsgSignSweep) XXX_DiscardUnknown()
func (*MsgSignSweep) XXX_Marshal ¶
func (m *MsgSignSweep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSignSweep) XXX_Merge ¶
func (m *MsgSignSweep) XXX_Merge(src proto.Message)
func (*MsgSignSweep) XXX_Size ¶
func (m *MsgSignSweep) XXX_Size() int
func (*MsgSignSweep) XXX_Unmarshal ¶
func (m *MsgSignSweep) XXX_Unmarshal(b []byte) error
type MsgSignSweepResponse ¶
type MsgSignSweepResponse struct { }
func (*MsgSignSweepResponse) Descriptor ¶
func (*MsgSignSweepResponse) Descriptor() ([]byte, []int)
func (*MsgSignSweepResponse) Marshal ¶
func (m *MsgSignSweepResponse) Marshal() (dAtA []byte, err error)
func (*MsgSignSweepResponse) MarshalTo ¶
func (m *MsgSignSweepResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSignSweepResponse) MarshalToSizedBuffer ¶
func (m *MsgSignSweepResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSignSweepResponse) ProtoMessage ¶
func (*MsgSignSweepResponse) ProtoMessage()
func (*MsgSignSweepResponse) Reset ¶
func (m *MsgSignSweepResponse) Reset()
func (*MsgSignSweepResponse) Size ¶
func (m *MsgSignSweepResponse) Size() (n int)
func (*MsgSignSweepResponse) String ¶
func (m *MsgSignSweepResponse) String() string
func (*MsgSignSweepResponse) Unmarshal ¶
func (m *MsgSignSweepResponse) Unmarshal(dAtA []byte) error
func (*MsgSignSweepResponse) XXX_DiscardUnknown ¶
func (m *MsgSignSweepResponse) XXX_DiscardUnknown()
func (*MsgSignSweepResponse) XXX_Marshal ¶
func (m *MsgSignSweepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSignSweepResponse) XXX_Merge ¶
func (m *MsgSignSweepResponse) XXX_Merge(src proto.Message)
func (*MsgSignSweepResponse) XXX_Size ¶
func (m *MsgSignSweepResponse) XXX_Size() int
func (*MsgSignSweepResponse) XXX_Unmarshal ¶
func (m *MsgSignSweepResponse) XXX_Unmarshal(b []byte) error
type MsgSweepProposal ¶
type MsgSweepProposal struct { ReserveId uint64 `protobuf:"varint,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` NewReserveAddress string `protobuf:"bytes,2,opt,name=newReserveAddress,proto3" json:"newReserveAddress,omitempty"` JudgeAddress string `protobuf:"bytes,3,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` BtcBlockNumber uint64 `protobuf:"varint,4,opt,name=BtcBlockNumber,proto3" json:"BtcBlockNumber,omitempty"` BtcRelayCapacityValue uint64 `protobuf:"varint,5,opt,name=btcRelayCapacityValue,proto3" json:"btcRelayCapacityValue,omitempty"` BtcTxHash string `protobuf:"bytes,6,opt,name=btcTxHash,proto3" json:"btcTxHash,omitempty"` UnlockHeight uint64 `protobuf:"varint,7,opt,name=UnlockHeight,proto3" json:"UnlockHeight,omitempty"` RoundId uint64 `protobuf:"varint,8,opt,name=roundId,proto3" json:"roundId,omitempty"` }
8. MsgSweepProposal
func NewMsgSweepProposal ¶
func (*MsgSweepProposal) Descriptor ¶
func (*MsgSweepProposal) Descriptor() ([]byte, []int)
func (*MsgSweepProposal) GetBtcBlockNumber ¶ added in v0.0.2
func (m *MsgSweepProposal) GetBtcBlockNumber() uint64
func (*MsgSweepProposal) GetBtcRelayCapacityValue ¶
func (m *MsgSweepProposal) GetBtcRelayCapacityValue() uint64
func (*MsgSweepProposal) GetBtcTxHash ¶ added in v0.0.2
func (m *MsgSweepProposal) GetBtcTxHash() string
func (*MsgSweepProposal) GetHeight ¶
func (msg *MsgSweepProposal) GetHeight() uint64
We will always return for the height of this message as BtcProposal requires a GetHeight method but a sweep proposal doesn't have a btc block height as refund and sweep txs it is proposing are not yet broadcasted to the bitcoin network
func (*MsgSweepProposal) GetJudgeAddress ¶
func (m *MsgSweepProposal) GetJudgeAddress() string
func (*MsgSweepProposal) GetNewReserveAddress ¶ added in v0.0.2
func (m *MsgSweepProposal) GetNewReserveAddress() string
func (MsgSweepProposal) GetProposarOrchestrator ¶
func (msg MsgSweepProposal) GetProposarOrchestrator() sdk.AccAddress
func (*MsgSweepProposal) GetReserveId ¶
func (m *MsgSweepProposal) GetReserveId() uint64
func (*MsgSweepProposal) GetRoundId ¶ added in v0.0.2
func (m *MsgSweepProposal) GetRoundId() uint64
func (*MsgSweepProposal) GetSignBytes ¶
func (msg *MsgSweepProposal) GetSignBytes() []byte
func (*MsgSweepProposal) GetSigners ¶
func (msg *MsgSweepProposal) GetSigners() []sdk.AccAddress
func (*MsgSweepProposal) GetType ¶
func (msg *MsgSweepProposal) GetType() nykstypes.ProposalType
GetType returns the claim type
func (*MsgSweepProposal) GetUnlockHeight ¶ added in v0.0.2
func (m *MsgSweepProposal) GetUnlockHeight() uint64
func (*MsgSweepProposal) Marshal ¶
func (m *MsgSweepProposal) Marshal() (dAtA []byte, err error)
func (*MsgSweepProposal) MarshalToSizedBuffer ¶
func (m *MsgSweepProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSweepProposal) ProposalHash ¶
func (msg *MsgSweepProposal) ProposalHash() ([]byte, error)
func (*MsgSweepProposal) ProtoMessage ¶
func (*MsgSweepProposal) ProtoMessage()
func (*MsgSweepProposal) Reset ¶
func (m *MsgSweepProposal) Reset()
func (*MsgSweepProposal) Route ¶
func (msg *MsgSweepProposal) Route() string
func (*MsgSweepProposal) Size ¶
func (m *MsgSweepProposal) Size() (n int)
func (*MsgSweepProposal) String ¶
func (m *MsgSweepProposal) String() string
func (*MsgSweepProposal) Type ¶
func (msg *MsgSweepProposal) Type() string
func (*MsgSweepProposal) Unmarshal ¶
func (m *MsgSweepProposal) Unmarshal(dAtA []byte) error
func (*MsgSweepProposal) ValidateBasic ¶
func (msg *MsgSweepProposal) ValidateBasic() error
func (*MsgSweepProposal) XXX_DiscardUnknown ¶
func (m *MsgSweepProposal) XXX_DiscardUnknown()
func (*MsgSweepProposal) XXX_Marshal ¶
func (m *MsgSweepProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSweepProposal) XXX_Merge ¶
func (m *MsgSweepProposal) XXX_Merge(src proto.Message)
func (*MsgSweepProposal) XXX_Size ¶
func (m *MsgSweepProposal) XXX_Size() int
func (*MsgSweepProposal) XXX_Unmarshal ¶
func (m *MsgSweepProposal) XXX_Unmarshal(b []byte) error
type MsgSweepProposalResponse ¶
type MsgSweepProposalResponse struct { }
func (*MsgSweepProposalResponse) Descriptor ¶
func (*MsgSweepProposalResponse) Descriptor() ([]byte, []int)
func (*MsgSweepProposalResponse) Marshal ¶
func (m *MsgSweepProposalResponse) Marshal() (dAtA []byte, err error)
func (*MsgSweepProposalResponse) MarshalTo ¶
func (m *MsgSweepProposalResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSweepProposalResponse) MarshalToSizedBuffer ¶
func (m *MsgSweepProposalResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSweepProposalResponse) ProtoMessage ¶
func (*MsgSweepProposalResponse) ProtoMessage()
func (*MsgSweepProposalResponse) Reset ¶
func (m *MsgSweepProposalResponse) Reset()
func (*MsgSweepProposalResponse) Size ¶
func (m *MsgSweepProposalResponse) Size() (n int)
func (*MsgSweepProposalResponse) String ¶
func (m *MsgSweepProposalResponse) String() string
func (*MsgSweepProposalResponse) Unmarshal ¶
func (m *MsgSweepProposalResponse) Unmarshal(dAtA []byte) error
func (*MsgSweepProposalResponse) XXX_DiscardUnknown ¶
func (m *MsgSweepProposalResponse) XXX_DiscardUnknown()
func (*MsgSweepProposalResponse) XXX_Marshal ¶
func (m *MsgSweepProposalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSweepProposalResponse) XXX_Merge ¶
func (m *MsgSweepProposalResponse) XXX_Merge(src proto.Message)
func (*MsgSweepProposalResponse) XXX_Size ¶
func (m *MsgSweepProposalResponse) XXX_Size() int
func (*MsgSweepProposalResponse) XXX_Unmarshal ¶
func (m *MsgSweepProposalResponse) XXX_Unmarshal(b []byte) error
type MsgUnsignedTxRefund ¶ added in v0.0.2
type MsgUnsignedTxRefund struct { ReserveId uint64 `protobuf:"varint,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,2,opt,name=roundId,proto3" json:"roundId,omitempty"` BtcUnsignedRefundTx string `protobuf:"bytes,3,opt,name=btcUnsignedRefundTx,proto3" json:"btcUnsignedRefundTx,omitempty"` JudgeAddress string `protobuf:"bytes,4,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
3. MsgUnsignedTxRefund
func NewMsgUnsignedTxRefund ¶ added in v0.0.2
func NewMsgUnsignedTxRefund(reserveId uint64, roundId uint64, btcUnsignedRefundTx string, judgeAddress string) *MsgUnsignedTxRefund
func (*MsgUnsignedTxRefund) Descriptor ¶ added in v0.0.2
func (*MsgUnsignedTxRefund) Descriptor() ([]byte, []int)
func (*MsgUnsignedTxRefund) GetBtcUnsignedRefundTx ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) GetBtcUnsignedRefundTx() string
func (*MsgUnsignedTxRefund) GetJudgeAddress ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) GetJudgeAddress() string
func (*MsgUnsignedTxRefund) GetReserveId ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) GetReserveId() uint64
func (*MsgUnsignedTxRefund) GetRoundId ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) GetRoundId() uint64
func (*MsgUnsignedTxRefund) GetSignBytes ¶ added in v0.0.2
func (msg *MsgUnsignedTxRefund) GetSignBytes() []byte
func (*MsgUnsignedTxRefund) GetSigners ¶ added in v0.0.2
func (msg *MsgUnsignedTxRefund) GetSigners() []sdk.AccAddress
func (*MsgUnsignedTxRefund) Marshal ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) Marshal() (dAtA []byte, err error)
func (*MsgUnsignedTxRefund) MarshalTo ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) MarshalTo(dAtA []byte) (int, error)
func (*MsgUnsignedTxRefund) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUnsignedTxRefund) ProtoMessage ¶ added in v0.0.2
func (*MsgUnsignedTxRefund) ProtoMessage()
func (*MsgUnsignedTxRefund) Reset ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) Reset()
func (*MsgUnsignedTxRefund) Route ¶ added in v0.0.2
func (msg *MsgUnsignedTxRefund) Route() string
func (*MsgUnsignedTxRefund) Size ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) Size() (n int)
func (*MsgUnsignedTxRefund) String ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) String() string
func (*MsgUnsignedTxRefund) Type ¶ added in v0.0.2
func (msg *MsgUnsignedTxRefund) Type() string
func (*MsgUnsignedTxRefund) Unmarshal ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) Unmarshal(dAtA []byte) error
func (*MsgUnsignedTxRefund) ValidateBasic ¶ added in v0.0.2
func (msg *MsgUnsignedTxRefund) ValidateBasic() error
func (*MsgUnsignedTxRefund) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) XXX_DiscardUnknown()
func (*MsgUnsignedTxRefund) XXX_Marshal ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUnsignedTxRefund) XXX_Merge ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) XXX_Merge(src proto.Message)
func (*MsgUnsignedTxRefund) XXX_Size ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) XXX_Size() int
func (*MsgUnsignedTxRefund) XXX_Unmarshal ¶ added in v0.0.2
func (m *MsgUnsignedTxRefund) XXX_Unmarshal(b []byte) error
type MsgUnsignedTxRefundResponse ¶ added in v0.0.2
type MsgUnsignedTxRefundResponse struct { }
func (*MsgUnsignedTxRefundResponse) Descriptor ¶ added in v0.0.2
func (*MsgUnsignedTxRefundResponse) Descriptor() ([]byte, []int)
func (*MsgUnsignedTxRefundResponse) Marshal ¶ added in v0.0.2
func (m *MsgUnsignedTxRefundResponse) Marshal() (dAtA []byte, err error)
func (*MsgUnsignedTxRefundResponse) MarshalTo ¶ added in v0.0.2
func (m *MsgUnsignedTxRefundResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUnsignedTxRefundResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *MsgUnsignedTxRefundResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUnsignedTxRefundResponse) ProtoMessage ¶ added in v0.0.2
func (*MsgUnsignedTxRefundResponse) ProtoMessage()
func (*MsgUnsignedTxRefundResponse) Reset ¶ added in v0.0.2
func (m *MsgUnsignedTxRefundResponse) Reset()
func (*MsgUnsignedTxRefundResponse) Size ¶ added in v0.0.2
func (m *MsgUnsignedTxRefundResponse) Size() (n int)
func (*MsgUnsignedTxRefundResponse) String ¶ added in v0.0.2
func (m *MsgUnsignedTxRefundResponse) String() string
func (*MsgUnsignedTxRefundResponse) Unmarshal ¶ added in v0.0.2
func (m *MsgUnsignedTxRefundResponse) Unmarshal(dAtA []byte) error
func (*MsgUnsignedTxRefundResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *MsgUnsignedTxRefundResponse) XXX_DiscardUnknown()
func (*MsgUnsignedTxRefundResponse) XXX_Marshal ¶ added in v0.0.2
func (m *MsgUnsignedTxRefundResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUnsignedTxRefundResponse) XXX_Merge ¶ added in v0.0.2
func (m *MsgUnsignedTxRefundResponse) XXX_Merge(src proto.Message)
func (*MsgUnsignedTxRefundResponse) XXX_Size ¶ added in v0.0.2
func (m *MsgUnsignedTxRefundResponse) XXX_Size() int
func (*MsgUnsignedTxRefundResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *MsgUnsignedTxRefundResponse) XXX_Unmarshal(b []byte) error
type MsgUnsignedTxSweep ¶ added in v0.0.2
type MsgUnsignedTxSweep struct { TxId string `protobuf:"bytes,1,opt,name=txId,proto3" json:"txId,omitempty"` BtcUnsignedSweepTx string `protobuf:"bytes,2,opt,name=btcUnsignedSweepTx,proto3" json:"btcUnsignedSweepTx,omitempty"` ReserveId uint64 `protobuf:"varint,3,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,4,opt,name=roundId,proto3" json:"roundId,omitempty"` JudgeAddress string `protobuf:"bytes,5,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` }
2. MsgUnsignedTxSweep
func NewMsgUnsignedTxSweep ¶ added in v0.0.2
func (*MsgUnsignedTxSweep) Descriptor ¶ added in v0.0.2
func (*MsgUnsignedTxSweep) Descriptor() ([]byte, []int)
func (*MsgUnsignedTxSweep) GetBtcUnsignedSweepTx ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) GetBtcUnsignedSweepTx() string
func (*MsgUnsignedTxSweep) GetJudgeAddress ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) GetJudgeAddress() string
func (*MsgUnsignedTxSweep) GetReserveId ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) GetReserveId() uint64
func (*MsgUnsignedTxSweep) GetRoundId ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) GetRoundId() uint64
func (*MsgUnsignedTxSweep) GetSignBytes ¶ added in v0.0.2
func (msg *MsgUnsignedTxSweep) GetSignBytes() []byte
func (*MsgUnsignedTxSweep) GetSigners ¶ added in v0.0.2
func (msg *MsgUnsignedTxSweep) GetSigners() []sdk.AccAddress
func (*MsgUnsignedTxSweep) GetTxId ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) GetTxId() string
func (*MsgUnsignedTxSweep) Marshal ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) Marshal() (dAtA []byte, err error)
func (*MsgUnsignedTxSweep) MarshalTo ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) MarshalTo(dAtA []byte) (int, error)
func (*MsgUnsignedTxSweep) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUnsignedTxSweep) ProtoMessage ¶ added in v0.0.2
func (*MsgUnsignedTxSweep) ProtoMessage()
func (*MsgUnsignedTxSweep) Reset ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) Reset()
func (*MsgUnsignedTxSweep) Route ¶ added in v0.0.2
func (msg *MsgUnsignedTxSweep) Route() string
func (*MsgUnsignedTxSweep) Size ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) Size() (n int)
func (*MsgUnsignedTxSweep) String ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) String() string
func (*MsgUnsignedTxSweep) Type ¶ added in v0.0.2
func (msg *MsgUnsignedTxSweep) Type() string
func (*MsgUnsignedTxSweep) Unmarshal ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) Unmarshal(dAtA []byte) error
func (*MsgUnsignedTxSweep) ValidateBasic ¶ added in v0.0.2
func (msg *MsgUnsignedTxSweep) ValidateBasic() error
func (*MsgUnsignedTxSweep) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) XXX_DiscardUnknown()
func (*MsgUnsignedTxSweep) XXX_Marshal ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUnsignedTxSweep) XXX_Merge ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) XXX_Merge(src proto.Message)
func (*MsgUnsignedTxSweep) XXX_Size ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) XXX_Size() int
func (*MsgUnsignedTxSweep) XXX_Unmarshal ¶ added in v0.0.2
func (m *MsgUnsignedTxSweep) XXX_Unmarshal(b []byte) error
type MsgUnsignedTxSweepResponse ¶ added in v0.0.2
type MsgUnsignedTxSweepResponse struct { }
func (*MsgUnsignedTxSweepResponse) Descriptor ¶ added in v0.0.2
func (*MsgUnsignedTxSweepResponse) Descriptor() ([]byte, []int)
func (*MsgUnsignedTxSweepResponse) Marshal ¶ added in v0.0.2
func (m *MsgUnsignedTxSweepResponse) Marshal() (dAtA []byte, err error)
func (*MsgUnsignedTxSweepResponse) MarshalTo ¶ added in v0.0.2
func (m *MsgUnsignedTxSweepResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUnsignedTxSweepResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *MsgUnsignedTxSweepResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUnsignedTxSweepResponse) ProtoMessage ¶ added in v0.0.2
func (*MsgUnsignedTxSweepResponse) ProtoMessage()
func (*MsgUnsignedTxSweepResponse) Reset ¶ added in v0.0.2
func (m *MsgUnsignedTxSweepResponse) Reset()
func (*MsgUnsignedTxSweepResponse) Size ¶ added in v0.0.2
func (m *MsgUnsignedTxSweepResponse) Size() (n int)
func (*MsgUnsignedTxSweepResponse) String ¶ added in v0.0.2
func (m *MsgUnsignedTxSweepResponse) String() string
func (*MsgUnsignedTxSweepResponse) Unmarshal ¶ added in v0.0.2
func (m *MsgUnsignedTxSweepResponse) Unmarshal(dAtA []byte) error
func (*MsgUnsignedTxSweepResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *MsgUnsignedTxSweepResponse) XXX_DiscardUnknown()
func (*MsgUnsignedTxSweepResponse) XXX_Marshal ¶ added in v0.0.2
func (m *MsgUnsignedTxSweepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUnsignedTxSweepResponse) XXX_Merge ¶ added in v0.0.2
func (m *MsgUnsignedTxSweepResponse) XXX_Merge(src proto.Message)
func (*MsgUnsignedTxSweepResponse) XXX_Size ¶ added in v0.0.2
func (m *MsgUnsignedTxSweepResponse) XXX_Size() int
func (*MsgUnsignedTxSweepResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *MsgUnsignedTxSweepResponse) XXX_Unmarshal(b []byte) error
type MsgWithdrawBtcRequest ¶
type MsgWithdrawBtcRequest struct { WithdrawAddress string `protobuf:"bytes,1,opt,name=withdrawAddress,proto3" json:"withdrawAddress,omitempty"` ReserveId uint64 `protobuf:"varint,2,opt,name=reserveId,proto3" json:"reserveId,omitempty"` WithdrawAmount uint64 `protobuf:"varint,3,opt,name=withdrawAmount,proto3" json:"withdrawAmount,omitempty"` TwilightAddress string `protobuf:"bytes,4,opt,name=twilightAddress,proto3" json:"twilightAddress,omitempty"` }
Withdraw messages are in below order 1. MsgWithdrawBtcRequest
func NewMsgWithdrawBtcRequest ¶
func NewMsgWithdrawBtcRequest(withdrawAddress string, reserveId uint64, withdrawAmount uint64, twilightAddress string) *MsgWithdrawBtcRequest
func (*MsgWithdrawBtcRequest) Descriptor ¶
func (*MsgWithdrawBtcRequest) Descriptor() ([]byte, []int)
func (*MsgWithdrawBtcRequest) GetReserveId ¶ added in v0.0.2
func (m *MsgWithdrawBtcRequest) GetReserveId() uint64
func (*MsgWithdrawBtcRequest) GetSignBytes ¶
func (msg *MsgWithdrawBtcRequest) GetSignBytes() []byte
func (*MsgWithdrawBtcRequest) GetSigners ¶
func (msg *MsgWithdrawBtcRequest) GetSigners() []sdk.AccAddress
func (*MsgWithdrawBtcRequest) GetTwilightAddress ¶
func (m *MsgWithdrawBtcRequest) GetTwilightAddress() string
func (*MsgWithdrawBtcRequest) GetWithdrawAddress ¶
func (m *MsgWithdrawBtcRequest) GetWithdrawAddress() string
func (*MsgWithdrawBtcRequest) GetWithdrawAmount ¶
func (m *MsgWithdrawBtcRequest) GetWithdrawAmount() uint64
func (*MsgWithdrawBtcRequest) Marshal ¶
func (m *MsgWithdrawBtcRequest) Marshal() (dAtA []byte, err error)
func (*MsgWithdrawBtcRequest) MarshalTo ¶
func (m *MsgWithdrawBtcRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgWithdrawBtcRequest) MarshalToSizedBuffer ¶
func (m *MsgWithdrawBtcRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgWithdrawBtcRequest) ProtoMessage ¶
func (*MsgWithdrawBtcRequest) ProtoMessage()
func (*MsgWithdrawBtcRequest) Reset ¶
func (m *MsgWithdrawBtcRequest) Reset()
func (*MsgWithdrawBtcRequest) Route ¶
func (msg *MsgWithdrawBtcRequest) Route() string
func (*MsgWithdrawBtcRequest) Size ¶
func (m *MsgWithdrawBtcRequest) Size() (n int)
func (*MsgWithdrawBtcRequest) String ¶
func (m *MsgWithdrawBtcRequest) String() string
func (*MsgWithdrawBtcRequest) Type ¶
func (msg *MsgWithdrawBtcRequest) Type() string
func (*MsgWithdrawBtcRequest) Unmarshal ¶
func (m *MsgWithdrawBtcRequest) Unmarshal(dAtA []byte) error
func (*MsgWithdrawBtcRequest) ValidateBasic ¶
func (msg *MsgWithdrawBtcRequest) ValidateBasic() error
func (*MsgWithdrawBtcRequest) XXX_DiscardUnknown ¶
func (m *MsgWithdrawBtcRequest) XXX_DiscardUnknown()
func (*MsgWithdrawBtcRequest) XXX_Marshal ¶
func (m *MsgWithdrawBtcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgWithdrawBtcRequest) XXX_Merge ¶
func (m *MsgWithdrawBtcRequest) XXX_Merge(src proto.Message)
func (*MsgWithdrawBtcRequest) XXX_Size ¶
func (m *MsgWithdrawBtcRequest) XXX_Size() int
func (*MsgWithdrawBtcRequest) XXX_Unmarshal ¶
func (m *MsgWithdrawBtcRequest) XXX_Unmarshal(b []byte) error
type MsgWithdrawBtcRequestResponse ¶
type MsgWithdrawBtcRequestResponse struct {
WithdrawIdentifer uint32 `protobuf:"varint,1,opt,name=withdrawIdentifer,proto3" json:"withdrawIdentifer,omitempty"`
}
func (*MsgWithdrawBtcRequestResponse) Descriptor ¶
func (*MsgWithdrawBtcRequestResponse) Descriptor() ([]byte, []int)
func (*MsgWithdrawBtcRequestResponse) GetWithdrawIdentifer ¶ added in v0.0.2
func (m *MsgWithdrawBtcRequestResponse) GetWithdrawIdentifer() uint32
func (*MsgWithdrawBtcRequestResponse) Marshal ¶
func (m *MsgWithdrawBtcRequestResponse) Marshal() (dAtA []byte, err error)
func (*MsgWithdrawBtcRequestResponse) MarshalTo ¶
func (m *MsgWithdrawBtcRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgWithdrawBtcRequestResponse) MarshalToSizedBuffer ¶
func (m *MsgWithdrawBtcRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgWithdrawBtcRequestResponse) ProtoMessage ¶
func (*MsgWithdrawBtcRequestResponse) ProtoMessage()
func (*MsgWithdrawBtcRequestResponse) Reset ¶
func (m *MsgWithdrawBtcRequestResponse) Reset()
func (*MsgWithdrawBtcRequestResponse) Size ¶
func (m *MsgWithdrawBtcRequestResponse) Size() (n int)
func (*MsgWithdrawBtcRequestResponse) String ¶
func (m *MsgWithdrawBtcRequestResponse) String() string
func (*MsgWithdrawBtcRequestResponse) Unmarshal ¶
func (m *MsgWithdrawBtcRequestResponse) Unmarshal(dAtA []byte) error
func (*MsgWithdrawBtcRequestResponse) XXX_DiscardUnknown ¶
func (m *MsgWithdrawBtcRequestResponse) XXX_DiscardUnknown()
func (*MsgWithdrawBtcRequestResponse) XXX_Marshal ¶
func (m *MsgWithdrawBtcRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgWithdrawBtcRequestResponse) XXX_Merge ¶
func (m *MsgWithdrawBtcRequestResponse) XXX_Merge(src proto.Message)
func (*MsgWithdrawBtcRequestResponse) XXX_Size ¶
func (m *MsgWithdrawBtcRequestResponse) XXX_Size() int
func (*MsgWithdrawBtcRequestResponse) XXX_Unmarshal ¶
func (m *MsgWithdrawBtcRequestResponse) XXX_Unmarshal(b []byte) error
type MsgWithdrawTxFinal ¶
type MsgWithdrawTxFinal struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` JudgeAddress string `protobuf:"bytes,2,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` BtcTx string `protobuf:"bytes,3,opt,name=btcTx,proto3" json:"btcTx,omitempty"` }
3. MsgWithdrawTxFinal
func NewMsgWithdrawTxFinal ¶
func NewMsgWithdrawTxFinal(creator string, judgeAddress string, btcTx string) *MsgWithdrawTxFinal
func (*MsgWithdrawTxFinal) Descriptor ¶
func (*MsgWithdrawTxFinal) Descriptor() ([]byte, []int)
func (*MsgWithdrawTxFinal) GetBtcTx ¶
func (m *MsgWithdrawTxFinal) GetBtcTx() string
func (*MsgWithdrawTxFinal) GetCreator ¶
func (m *MsgWithdrawTxFinal) GetCreator() string
func (*MsgWithdrawTxFinal) GetJudgeAddress ¶
func (m *MsgWithdrawTxFinal) GetJudgeAddress() string
func (*MsgWithdrawTxFinal) GetSignBytes ¶
func (msg *MsgWithdrawTxFinal) GetSignBytes() []byte
func (*MsgWithdrawTxFinal) GetSigners ¶
func (msg *MsgWithdrawTxFinal) GetSigners() []sdk.AccAddress
func (*MsgWithdrawTxFinal) Marshal ¶
func (m *MsgWithdrawTxFinal) Marshal() (dAtA []byte, err error)
func (*MsgWithdrawTxFinal) MarshalTo ¶
func (m *MsgWithdrawTxFinal) MarshalTo(dAtA []byte) (int, error)
func (*MsgWithdrawTxFinal) MarshalToSizedBuffer ¶
func (m *MsgWithdrawTxFinal) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgWithdrawTxFinal) ProtoMessage ¶
func (*MsgWithdrawTxFinal) ProtoMessage()
func (*MsgWithdrawTxFinal) Reset ¶
func (m *MsgWithdrawTxFinal) Reset()
func (*MsgWithdrawTxFinal) Route ¶
func (msg *MsgWithdrawTxFinal) Route() string
func (*MsgWithdrawTxFinal) Size ¶
func (m *MsgWithdrawTxFinal) Size() (n int)
func (*MsgWithdrawTxFinal) String ¶
func (m *MsgWithdrawTxFinal) String() string
func (*MsgWithdrawTxFinal) Type ¶
func (msg *MsgWithdrawTxFinal) Type() string
func (*MsgWithdrawTxFinal) Unmarshal ¶
func (m *MsgWithdrawTxFinal) Unmarshal(dAtA []byte) error
func (*MsgWithdrawTxFinal) ValidateBasic ¶
func (msg *MsgWithdrawTxFinal) ValidateBasic() error
func (*MsgWithdrawTxFinal) XXX_DiscardUnknown ¶
func (m *MsgWithdrawTxFinal) XXX_DiscardUnknown()
func (*MsgWithdrawTxFinal) XXX_Marshal ¶
func (m *MsgWithdrawTxFinal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgWithdrawTxFinal) XXX_Merge ¶
func (m *MsgWithdrawTxFinal) XXX_Merge(src proto.Message)
func (*MsgWithdrawTxFinal) XXX_Size ¶
func (m *MsgWithdrawTxFinal) XXX_Size() int
func (*MsgWithdrawTxFinal) XXX_Unmarshal ¶
func (m *MsgWithdrawTxFinal) XXX_Unmarshal(b []byte) error
type MsgWithdrawTxFinalResponse ¶
type MsgWithdrawTxFinalResponse struct { }
func (*MsgWithdrawTxFinalResponse) Descriptor ¶
func (*MsgWithdrawTxFinalResponse) Descriptor() ([]byte, []int)
func (*MsgWithdrawTxFinalResponse) Marshal ¶
func (m *MsgWithdrawTxFinalResponse) Marshal() (dAtA []byte, err error)
func (*MsgWithdrawTxFinalResponse) MarshalTo ¶
func (m *MsgWithdrawTxFinalResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgWithdrawTxFinalResponse) MarshalToSizedBuffer ¶
func (m *MsgWithdrawTxFinalResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgWithdrawTxFinalResponse) ProtoMessage ¶
func (*MsgWithdrawTxFinalResponse) ProtoMessage()
func (*MsgWithdrawTxFinalResponse) Reset ¶
func (m *MsgWithdrawTxFinalResponse) Reset()
func (*MsgWithdrawTxFinalResponse) Size ¶
func (m *MsgWithdrawTxFinalResponse) Size() (n int)
func (*MsgWithdrawTxFinalResponse) String ¶
func (m *MsgWithdrawTxFinalResponse) String() string
func (*MsgWithdrawTxFinalResponse) Unmarshal ¶
func (m *MsgWithdrawTxFinalResponse) Unmarshal(dAtA []byte) error
func (*MsgWithdrawTxFinalResponse) XXX_DiscardUnknown ¶
func (m *MsgWithdrawTxFinalResponse) XXX_DiscardUnknown()
func (*MsgWithdrawTxFinalResponse) XXX_Marshal ¶
func (m *MsgWithdrawTxFinalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgWithdrawTxFinalResponse) XXX_Merge ¶
func (m *MsgWithdrawTxFinalResponse) XXX_Merge(src proto.Message)
func (*MsgWithdrawTxFinalResponse) XXX_Size ¶
func (m *MsgWithdrawTxFinalResponse) XXX_Size() int
func (*MsgWithdrawTxFinalResponse) XXX_Unmarshal ¶
func (m *MsgWithdrawTxFinalResponse) XXX_Unmarshal(b []byte) error
type MsgWithdrawTxSigned ¶
type MsgWithdrawTxSigned struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` ValidatorAddress string `protobuf:"bytes,2,opt,name=validatorAddress,proto3" json:"validatorAddress,omitempty"` BtcTxSigned string `protobuf:"bytes,3,opt,name=btcTxSigned,proto3" json:"btcTxSigned,omitempty"` }
2. MsgWithdrawTxSigned
func NewMsgWithdrawTxSigned ¶
func NewMsgWithdrawTxSigned(creator string, validatorAddress string, btcTxSigned string) *MsgWithdrawTxSigned
func (*MsgWithdrawTxSigned) Descriptor ¶
func (*MsgWithdrawTxSigned) Descriptor() ([]byte, []int)
func (*MsgWithdrawTxSigned) GetBtcTxSigned ¶
func (m *MsgWithdrawTxSigned) GetBtcTxSigned() string
func (*MsgWithdrawTxSigned) GetCreator ¶
func (m *MsgWithdrawTxSigned) GetCreator() string
func (*MsgWithdrawTxSigned) GetSignBytes ¶
func (msg *MsgWithdrawTxSigned) GetSignBytes() []byte
func (*MsgWithdrawTxSigned) GetSigners ¶
func (msg *MsgWithdrawTxSigned) GetSigners() []sdk.AccAddress
func (*MsgWithdrawTxSigned) GetValidatorAddress ¶
func (m *MsgWithdrawTxSigned) GetValidatorAddress() string
func (*MsgWithdrawTxSigned) Marshal ¶
func (m *MsgWithdrawTxSigned) Marshal() (dAtA []byte, err error)
func (*MsgWithdrawTxSigned) MarshalTo ¶
func (m *MsgWithdrawTxSigned) MarshalTo(dAtA []byte) (int, error)
func (*MsgWithdrawTxSigned) MarshalToSizedBuffer ¶
func (m *MsgWithdrawTxSigned) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgWithdrawTxSigned) ProtoMessage ¶
func (*MsgWithdrawTxSigned) ProtoMessage()
func (*MsgWithdrawTxSigned) Reset ¶
func (m *MsgWithdrawTxSigned) Reset()
func (*MsgWithdrawTxSigned) Route ¶
func (msg *MsgWithdrawTxSigned) Route() string
func (*MsgWithdrawTxSigned) Size ¶
func (m *MsgWithdrawTxSigned) Size() (n int)
func (*MsgWithdrawTxSigned) String ¶
func (m *MsgWithdrawTxSigned) String() string
func (*MsgWithdrawTxSigned) Type ¶
func (msg *MsgWithdrawTxSigned) Type() string
func (*MsgWithdrawTxSigned) Unmarshal ¶
func (m *MsgWithdrawTxSigned) Unmarshal(dAtA []byte) error
func (*MsgWithdrawTxSigned) ValidateBasic ¶
func (msg *MsgWithdrawTxSigned) ValidateBasic() error
func (*MsgWithdrawTxSigned) XXX_DiscardUnknown ¶
func (m *MsgWithdrawTxSigned) XXX_DiscardUnknown()
func (*MsgWithdrawTxSigned) XXX_Marshal ¶
func (m *MsgWithdrawTxSigned) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgWithdrawTxSigned) XXX_Merge ¶
func (m *MsgWithdrawTxSigned) XXX_Merge(src proto.Message)
func (*MsgWithdrawTxSigned) XXX_Size ¶
func (m *MsgWithdrawTxSigned) XXX_Size() int
func (*MsgWithdrawTxSigned) XXX_Unmarshal ¶
func (m *MsgWithdrawTxSigned) XXX_Unmarshal(b []byte) error
type MsgWithdrawTxSignedResponse ¶
type MsgWithdrawTxSignedResponse struct { }
func (*MsgWithdrawTxSignedResponse) Descriptor ¶
func (*MsgWithdrawTxSignedResponse) Descriptor() ([]byte, []int)
func (*MsgWithdrawTxSignedResponse) Marshal ¶
func (m *MsgWithdrawTxSignedResponse) Marshal() (dAtA []byte, err error)
func (*MsgWithdrawTxSignedResponse) MarshalTo ¶
func (m *MsgWithdrawTxSignedResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgWithdrawTxSignedResponse) MarshalToSizedBuffer ¶
func (m *MsgWithdrawTxSignedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgWithdrawTxSignedResponse) ProtoMessage ¶
func (*MsgWithdrawTxSignedResponse) ProtoMessage()
func (*MsgWithdrawTxSignedResponse) Reset ¶
func (m *MsgWithdrawTxSignedResponse) Reset()
func (*MsgWithdrawTxSignedResponse) Size ¶
func (m *MsgWithdrawTxSignedResponse) Size() (n int)
func (*MsgWithdrawTxSignedResponse) String ¶
func (m *MsgWithdrawTxSignedResponse) String() string
func (*MsgWithdrawTxSignedResponse) Unmarshal ¶
func (m *MsgWithdrawTxSignedResponse) Unmarshal(dAtA []byte) error
func (*MsgWithdrawTxSignedResponse) XXX_DiscardUnknown ¶
func (m *MsgWithdrawTxSignedResponse) XXX_DiscardUnknown()
func (*MsgWithdrawTxSignedResponse) XXX_Marshal ¶
func (m *MsgWithdrawTxSignedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgWithdrawTxSignedResponse) XXX_Merge ¶
func (m *MsgWithdrawTxSignedResponse) XXX_Merge(src proto.Message)
func (*MsgWithdrawTxSignedResponse) XXX_Size ¶
func (m *MsgWithdrawTxSignedResponse) XXX_Size() int
func (*MsgWithdrawTxSignedResponse) XXX_Unmarshal ¶
func (m *MsgWithdrawTxSignedResponse) XXX_Unmarshal(b []byte) error
type NyksKeeper ¶
type NyksKeeper interface { GetOrchestratorValidator(ctx sdk.Context, orch sdk.AccAddress) (validator stakingtypes.Validator, found bool) CheckOrchestratorValidatorInSet(ctx sdk.Context, orchestrator string) error ClaimHandlerCommon(ctx sdk.Context, msgAny *codectypes.Any, valAddr sdk.ValAddress, msg nykstypes.BtcProposal) error }
NyksKeeper defines the expected interface needed for orchestrator/oracle related methods and proposals
type Params ¶
type Params struct { }
Params defines the parameters for the module.
func (*Params) Descriptor ¶
func (*Params) MarshalToSizedBuffer ¶
func (*Params) ParamSetPairs ¶
func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs
ParamSetPairs get the params.ParamSet
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) XXX_DiscardUnknown ¶
func (m *Params) XXX_DiscardUnknown()
func (*Params) XXX_Marshal ¶
func (*Params) XXX_Unmarshal ¶
type QueryBroadcastTxRefundAllRequest ¶ added in v0.0.2
type QueryBroadcastTxRefundAllRequest struct { }
func (*QueryBroadcastTxRefundAllRequest) Descriptor ¶ added in v0.0.2
func (*QueryBroadcastTxRefundAllRequest) Descriptor() ([]byte, []int)
func (*QueryBroadcastTxRefundAllRequest) Marshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllRequest) Marshal() (dAtA []byte, err error)
func (*QueryBroadcastTxRefundAllRequest) MarshalTo ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryBroadcastTxRefundAllRequest) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryBroadcastTxRefundAllRequest) ProtoMessage ¶ added in v0.0.2
func (*QueryBroadcastTxRefundAllRequest) ProtoMessage()
func (*QueryBroadcastTxRefundAllRequest) Reset ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllRequest) Reset()
func (*QueryBroadcastTxRefundAllRequest) Size ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllRequest) Size() (n int)
func (*QueryBroadcastTxRefundAllRequest) String ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllRequest) String() string
func (*QueryBroadcastTxRefundAllRequest) Unmarshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllRequest) Unmarshal(dAtA []byte) error
func (*QueryBroadcastTxRefundAllRequest) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllRequest) XXX_DiscardUnknown()
func (*QueryBroadcastTxRefundAllRequest) XXX_Marshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryBroadcastTxRefundAllRequest) XXX_Merge ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllRequest) XXX_Merge(src proto.Message)
func (*QueryBroadcastTxRefundAllRequest) XXX_Size ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllRequest) XXX_Size() int
func (*QueryBroadcastTxRefundAllRequest) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllRequest) XXX_Unmarshal(b []byte) error
type QueryBroadcastTxRefundAllResponse ¶ added in v0.0.2
type QueryBroadcastTxRefundAllResponse struct {
BroadcastTxRefundMsg []MsgBroadcastTxRefund `protobuf:"bytes,1,rep,name=BroadcastTxRefundMsg,proto3" json:"BroadcastTxRefundMsg"`
}
func (*QueryBroadcastTxRefundAllResponse) Descriptor ¶ added in v0.0.2
func (*QueryBroadcastTxRefundAllResponse) Descriptor() ([]byte, []int)
func (*QueryBroadcastTxRefundAllResponse) GetBroadcastTxRefundMsg ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllResponse) GetBroadcastTxRefundMsg() []MsgBroadcastTxRefund
func (*QueryBroadcastTxRefundAllResponse) Marshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllResponse) Marshal() (dAtA []byte, err error)
func (*QueryBroadcastTxRefundAllResponse) MarshalTo ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryBroadcastTxRefundAllResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryBroadcastTxRefundAllResponse) ProtoMessage ¶ added in v0.0.2
func (*QueryBroadcastTxRefundAllResponse) ProtoMessage()
func (*QueryBroadcastTxRefundAllResponse) Reset ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllResponse) Reset()
func (*QueryBroadcastTxRefundAllResponse) Size ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllResponse) Size() (n int)
func (*QueryBroadcastTxRefundAllResponse) String ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllResponse) String() string
func (*QueryBroadcastTxRefundAllResponse) Unmarshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllResponse) Unmarshal(dAtA []byte) error
func (*QueryBroadcastTxRefundAllResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllResponse) XXX_DiscardUnknown()
func (*QueryBroadcastTxRefundAllResponse) XXX_Marshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryBroadcastTxRefundAllResponse) XXX_Merge ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllResponse) XXX_Merge(src proto.Message)
func (*QueryBroadcastTxRefundAllResponse) XXX_Size ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllResponse) XXX_Size() int
func (*QueryBroadcastTxRefundAllResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundAllResponse) XXX_Unmarshal(b []byte) error
type QueryBroadcastTxRefundRequest ¶ added in v0.0.2
type QueryBroadcastTxRefundRequest struct { ReserveId uint64 `protobuf:"varint,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,2,opt,name=roundId,proto3" json:"roundId,omitempty"` }
6. BroadcastTxRefund
func (*QueryBroadcastTxRefundRequest) Descriptor ¶ added in v0.0.2
func (*QueryBroadcastTxRefundRequest) Descriptor() ([]byte, []int)
func (*QueryBroadcastTxRefundRequest) GetReserveId ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) GetReserveId() uint64
func (*QueryBroadcastTxRefundRequest) GetRoundId ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) GetRoundId() uint64
func (*QueryBroadcastTxRefundRequest) Marshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) Marshal() (dAtA []byte, err error)
func (*QueryBroadcastTxRefundRequest) MarshalTo ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryBroadcastTxRefundRequest) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryBroadcastTxRefundRequest) ProtoMessage ¶ added in v0.0.2
func (*QueryBroadcastTxRefundRequest) ProtoMessage()
func (*QueryBroadcastTxRefundRequest) Reset ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) Reset()
func (*QueryBroadcastTxRefundRequest) Size ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) Size() (n int)
func (*QueryBroadcastTxRefundRequest) String ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) String() string
func (*QueryBroadcastTxRefundRequest) Unmarshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) Unmarshal(dAtA []byte) error
func (*QueryBroadcastTxRefundRequest) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) XXX_DiscardUnknown()
func (*QueryBroadcastTxRefundRequest) XXX_Marshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryBroadcastTxRefundRequest) XXX_Merge ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) XXX_Merge(src proto.Message)
func (*QueryBroadcastTxRefundRequest) XXX_Size ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) XXX_Size() int
func (*QueryBroadcastTxRefundRequest) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundRequest) XXX_Unmarshal(b []byte) error
type QueryBroadcastTxRefundResponse ¶ added in v0.0.2
type QueryBroadcastTxRefundResponse struct {
BroadcastRefundMsg MsgBroadcastTxRefund `protobuf:"bytes,1,opt,name=broadcastRefundMsg,proto3" json:"broadcastRefundMsg"`
}
func (*QueryBroadcastTxRefundResponse) Descriptor ¶ added in v0.0.2
func (*QueryBroadcastTxRefundResponse) Descriptor() ([]byte, []int)
func (*QueryBroadcastTxRefundResponse) GetBroadcastRefundMsg ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundResponse) GetBroadcastRefundMsg() MsgBroadcastTxRefund
func (*QueryBroadcastTxRefundResponse) Marshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundResponse) Marshal() (dAtA []byte, err error)
func (*QueryBroadcastTxRefundResponse) MarshalTo ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryBroadcastTxRefundResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryBroadcastTxRefundResponse) ProtoMessage ¶ added in v0.0.2
func (*QueryBroadcastTxRefundResponse) ProtoMessage()
func (*QueryBroadcastTxRefundResponse) Reset ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundResponse) Reset()
func (*QueryBroadcastTxRefundResponse) Size ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundResponse) Size() (n int)
func (*QueryBroadcastTxRefundResponse) String ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundResponse) String() string
func (*QueryBroadcastTxRefundResponse) Unmarshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundResponse) Unmarshal(dAtA []byte) error
func (*QueryBroadcastTxRefundResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundResponse) XXX_DiscardUnknown()
func (*QueryBroadcastTxRefundResponse) XXX_Marshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryBroadcastTxRefundResponse) XXX_Merge ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundResponse) XXX_Merge(src proto.Message)
func (*QueryBroadcastTxRefundResponse) XXX_Size ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundResponse) XXX_Size() int
func (*QueryBroadcastTxRefundResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryBroadcastTxRefundResponse) XXX_Unmarshal(b []byte) error
type QueryBroadcastTxSweepAllRequest ¶
type QueryBroadcastTxSweepAllRequest struct { }
func (*QueryBroadcastTxSweepAllRequest) Descriptor ¶
func (*QueryBroadcastTxSweepAllRequest) Descriptor() ([]byte, []int)
func (*QueryBroadcastTxSweepAllRequest) Marshal ¶
func (m *QueryBroadcastTxSweepAllRequest) Marshal() (dAtA []byte, err error)
func (*QueryBroadcastTxSweepAllRequest) MarshalTo ¶
func (m *QueryBroadcastTxSweepAllRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryBroadcastTxSweepAllRequest) MarshalToSizedBuffer ¶
func (m *QueryBroadcastTxSweepAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryBroadcastTxSweepAllRequest) ProtoMessage ¶
func (*QueryBroadcastTxSweepAllRequest) ProtoMessage()
func (*QueryBroadcastTxSweepAllRequest) Reset ¶
func (m *QueryBroadcastTxSweepAllRequest) Reset()
func (*QueryBroadcastTxSweepAllRequest) Size ¶
func (m *QueryBroadcastTxSweepAllRequest) Size() (n int)
func (*QueryBroadcastTxSweepAllRequest) String ¶
func (m *QueryBroadcastTxSweepAllRequest) String() string
func (*QueryBroadcastTxSweepAllRequest) Unmarshal ¶
func (m *QueryBroadcastTxSweepAllRequest) Unmarshal(dAtA []byte) error
func (*QueryBroadcastTxSweepAllRequest) XXX_DiscardUnknown ¶
func (m *QueryBroadcastTxSweepAllRequest) XXX_DiscardUnknown()
func (*QueryBroadcastTxSweepAllRequest) XXX_Marshal ¶
func (m *QueryBroadcastTxSweepAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryBroadcastTxSweepAllRequest) XXX_Merge ¶
func (m *QueryBroadcastTxSweepAllRequest) XXX_Merge(src proto.Message)
func (*QueryBroadcastTxSweepAllRequest) XXX_Size ¶
func (m *QueryBroadcastTxSweepAllRequest) XXX_Size() int
func (*QueryBroadcastTxSweepAllRequest) XXX_Unmarshal ¶
func (m *QueryBroadcastTxSweepAllRequest) XXX_Unmarshal(b []byte) error
type QueryBroadcastTxSweepAllResponse ¶
type QueryBroadcastTxSweepAllResponse struct {
BroadcastTxSweepMsg []MsgBroadcastTxSweep `protobuf:"bytes,1,rep,name=BroadcastTxSweepMsg,proto3" json:"BroadcastTxSweepMsg"`
}
func (*QueryBroadcastTxSweepAllResponse) Descriptor ¶
func (*QueryBroadcastTxSweepAllResponse) Descriptor() ([]byte, []int)
func (*QueryBroadcastTxSweepAllResponse) GetBroadcastTxSweepMsg ¶
func (m *QueryBroadcastTxSweepAllResponse) GetBroadcastTxSweepMsg() []MsgBroadcastTxSweep
func (*QueryBroadcastTxSweepAllResponse) Marshal ¶
func (m *QueryBroadcastTxSweepAllResponse) Marshal() (dAtA []byte, err error)
func (*QueryBroadcastTxSweepAllResponse) MarshalTo ¶
func (m *QueryBroadcastTxSweepAllResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryBroadcastTxSweepAllResponse) MarshalToSizedBuffer ¶
func (m *QueryBroadcastTxSweepAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryBroadcastTxSweepAllResponse) ProtoMessage ¶
func (*QueryBroadcastTxSweepAllResponse) ProtoMessage()
func (*QueryBroadcastTxSweepAllResponse) Reset ¶
func (m *QueryBroadcastTxSweepAllResponse) Reset()
func (*QueryBroadcastTxSweepAllResponse) Size ¶
func (m *QueryBroadcastTxSweepAllResponse) Size() (n int)
func (*QueryBroadcastTxSweepAllResponse) String ¶
func (m *QueryBroadcastTxSweepAllResponse) String() string
func (*QueryBroadcastTxSweepAllResponse) Unmarshal ¶
func (m *QueryBroadcastTxSweepAllResponse) Unmarshal(dAtA []byte) error
func (*QueryBroadcastTxSweepAllResponse) XXX_DiscardUnknown ¶
func (m *QueryBroadcastTxSweepAllResponse) XXX_DiscardUnknown()
func (*QueryBroadcastTxSweepAllResponse) XXX_Marshal ¶
func (m *QueryBroadcastTxSweepAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryBroadcastTxSweepAllResponse) XXX_Merge ¶
func (m *QueryBroadcastTxSweepAllResponse) XXX_Merge(src proto.Message)
func (*QueryBroadcastTxSweepAllResponse) XXX_Size ¶
func (m *QueryBroadcastTxSweepAllResponse) XXX_Size() int
func (*QueryBroadcastTxSweepAllResponse) XXX_Unmarshal ¶
func (m *QueryBroadcastTxSweepAllResponse) XXX_Unmarshal(b []byte) error
type QueryBroadcastTxSweepRequest ¶ added in v0.0.2
type QueryBroadcastTxSweepRequest struct { ReserveId uint64 `protobuf:"varint,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,2,opt,name=roundId,proto3" json:"roundId,omitempty"` }
7. BroadcastTxSweep
func (*QueryBroadcastTxSweepRequest) Descriptor ¶ added in v0.0.2
func (*QueryBroadcastTxSweepRequest) Descriptor() ([]byte, []int)
func (*QueryBroadcastTxSweepRequest) GetReserveId ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) GetReserveId() uint64
func (*QueryBroadcastTxSweepRequest) GetRoundId ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) GetRoundId() uint64
func (*QueryBroadcastTxSweepRequest) Marshal ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) Marshal() (dAtA []byte, err error)
func (*QueryBroadcastTxSweepRequest) MarshalTo ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryBroadcastTxSweepRequest) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryBroadcastTxSweepRequest) ProtoMessage ¶ added in v0.0.2
func (*QueryBroadcastTxSweepRequest) ProtoMessage()
func (*QueryBroadcastTxSweepRequest) Reset ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) Reset()
func (*QueryBroadcastTxSweepRequest) Size ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) Size() (n int)
func (*QueryBroadcastTxSweepRequest) String ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) String() string
func (*QueryBroadcastTxSweepRequest) Unmarshal ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) Unmarshal(dAtA []byte) error
func (*QueryBroadcastTxSweepRequest) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) XXX_DiscardUnknown()
func (*QueryBroadcastTxSweepRequest) XXX_Marshal ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryBroadcastTxSweepRequest) XXX_Merge ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) XXX_Merge(src proto.Message)
func (*QueryBroadcastTxSweepRequest) XXX_Size ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) XXX_Size() int
func (*QueryBroadcastTxSweepRequest) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepRequest) XXX_Unmarshal(b []byte) error
type QueryBroadcastTxSweepResponse ¶ added in v0.0.2
type QueryBroadcastTxSweepResponse struct {
BroadcastSweepMsg MsgBroadcastTxSweep `protobuf:"bytes,1,opt,name=broadcastSweepMsg,proto3" json:"broadcastSweepMsg"`
}
func (*QueryBroadcastTxSweepResponse) Descriptor ¶ added in v0.0.2
func (*QueryBroadcastTxSweepResponse) Descriptor() ([]byte, []int)
func (*QueryBroadcastTxSweepResponse) GetBroadcastSweepMsg ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepResponse) GetBroadcastSweepMsg() MsgBroadcastTxSweep
func (*QueryBroadcastTxSweepResponse) Marshal ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepResponse) Marshal() (dAtA []byte, err error)
func (*QueryBroadcastTxSweepResponse) MarshalTo ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryBroadcastTxSweepResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryBroadcastTxSweepResponse) ProtoMessage ¶ added in v0.0.2
func (*QueryBroadcastTxSweepResponse) ProtoMessage()
func (*QueryBroadcastTxSweepResponse) Reset ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepResponse) Reset()
func (*QueryBroadcastTxSweepResponse) Size ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepResponse) Size() (n int)
func (*QueryBroadcastTxSweepResponse) String ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepResponse) String() string
func (*QueryBroadcastTxSweepResponse) Unmarshal ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepResponse) Unmarshal(dAtA []byte) error
func (*QueryBroadcastTxSweepResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepResponse) XXX_DiscardUnknown()
func (*QueryBroadcastTxSweepResponse) XXX_Marshal ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryBroadcastTxSweepResponse) XXX_Merge ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepResponse) XXX_Merge(src proto.Message)
func (*QueryBroadcastTxSweepResponse) XXX_Size ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepResponse) XXX_Size() int
func (*QueryBroadcastTxSweepResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryBroadcastTxSweepResponse) XXX_Unmarshal(b []byte) error
type QueryClient ¶
type QueryClient interface { // Parameters queries the parameters of the module. Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) // Queries a list of RegisteredBtcDepositAddresses items. RegisteredBtcDepositAddresses(ctx context.Context, in *QueryRegisteredBtcDepositAddressesRequest, opts ...grpc.CallOption) (*QueryRegisteredBtcDepositAddressesResponse, error) // Queries a list of RegisteredReserveAddresses items. RegisteredReserveAddresses(ctx context.Context, in *QueryRegisteredReserveAddressesRequest, opts ...grpc.CallOption) (*QueryRegisteredReserveAddressesResponse, error) // Queries a list of RegisteredBtcDepositAddress items. RegisteredBtcDepositAddress(ctx context.Context, in *QueryRegisteredBtcDepositAddressRequest, opts ...grpc.CallOption) (*QueryRegisteredBtcDepositAddressResponse, error) // Queries a list of RegisteredBtcDepositAddressByTwilightAddress items. RegisteredBtcDepositAddressByTwilightAddress(ctx context.Context, in *QueryRegisteredBtcDepositAddressByTwilightAddressRequest, opts ...grpc.CallOption) (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse, error) // Queries a list of RegisteredJudgeAddressByValidatorAddress items. RegisteredJudgeAddressByValidatorAddress(ctx context.Context, in *QueryRegisteredJudgeAddressByValidatorAddressRequest, opts ...grpc.CallOption) (*QueryRegisteredJudgeAddressByValidatorAddressResponse, error) // Queries a list of RegisteredJudges items. RegisteredJudges(ctx context.Context, in *QueryRegisteredJudgesRequest, opts ...grpc.CallOption) (*QueryRegisteredJudgesResponse, error) // Queries a list of WithdrawBtcRequestAll items. WithdrawBtcRequestAll(ctx context.Context, in *QueryWithdrawBtcRequestAllRequest, opts ...grpc.CallOption) (*QueryWithdrawBtcRequestAllResponse, error) // Queries a list of SignRefundAll items. SignRefundAll(ctx context.Context, in *QuerySignRefundAllRequest, opts ...grpc.CallOption) (*QuerySignRefundAllResponse, error) // Queries a list of SignSweepAll items. SignSweepAll(ctx context.Context, in *QuerySignSweepAllRequest, opts ...grpc.CallOption) (*QuerySignSweepAllResponse, error) // Queries a list of BroadcastTxSweepAll items. BroadcastTxSweepAll(ctx context.Context, in *QueryBroadcastTxSweepAllRequest, opts ...grpc.CallOption) (*QueryBroadcastTxSweepAllResponse, error) // Queries a list of ProposeRefundHashAll items. ProposeRefundHashAll(ctx context.Context, in *QueryProposeRefundHashAllRequest, opts ...grpc.CallOption) (*QueryProposeRefundHashAllResponse, error) // Queries a list of UnsignedTxSweep items. UnsignedTxSweep(ctx context.Context, in *QueryUnsignedTxSweepRequest, opts ...grpc.CallOption) (*QueryUnsignedTxSweepResponse, error) // Queries a list of UnsignedTxRefund items. UnsignedTxRefund(ctx context.Context, in *QueryUnsignedTxRefundRequest, opts ...grpc.CallOption) (*QueryUnsignedTxRefundResponse, error) // Queries a list of UnsignedTxSweepAll items. UnsignedTxSweepAll(ctx context.Context, in *QueryUnsignedTxSweepAllRequest, opts ...grpc.CallOption) (*QueryUnsignedTxSweepAllResponse, error) // Queries a list of UnsignedTxRefundAll items. UnsignedTxRefundAll(ctx context.Context, in *QueryUnsignedTxRefundAllRequest, opts ...grpc.CallOption) (*QueryUnsignedTxRefundAllResponse, error) // Queries a list of BroadcastTxRefundAll items. BroadcastTxRefundAll(ctx context.Context, in *QueryBroadcastTxRefundAllRequest, opts ...grpc.CallOption) (*QueryBroadcastTxRefundAllResponse, error) // Queries a list of ProposeSweepAddress items. ProposeSweepAddress(ctx context.Context, in *QueryProposeSweepAddressRequest, opts ...grpc.CallOption) (*QueryProposeSweepAddressResponse, error) // Queries a list of ProposeSweepAddressesAll items. ProposeSweepAddressesAll(ctx context.Context, in *QueryProposeSweepAddressesAllRequest, opts ...grpc.CallOption) (*QueryProposeSweepAddressesAllResponse, error) // Queries a list of SignRefund items. SignRefund(ctx context.Context, in *QuerySignRefundRequest, opts ...grpc.CallOption) (*QuerySignRefundResponse, error) // Queries a list of SignSweep items. SignSweep(ctx context.Context, in *QuerySignSweepRequest, opts ...grpc.CallOption) (*QuerySignSweepResponse, error) // Queries a list of BroadcastTxRefund items. BroadcastTxRefund(ctx context.Context, in *QueryBroadcastTxRefundRequest, opts ...grpc.CallOption) (*QueryBroadcastTxRefundResponse, error) // Queries a list of BroadcastTxSweep items. BroadcastTxSweep(ctx context.Context, in *QueryBroadcastTxSweepRequest, opts ...grpc.CallOption) (*QueryBroadcastTxSweepResponse, error) }
QueryClient is the client API for Query service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewQueryClient ¶
func NewQueryClient(cc grpc1.ClientConn) QueryClient
type QueryParamsRequest ¶
type QueryParamsRequest struct { }
QueryParamsRequest is request type for the Query/Params RPC method.
func (*QueryParamsRequest) Descriptor ¶
func (*QueryParamsRequest) Descriptor() ([]byte, []int)
func (*QueryParamsRequest) Marshal ¶
func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error)
func (*QueryParamsRequest) MarshalTo ¶
func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryParamsRequest) MarshalToSizedBuffer ¶
func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryParamsRequest) ProtoMessage ¶
func (*QueryParamsRequest) ProtoMessage()
func (*QueryParamsRequest) Reset ¶
func (m *QueryParamsRequest) Reset()
func (*QueryParamsRequest) Size ¶
func (m *QueryParamsRequest) Size() (n int)
func (*QueryParamsRequest) String ¶
func (m *QueryParamsRequest) String() string
func (*QueryParamsRequest) Unmarshal ¶
func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error
func (*QueryParamsRequest) XXX_DiscardUnknown ¶
func (m *QueryParamsRequest) XXX_DiscardUnknown()
func (*QueryParamsRequest) XXX_Marshal ¶
func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryParamsRequest) XXX_Merge ¶
func (m *QueryParamsRequest) XXX_Merge(src proto.Message)
func (*QueryParamsRequest) XXX_Size ¶
func (m *QueryParamsRequest) XXX_Size() int
func (*QueryParamsRequest) XXX_Unmarshal ¶
func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error
type QueryParamsResponse ¶
type QueryParamsResponse struct { // params holds all the parameters of this module. Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"` }
QueryParamsResponse is response type for the Query/Params RPC method.
func (*QueryParamsResponse) Descriptor ¶
func (*QueryParamsResponse) Descriptor() ([]byte, []int)
func (*QueryParamsResponse) GetParams ¶
func (m *QueryParamsResponse) GetParams() Params
func (*QueryParamsResponse) Marshal ¶
func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error)
func (*QueryParamsResponse) MarshalTo ¶
func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryParamsResponse) MarshalToSizedBuffer ¶
func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryParamsResponse) ProtoMessage ¶
func (*QueryParamsResponse) ProtoMessage()
func (*QueryParamsResponse) Reset ¶
func (m *QueryParamsResponse) Reset()
func (*QueryParamsResponse) Size ¶
func (m *QueryParamsResponse) Size() (n int)
func (*QueryParamsResponse) String ¶
func (m *QueryParamsResponse) String() string
func (*QueryParamsResponse) Unmarshal ¶
func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error
func (*QueryParamsResponse) XXX_DiscardUnknown ¶
func (m *QueryParamsResponse) XXX_DiscardUnknown()
func (*QueryParamsResponse) XXX_Marshal ¶
func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryParamsResponse) XXX_Merge ¶
func (m *QueryParamsResponse) XXX_Merge(src proto.Message)
func (*QueryParamsResponse) XXX_Size ¶
func (m *QueryParamsResponse) XXX_Size() int
func (*QueryParamsResponse) XXX_Unmarshal ¶
func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error
type QueryProposeRefundHashAllRequest ¶
type QueryProposeRefundHashAllRequest struct { }
func (*QueryProposeRefundHashAllRequest) Descriptor ¶
func (*QueryProposeRefundHashAllRequest) Descriptor() ([]byte, []int)
func (*QueryProposeRefundHashAllRequest) Marshal ¶
func (m *QueryProposeRefundHashAllRequest) Marshal() (dAtA []byte, err error)
func (*QueryProposeRefundHashAllRequest) MarshalTo ¶
func (m *QueryProposeRefundHashAllRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryProposeRefundHashAllRequest) MarshalToSizedBuffer ¶
func (m *QueryProposeRefundHashAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryProposeRefundHashAllRequest) ProtoMessage ¶
func (*QueryProposeRefundHashAllRequest) ProtoMessage()
func (*QueryProposeRefundHashAllRequest) Reset ¶
func (m *QueryProposeRefundHashAllRequest) Reset()
func (*QueryProposeRefundHashAllRequest) Size ¶
func (m *QueryProposeRefundHashAllRequest) Size() (n int)
func (*QueryProposeRefundHashAllRequest) String ¶
func (m *QueryProposeRefundHashAllRequest) String() string
func (*QueryProposeRefundHashAllRequest) Unmarshal ¶
func (m *QueryProposeRefundHashAllRequest) Unmarshal(dAtA []byte) error
func (*QueryProposeRefundHashAllRequest) XXX_DiscardUnknown ¶
func (m *QueryProposeRefundHashAllRequest) XXX_DiscardUnknown()
func (*QueryProposeRefundHashAllRequest) XXX_Marshal ¶
func (m *QueryProposeRefundHashAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryProposeRefundHashAllRequest) XXX_Merge ¶
func (m *QueryProposeRefundHashAllRequest) XXX_Merge(src proto.Message)
func (*QueryProposeRefundHashAllRequest) XXX_Size ¶
func (m *QueryProposeRefundHashAllRequest) XXX_Size() int
func (*QueryProposeRefundHashAllRequest) XXX_Unmarshal ¶
func (m *QueryProposeRefundHashAllRequest) XXX_Unmarshal(b []byte) error
type QueryProposeRefundHashAllResponse ¶
type QueryProposeRefundHashAllResponse struct {
ProposeRefundHashMsg []MsgProposeRefundHash `protobuf:"bytes,1,rep,name=proposeRefundHashMsg,proto3" json:"proposeRefundHashMsg"`
}
func (*QueryProposeRefundHashAllResponse) Descriptor ¶
func (*QueryProposeRefundHashAllResponse) Descriptor() ([]byte, []int)
func (*QueryProposeRefundHashAllResponse) GetProposeRefundHashMsg ¶
func (m *QueryProposeRefundHashAllResponse) GetProposeRefundHashMsg() []MsgProposeRefundHash
func (*QueryProposeRefundHashAllResponse) Marshal ¶
func (m *QueryProposeRefundHashAllResponse) Marshal() (dAtA []byte, err error)
func (*QueryProposeRefundHashAllResponse) MarshalTo ¶
func (m *QueryProposeRefundHashAllResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryProposeRefundHashAllResponse) MarshalToSizedBuffer ¶
func (m *QueryProposeRefundHashAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryProposeRefundHashAllResponse) ProtoMessage ¶
func (*QueryProposeRefundHashAllResponse) ProtoMessage()
func (*QueryProposeRefundHashAllResponse) Reset ¶
func (m *QueryProposeRefundHashAllResponse) Reset()
func (*QueryProposeRefundHashAllResponse) Size ¶
func (m *QueryProposeRefundHashAllResponse) Size() (n int)
func (*QueryProposeRefundHashAllResponse) String ¶
func (m *QueryProposeRefundHashAllResponse) String() string
func (*QueryProposeRefundHashAllResponse) Unmarshal ¶
func (m *QueryProposeRefundHashAllResponse) Unmarshal(dAtA []byte) error
func (*QueryProposeRefundHashAllResponse) XXX_DiscardUnknown ¶
func (m *QueryProposeRefundHashAllResponse) XXX_DiscardUnknown()
func (*QueryProposeRefundHashAllResponse) XXX_Marshal ¶
func (m *QueryProposeRefundHashAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryProposeRefundHashAllResponse) XXX_Merge ¶
func (m *QueryProposeRefundHashAllResponse) XXX_Merge(src proto.Message)
func (*QueryProposeRefundHashAllResponse) XXX_Size ¶
func (m *QueryProposeRefundHashAllResponse) XXX_Size() int
func (*QueryProposeRefundHashAllResponse) XXX_Unmarshal ¶
func (m *QueryProposeRefundHashAllResponse) XXX_Unmarshal(b []byte) error
type QueryProposeSweepAddressRequest ¶ added in v0.0.2
type QueryProposeSweepAddressRequest struct { ReserveId uint64 `protobuf:"varint,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,2,opt,name=roundId,proto3" json:"roundId,omitempty"` }
Sweep Queries 1. ProposeSweepAddress
func (*QueryProposeSweepAddressRequest) Descriptor ¶ added in v0.0.2
func (*QueryProposeSweepAddressRequest) Descriptor() ([]byte, []int)
func (*QueryProposeSweepAddressRequest) GetReserveId ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) GetReserveId() uint64
func (*QueryProposeSweepAddressRequest) GetRoundId ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) GetRoundId() uint64
func (*QueryProposeSweepAddressRequest) Marshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) Marshal() (dAtA []byte, err error)
func (*QueryProposeSweepAddressRequest) MarshalTo ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryProposeSweepAddressRequest) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryProposeSweepAddressRequest) ProtoMessage ¶ added in v0.0.2
func (*QueryProposeSweepAddressRequest) ProtoMessage()
func (*QueryProposeSweepAddressRequest) Reset ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) Reset()
func (*QueryProposeSweepAddressRequest) Size ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) Size() (n int)
func (*QueryProposeSweepAddressRequest) String ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) String() string
func (*QueryProposeSweepAddressRequest) Unmarshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) Unmarshal(dAtA []byte) error
func (*QueryProposeSweepAddressRequest) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) XXX_DiscardUnknown()
func (*QueryProposeSweepAddressRequest) XXX_Marshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryProposeSweepAddressRequest) XXX_Merge ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) XXX_Merge(src proto.Message)
func (*QueryProposeSweepAddressRequest) XXX_Size ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) XXX_Size() int
func (*QueryProposeSweepAddressRequest) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressRequest) XXX_Unmarshal(b []byte) error
type QueryProposeSweepAddressResponse ¶ added in v0.0.2
type QueryProposeSweepAddressResponse struct {
ProposeSweepAddressMsg MsgProposeSweepAddress `protobuf:"bytes,1,opt,name=proposeSweepAddressMsg,proto3" json:"proposeSweepAddressMsg"`
}
func (*QueryProposeSweepAddressResponse) Descriptor ¶ added in v0.0.2
func (*QueryProposeSweepAddressResponse) Descriptor() ([]byte, []int)
func (*QueryProposeSweepAddressResponse) GetProposeSweepAddressMsg ¶ added in v0.0.2
func (m *QueryProposeSweepAddressResponse) GetProposeSweepAddressMsg() MsgProposeSweepAddress
func (*QueryProposeSweepAddressResponse) Marshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressResponse) Marshal() (dAtA []byte, err error)
func (*QueryProposeSweepAddressResponse) MarshalTo ¶ added in v0.0.2
func (m *QueryProposeSweepAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryProposeSweepAddressResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryProposeSweepAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryProposeSweepAddressResponse) ProtoMessage ¶ added in v0.0.2
func (*QueryProposeSweepAddressResponse) ProtoMessage()
func (*QueryProposeSweepAddressResponse) Reset ¶ added in v0.0.2
func (m *QueryProposeSweepAddressResponse) Reset()
func (*QueryProposeSweepAddressResponse) Size ¶ added in v0.0.2
func (m *QueryProposeSweepAddressResponse) Size() (n int)
func (*QueryProposeSweepAddressResponse) String ¶ added in v0.0.2
func (m *QueryProposeSweepAddressResponse) String() string
func (*QueryProposeSweepAddressResponse) Unmarshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressResponse) Unmarshal(dAtA []byte) error
func (*QueryProposeSweepAddressResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryProposeSweepAddressResponse) XXX_DiscardUnknown()
func (*QueryProposeSweepAddressResponse) XXX_Marshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryProposeSweepAddressResponse) XXX_Merge ¶ added in v0.0.2
func (m *QueryProposeSweepAddressResponse) XXX_Merge(src proto.Message)
func (*QueryProposeSweepAddressResponse) XXX_Size ¶ added in v0.0.2
func (m *QueryProposeSweepAddressResponse) XXX_Size() int
func (*QueryProposeSweepAddressResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressResponse) XXX_Unmarshal(b []byte) error
type QueryProposeSweepAddressesAllRequest ¶ added in v0.0.2
type QueryProposeSweepAddressesAllRequest struct {
Limit uint64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
}
func (*QueryProposeSweepAddressesAllRequest) Descriptor ¶ added in v0.0.2
func (*QueryProposeSweepAddressesAllRequest) Descriptor() ([]byte, []int)
func (*QueryProposeSweepAddressesAllRequest) GetLimit ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllRequest) GetLimit() uint64
func (*QueryProposeSweepAddressesAllRequest) Marshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllRequest) Marshal() (dAtA []byte, err error)
func (*QueryProposeSweepAddressesAllRequest) MarshalTo ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryProposeSweepAddressesAllRequest) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryProposeSweepAddressesAllRequest) ProtoMessage ¶ added in v0.0.2
func (*QueryProposeSweepAddressesAllRequest) ProtoMessage()
func (*QueryProposeSweepAddressesAllRequest) Reset ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllRequest) Reset()
func (*QueryProposeSweepAddressesAllRequest) Size ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllRequest) Size() (n int)
func (*QueryProposeSweepAddressesAllRequest) String ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllRequest) String() string
func (*QueryProposeSweepAddressesAllRequest) Unmarshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllRequest) Unmarshal(dAtA []byte) error
func (*QueryProposeSweepAddressesAllRequest) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllRequest) XXX_DiscardUnknown()
func (*QueryProposeSweepAddressesAllRequest) XXX_Marshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryProposeSweepAddressesAllRequest) XXX_Merge ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllRequest) XXX_Merge(src proto.Message)
func (*QueryProposeSweepAddressesAllRequest) XXX_Size ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllRequest) XXX_Size() int
func (*QueryProposeSweepAddressesAllRequest) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllRequest) XXX_Unmarshal(b []byte) error
type QueryProposeSweepAddressesAllResponse ¶ added in v0.0.2
type QueryProposeSweepAddressesAllResponse struct {
ProposeSweepAddressMsgs []MsgProposeSweepAddress `protobuf:"bytes,1,rep,name=proposeSweepAddressMsgs,proto3" json:"proposeSweepAddressMsgs"`
}
func (*QueryProposeSweepAddressesAllResponse) Descriptor ¶ added in v0.0.2
func (*QueryProposeSweepAddressesAllResponse) Descriptor() ([]byte, []int)
func (*QueryProposeSweepAddressesAllResponse) GetProposeSweepAddressMsgs ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllResponse) GetProposeSweepAddressMsgs() []MsgProposeSweepAddress
func (*QueryProposeSweepAddressesAllResponse) Marshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllResponse) Marshal() (dAtA []byte, err error)
func (*QueryProposeSweepAddressesAllResponse) MarshalTo ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryProposeSweepAddressesAllResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryProposeSweepAddressesAllResponse) ProtoMessage ¶ added in v0.0.2
func (*QueryProposeSweepAddressesAllResponse) ProtoMessage()
func (*QueryProposeSweepAddressesAllResponse) Reset ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllResponse) Reset()
func (*QueryProposeSweepAddressesAllResponse) Size ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllResponse) Size() (n int)
func (*QueryProposeSweepAddressesAllResponse) String ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllResponse) String() string
func (*QueryProposeSweepAddressesAllResponse) Unmarshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllResponse) Unmarshal(dAtA []byte) error
func (*QueryProposeSweepAddressesAllResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllResponse) XXX_DiscardUnknown()
func (*QueryProposeSweepAddressesAllResponse) XXX_Marshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryProposeSweepAddressesAllResponse) XXX_Merge ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllResponse) XXX_Merge(src proto.Message)
func (*QueryProposeSweepAddressesAllResponse) XXX_Size ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllResponse) XXX_Size() int
func (*QueryProposeSweepAddressesAllResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryProposeSweepAddressesAllResponse) XXX_Unmarshal(b []byte) error
type QueryRegisteredBtcDepositAddressByTwilightAddressRequest ¶
type QueryRegisteredBtcDepositAddressByTwilightAddressRequest struct {
TwilightDepositAddress string `protobuf:"bytes,1,opt,name=twilightDepositAddress,proto3" json:"twilightDepositAddress,omitempty"`
}
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Descriptor ¶
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Descriptor() ([]byte, []int)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) GetTwilightDepositAddress ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) GetTwilightDepositAddress() string
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Marshal ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Marshal() (dAtA []byte, err error)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) MarshalTo ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) MarshalToSizedBuffer ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) ProtoMessage ¶
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) ProtoMessage()
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Reset ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Reset()
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Size ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Size() (n int)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) String ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) String() string
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Unmarshal ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) Unmarshal(dAtA []byte) error
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_DiscardUnknown ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_DiscardUnknown()
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_Marshal ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_Merge ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_Merge(src proto.Message)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_Size ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_Size() int
func (*QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_Unmarshal ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) XXX_Unmarshal(b []byte) error
type QueryRegisteredBtcDepositAddressByTwilightAddressResponse ¶
type QueryRegisteredBtcDepositAddressByTwilightAddressResponse struct { DepositAddress string `protobuf:"bytes,1,opt,name=depositAddress,proto3" json:"depositAddress,omitempty"` TwilightDepositAddress string `protobuf:"bytes,2,opt,name=twilightDepositAddress,proto3" json:"twilightDepositAddress,omitempty"` }
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Descriptor ¶
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Descriptor() ([]byte, []int)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) GetDepositAddress ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) GetDepositAddress() string
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) GetTwilightDepositAddress ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) GetTwilightDepositAddress() string
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Marshal ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Marshal() (dAtA []byte, err error)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) MarshalTo ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) MarshalToSizedBuffer ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) ProtoMessage ¶
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) ProtoMessage()
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Reset ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Reset()
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Size ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Size() (n int)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) String ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) String() string
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Unmarshal ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) Unmarshal(dAtA []byte) error
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_DiscardUnknown ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_DiscardUnknown()
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_Marshal ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_Merge ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_Merge(src proto.Message)
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_Size ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_Size() int
func (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_Unmarshal ¶
func (m *QueryRegisteredBtcDepositAddressByTwilightAddressResponse) XXX_Unmarshal(b []byte) error
type QueryRegisteredBtcDepositAddressRequest ¶
type QueryRegisteredBtcDepositAddressRequest struct {
DepositAddress string `protobuf:"bytes,1,opt,name=depositAddress,proto3" json:"depositAddress,omitempty"`
}
func (*QueryRegisteredBtcDepositAddressRequest) Descriptor ¶
func (*QueryRegisteredBtcDepositAddressRequest) Descriptor() ([]byte, []int)
func (*QueryRegisteredBtcDepositAddressRequest) GetDepositAddress ¶
func (m *QueryRegisteredBtcDepositAddressRequest) GetDepositAddress() string
func (*QueryRegisteredBtcDepositAddressRequest) Marshal ¶
func (m *QueryRegisteredBtcDepositAddressRequest) Marshal() (dAtA []byte, err error)
func (*QueryRegisteredBtcDepositAddressRequest) MarshalTo ¶
func (m *QueryRegisteredBtcDepositAddressRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryRegisteredBtcDepositAddressRequest) MarshalToSizedBuffer ¶
func (m *QueryRegisteredBtcDepositAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRegisteredBtcDepositAddressRequest) ProtoMessage ¶
func (*QueryRegisteredBtcDepositAddressRequest) ProtoMessage()
func (*QueryRegisteredBtcDepositAddressRequest) Reset ¶
func (m *QueryRegisteredBtcDepositAddressRequest) Reset()
func (*QueryRegisteredBtcDepositAddressRequest) Size ¶
func (m *QueryRegisteredBtcDepositAddressRequest) Size() (n int)
func (*QueryRegisteredBtcDepositAddressRequest) String ¶
func (m *QueryRegisteredBtcDepositAddressRequest) String() string
func (*QueryRegisteredBtcDepositAddressRequest) Unmarshal ¶
func (m *QueryRegisteredBtcDepositAddressRequest) Unmarshal(dAtA []byte) error
func (*QueryRegisteredBtcDepositAddressRequest) XXX_DiscardUnknown ¶
func (m *QueryRegisteredBtcDepositAddressRequest) XXX_DiscardUnknown()
func (*QueryRegisteredBtcDepositAddressRequest) XXX_Marshal ¶
func (m *QueryRegisteredBtcDepositAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRegisteredBtcDepositAddressRequest) XXX_Merge ¶
func (m *QueryRegisteredBtcDepositAddressRequest) XXX_Merge(src proto.Message)
func (*QueryRegisteredBtcDepositAddressRequest) XXX_Size ¶
func (m *QueryRegisteredBtcDepositAddressRequest) XXX_Size() int
func (*QueryRegisteredBtcDepositAddressRequest) XXX_Unmarshal ¶
func (m *QueryRegisteredBtcDepositAddressRequest) XXX_Unmarshal(b []byte) error
type QueryRegisteredBtcDepositAddressResponse ¶
type QueryRegisteredBtcDepositAddressResponse struct { DepositAddress string `protobuf:"bytes,1,opt,name=depositAddress,proto3" json:"depositAddress,omitempty"` TwilightDepositAddress string `protobuf:"bytes,2,opt,name=twilightDepositAddress,proto3" json:"twilightDepositAddress,omitempty"` }
func (*QueryRegisteredBtcDepositAddressResponse) Descriptor ¶
func (*QueryRegisteredBtcDepositAddressResponse) Descriptor() ([]byte, []int)
func (*QueryRegisteredBtcDepositAddressResponse) GetDepositAddress ¶
func (m *QueryRegisteredBtcDepositAddressResponse) GetDepositAddress() string
func (*QueryRegisteredBtcDepositAddressResponse) GetTwilightDepositAddress ¶
func (m *QueryRegisteredBtcDepositAddressResponse) GetTwilightDepositAddress() string
func (*QueryRegisteredBtcDepositAddressResponse) Marshal ¶
func (m *QueryRegisteredBtcDepositAddressResponse) Marshal() (dAtA []byte, err error)
func (*QueryRegisteredBtcDepositAddressResponse) MarshalTo ¶
func (m *QueryRegisteredBtcDepositAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryRegisteredBtcDepositAddressResponse) MarshalToSizedBuffer ¶
func (m *QueryRegisteredBtcDepositAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRegisteredBtcDepositAddressResponse) ProtoMessage ¶
func (*QueryRegisteredBtcDepositAddressResponse) ProtoMessage()
func (*QueryRegisteredBtcDepositAddressResponse) Reset ¶
func (m *QueryRegisteredBtcDepositAddressResponse) Reset()
func (*QueryRegisteredBtcDepositAddressResponse) Size ¶
func (m *QueryRegisteredBtcDepositAddressResponse) Size() (n int)
func (*QueryRegisteredBtcDepositAddressResponse) String ¶
func (m *QueryRegisteredBtcDepositAddressResponse) String() string
func (*QueryRegisteredBtcDepositAddressResponse) Unmarshal ¶
func (m *QueryRegisteredBtcDepositAddressResponse) Unmarshal(dAtA []byte) error
func (*QueryRegisteredBtcDepositAddressResponse) XXX_DiscardUnknown ¶
func (m *QueryRegisteredBtcDepositAddressResponse) XXX_DiscardUnknown()
func (*QueryRegisteredBtcDepositAddressResponse) XXX_Marshal ¶
func (m *QueryRegisteredBtcDepositAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRegisteredBtcDepositAddressResponse) XXX_Merge ¶
func (m *QueryRegisteredBtcDepositAddressResponse) XXX_Merge(src proto.Message)
func (*QueryRegisteredBtcDepositAddressResponse) XXX_Size ¶
func (m *QueryRegisteredBtcDepositAddressResponse) XXX_Size() int
func (*QueryRegisteredBtcDepositAddressResponse) XXX_Unmarshal ¶
func (m *QueryRegisteredBtcDepositAddressResponse) XXX_Unmarshal(b []byte) error
type QueryRegisteredBtcDepositAddressesRequest ¶
type QueryRegisteredBtcDepositAddressesRequest struct { }
func (*QueryRegisteredBtcDepositAddressesRequest) Descriptor ¶
func (*QueryRegisteredBtcDepositAddressesRequest) Descriptor() ([]byte, []int)
func (*QueryRegisteredBtcDepositAddressesRequest) Marshal ¶
func (m *QueryRegisteredBtcDepositAddressesRequest) Marshal() (dAtA []byte, err error)
func (*QueryRegisteredBtcDepositAddressesRequest) MarshalTo ¶
func (m *QueryRegisteredBtcDepositAddressesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryRegisteredBtcDepositAddressesRequest) MarshalToSizedBuffer ¶
func (m *QueryRegisteredBtcDepositAddressesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRegisteredBtcDepositAddressesRequest) ProtoMessage ¶
func (*QueryRegisteredBtcDepositAddressesRequest) ProtoMessage()
func (*QueryRegisteredBtcDepositAddressesRequest) Reset ¶
func (m *QueryRegisteredBtcDepositAddressesRequest) Reset()
func (*QueryRegisteredBtcDepositAddressesRequest) Size ¶
func (m *QueryRegisteredBtcDepositAddressesRequest) Size() (n int)
func (*QueryRegisteredBtcDepositAddressesRequest) String ¶
func (m *QueryRegisteredBtcDepositAddressesRequest) String() string
func (*QueryRegisteredBtcDepositAddressesRequest) Unmarshal ¶
func (m *QueryRegisteredBtcDepositAddressesRequest) Unmarshal(dAtA []byte) error
func (*QueryRegisteredBtcDepositAddressesRequest) XXX_DiscardUnknown ¶
func (m *QueryRegisteredBtcDepositAddressesRequest) XXX_DiscardUnknown()
func (*QueryRegisteredBtcDepositAddressesRequest) XXX_Marshal ¶
func (m *QueryRegisteredBtcDepositAddressesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRegisteredBtcDepositAddressesRequest) XXX_Merge ¶
func (m *QueryRegisteredBtcDepositAddressesRequest) XXX_Merge(src proto.Message)
func (*QueryRegisteredBtcDepositAddressesRequest) XXX_Size ¶
func (m *QueryRegisteredBtcDepositAddressesRequest) XXX_Size() int
func (*QueryRegisteredBtcDepositAddressesRequest) XXX_Unmarshal ¶
func (m *QueryRegisteredBtcDepositAddressesRequest) XXX_Unmarshal(b []byte) error
type QueryRegisteredBtcDepositAddressesResponse ¶
type QueryRegisteredBtcDepositAddressesResponse struct {
Addresses []types.BtcDepositAddress `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses"`
}
func (*QueryRegisteredBtcDepositAddressesResponse) Descriptor ¶
func (*QueryRegisteredBtcDepositAddressesResponse) Descriptor() ([]byte, []int)
func (*QueryRegisteredBtcDepositAddressesResponse) GetAddresses ¶
func (m *QueryRegisteredBtcDepositAddressesResponse) GetAddresses() []types.BtcDepositAddress
func (*QueryRegisteredBtcDepositAddressesResponse) Marshal ¶
func (m *QueryRegisteredBtcDepositAddressesResponse) Marshal() (dAtA []byte, err error)
func (*QueryRegisteredBtcDepositAddressesResponse) MarshalTo ¶
func (m *QueryRegisteredBtcDepositAddressesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryRegisteredBtcDepositAddressesResponse) MarshalToSizedBuffer ¶
func (m *QueryRegisteredBtcDepositAddressesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRegisteredBtcDepositAddressesResponse) ProtoMessage ¶
func (*QueryRegisteredBtcDepositAddressesResponse) ProtoMessage()
func (*QueryRegisteredBtcDepositAddressesResponse) Reset ¶
func (m *QueryRegisteredBtcDepositAddressesResponse) Reset()
func (*QueryRegisteredBtcDepositAddressesResponse) Size ¶
func (m *QueryRegisteredBtcDepositAddressesResponse) Size() (n int)
func (*QueryRegisteredBtcDepositAddressesResponse) String ¶
func (m *QueryRegisteredBtcDepositAddressesResponse) String() string
func (*QueryRegisteredBtcDepositAddressesResponse) Unmarshal ¶
func (m *QueryRegisteredBtcDepositAddressesResponse) Unmarshal(dAtA []byte) error
func (*QueryRegisteredBtcDepositAddressesResponse) XXX_DiscardUnknown ¶
func (m *QueryRegisteredBtcDepositAddressesResponse) XXX_DiscardUnknown()
func (*QueryRegisteredBtcDepositAddressesResponse) XXX_Marshal ¶
func (m *QueryRegisteredBtcDepositAddressesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRegisteredBtcDepositAddressesResponse) XXX_Merge ¶
func (m *QueryRegisteredBtcDepositAddressesResponse) XXX_Merge(src proto.Message)
func (*QueryRegisteredBtcDepositAddressesResponse) XXX_Size ¶
func (m *QueryRegisteredBtcDepositAddressesResponse) XXX_Size() int
func (*QueryRegisteredBtcDepositAddressesResponse) XXX_Unmarshal ¶
func (m *QueryRegisteredBtcDepositAddressesResponse) XXX_Unmarshal(b []byte) error
type QueryRegisteredJudgeAddressByValidatorAddressRequest ¶
type QueryRegisteredJudgeAddressByValidatorAddressRequest struct {
ValidatorAddress string `protobuf:"bytes,1,opt,name=validatorAddress,proto3" json:"validatorAddress,omitempty"`
}
this line is used by starport scaffolding # 3
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) Descriptor ¶
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) Descriptor() ([]byte, []int)
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) GetValidatorAddress ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) GetValidatorAddress() string
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) Marshal ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) Marshal() (dAtA []byte, err error)
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) MarshalTo ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) MarshalToSizedBuffer ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) ProtoMessage ¶
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) ProtoMessage()
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) Reset ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) Reset()
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) Size ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) Size() (n int)
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) String ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) String() string
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) Unmarshal ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) Unmarshal(dAtA []byte) error
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_DiscardUnknown ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_DiscardUnknown()
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_Marshal ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_Merge ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_Merge(src proto.Message)
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_Size ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_Size() int
func (*QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_Unmarshal ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressRequest) XXX_Unmarshal(b []byte) error
type QueryRegisteredJudgeAddressByValidatorAddressResponse ¶
type QueryRegisteredJudgeAddressByValidatorAddressResponse struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` JudgeAddress string `protobuf:"bytes,2,opt,name=judgeAddress,proto3" json:"judgeAddress,omitempty"` ValidatorAddress string `protobuf:"bytes,3,opt,name=validatorAddress,proto3" json:"validatorAddress,omitempty"` }
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) Descriptor ¶
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) Descriptor() ([]byte, []int)
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) GetCreator ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) GetCreator() string
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) GetJudgeAddress ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) GetJudgeAddress() string
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) GetValidatorAddress ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) GetValidatorAddress() string
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) Marshal ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) Marshal() (dAtA []byte, err error)
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) MarshalTo ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) MarshalToSizedBuffer ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) ProtoMessage ¶
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) ProtoMessage()
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) Reset ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) Reset()
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) Size ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) Size() (n int)
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) String ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) String() string
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) Unmarshal ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) Unmarshal(dAtA []byte) error
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_DiscardUnknown ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_DiscardUnknown()
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_Marshal ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_Merge ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_Merge(src proto.Message)
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_Size ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_Size() int
func (*QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_Unmarshal ¶
func (m *QueryRegisteredJudgeAddressByValidatorAddressResponse) XXX_Unmarshal(b []byte) error
type QueryRegisteredJudgesRequest ¶
type QueryRegisteredJudgesRequest struct { }
func (*QueryRegisteredJudgesRequest) Descriptor ¶
func (*QueryRegisteredJudgesRequest) Descriptor() ([]byte, []int)
func (*QueryRegisteredJudgesRequest) Marshal ¶
func (m *QueryRegisteredJudgesRequest) Marshal() (dAtA []byte, err error)
func (*QueryRegisteredJudgesRequest) MarshalTo ¶
func (m *QueryRegisteredJudgesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryRegisteredJudgesRequest) MarshalToSizedBuffer ¶
func (m *QueryRegisteredJudgesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRegisteredJudgesRequest) ProtoMessage ¶
func (*QueryRegisteredJudgesRequest) ProtoMessage()
func (*QueryRegisteredJudgesRequest) Reset ¶
func (m *QueryRegisteredJudgesRequest) Reset()
func (*QueryRegisteredJudgesRequest) Size ¶
func (m *QueryRegisteredJudgesRequest) Size() (n int)
func (*QueryRegisteredJudgesRequest) String ¶
func (m *QueryRegisteredJudgesRequest) String() string
func (*QueryRegisteredJudgesRequest) Unmarshal ¶
func (m *QueryRegisteredJudgesRequest) Unmarshal(dAtA []byte) error
func (*QueryRegisteredJudgesRequest) XXX_DiscardUnknown ¶
func (m *QueryRegisteredJudgesRequest) XXX_DiscardUnknown()
func (*QueryRegisteredJudgesRequest) XXX_Marshal ¶
func (m *QueryRegisteredJudgesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRegisteredJudgesRequest) XXX_Merge ¶
func (m *QueryRegisteredJudgesRequest) XXX_Merge(src proto.Message)
func (*QueryRegisteredJudgesRequest) XXX_Size ¶
func (m *QueryRegisteredJudgesRequest) XXX_Size() int
func (*QueryRegisteredJudgesRequest) XXX_Unmarshal ¶
func (m *QueryRegisteredJudgesRequest) XXX_Unmarshal(b []byte) error
type QueryRegisteredJudgesResponse ¶
type QueryRegisteredJudgesResponse struct {
Judges []MsgRegisterJudge `protobuf:"bytes,1,rep,name=Judges,proto3" json:"Judges"`
}
func (*QueryRegisteredJudgesResponse) Descriptor ¶
func (*QueryRegisteredJudgesResponse) Descriptor() ([]byte, []int)
func (*QueryRegisteredJudgesResponse) GetJudges ¶
func (m *QueryRegisteredJudgesResponse) GetJudges() []MsgRegisterJudge
func (*QueryRegisteredJudgesResponse) Marshal ¶
func (m *QueryRegisteredJudgesResponse) Marshal() (dAtA []byte, err error)
func (*QueryRegisteredJudgesResponse) MarshalTo ¶
func (m *QueryRegisteredJudgesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryRegisteredJudgesResponse) MarshalToSizedBuffer ¶
func (m *QueryRegisteredJudgesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRegisteredJudgesResponse) ProtoMessage ¶
func (*QueryRegisteredJudgesResponse) ProtoMessage()
func (*QueryRegisteredJudgesResponse) Reset ¶
func (m *QueryRegisteredJudgesResponse) Reset()
func (*QueryRegisteredJudgesResponse) Size ¶
func (m *QueryRegisteredJudgesResponse) Size() (n int)
func (*QueryRegisteredJudgesResponse) String ¶
func (m *QueryRegisteredJudgesResponse) String() string
func (*QueryRegisteredJudgesResponse) Unmarshal ¶
func (m *QueryRegisteredJudgesResponse) Unmarshal(dAtA []byte) error
func (*QueryRegisteredJudgesResponse) XXX_DiscardUnknown ¶
func (m *QueryRegisteredJudgesResponse) XXX_DiscardUnknown()
func (*QueryRegisteredJudgesResponse) XXX_Marshal ¶
func (m *QueryRegisteredJudgesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRegisteredJudgesResponse) XXX_Merge ¶
func (m *QueryRegisteredJudgesResponse) XXX_Merge(src proto.Message)
func (*QueryRegisteredJudgesResponse) XXX_Size ¶
func (m *QueryRegisteredJudgesResponse) XXX_Size() int
func (*QueryRegisteredJudgesResponse) XXX_Unmarshal ¶
func (m *QueryRegisteredJudgesResponse) XXX_Unmarshal(b []byte) error
type QueryRegisteredReserveAddressesRequest ¶
type QueryRegisteredReserveAddressesRequest struct { }
func (*QueryRegisteredReserveAddressesRequest) Descriptor ¶
func (*QueryRegisteredReserveAddressesRequest) Descriptor() ([]byte, []int)
func (*QueryRegisteredReserveAddressesRequest) Marshal ¶
func (m *QueryRegisteredReserveAddressesRequest) Marshal() (dAtA []byte, err error)
func (*QueryRegisteredReserveAddressesRequest) MarshalTo ¶
func (m *QueryRegisteredReserveAddressesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryRegisteredReserveAddressesRequest) MarshalToSizedBuffer ¶
func (m *QueryRegisteredReserveAddressesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRegisteredReserveAddressesRequest) ProtoMessage ¶
func (*QueryRegisteredReserveAddressesRequest) ProtoMessage()
func (*QueryRegisteredReserveAddressesRequest) Reset ¶
func (m *QueryRegisteredReserveAddressesRequest) Reset()
func (*QueryRegisteredReserveAddressesRequest) Size ¶
func (m *QueryRegisteredReserveAddressesRequest) Size() (n int)
func (*QueryRegisteredReserveAddressesRequest) String ¶
func (m *QueryRegisteredReserveAddressesRequest) String() string
func (*QueryRegisteredReserveAddressesRequest) Unmarshal ¶
func (m *QueryRegisteredReserveAddressesRequest) Unmarshal(dAtA []byte) error
func (*QueryRegisteredReserveAddressesRequest) XXX_DiscardUnknown ¶
func (m *QueryRegisteredReserveAddressesRequest) XXX_DiscardUnknown()
func (*QueryRegisteredReserveAddressesRequest) XXX_Marshal ¶
func (m *QueryRegisteredReserveAddressesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRegisteredReserveAddressesRequest) XXX_Merge ¶
func (m *QueryRegisteredReserveAddressesRequest) XXX_Merge(src proto.Message)
func (*QueryRegisteredReserveAddressesRequest) XXX_Size ¶
func (m *QueryRegisteredReserveAddressesRequest) XXX_Size() int
func (*QueryRegisteredReserveAddressesRequest) XXX_Unmarshal ¶
func (m *QueryRegisteredReserveAddressesRequest) XXX_Unmarshal(b []byte) error
type QueryRegisteredReserveAddressesResponse ¶
type QueryRegisteredReserveAddressesResponse struct {
Addresses []MsgRegisterReserveAddress `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses"`
}
func (*QueryRegisteredReserveAddressesResponse) Descriptor ¶
func (*QueryRegisteredReserveAddressesResponse) Descriptor() ([]byte, []int)
func (*QueryRegisteredReserveAddressesResponse) GetAddresses ¶
func (m *QueryRegisteredReserveAddressesResponse) GetAddresses() []MsgRegisterReserveAddress
func (*QueryRegisteredReserveAddressesResponse) Marshal ¶
func (m *QueryRegisteredReserveAddressesResponse) Marshal() (dAtA []byte, err error)
func (*QueryRegisteredReserveAddressesResponse) MarshalTo ¶
func (m *QueryRegisteredReserveAddressesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryRegisteredReserveAddressesResponse) MarshalToSizedBuffer ¶
func (m *QueryRegisteredReserveAddressesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryRegisteredReserveAddressesResponse) ProtoMessage ¶
func (*QueryRegisteredReserveAddressesResponse) ProtoMessage()
func (*QueryRegisteredReserveAddressesResponse) Reset ¶
func (m *QueryRegisteredReserveAddressesResponse) Reset()
func (*QueryRegisteredReserveAddressesResponse) Size ¶
func (m *QueryRegisteredReserveAddressesResponse) Size() (n int)
func (*QueryRegisteredReserveAddressesResponse) String ¶
func (m *QueryRegisteredReserveAddressesResponse) String() string
func (*QueryRegisteredReserveAddressesResponse) Unmarshal ¶
func (m *QueryRegisteredReserveAddressesResponse) Unmarshal(dAtA []byte) error
func (*QueryRegisteredReserveAddressesResponse) XXX_DiscardUnknown ¶
func (m *QueryRegisteredReserveAddressesResponse) XXX_DiscardUnknown()
func (*QueryRegisteredReserveAddressesResponse) XXX_Marshal ¶
func (m *QueryRegisteredReserveAddressesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRegisteredReserveAddressesResponse) XXX_Merge ¶
func (m *QueryRegisteredReserveAddressesResponse) XXX_Merge(src proto.Message)
func (*QueryRegisteredReserveAddressesResponse) XXX_Size ¶
func (m *QueryRegisteredReserveAddressesResponse) XXX_Size() int
func (*QueryRegisteredReserveAddressesResponse) XXX_Unmarshal ¶
func (m *QueryRegisteredReserveAddressesResponse) XXX_Unmarshal(b []byte) error
type QueryServer ¶
type QueryServer interface { // Parameters queries the parameters of the module. Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) // Queries a list of RegisteredBtcDepositAddresses items. RegisteredBtcDepositAddresses(context.Context, *QueryRegisteredBtcDepositAddressesRequest) (*QueryRegisteredBtcDepositAddressesResponse, error) // Queries a list of RegisteredReserveAddresses items. RegisteredReserveAddresses(context.Context, *QueryRegisteredReserveAddressesRequest) (*QueryRegisteredReserveAddressesResponse, error) // Queries a list of RegisteredBtcDepositAddress items. RegisteredBtcDepositAddress(context.Context, *QueryRegisteredBtcDepositAddressRequest) (*QueryRegisteredBtcDepositAddressResponse, error) // Queries a list of RegisteredBtcDepositAddressByTwilightAddress items. RegisteredBtcDepositAddressByTwilightAddress(context.Context, *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse, error) // Queries a list of RegisteredJudgeAddressByValidatorAddress items. RegisteredJudgeAddressByValidatorAddress(context.Context, *QueryRegisteredJudgeAddressByValidatorAddressRequest) (*QueryRegisteredJudgeAddressByValidatorAddressResponse, error) // Queries a list of RegisteredJudges items. RegisteredJudges(context.Context, *QueryRegisteredJudgesRequest) (*QueryRegisteredJudgesResponse, error) // Queries a list of WithdrawBtcRequestAll items. WithdrawBtcRequestAll(context.Context, *QueryWithdrawBtcRequestAllRequest) (*QueryWithdrawBtcRequestAllResponse, error) // Queries a list of SignRefundAll items. SignRefundAll(context.Context, *QuerySignRefundAllRequest) (*QuerySignRefundAllResponse, error) // Queries a list of SignSweepAll items. SignSweepAll(context.Context, *QuerySignSweepAllRequest) (*QuerySignSweepAllResponse, error) // Queries a list of BroadcastTxSweepAll items. BroadcastTxSweepAll(context.Context, *QueryBroadcastTxSweepAllRequest) (*QueryBroadcastTxSweepAllResponse, error) // Queries a list of ProposeRefundHashAll items. ProposeRefundHashAll(context.Context, *QueryProposeRefundHashAllRequest) (*QueryProposeRefundHashAllResponse, error) // Queries a list of UnsignedTxSweep items. UnsignedTxSweep(context.Context, *QueryUnsignedTxSweepRequest) (*QueryUnsignedTxSweepResponse, error) // Queries a list of UnsignedTxRefund items. UnsignedTxRefund(context.Context, *QueryUnsignedTxRefundRequest) (*QueryUnsignedTxRefundResponse, error) // Queries a list of UnsignedTxSweepAll items. UnsignedTxSweepAll(context.Context, *QueryUnsignedTxSweepAllRequest) (*QueryUnsignedTxSweepAllResponse, error) // Queries a list of UnsignedTxRefundAll items. UnsignedTxRefundAll(context.Context, *QueryUnsignedTxRefundAllRequest) (*QueryUnsignedTxRefundAllResponse, error) // Queries a list of BroadcastTxRefundAll items. BroadcastTxRefundAll(context.Context, *QueryBroadcastTxRefundAllRequest) (*QueryBroadcastTxRefundAllResponse, error) // Queries a list of ProposeSweepAddress items. ProposeSweepAddress(context.Context, *QueryProposeSweepAddressRequest) (*QueryProposeSweepAddressResponse, error) // Queries a list of ProposeSweepAddressesAll items. ProposeSweepAddressesAll(context.Context, *QueryProposeSweepAddressesAllRequest) (*QueryProposeSweepAddressesAllResponse, error) // Queries a list of SignRefund items. SignRefund(context.Context, *QuerySignRefundRequest) (*QuerySignRefundResponse, error) // Queries a list of SignSweep items. SignSweep(context.Context, *QuerySignSweepRequest) (*QuerySignSweepResponse, error) // Queries a list of BroadcastTxRefund items. BroadcastTxRefund(context.Context, *QueryBroadcastTxRefundRequest) (*QueryBroadcastTxRefundResponse, error) // Queries a list of BroadcastTxSweep items. BroadcastTxSweep(context.Context, *QueryBroadcastTxSweepRequest) (*QueryBroadcastTxSweepResponse, error) }
QueryServer is the server API for Query service.
type QuerySignRefundAllRequest ¶
type QuerySignRefundAllRequest struct { }
func (*QuerySignRefundAllRequest) Descriptor ¶
func (*QuerySignRefundAllRequest) Descriptor() ([]byte, []int)
func (*QuerySignRefundAllRequest) Marshal ¶
func (m *QuerySignRefundAllRequest) Marshal() (dAtA []byte, err error)
func (*QuerySignRefundAllRequest) MarshalTo ¶
func (m *QuerySignRefundAllRequest) MarshalTo(dAtA []byte) (int, error)
func (*QuerySignRefundAllRequest) MarshalToSizedBuffer ¶
func (m *QuerySignRefundAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySignRefundAllRequest) ProtoMessage ¶
func (*QuerySignRefundAllRequest) ProtoMessage()
func (*QuerySignRefundAllRequest) Reset ¶
func (m *QuerySignRefundAllRequest) Reset()
func (*QuerySignRefundAllRequest) Size ¶
func (m *QuerySignRefundAllRequest) Size() (n int)
func (*QuerySignRefundAllRequest) String ¶
func (m *QuerySignRefundAllRequest) String() string
func (*QuerySignRefundAllRequest) Unmarshal ¶
func (m *QuerySignRefundAllRequest) Unmarshal(dAtA []byte) error
func (*QuerySignRefundAllRequest) XXX_DiscardUnknown ¶
func (m *QuerySignRefundAllRequest) XXX_DiscardUnknown()
func (*QuerySignRefundAllRequest) XXX_Marshal ¶
func (m *QuerySignRefundAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySignRefundAllRequest) XXX_Merge ¶
func (m *QuerySignRefundAllRequest) XXX_Merge(src proto.Message)
func (*QuerySignRefundAllRequest) XXX_Size ¶
func (m *QuerySignRefundAllRequest) XXX_Size() int
func (*QuerySignRefundAllRequest) XXX_Unmarshal ¶
func (m *QuerySignRefundAllRequest) XXX_Unmarshal(b []byte) error
type QuerySignRefundAllResponse ¶
type QuerySignRefundAllResponse struct {
SignRefundMsg []MsgSignRefund `protobuf:"bytes,1,rep,name=signRefundMsg,proto3" json:"signRefundMsg"`
}
func (*QuerySignRefundAllResponse) Descriptor ¶
func (*QuerySignRefundAllResponse) Descriptor() ([]byte, []int)
func (*QuerySignRefundAllResponse) GetSignRefundMsg ¶
func (m *QuerySignRefundAllResponse) GetSignRefundMsg() []MsgSignRefund
func (*QuerySignRefundAllResponse) Marshal ¶
func (m *QuerySignRefundAllResponse) Marshal() (dAtA []byte, err error)
func (*QuerySignRefundAllResponse) MarshalTo ¶
func (m *QuerySignRefundAllResponse) MarshalTo(dAtA []byte) (int, error)
func (*QuerySignRefundAllResponse) MarshalToSizedBuffer ¶
func (m *QuerySignRefundAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySignRefundAllResponse) ProtoMessage ¶
func (*QuerySignRefundAllResponse) ProtoMessage()
func (*QuerySignRefundAllResponse) Reset ¶
func (m *QuerySignRefundAllResponse) Reset()
func (*QuerySignRefundAllResponse) Size ¶
func (m *QuerySignRefundAllResponse) Size() (n int)
func (*QuerySignRefundAllResponse) String ¶
func (m *QuerySignRefundAllResponse) String() string
func (*QuerySignRefundAllResponse) Unmarshal ¶
func (m *QuerySignRefundAllResponse) Unmarshal(dAtA []byte) error
func (*QuerySignRefundAllResponse) XXX_DiscardUnknown ¶
func (m *QuerySignRefundAllResponse) XXX_DiscardUnknown()
func (*QuerySignRefundAllResponse) XXX_Marshal ¶
func (m *QuerySignRefundAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySignRefundAllResponse) XXX_Merge ¶
func (m *QuerySignRefundAllResponse) XXX_Merge(src proto.Message)
func (*QuerySignRefundAllResponse) XXX_Size ¶
func (m *QuerySignRefundAllResponse) XXX_Size() int
func (*QuerySignRefundAllResponse) XXX_Unmarshal ¶
func (m *QuerySignRefundAllResponse) XXX_Unmarshal(b []byte) error
type QuerySignRefundRequest ¶ added in v0.0.2
type QuerySignRefundRequest struct { ReserveId uint64 `protobuf:"varint,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,2,opt,name=roundId,proto3" json:"roundId,omitempty"` }
4. SignRefund
func (*QuerySignRefundRequest) Descriptor ¶ added in v0.0.2
func (*QuerySignRefundRequest) Descriptor() ([]byte, []int)
func (*QuerySignRefundRequest) GetReserveId ¶ added in v0.0.2
func (m *QuerySignRefundRequest) GetReserveId() uint64
func (*QuerySignRefundRequest) GetRoundId ¶ added in v0.0.2
func (m *QuerySignRefundRequest) GetRoundId() uint64
func (*QuerySignRefundRequest) Marshal ¶ added in v0.0.2
func (m *QuerySignRefundRequest) Marshal() (dAtA []byte, err error)
func (*QuerySignRefundRequest) MarshalTo ¶ added in v0.0.2
func (m *QuerySignRefundRequest) MarshalTo(dAtA []byte) (int, error)
func (*QuerySignRefundRequest) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QuerySignRefundRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySignRefundRequest) ProtoMessage ¶ added in v0.0.2
func (*QuerySignRefundRequest) ProtoMessage()
func (*QuerySignRefundRequest) Reset ¶ added in v0.0.2
func (m *QuerySignRefundRequest) Reset()
func (*QuerySignRefundRequest) Size ¶ added in v0.0.2
func (m *QuerySignRefundRequest) Size() (n int)
func (*QuerySignRefundRequest) String ¶ added in v0.0.2
func (m *QuerySignRefundRequest) String() string
func (*QuerySignRefundRequest) Unmarshal ¶ added in v0.0.2
func (m *QuerySignRefundRequest) Unmarshal(dAtA []byte) error
func (*QuerySignRefundRequest) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QuerySignRefundRequest) XXX_DiscardUnknown()
func (*QuerySignRefundRequest) XXX_Marshal ¶ added in v0.0.2
func (m *QuerySignRefundRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySignRefundRequest) XXX_Merge ¶ added in v0.0.2
func (m *QuerySignRefundRequest) XXX_Merge(src proto.Message)
func (*QuerySignRefundRequest) XXX_Size ¶ added in v0.0.2
func (m *QuerySignRefundRequest) XXX_Size() int
func (*QuerySignRefundRequest) XXX_Unmarshal ¶ added in v0.0.2
func (m *QuerySignRefundRequest) XXX_Unmarshal(b []byte) error
type QuerySignRefundResponse ¶ added in v0.0.2
type QuerySignRefundResponse struct {
SignRefundMsg []MsgSignRefund `protobuf:"bytes,1,rep,name=signRefundMsg,proto3" json:"signRefundMsg"`
}
func (*QuerySignRefundResponse) Descriptor ¶ added in v0.0.2
func (*QuerySignRefundResponse) Descriptor() ([]byte, []int)
func (*QuerySignRefundResponse) GetSignRefundMsg ¶ added in v0.0.2
func (m *QuerySignRefundResponse) GetSignRefundMsg() []MsgSignRefund
func (*QuerySignRefundResponse) Marshal ¶ added in v0.0.2
func (m *QuerySignRefundResponse) Marshal() (dAtA []byte, err error)
func (*QuerySignRefundResponse) MarshalTo ¶ added in v0.0.2
func (m *QuerySignRefundResponse) MarshalTo(dAtA []byte) (int, error)
func (*QuerySignRefundResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QuerySignRefundResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySignRefundResponse) ProtoMessage ¶ added in v0.0.2
func (*QuerySignRefundResponse) ProtoMessage()
func (*QuerySignRefundResponse) Reset ¶ added in v0.0.2
func (m *QuerySignRefundResponse) Reset()
func (*QuerySignRefundResponse) Size ¶ added in v0.0.2
func (m *QuerySignRefundResponse) Size() (n int)
func (*QuerySignRefundResponse) String ¶ added in v0.0.2
func (m *QuerySignRefundResponse) String() string
func (*QuerySignRefundResponse) Unmarshal ¶ added in v0.0.2
func (m *QuerySignRefundResponse) Unmarshal(dAtA []byte) error
func (*QuerySignRefundResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QuerySignRefundResponse) XXX_DiscardUnknown()
func (*QuerySignRefundResponse) XXX_Marshal ¶ added in v0.0.2
func (m *QuerySignRefundResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySignRefundResponse) XXX_Merge ¶ added in v0.0.2
func (m *QuerySignRefundResponse) XXX_Merge(src proto.Message)
func (*QuerySignRefundResponse) XXX_Size ¶ added in v0.0.2
func (m *QuerySignRefundResponse) XXX_Size() int
func (*QuerySignRefundResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *QuerySignRefundResponse) XXX_Unmarshal(b []byte) error
type QuerySignSweepAllRequest ¶
type QuerySignSweepAllRequest struct { }
func (*QuerySignSweepAllRequest) Descriptor ¶
func (*QuerySignSweepAllRequest) Descriptor() ([]byte, []int)
func (*QuerySignSweepAllRequest) Marshal ¶
func (m *QuerySignSweepAllRequest) Marshal() (dAtA []byte, err error)
func (*QuerySignSweepAllRequest) MarshalTo ¶
func (m *QuerySignSweepAllRequest) MarshalTo(dAtA []byte) (int, error)
func (*QuerySignSweepAllRequest) MarshalToSizedBuffer ¶
func (m *QuerySignSweepAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySignSweepAllRequest) ProtoMessage ¶
func (*QuerySignSweepAllRequest) ProtoMessage()
func (*QuerySignSweepAllRequest) Reset ¶
func (m *QuerySignSweepAllRequest) Reset()
func (*QuerySignSweepAllRequest) Size ¶
func (m *QuerySignSweepAllRequest) Size() (n int)
func (*QuerySignSweepAllRequest) String ¶
func (m *QuerySignSweepAllRequest) String() string
func (*QuerySignSweepAllRequest) Unmarshal ¶
func (m *QuerySignSweepAllRequest) Unmarshal(dAtA []byte) error
func (*QuerySignSweepAllRequest) XXX_DiscardUnknown ¶
func (m *QuerySignSweepAllRequest) XXX_DiscardUnknown()
func (*QuerySignSweepAllRequest) XXX_Marshal ¶
func (m *QuerySignSweepAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySignSweepAllRequest) XXX_Merge ¶
func (m *QuerySignSweepAllRequest) XXX_Merge(src proto.Message)
func (*QuerySignSweepAllRequest) XXX_Size ¶
func (m *QuerySignSweepAllRequest) XXX_Size() int
func (*QuerySignSweepAllRequest) XXX_Unmarshal ¶
func (m *QuerySignSweepAllRequest) XXX_Unmarshal(b []byte) error
type QuerySignSweepAllResponse ¶
type QuerySignSweepAllResponse struct {
SignSweepMsg []MsgSignSweep `protobuf:"bytes,1,rep,name=signSweepMsg,proto3" json:"signSweepMsg"`
}
func (*QuerySignSweepAllResponse) Descriptor ¶
func (*QuerySignSweepAllResponse) Descriptor() ([]byte, []int)
func (*QuerySignSweepAllResponse) GetSignSweepMsg ¶
func (m *QuerySignSweepAllResponse) GetSignSweepMsg() []MsgSignSweep
func (*QuerySignSweepAllResponse) Marshal ¶
func (m *QuerySignSweepAllResponse) Marshal() (dAtA []byte, err error)
func (*QuerySignSweepAllResponse) MarshalTo ¶
func (m *QuerySignSweepAllResponse) MarshalTo(dAtA []byte) (int, error)
func (*QuerySignSweepAllResponse) MarshalToSizedBuffer ¶
func (m *QuerySignSweepAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySignSweepAllResponse) ProtoMessage ¶
func (*QuerySignSweepAllResponse) ProtoMessage()
func (*QuerySignSweepAllResponse) Reset ¶
func (m *QuerySignSweepAllResponse) Reset()
func (*QuerySignSweepAllResponse) Size ¶
func (m *QuerySignSweepAllResponse) Size() (n int)
func (*QuerySignSweepAllResponse) String ¶
func (m *QuerySignSweepAllResponse) String() string
func (*QuerySignSweepAllResponse) Unmarshal ¶
func (m *QuerySignSweepAllResponse) Unmarshal(dAtA []byte) error
func (*QuerySignSweepAllResponse) XXX_DiscardUnknown ¶
func (m *QuerySignSweepAllResponse) XXX_DiscardUnknown()
func (*QuerySignSweepAllResponse) XXX_Marshal ¶
func (m *QuerySignSweepAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySignSweepAllResponse) XXX_Merge ¶
func (m *QuerySignSweepAllResponse) XXX_Merge(src proto.Message)
func (*QuerySignSweepAllResponse) XXX_Size ¶
func (m *QuerySignSweepAllResponse) XXX_Size() int
func (*QuerySignSweepAllResponse) XXX_Unmarshal ¶
func (m *QuerySignSweepAllResponse) XXX_Unmarshal(b []byte) error
type QuerySignSweepRequest ¶ added in v0.0.2
type QuerySignSweepRequest struct { ReserveId uint64 `protobuf:"varint,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,2,opt,name=roundId,proto3" json:"roundId,omitempty"` }
5. SignSweep
func (*QuerySignSweepRequest) Descriptor ¶ added in v0.0.2
func (*QuerySignSweepRequest) Descriptor() ([]byte, []int)
func (*QuerySignSweepRequest) GetReserveId ¶ added in v0.0.2
func (m *QuerySignSweepRequest) GetReserveId() uint64
func (*QuerySignSweepRequest) GetRoundId ¶ added in v0.0.2
func (m *QuerySignSweepRequest) GetRoundId() uint64
func (*QuerySignSweepRequest) Marshal ¶ added in v0.0.2
func (m *QuerySignSweepRequest) Marshal() (dAtA []byte, err error)
func (*QuerySignSweepRequest) MarshalTo ¶ added in v0.0.2
func (m *QuerySignSweepRequest) MarshalTo(dAtA []byte) (int, error)
func (*QuerySignSweepRequest) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QuerySignSweepRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySignSweepRequest) ProtoMessage ¶ added in v0.0.2
func (*QuerySignSweepRequest) ProtoMessage()
func (*QuerySignSweepRequest) Reset ¶ added in v0.0.2
func (m *QuerySignSweepRequest) Reset()
func (*QuerySignSweepRequest) Size ¶ added in v0.0.2
func (m *QuerySignSweepRequest) Size() (n int)
func (*QuerySignSweepRequest) String ¶ added in v0.0.2
func (m *QuerySignSweepRequest) String() string
func (*QuerySignSweepRequest) Unmarshal ¶ added in v0.0.2
func (m *QuerySignSweepRequest) Unmarshal(dAtA []byte) error
func (*QuerySignSweepRequest) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QuerySignSweepRequest) XXX_DiscardUnknown()
func (*QuerySignSweepRequest) XXX_Marshal ¶ added in v0.0.2
func (m *QuerySignSweepRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySignSweepRequest) XXX_Merge ¶ added in v0.0.2
func (m *QuerySignSweepRequest) XXX_Merge(src proto.Message)
func (*QuerySignSweepRequest) XXX_Size ¶ added in v0.0.2
func (m *QuerySignSweepRequest) XXX_Size() int
func (*QuerySignSweepRequest) XXX_Unmarshal ¶ added in v0.0.2
func (m *QuerySignSweepRequest) XXX_Unmarshal(b []byte) error
type QuerySignSweepResponse ¶ added in v0.0.2
type QuerySignSweepResponse struct {
SignSweepMsg []MsgSignSweep `protobuf:"bytes,1,rep,name=signSweepMsg,proto3" json:"signSweepMsg"`
}
func (*QuerySignSweepResponse) Descriptor ¶ added in v0.0.2
func (*QuerySignSweepResponse) Descriptor() ([]byte, []int)
func (*QuerySignSweepResponse) GetSignSweepMsg ¶ added in v0.0.2
func (m *QuerySignSweepResponse) GetSignSweepMsg() []MsgSignSweep
func (*QuerySignSweepResponse) Marshal ¶ added in v0.0.2
func (m *QuerySignSweepResponse) Marshal() (dAtA []byte, err error)
func (*QuerySignSweepResponse) MarshalTo ¶ added in v0.0.2
func (m *QuerySignSweepResponse) MarshalTo(dAtA []byte) (int, error)
func (*QuerySignSweepResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QuerySignSweepResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySignSweepResponse) ProtoMessage ¶ added in v0.0.2
func (*QuerySignSweepResponse) ProtoMessage()
func (*QuerySignSweepResponse) Reset ¶ added in v0.0.2
func (m *QuerySignSweepResponse) Reset()
func (*QuerySignSweepResponse) Size ¶ added in v0.0.2
func (m *QuerySignSweepResponse) Size() (n int)
func (*QuerySignSweepResponse) String ¶ added in v0.0.2
func (m *QuerySignSweepResponse) String() string
func (*QuerySignSweepResponse) Unmarshal ¶ added in v0.0.2
func (m *QuerySignSweepResponse) Unmarshal(dAtA []byte) error
func (*QuerySignSweepResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QuerySignSweepResponse) XXX_DiscardUnknown()
func (*QuerySignSweepResponse) XXX_Marshal ¶ added in v0.0.2
func (m *QuerySignSweepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySignSweepResponse) XXX_Merge ¶ added in v0.0.2
func (m *QuerySignSweepResponse) XXX_Merge(src proto.Message)
func (*QuerySignSweepResponse) XXX_Size ¶ added in v0.0.2
func (m *QuerySignSweepResponse) XXX_Size() int
func (*QuerySignSweepResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *QuerySignSweepResponse) XXX_Unmarshal(b []byte) error
type QueryUnsignedTxRefundAllRequest ¶ added in v0.0.2
type QueryUnsignedTxRefundAllRequest struct {
Limit uint64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
}
func (*QueryUnsignedTxRefundAllRequest) Descriptor ¶ added in v0.0.2
func (*QueryUnsignedTxRefundAllRequest) Descriptor() ([]byte, []int)
func (*QueryUnsignedTxRefundAllRequest) GetLimit ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllRequest) GetLimit() uint64
func (*QueryUnsignedTxRefundAllRequest) Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllRequest) Marshal() (dAtA []byte, err error)
func (*QueryUnsignedTxRefundAllRequest) MarshalTo ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryUnsignedTxRefundAllRequest) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUnsignedTxRefundAllRequest) ProtoMessage ¶ added in v0.0.2
func (*QueryUnsignedTxRefundAllRequest) ProtoMessage()
func (*QueryUnsignedTxRefundAllRequest) Reset ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllRequest) Reset()
func (*QueryUnsignedTxRefundAllRequest) Size ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllRequest) Size() (n int)
func (*QueryUnsignedTxRefundAllRequest) String ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllRequest) String() string
func (*QueryUnsignedTxRefundAllRequest) Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllRequest) Unmarshal(dAtA []byte) error
func (*QueryUnsignedTxRefundAllRequest) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllRequest) XXX_DiscardUnknown()
func (*QueryUnsignedTxRefundAllRequest) XXX_Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUnsignedTxRefundAllRequest) XXX_Merge ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllRequest) XXX_Merge(src proto.Message)
func (*QueryUnsignedTxRefundAllRequest) XXX_Size ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllRequest) XXX_Size() int
func (*QueryUnsignedTxRefundAllRequest) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllRequest) XXX_Unmarshal(b []byte) error
type QueryUnsignedTxRefundAllResponse ¶ added in v0.0.2
type QueryUnsignedTxRefundAllResponse struct {
UnsignedTxRefundMsgs []MsgUnsignedTxRefund `protobuf:"bytes,1,rep,name=unsignedTxRefundMsgs,proto3" json:"unsignedTxRefundMsgs"`
}
func (*QueryUnsignedTxRefundAllResponse) Descriptor ¶ added in v0.0.2
func (*QueryUnsignedTxRefundAllResponse) Descriptor() ([]byte, []int)
func (*QueryUnsignedTxRefundAllResponse) GetUnsignedTxRefundMsgs ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllResponse) GetUnsignedTxRefundMsgs() []MsgUnsignedTxRefund
func (*QueryUnsignedTxRefundAllResponse) Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllResponse) Marshal() (dAtA []byte, err error)
func (*QueryUnsignedTxRefundAllResponse) MarshalTo ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryUnsignedTxRefundAllResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUnsignedTxRefundAllResponse) ProtoMessage ¶ added in v0.0.2
func (*QueryUnsignedTxRefundAllResponse) ProtoMessage()
func (*QueryUnsignedTxRefundAllResponse) Reset ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllResponse) Reset()
func (*QueryUnsignedTxRefundAllResponse) Size ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllResponse) Size() (n int)
func (*QueryUnsignedTxRefundAllResponse) String ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllResponse) String() string
func (*QueryUnsignedTxRefundAllResponse) Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllResponse) Unmarshal(dAtA []byte) error
func (*QueryUnsignedTxRefundAllResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllResponse) XXX_DiscardUnknown()
func (*QueryUnsignedTxRefundAllResponse) XXX_Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUnsignedTxRefundAllResponse) XXX_Merge ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllResponse) XXX_Merge(src proto.Message)
func (*QueryUnsignedTxRefundAllResponse) XXX_Size ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllResponse) XXX_Size() int
func (*QueryUnsignedTxRefundAllResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundAllResponse) XXX_Unmarshal(b []byte) error
type QueryUnsignedTxRefundRequest ¶ added in v0.0.2
type QueryUnsignedTxRefundRequest struct { ReserveId uint64 `protobuf:"varint,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,2,opt,name=roundId,proto3" json:"roundId,omitempty"` }
3. UnsignedTxRefund
func (*QueryUnsignedTxRefundRequest) Descriptor ¶ added in v0.0.2
func (*QueryUnsignedTxRefundRequest) Descriptor() ([]byte, []int)
func (*QueryUnsignedTxRefundRequest) GetReserveId ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) GetReserveId() uint64
func (*QueryUnsignedTxRefundRequest) GetRoundId ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) GetRoundId() uint64
func (*QueryUnsignedTxRefundRequest) Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) Marshal() (dAtA []byte, err error)
func (*QueryUnsignedTxRefundRequest) MarshalTo ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryUnsignedTxRefundRequest) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUnsignedTxRefundRequest) ProtoMessage ¶ added in v0.0.2
func (*QueryUnsignedTxRefundRequest) ProtoMessage()
func (*QueryUnsignedTxRefundRequest) Reset ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) Reset()
func (*QueryUnsignedTxRefundRequest) Size ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) Size() (n int)
func (*QueryUnsignedTxRefundRequest) String ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) String() string
func (*QueryUnsignedTxRefundRequest) Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) Unmarshal(dAtA []byte) error
func (*QueryUnsignedTxRefundRequest) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) XXX_DiscardUnknown()
func (*QueryUnsignedTxRefundRequest) XXX_Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUnsignedTxRefundRequest) XXX_Merge ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) XXX_Merge(src proto.Message)
func (*QueryUnsignedTxRefundRequest) XXX_Size ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) XXX_Size() int
func (*QueryUnsignedTxRefundRequest) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundRequest) XXX_Unmarshal(b []byte) error
type QueryUnsignedTxRefundResponse ¶ added in v0.0.2
type QueryUnsignedTxRefundResponse struct {
UnsignedTxRefundMsg MsgUnsignedTxRefund `protobuf:"bytes,1,opt,name=unsignedTxRefundMsg,proto3" json:"unsignedTxRefundMsg"`
}
func (*QueryUnsignedTxRefundResponse) Descriptor ¶ added in v0.0.2
func (*QueryUnsignedTxRefundResponse) Descriptor() ([]byte, []int)
func (*QueryUnsignedTxRefundResponse) GetUnsignedTxRefundMsg ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundResponse) GetUnsignedTxRefundMsg() MsgUnsignedTxRefund
func (*QueryUnsignedTxRefundResponse) Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundResponse) Marshal() (dAtA []byte, err error)
func (*QueryUnsignedTxRefundResponse) MarshalTo ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryUnsignedTxRefundResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUnsignedTxRefundResponse) ProtoMessage ¶ added in v0.0.2
func (*QueryUnsignedTxRefundResponse) ProtoMessage()
func (*QueryUnsignedTxRefundResponse) Reset ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundResponse) Reset()
func (*QueryUnsignedTxRefundResponse) Size ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundResponse) Size() (n int)
func (*QueryUnsignedTxRefundResponse) String ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundResponse) String() string
func (*QueryUnsignedTxRefundResponse) Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundResponse) Unmarshal(dAtA []byte) error
func (*QueryUnsignedTxRefundResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundResponse) XXX_DiscardUnknown()
func (*QueryUnsignedTxRefundResponse) XXX_Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUnsignedTxRefundResponse) XXX_Merge ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundResponse) XXX_Merge(src proto.Message)
func (*QueryUnsignedTxRefundResponse) XXX_Size ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundResponse) XXX_Size() int
func (*QueryUnsignedTxRefundResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxRefundResponse) XXX_Unmarshal(b []byte) error
type QueryUnsignedTxSweepAllRequest ¶ added in v0.0.2
type QueryUnsignedTxSweepAllRequest struct {
Limit uint64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
}
func (*QueryUnsignedTxSweepAllRequest) Descriptor ¶ added in v0.0.2
func (*QueryUnsignedTxSweepAllRequest) Descriptor() ([]byte, []int)
func (*QueryUnsignedTxSweepAllRequest) GetLimit ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllRequest) GetLimit() uint64
func (*QueryUnsignedTxSweepAllRequest) Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllRequest) Marshal() (dAtA []byte, err error)
func (*QueryUnsignedTxSweepAllRequest) MarshalTo ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryUnsignedTxSweepAllRequest) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUnsignedTxSweepAllRequest) ProtoMessage ¶ added in v0.0.2
func (*QueryUnsignedTxSweepAllRequest) ProtoMessage()
func (*QueryUnsignedTxSweepAllRequest) Reset ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllRequest) Reset()
func (*QueryUnsignedTxSweepAllRequest) Size ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllRequest) Size() (n int)
func (*QueryUnsignedTxSweepAllRequest) String ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllRequest) String() string
func (*QueryUnsignedTxSweepAllRequest) Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllRequest) Unmarshal(dAtA []byte) error
func (*QueryUnsignedTxSweepAllRequest) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllRequest) XXX_DiscardUnknown()
func (*QueryUnsignedTxSweepAllRequest) XXX_Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUnsignedTxSweepAllRequest) XXX_Merge ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllRequest) XXX_Merge(src proto.Message)
func (*QueryUnsignedTxSweepAllRequest) XXX_Size ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllRequest) XXX_Size() int
func (*QueryUnsignedTxSweepAllRequest) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllRequest) XXX_Unmarshal(b []byte) error
type QueryUnsignedTxSweepAllResponse ¶ added in v0.0.2
type QueryUnsignedTxSweepAllResponse struct {
UnsignedTxSweepMsgs []MsgUnsignedTxSweep `protobuf:"bytes,1,rep,name=unsignedTxSweepMsgs,proto3" json:"unsignedTxSweepMsgs"`
}
func (*QueryUnsignedTxSweepAllResponse) Descriptor ¶ added in v0.0.2
func (*QueryUnsignedTxSweepAllResponse) Descriptor() ([]byte, []int)
func (*QueryUnsignedTxSweepAllResponse) GetUnsignedTxSweepMsgs ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllResponse) GetUnsignedTxSweepMsgs() []MsgUnsignedTxSweep
func (*QueryUnsignedTxSweepAllResponse) Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllResponse) Marshal() (dAtA []byte, err error)
func (*QueryUnsignedTxSweepAllResponse) MarshalTo ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryUnsignedTxSweepAllResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUnsignedTxSweepAllResponse) ProtoMessage ¶ added in v0.0.2
func (*QueryUnsignedTxSweepAllResponse) ProtoMessage()
func (*QueryUnsignedTxSweepAllResponse) Reset ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllResponse) Reset()
func (*QueryUnsignedTxSweepAllResponse) Size ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllResponse) Size() (n int)
func (*QueryUnsignedTxSweepAllResponse) String ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllResponse) String() string
func (*QueryUnsignedTxSweepAllResponse) Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllResponse) Unmarshal(dAtA []byte) error
func (*QueryUnsignedTxSweepAllResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllResponse) XXX_DiscardUnknown()
func (*QueryUnsignedTxSweepAllResponse) XXX_Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUnsignedTxSweepAllResponse) XXX_Merge ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllResponse) XXX_Merge(src proto.Message)
func (*QueryUnsignedTxSweepAllResponse) XXX_Size ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllResponse) XXX_Size() int
func (*QueryUnsignedTxSweepAllResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepAllResponse) XXX_Unmarshal(b []byte) error
type QueryUnsignedTxSweepRequest ¶ added in v0.0.2
type QueryUnsignedTxSweepRequest struct { ReserveId uint64 `protobuf:"varint,1,opt,name=reserveId,proto3" json:"reserveId,omitempty"` RoundId uint64 `protobuf:"varint,2,opt,name=roundId,proto3" json:"roundId,omitempty"` }
2. UnsignedTxSweep
func (*QueryUnsignedTxSweepRequest) Descriptor ¶ added in v0.0.2
func (*QueryUnsignedTxSweepRequest) Descriptor() ([]byte, []int)
func (*QueryUnsignedTxSweepRequest) GetReserveId ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) GetReserveId() uint64
func (*QueryUnsignedTxSweepRequest) GetRoundId ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) GetRoundId() uint64
func (*QueryUnsignedTxSweepRequest) Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) Marshal() (dAtA []byte, err error)
func (*QueryUnsignedTxSweepRequest) MarshalTo ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryUnsignedTxSweepRequest) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUnsignedTxSweepRequest) ProtoMessage ¶ added in v0.0.2
func (*QueryUnsignedTxSweepRequest) ProtoMessage()
func (*QueryUnsignedTxSweepRequest) Reset ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) Reset()
func (*QueryUnsignedTxSweepRequest) Size ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) Size() (n int)
func (*QueryUnsignedTxSweepRequest) String ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) String() string
func (*QueryUnsignedTxSweepRequest) Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) Unmarshal(dAtA []byte) error
func (*QueryUnsignedTxSweepRequest) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) XXX_DiscardUnknown()
func (*QueryUnsignedTxSweepRequest) XXX_Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUnsignedTxSweepRequest) XXX_Merge ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) XXX_Merge(src proto.Message)
func (*QueryUnsignedTxSweepRequest) XXX_Size ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) XXX_Size() int
func (*QueryUnsignedTxSweepRequest) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepRequest) XXX_Unmarshal(b []byte) error
type QueryUnsignedTxSweepResponse ¶ added in v0.0.2
type QueryUnsignedTxSweepResponse struct {
UnsignedTxSweepMsg MsgUnsignedTxSweep `protobuf:"bytes,1,opt,name=unsignedTxSweepMsg,proto3" json:"unsignedTxSweepMsg"`
}
func (*QueryUnsignedTxSweepResponse) Descriptor ¶ added in v0.0.2
func (*QueryUnsignedTxSweepResponse) Descriptor() ([]byte, []int)
func (*QueryUnsignedTxSweepResponse) GetUnsignedTxSweepMsg ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepResponse) GetUnsignedTxSweepMsg() MsgUnsignedTxSweep
func (*QueryUnsignedTxSweepResponse) Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepResponse) Marshal() (dAtA []byte, err error)
func (*QueryUnsignedTxSweepResponse) MarshalTo ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryUnsignedTxSweepResponse) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUnsignedTxSweepResponse) ProtoMessage ¶ added in v0.0.2
func (*QueryUnsignedTxSweepResponse) ProtoMessage()
func (*QueryUnsignedTxSweepResponse) Reset ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepResponse) Reset()
func (*QueryUnsignedTxSweepResponse) Size ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepResponse) Size() (n int)
func (*QueryUnsignedTxSweepResponse) String ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepResponse) String() string
func (*QueryUnsignedTxSweepResponse) Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepResponse) Unmarshal(dAtA []byte) error
func (*QueryUnsignedTxSweepResponse) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepResponse) XXX_DiscardUnknown()
func (*QueryUnsignedTxSweepResponse) XXX_Marshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUnsignedTxSweepResponse) XXX_Merge ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepResponse) XXX_Merge(src proto.Message)
func (*QueryUnsignedTxSweepResponse) XXX_Size ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepResponse) XXX_Size() int
func (*QueryUnsignedTxSweepResponse) XXX_Unmarshal ¶ added in v0.0.2
func (m *QueryUnsignedTxSweepResponse) XXX_Unmarshal(b []byte) error
type QueryWithdrawBtcRequestAllRequest ¶
type QueryWithdrawBtcRequestAllRequest struct { }
func (*QueryWithdrawBtcRequestAllRequest) Descriptor ¶
func (*QueryWithdrawBtcRequestAllRequest) Descriptor() ([]byte, []int)
func (*QueryWithdrawBtcRequestAllRequest) Marshal ¶
func (m *QueryWithdrawBtcRequestAllRequest) Marshal() (dAtA []byte, err error)
func (*QueryWithdrawBtcRequestAllRequest) MarshalTo ¶
func (m *QueryWithdrawBtcRequestAllRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryWithdrawBtcRequestAllRequest) MarshalToSizedBuffer ¶
func (m *QueryWithdrawBtcRequestAllRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryWithdrawBtcRequestAllRequest) ProtoMessage ¶
func (*QueryWithdrawBtcRequestAllRequest) ProtoMessage()
func (*QueryWithdrawBtcRequestAllRequest) Reset ¶
func (m *QueryWithdrawBtcRequestAllRequest) Reset()
func (*QueryWithdrawBtcRequestAllRequest) Size ¶
func (m *QueryWithdrawBtcRequestAllRequest) Size() (n int)
func (*QueryWithdrawBtcRequestAllRequest) String ¶
func (m *QueryWithdrawBtcRequestAllRequest) String() string
func (*QueryWithdrawBtcRequestAllRequest) Unmarshal ¶
func (m *QueryWithdrawBtcRequestAllRequest) Unmarshal(dAtA []byte) error
func (*QueryWithdrawBtcRequestAllRequest) XXX_DiscardUnknown ¶
func (m *QueryWithdrawBtcRequestAllRequest) XXX_DiscardUnknown()
func (*QueryWithdrawBtcRequestAllRequest) XXX_Marshal ¶
func (m *QueryWithdrawBtcRequestAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryWithdrawBtcRequestAllRequest) XXX_Merge ¶
func (m *QueryWithdrawBtcRequestAllRequest) XXX_Merge(src proto.Message)
func (*QueryWithdrawBtcRequestAllRequest) XXX_Size ¶
func (m *QueryWithdrawBtcRequestAllRequest) XXX_Size() int
func (*QueryWithdrawBtcRequestAllRequest) XXX_Unmarshal ¶
func (m *QueryWithdrawBtcRequestAllRequest) XXX_Unmarshal(b []byte) error
type QueryWithdrawBtcRequestAllResponse ¶
type QueryWithdrawBtcRequestAllResponse struct {
WithdrawRequest []types.BtcWithdrawRequestInternal `protobuf:"bytes,1,rep,name=withdrawRequest,proto3" json:"withdrawRequest"`
}
func (*QueryWithdrawBtcRequestAllResponse) Descriptor ¶
func (*QueryWithdrawBtcRequestAllResponse) Descriptor() ([]byte, []int)
func (*QueryWithdrawBtcRequestAllResponse) GetWithdrawRequest ¶
func (m *QueryWithdrawBtcRequestAllResponse) GetWithdrawRequest() []types.BtcWithdrawRequestInternal
func (*QueryWithdrawBtcRequestAllResponse) Marshal ¶
func (m *QueryWithdrawBtcRequestAllResponse) Marshal() (dAtA []byte, err error)
func (*QueryWithdrawBtcRequestAllResponse) MarshalTo ¶
func (m *QueryWithdrawBtcRequestAllResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryWithdrawBtcRequestAllResponse) MarshalToSizedBuffer ¶
func (m *QueryWithdrawBtcRequestAllResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryWithdrawBtcRequestAllResponse) ProtoMessage ¶
func (*QueryWithdrawBtcRequestAllResponse) ProtoMessage()
func (*QueryWithdrawBtcRequestAllResponse) Reset ¶
func (m *QueryWithdrawBtcRequestAllResponse) Reset()
func (*QueryWithdrawBtcRequestAllResponse) Size ¶
func (m *QueryWithdrawBtcRequestAllResponse) Size() (n int)
func (*QueryWithdrawBtcRequestAllResponse) String ¶
func (m *QueryWithdrawBtcRequestAllResponse) String() string
func (*QueryWithdrawBtcRequestAllResponse) Unmarshal ¶
func (m *QueryWithdrawBtcRequestAllResponse) Unmarshal(dAtA []byte) error
func (*QueryWithdrawBtcRequestAllResponse) XXX_DiscardUnknown ¶
func (m *QueryWithdrawBtcRequestAllResponse) XXX_DiscardUnknown()
func (*QueryWithdrawBtcRequestAllResponse) XXX_Marshal ¶
func (m *QueryWithdrawBtcRequestAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryWithdrawBtcRequestAllResponse) XXX_Merge ¶
func (m *QueryWithdrawBtcRequestAllResponse) XXX_Merge(src proto.Message)
func (*QueryWithdrawBtcRequestAllResponse) XXX_Size ¶
func (m *QueryWithdrawBtcRequestAllResponse) XXX_Size() int
func (*QueryWithdrawBtcRequestAllResponse) XXX_Unmarshal ¶
func (m *QueryWithdrawBtcRequestAllResponse) XXX_Unmarshal(b []byte) error
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct { }
UnimplementedMsgServer can be embedded to have forward compatible implementations.
func (*UnimplementedMsgServer) BroadcastTxRefund ¶ added in v0.0.2
func (*UnimplementedMsgServer) BroadcastTxRefund(ctx context.Context, req *MsgBroadcastTxRefund) (*MsgBroadcastTxRefundResponse, error)
func (*UnimplementedMsgServer) BroadcastTxSweep ¶
func (*UnimplementedMsgServer) BroadcastTxSweep(ctx context.Context, req *MsgBroadcastTxSweep) (*MsgBroadcastTxSweepResponse, error)
func (*UnimplementedMsgServer) ConfirmBtcDeposit ¶
func (*UnimplementedMsgServer) ConfirmBtcDeposit(ctx context.Context, req *MsgConfirmBtcDeposit) (*MsgConfirmBtcDepositResponse, error)
func (*UnimplementedMsgServer) ConfirmBtcWithdraw ¶
func (*UnimplementedMsgServer) ConfirmBtcWithdraw(ctx context.Context, req *MsgConfirmBtcWithdraw) (*MsgConfirmBtcWithdrawResponse, error)
func (*UnimplementedMsgServer) ProposeRefundHash ¶
func (*UnimplementedMsgServer) ProposeRefundHash(ctx context.Context, req *MsgProposeRefundHash) (*MsgProposeRefundHashResponse, error)
func (*UnimplementedMsgServer) ProposeSweepAddress ¶ added in v0.0.2
func (*UnimplementedMsgServer) ProposeSweepAddress(ctx context.Context, req *MsgProposeSweepAddress) (*MsgProposeSweepAddressResponse, error)
func (*UnimplementedMsgServer) RegisterBtcDepositAddress ¶
func (*UnimplementedMsgServer) RegisterBtcDepositAddress(ctx context.Context, req *MsgRegisterBtcDepositAddress) (*MsgRegisterBtcDepositAddressResponse, error)
func (*UnimplementedMsgServer) RegisterJudge ¶
func (*UnimplementedMsgServer) RegisterJudge(ctx context.Context, req *MsgRegisterJudge) (*MsgRegisterJudgeResponse, error)
func (*UnimplementedMsgServer) RegisterReserveAddress ¶
func (*UnimplementedMsgServer) RegisterReserveAddress(ctx context.Context, req *MsgRegisterReserveAddress) (*MsgRegisterReserveAddressResponse, error)
func (*UnimplementedMsgServer) SignRefund ¶
func (*UnimplementedMsgServer) SignRefund(ctx context.Context, req *MsgSignRefund) (*MsgSignRefundResponse, error)
func (*UnimplementedMsgServer) SignSweep ¶
func (*UnimplementedMsgServer) SignSweep(ctx context.Context, req *MsgSignSweep) (*MsgSignSweepResponse, error)
func (*UnimplementedMsgServer) SweepProposal ¶
func (*UnimplementedMsgServer) SweepProposal(ctx context.Context, req *MsgSweepProposal) (*MsgSweepProposalResponse, error)
func (*UnimplementedMsgServer) UnsignedTxRefund ¶ added in v0.0.2
func (*UnimplementedMsgServer) UnsignedTxRefund(ctx context.Context, req *MsgUnsignedTxRefund) (*MsgUnsignedTxRefundResponse, error)
func (*UnimplementedMsgServer) UnsignedTxSweep ¶ added in v0.0.2
func (*UnimplementedMsgServer) UnsignedTxSweep(ctx context.Context, req *MsgUnsignedTxSweep) (*MsgUnsignedTxSweepResponse, error)
func (*UnimplementedMsgServer) WithdrawBtcRequest ¶
func (*UnimplementedMsgServer) WithdrawBtcRequest(ctx context.Context, req *MsgWithdrawBtcRequest) (*MsgWithdrawBtcRequestResponse, error)
func (*UnimplementedMsgServer) WithdrawTxFinal ¶
func (*UnimplementedMsgServer) WithdrawTxFinal(ctx context.Context, req *MsgWithdrawTxFinal) (*MsgWithdrawTxFinalResponse, error)
func (*UnimplementedMsgServer) WithdrawTxSigned ¶
func (*UnimplementedMsgServer) WithdrawTxSigned(ctx context.Context, req *MsgWithdrawTxSigned) (*MsgWithdrawTxSignedResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) BroadcastTxRefund ¶ added in v0.0.2
func (*UnimplementedQueryServer) BroadcastTxRefund(ctx context.Context, req *QueryBroadcastTxRefundRequest) (*QueryBroadcastTxRefundResponse, error)
func (*UnimplementedQueryServer) BroadcastTxRefundAll ¶ added in v0.0.2
func (*UnimplementedQueryServer) BroadcastTxRefundAll(ctx context.Context, req *QueryBroadcastTxRefundAllRequest) (*QueryBroadcastTxRefundAllResponse, error)
func (*UnimplementedQueryServer) BroadcastTxSweep ¶ added in v0.0.2
func (*UnimplementedQueryServer) BroadcastTxSweep(ctx context.Context, req *QueryBroadcastTxSweepRequest) (*QueryBroadcastTxSweepResponse, error)
func (*UnimplementedQueryServer) BroadcastTxSweepAll ¶
func (*UnimplementedQueryServer) BroadcastTxSweepAll(ctx context.Context, req *QueryBroadcastTxSweepAllRequest) (*QueryBroadcastTxSweepAllResponse, error)
func (*UnimplementedQueryServer) Params ¶
func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)
func (*UnimplementedQueryServer) ProposeRefundHashAll ¶
func (*UnimplementedQueryServer) ProposeRefundHashAll(ctx context.Context, req *QueryProposeRefundHashAllRequest) (*QueryProposeRefundHashAllResponse, error)
func (*UnimplementedQueryServer) ProposeSweepAddress ¶ added in v0.0.2
func (*UnimplementedQueryServer) ProposeSweepAddress(ctx context.Context, req *QueryProposeSweepAddressRequest) (*QueryProposeSweepAddressResponse, error)
func (*UnimplementedQueryServer) ProposeSweepAddressesAll ¶ added in v0.0.2
func (*UnimplementedQueryServer) ProposeSweepAddressesAll(ctx context.Context, req *QueryProposeSweepAddressesAllRequest) (*QueryProposeSweepAddressesAllResponse, error)
func (*UnimplementedQueryServer) RegisteredBtcDepositAddress ¶
func (*UnimplementedQueryServer) RegisteredBtcDepositAddress(ctx context.Context, req *QueryRegisteredBtcDepositAddressRequest) (*QueryRegisteredBtcDepositAddressResponse, error)
func (*UnimplementedQueryServer) RegisteredBtcDepositAddressByTwilightAddress ¶
func (*UnimplementedQueryServer) RegisteredBtcDepositAddressByTwilightAddress(ctx context.Context, req *QueryRegisteredBtcDepositAddressByTwilightAddressRequest) (*QueryRegisteredBtcDepositAddressByTwilightAddressResponse, error)
func (*UnimplementedQueryServer) RegisteredBtcDepositAddresses ¶
func (*UnimplementedQueryServer) RegisteredBtcDepositAddresses(ctx context.Context, req *QueryRegisteredBtcDepositAddressesRequest) (*QueryRegisteredBtcDepositAddressesResponse, error)
func (*UnimplementedQueryServer) RegisteredJudgeAddressByValidatorAddress ¶
func (*UnimplementedQueryServer) RegisteredJudgeAddressByValidatorAddress(ctx context.Context, req *QueryRegisteredJudgeAddressByValidatorAddressRequest) (*QueryRegisteredJudgeAddressByValidatorAddressResponse, error)
func (*UnimplementedQueryServer) RegisteredJudges ¶
func (*UnimplementedQueryServer) RegisteredJudges(ctx context.Context, req *QueryRegisteredJudgesRequest) (*QueryRegisteredJudgesResponse, error)
func (*UnimplementedQueryServer) RegisteredReserveAddresses ¶
func (*UnimplementedQueryServer) RegisteredReserveAddresses(ctx context.Context, req *QueryRegisteredReserveAddressesRequest) (*QueryRegisteredReserveAddressesResponse, error)
func (*UnimplementedQueryServer) SignRefund ¶ added in v0.0.2
func (*UnimplementedQueryServer) SignRefund(ctx context.Context, req *QuerySignRefundRequest) (*QuerySignRefundResponse, error)
func (*UnimplementedQueryServer) SignRefundAll ¶
func (*UnimplementedQueryServer) SignRefundAll(ctx context.Context, req *QuerySignRefundAllRequest) (*QuerySignRefundAllResponse, error)
func (*UnimplementedQueryServer) SignSweep ¶ added in v0.0.2
func (*UnimplementedQueryServer) SignSweep(ctx context.Context, req *QuerySignSweepRequest) (*QuerySignSweepResponse, error)
func (*UnimplementedQueryServer) SignSweepAll ¶
func (*UnimplementedQueryServer) SignSweepAll(ctx context.Context, req *QuerySignSweepAllRequest) (*QuerySignSweepAllResponse, error)
func (*UnimplementedQueryServer) UnsignedTxRefund ¶ added in v0.0.2
func (*UnimplementedQueryServer) UnsignedTxRefund(ctx context.Context, req *QueryUnsignedTxRefundRequest) (*QueryUnsignedTxRefundResponse, error)
func (*UnimplementedQueryServer) UnsignedTxRefundAll ¶ added in v0.0.2
func (*UnimplementedQueryServer) UnsignedTxRefundAll(ctx context.Context, req *QueryUnsignedTxRefundAllRequest) (*QueryUnsignedTxRefundAllResponse, error)
func (*UnimplementedQueryServer) UnsignedTxSweep ¶ added in v0.0.2
func (*UnimplementedQueryServer) UnsignedTxSweep(ctx context.Context, req *QueryUnsignedTxSweepRequest) (*QueryUnsignedTxSweepResponse, error)
func (*UnimplementedQueryServer) UnsignedTxSweepAll ¶ added in v0.0.2
func (*UnimplementedQueryServer) UnsignedTxSweepAll(ctx context.Context, req *QueryUnsignedTxSweepAllRequest) (*QueryUnsignedTxSweepAllResponse, error)
func (*UnimplementedQueryServer) WithdrawBtcRequestAll ¶
func (*UnimplementedQueryServer) WithdrawBtcRequestAll(ctx context.Context, req *QueryWithdrawBtcRequestAllRequest) (*QueryWithdrawBtcRequestAllResponse, error)
type UserDeposit ¶ added in v0.0.2
type UserDeposit struct { DepositAddress string `protobuf:"bytes,1,opt,name=depositAddress,proto3" json:"depositAddress,omitempty"` TwilightDepositAddress string `protobuf:"bytes,2,opt,name=twilightDepositAddress,proto3" json:"twilightDepositAddress,omitempty"` DepositAmount uint64 `protobuf:"varint,3,opt,name=depositAmount,proto3" json:"depositAmount,omitempty"` BlockHeight int64 `protobuf:"varint,4,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"` IsConfirmed bool `protobuf:"varint,5,opt,name=isConfirmed,proto3" json:"isConfirmed,omitempty"` IsProcessed bool `protobuf:"varint,6,opt,name=IsProcessed,proto3" json:"IsProcessed,omitempty"` }
func (*UserDeposit) Descriptor ¶ added in v0.0.2
func (*UserDeposit) Descriptor() ([]byte, []int)
func (*UserDeposit) GetBlockHeight ¶ added in v0.0.2
func (m *UserDeposit) GetBlockHeight() int64
func (*UserDeposit) GetDepositAddress ¶ added in v0.0.2
func (m *UserDeposit) GetDepositAddress() string
func (*UserDeposit) GetDepositAmount ¶ added in v0.0.2
func (m *UserDeposit) GetDepositAmount() uint64
func (*UserDeposit) GetIsConfirmed ¶ added in v0.0.2
func (m *UserDeposit) GetIsConfirmed() bool
func (*UserDeposit) GetIsProcessed ¶ added in v0.0.2
func (m *UserDeposit) GetIsProcessed() bool
func (*UserDeposit) GetTwilightDepositAddress ¶ added in v0.0.2
func (m *UserDeposit) GetTwilightDepositAddress() string
func (*UserDeposit) Marshal ¶ added in v0.0.2
func (m *UserDeposit) Marshal() (dAtA []byte, err error)
func (*UserDeposit) MarshalTo ¶ added in v0.0.2
func (m *UserDeposit) MarshalTo(dAtA []byte) (int, error)
func (*UserDeposit) MarshalToSizedBuffer ¶ added in v0.0.2
func (m *UserDeposit) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UserDeposit) ProtoMessage ¶ added in v0.0.2
func (*UserDeposit) ProtoMessage()
func (*UserDeposit) Reset ¶ added in v0.0.2
func (m *UserDeposit) Reset()
func (*UserDeposit) Size ¶ added in v0.0.2
func (m *UserDeposit) Size() (n int)
func (*UserDeposit) String ¶ added in v0.0.2
func (m *UserDeposit) String() string
func (*UserDeposit) Unmarshal ¶ added in v0.0.2
func (m *UserDeposit) Unmarshal(dAtA []byte) error
func (*UserDeposit) XXX_DiscardUnknown ¶ added in v0.0.2
func (m *UserDeposit) XXX_DiscardUnknown()
func (*UserDeposit) XXX_Marshal ¶ added in v0.0.2
func (m *UserDeposit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UserDeposit) XXX_Merge ¶ added in v0.0.2
func (m *UserDeposit) XXX_Merge(src proto.Message)
func (*UserDeposit) XXX_Size ¶ added in v0.0.2
func (m *UserDeposit) XXX_Size() int
func (*UserDeposit) XXX_Unmarshal ¶ added in v0.0.2
func (m *UserDeposit) XXX_Unmarshal(b []byte) error
type VoltKeeper ¶
type VoltKeeper interface { GetBtcReserve(ctx sdk.Context, reserveId uint64) (*volttypes.BtcReserve, error) RegisterNewBtcReserve(ctx sdk.Context, judgeAddress sdk.AccAddress, reserveAddress string) (uint64, error) SetBtcDeposit(ctx sdk.Context, btcDepositAddress BtcAddress, twilightAddress sdk.AccAddress, twilightStakingAmount uint64, btcSatoshiTestAmount uint64) error GetBtcDepositAddressByTwilightAddress(ctx sdk.Context, twilightAddress sdk.AccAddress) (btcDeposit *volttypes.BtcDepositAddress, found bool) GetClearingAccount(ctx sdk.Context, twilightAddress sdk.AccAddress) (*volttypes.ClearingAccount, bool) GetAllBtcRegisteredDepositAddresses(ctx sdk.Context) (btcDepositAddresses []volttypes.BtcDepositAddress) CheckBtcAddress(ctx sdk.Context, twilightAddress sdk.Address, btcAddress BtcAddress, newSatoshiTestAmount uint64) bool SetBtcWithdrawRequest(ctx sdk.Context, twilightAddress sdk.AccAddress, reserveId uint64, withdrawAddress string, withdrawAmount uint64) (*uint32, error) GetBtcWithdrawRequest(ctx sdk.Context, twilightAddress sdk.AccAddress, reserveId uint64, withdrawAddress string, withdrawAmount uint64) (*volttypes.BtcWithdrawRequestInternal, bool) IterateBtcWithdrawRequests(ctx sdk.Context, cb func([]byte, *volttypes.BtcWithdrawRequestInternal) bool) CheckClearingAccountBalance(ctx sdk.Context, twilightAddress sdk.AccAddress, reserveId uint64, amount uint64) error CheckReserveWithdrawSnapshot(ctx sdk.Context, btcTxHex string, reserveId uint64, roundId uint64) (bool, error) CheckRefundTxSnapshot(ctx sdk.Context, btcTxHex string, reserveId uint64, roundId uint64) (bool, error) CheckBtcReserveExists(ctx sdk.Context, reserveId uint64) bool }
VoltKeeper defines the expected interface needed for mapping of deposit addresses in a reserve
Source Files ¶
- btc.go
- codec.go
- errors.go
- events.pb.go
- expected_keepers.go
- genesis.go
- genesis.pb.go
- keys.go
- message_broadcast_tx_refund.go
- message_broadcast_tx_sweep.go
- message_confirm_btc_withdraw.go
- message_msg_confirm_btc_deposit.go
- message_propose_refund_hash.go
- message_propose_sweep_address.go
- message_register_btc_deposit_address.go
- message_register_judge.go
- message_register_reserve_address.go
- message_sign_refund.go
- message_sign_sweep.go
- message_sweep_proposal.go
- message_unsigned_tx_refund.go
- message_unsigned_tx_sweep.go
- message_withdraw_btc_request.go
- message_withdraw_tx_final.go
- message_withdraw_tx_signed.go
- params.go
- params.pb.go
- query.pb.go
- query.pb.gw.go
- tx.pb.go
- types.go
- userdeposit.pb.go