Documentation ¶
Overview ¶
Package api_pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterApiServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterApiServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApiServiceClient) error
- func RegisterApiServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterApiServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApiServiceServer) error
- func RegisterApiServiceServer(s grpc.ServiceRegistrar, srv ApiServiceServer)
- type AddLimitOrderData
- func (*AddLimitOrderData) Descriptor() ([]byte, []int)deprecated
- func (x *AddLimitOrderData) GetCoinToBuy() *Coin
- func (x *AddLimitOrderData) GetCoinToSell() *Coin
- func (x *AddLimitOrderData) GetValueToBuy() string
- func (x *AddLimitOrderData) GetValueToSell() string
- func (*AddLimitOrderData) ProtoMessage()
- func (x *AddLimitOrderData) ProtoReflect() protoreflect.Message
- func (x *AddLimitOrderData) Reset()
- func (x *AddLimitOrderData) String() string
- type AddLiquidityData
- func (*AddLiquidityData) Descriptor() ([]byte, []int)deprecated
- func (x *AddLiquidityData) GetCoin0() *Coin
- func (x *AddLiquidityData) GetCoin1() *Coin
- func (x *AddLiquidityData) GetMaximumVolume1() string
- func (x *AddLiquidityData) GetVolume0() string
- func (*AddLiquidityData) ProtoMessage()
- func (x *AddLiquidityData) ProtoReflect() protoreflect.Message
- func (x *AddLiquidityData) Reset()
- func (x *AddLiquidityData) String() string
- type AddressBalance
- func (*AddressBalance) Descriptor() ([]byte, []int)deprecated
- func (x *AddressBalance) GetBipValue() string
- func (x *AddressBalance) GetCoin() *Coin
- func (x *AddressBalance) GetValue() string
- func (*AddressBalance) ProtoMessage()
- func (x *AddressBalance) ProtoReflect() protoreflect.Message
- func (x *AddressBalance) Reset()
- func (x *AddressBalance) String() string
- type AddressDelegatedBalance
- func (*AddressDelegatedBalance) Descriptor() ([]byte, []int)deprecated
- func (x *AddressDelegatedBalance) GetBipValue() string
- func (x *AddressDelegatedBalance) GetCoin() *Coin
- func (x *AddressDelegatedBalance) GetDelegateBipValue() string
- func (x *AddressDelegatedBalance) GetValue() string
- func (*AddressDelegatedBalance) ProtoMessage()
- func (x *AddressDelegatedBalance) ProtoReflect() protoreflect.Message
- func (x *AddressDelegatedBalance) Reset()
- func (x *AddressDelegatedBalance) String() string
- type AddressRequest
- func (*AddressRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddressRequest) GetAddress() string
- func (x *AddressRequest) GetDelegated() bool
- func (x *AddressRequest) GetHeight() uint64
- func (*AddressRequest) ProtoMessage()
- func (x *AddressRequest) ProtoReflect() protoreflect.Message
- func (x *AddressRequest) Reset()
- func (x *AddressRequest) String() string
- type AddressResponse
- func (*AddressResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddressResponse) GetBalance() []*AddressBalance
- func (x *AddressResponse) GetBipValue() string
- func (x *AddressResponse) GetDelegated() []*AddressDelegatedBalance
- func (x *AddressResponse) GetLockedStakeUntilBlock() uint64
- func (x *AddressResponse) GetMultisig() *Multisig
- func (x *AddressResponse) GetTotal() []*AddressBalance
- func (x *AddressResponse) GetTransactionCount() uint64
- func (*AddressResponse) ProtoMessage()
- func (x *AddressResponse) ProtoReflect() protoreflect.Message
- func (x *AddressResponse) Reset()
- func (x *AddressResponse) String() string
- type AddressesRequest
- func (*AddressesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddressesRequest) GetAddresses() []string
- func (x *AddressesRequest) GetDelegated() bool
- func (x *AddressesRequest) GetHeight() uint64
- func (*AddressesRequest) ProtoMessage()
- func (x *AddressesRequest) ProtoReflect() protoreflect.Message
- func (x *AddressesRequest) Reset()
- func (x *AddressesRequest) String() string
- type AddressesResponse
- func (*AddressesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddressesResponse) GetAddresses() map[string]*AddressesResponse_Result
- func (*AddressesResponse) ProtoMessage()
- func (x *AddressesResponse) ProtoReflect() protoreflect.Message
- func (x *AddressesResponse) Reset()
- func (x *AddressesResponse) String() string
- type AddressesResponse_Result
- func (*AddressesResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *AddressesResponse_Result) GetBalance() []*AddressBalance
- func (x *AddressesResponse_Result) GetBipValue() string
- func (x *AddressesResponse_Result) GetDelegated() []*AddressDelegatedBalance
- func (x *AddressesResponse_Result) GetLockedStakeUntilBlock() uint64
- func (x *AddressesResponse_Result) GetMultisig() *Multisig
- func (x *AddressesResponse_Result) GetTotal() []*AddressBalance
- func (x *AddressesResponse_Result) GetTransactionCount() uint64
- func (*AddressesResponse_Result) ProtoMessage()
- func (x *AddressesResponse_Result) ProtoReflect() protoreflect.Message
- func (x *AddressesResponse_Result) Reset()
- func (x *AddressesResponse_Result) String() string
- type ApiServiceClient
- type ApiServiceServer
- type ApiService_SubscribeClient
- type ApiService_SubscribeServer
- type BestTradeRequest
- func (*BestTradeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BestTradeRequest) GetAmount() string
- func (x *BestTradeRequest) GetBuyCoin() uint64
- func (x *BestTradeRequest) GetHeight() uint64
- func (x *BestTradeRequest) GetMaxDepth() int32
- func (x *BestTradeRequest) GetSellCoin() uint64
- func (x *BestTradeRequest) GetType() BestTradeRequest_Type
- func (*BestTradeRequest) ProtoMessage()
- func (x *BestTradeRequest) ProtoReflect() protoreflect.Message
- func (x *BestTradeRequest) Reset()
- func (x *BestTradeRequest) String() string
- type BestTradeRequest_Type
- func (BestTradeRequest_Type) Descriptor() protoreflect.EnumDescriptor
- func (x BestTradeRequest_Type) Enum() *BestTradeRequest_Type
- func (BestTradeRequest_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x BestTradeRequest_Type) Number() protoreflect.EnumNumber
- func (x BestTradeRequest_Type) String() string
- func (BestTradeRequest_Type) Type() protoreflect.EnumType
- type BestTradeResponse
- func (*BestTradeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BestTradeResponse) GetPath() []uint64
- func (x *BestTradeResponse) GetResult() string
- func (*BestTradeResponse) ProtoMessage()
- func (x *BestTradeResponse) ProtoReflect() protoreflect.Message
- func (x *BestTradeResponse) Reset()
- func (x *BestTradeResponse) String() string
- type BlockField
- type BlockRequest
- func (*BlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BlockRequest) GetEvents() bool
- func (x *BlockRequest) GetFailedTxs() bool
- func (x *BlockRequest) GetFields() []BlockField
- func (x *BlockRequest) GetHeight() uint64
- func (*BlockRequest) ProtoMessage()
- func (x *BlockRequest) ProtoReflect() protoreflect.Message
- func (x *BlockRequest) Reset()
- func (x *BlockRequest) String() string
- type BlockResponse
- func (*BlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BlockResponse) GetBlockReward() *wrapperspb.StringValue
- func (x *BlockResponse) GetEvents() []*anypb.Any
- func (x *BlockResponse) GetEvidence() *BlockResponse_Evidence
- func (x *BlockResponse) GetHash() string
- func (x *BlockResponse) GetHeight() uint64
- func (x *BlockResponse) GetLockedStakeRewards() *wrapperspb.StringValue
- func (x *BlockResponse) GetMissed() []string
- func (x *BlockResponse) GetProposer() string
- func (x *BlockResponse) GetSize() uint64
- func (x *BlockResponse) GetTime() string
- func (x *BlockResponse) GetTransactionCount() uint64
- func (x *BlockResponse) GetTransactions() []*TransactionResponse
- func (x *BlockResponse) GetValidators() []*BlockResponse_Validator
- func (*BlockResponse) ProtoMessage()
- func (x *BlockResponse) ProtoReflect() protoreflect.Message
- func (x *BlockResponse) Reset()
- func (x *BlockResponse) String() string
- type BlockResponse_Evidence
- func (*BlockResponse_Evidence) Descriptor() ([]byte, []int)deprecated
- func (x *BlockResponse_Evidence) GetEvidence() []*structpb.Struct
- func (*BlockResponse_Evidence) ProtoMessage()
- func (x *BlockResponse_Evidence) ProtoReflect() protoreflect.Message
- func (x *BlockResponse_Evidence) Reset()
- func (x *BlockResponse_Evidence) String() string
- type BlockResponse_Validator
- func (*BlockResponse_Validator) Descriptor() ([]byte, []int)deprecated
- func (x *BlockResponse_Validator) GetPublicKey() string
- func (x *BlockResponse_Validator) GetSigned() bool
- func (*BlockResponse_Validator) ProtoMessage()
- func (x *BlockResponse_Validator) ProtoReflect() protoreflect.Message
- func (x *BlockResponse_Validator) Reset()
- func (x *BlockResponse_Validator) String() string
- type BlocksRequest
- func (*BlocksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BlocksRequest) GetEvents() bool
- func (x *BlocksRequest) GetFailedTxs() bool
- func (x *BlocksRequest) GetFields() []BlockField
- func (x *BlocksRequest) GetFromHeight() uint64
- func (x *BlocksRequest) GetToHeight() uint64
- func (*BlocksRequest) ProtoMessage()
- func (x *BlocksRequest) ProtoReflect() protoreflect.Message
- func (x *BlocksRequest) Reset()
- func (x *BlocksRequest) String() string
- type BlocksResponse
- type BurnTokenData
- func (*BurnTokenData) Descriptor() ([]byte, []int)deprecated
- func (x *BurnTokenData) GetCoin() *Coin
- func (x *BurnTokenData) GetValue() string
- func (*BurnTokenData) ProtoMessage()
- func (x *BurnTokenData) ProtoReflect() protoreflect.Message
- func (x *BurnTokenData) Reset()
- func (x *BurnTokenData) String() string
- type BuyCoinData
- func (*BuyCoinData) Descriptor() ([]byte, []int)deprecated
- func (x *BuyCoinData) GetCoinToBuy() *Coin
- func (x *BuyCoinData) GetCoinToSell() *Coin
- func (x *BuyCoinData) GetMaximumValueToSell() string
- func (x *BuyCoinData) GetValueToBuy() string
- func (*BuyCoinData) ProtoMessage()
- func (x *BuyCoinData) ProtoReflect() protoreflect.Message
- func (x *BuyCoinData) Reset()
- func (x *BuyCoinData) String() string
- type BuySwapPoolData
- func (*BuySwapPoolData) Descriptor() ([]byte, []int)deprecated
- func (x *BuySwapPoolData) GetCoins() []*Coin
- func (x *BuySwapPoolData) GetMaximumValueToSell() string
- func (x *BuySwapPoolData) GetValueToBuy() string
- func (*BuySwapPoolData) ProtoMessage()
- func (x *BuySwapPoolData) ProtoReflect() protoreflect.Message
- func (x *BuySwapPoolData) Reset()
- func (x *BuySwapPoolData) String() string
- type CandidateRequest
- func (*CandidateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CandidateRequest) GetHeight() uint64
- func (x *CandidateRequest) GetNotShowStakes() bool
- func (x *CandidateRequest) GetPublicKey() string
- func (*CandidateRequest) ProtoMessage()
- func (x *CandidateRequest) ProtoReflect() protoreflect.Message
- func (x *CandidateRequest) Reset()
- func (x *CandidateRequest) String() string
- type CandidateResponse
- func (*CandidateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CandidateResponse) GetCommission() uint64
- func (x *CandidateResponse) GetControlAddress() string
- func (x *CandidateResponse) GetId() uint64
- func (x *CandidateResponse) GetJailedUntil() uint64
- func (x *CandidateResponse) GetMinStake() *wrapperspb.StringValue
- func (x *CandidateResponse) GetOwnerAddress() string
- func (x *CandidateResponse) GetPublicKey() string
- func (x *CandidateResponse) GetRewardAddress() string
- func (x *CandidateResponse) GetStakes() []*CandidateResponse_Stake
- func (x *CandidateResponse) GetStatus() uint64
- func (x *CandidateResponse) GetTotalStake() string
- func (x *CandidateResponse) GetUniqUsers() *wrapperspb.UInt64Value
- func (x *CandidateResponse) GetUsedSlots() *wrapperspb.UInt64Value
- func (x *CandidateResponse) GetValidator() bool
- func (*CandidateResponse) ProtoMessage()
- func (x *CandidateResponse) ProtoReflect() protoreflect.Message
- func (x *CandidateResponse) Reset()
- func (x *CandidateResponse) String() string
- type CandidateResponse_Stake
- func (*CandidateResponse_Stake) Descriptor() ([]byte, []int)deprecated
- func (x *CandidateResponse_Stake) GetBipValue() string
- func (x *CandidateResponse_Stake) GetCoin() *Coin
- func (x *CandidateResponse_Stake) GetOwner() string
- func (x *CandidateResponse_Stake) GetValue() string
- func (*CandidateResponse_Stake) ProtoMessage()
- func (x *CandidateResponse_Stake) ProtoReflect() protoreflect.Message
- func (x *CandidateResponse_Stake) Reset()
- func (x *CandidateResponse_Stake) String() string
- type CandidatesRequest
- func (*CandidatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CandidatesRequest) GetHeight() uint64
- func (x *CandidatesRequest) GetIncludeStakes() bool
- func (x *CandidatesRequest) GetNotShowStakes() bool
- func (x *CandidatesRequest) GetStatus() CandidatesRequest_CandidateStatus
- func (*CandidatesRequest) ProtoMessage()
- func (x *CandidatesRequest) ProtoReflect() protoreflect.Message
- func (x *CandidatesRequest) Reset()
- func (x *CandidatesRequest) String() string
- type CandidatesRequest_CandidateStatus
- func (CandidatesRequest_CandidateStatus) Descriptor() protoreflect.EnumDescriptor
- func (x CandidatesRequest_CandidateStatus) Enum() *CandidatesRequest_CandidateStatus
- func (CandidatesRequest_CandidateStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x CandidatesRequest_CandidateStatus) Number() protoreflect.EnumNumber
- func (x CandidatesRequest_CandidateStatus) String() string
- func (CandidatesRequest_CandidateStatus) Type() protoreflect.EnumType
- type CandidatesResponse
- func (*CandidatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CandidatesResponse) GetCandidates() []*CandidateResponse
- func (x *CandidatesResponse) GetDeleted() []*CandidatesResponse_Deleted
- func (*CandidatesResponse) ProtoMessage()
- func (x *CandidatesResponse) ProtoReflect() protoreflect.Message
- func (x *CandidatesResponse) Reset()
- func (x *CandidatesResponse) String() string
- type CandidatesResponse_Deleted
- func (*CandidatesResponse_Deleted) Descriptor() ([]byte, []int)deprecated
- func (x *CandidatesResponse_Deleted) GetId() uint64
- func (x *CandidatesResponse_Deleted) GetPublicKey() string
- func (*CandidatesResponse_Deleted) ProtoMessage()
- func (x *CandidatesResponse_Deleted) ProtoReflect() protoreflect.Message
- func (x *CandidatesResponse_Deleted) Reset()
- func (x *CandidatesResponse_Deleted) String() string
- type Coin
- type CoinIdRequest
- func (*CoinIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CoinIdRequest) GetHeight() uint64
- func (x *CoinIdRequest) GetId() uint64
- func (*CoinIdRequest) ProtoMessage()
- func (x *CoinIdRequest) ProtoReflect() protoreflect.Message
- func (x *CoinIdRequest) Reset()
- func (x *CoinIdRequest) String() string
- type CoinInfoRequest
- func (*CoinInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CoinInfoRequest) GetHeight() uint64
- func (x *CoinInfoRequest) GetSymbol() string
- func (*CoinInfoRequest) ProtoMessage()
- func (x *CoinInfoRequest) ProtoReflect() protoreflect.Message
- func (x *CoinInfoRequest) Reset()
- func (x *CoinInfoRequest) String() string
- type CoinInfoResponse
- func (*CoinInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CoinInfoResponse) GetBurnable() bool
- func (x *CoinInfoResponse) GetCrr() uint64
- func (x *CoinInfoResponse) GetId() uint64
- func (x *CoinInfoResponse) GetMaxSupply() string
- func (x *CoinInfoResponse) GetMintable() bool
- func (x *CoinInfoResponse) GetName() string
- func (x *CoinInfoResponse) GetOwnerAddress() *wrapperspb.StringValue
- func (x *CoinInfoResponse) GetReserveBalance() string
- func (x *CoinInfoResponse) GetSymbol() string
- func (x *CoinInfoResponse) GetVolume() string
- func (*CoinInfoResponse) ProtoMessage()
- func (x *CoinInfoResponse) ProtoReflect() protoreflect.Message
- func (x *CoinInfoResponse) Reset()
- func (x *CoinInfoResponse) String() string
- type CommissionVotesRequest
- func (*CommissionVotesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CommissionVotesRequest) GetHeight() uint64
- func (x *CommissionVotesRequest) GetTargetVersion() uint64
- func (*CommissionVotesRequest) ProtoMessage()
- func (x *CommissionVotesRequest) ProtoReflect() protoreflect.Message
- func (x *CommissionVotesRequest) Reset()
- func (x *CommissionVotesRequest) String() string
- type CommissionVotesResponse
- func (*CommissionVotesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CommissionVotesResponse) GetVotes() []*CommissionVotesResponse_Vote
- func (*CommissionVotesResponse) ProtoMessage()
- func (x *CommissionVotesResponse) ProtoReflect() protoreflect.Message
- func (x *CommissionVotesResponse) Reset()
- func (x *CommissionVotesResponse) String() string
- type CommissionVotesResponse_Vote
- func (*CommissionVotesResponse_Vote) Descriptor() ([]byte, []int)deprecated
- func (x *CommissionVotesResponse_Vote) GetPrice() *PriceCommissionResponse
- func (x *CommissionVotesResponse_Vote) GetPublicKeys() []string
- func (*CommissionVotesResponse_Vote) ProtoMessage()
- func (x *CommissionVotesResponse_Vote) ProtoReflect() protoreflect.Message
- func (x *CommissionVotesResponse_Vote) Reset()
- func (x *CommissionVotesResponse_Vote) String() string
- type CreateCoinData
- func (*CreateCoinData) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCoinData) GetConstantReserveRatio() uint64
- func (x *CreateCoinData) GetInitialAmount() string
- func (x *CreateCoinData) GetInitialReserve() string
- func (x *CreateCoinData) GetMaxSupply() string
- func (x *CreateCoinData) GetName() string
- func (x *CreateCoinData) GetSymbol() string
- func (*CreateCoinData) ProtoMessage()
- func (x *CreateCoinData) ProtoReflect() protoreflect.Message
- func (x *CreateCoinData) Reset()
- func (x *CreateCoinData) String() string
- type CreateMultisigData
- func (*CreateMultisigData) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMultisigData) GetAddresses() []string
- func (x *CreateMultisigData) GetThreshold() uint64
- func (x *CreateMultisigData) GetWeights() []uint64
- func (*CreateMultisigData) ProtoMessage()
- func (x *CreateMultisigData) ProtoReflect() protoreflect.Message
- func (x *CreateMultisigData) Reset()
- func (x *CreateMultisigData) String() string
- type CreateSwapPoolData
- func (*CreateSwapPoolData) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSwapPoolData) GetCoin0() *Coin
- func (x *CreateSwapPoolData) GetCoin1() *Coin
- func (x *CreateSwapPoolData) GetVolume0() string
- func (x *CreateSwapPoolData) GetVolume1() string
- func (*CreateSwapPoolData) ProtoMessage()
- func (x *CreateSwapPoolData) ProtoReflect() protoreflect.Message
- func (x *CreateSwapPoolData) Reset()
- func (x *CreateSwapPoolData) String() string
- type CreateTokenData
- func (*CreateTokenData) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTokenData) GetBurnable() bool
- func (x *CreateTokenData) GetInitialAmount() string
- func (x *CreateTokenData) GetMaxSupply() string
- func (x *CreateTokenData) GetMintable() bool
- func (x *CreateTokenData) GetName() string
- func (x *CreateTokenData) GetSymbol() string
- func (*CreateTokenData) ProtoMessage()
- func (x *CreateTokenData) ProtoReflect() protoreflect.Message
- func (x *CreateTokenData) Reset()
- func (x *CreateTokenData) String() string
- type DeclareCandidacyData
- func (*DeclareCandidacyData) Descriptor() ([]byte, []int)deprecated
- func (x *DeclareCandidacyData) GetAddress() string
- func (x *DeclareCandidacyData) GetCoin() *Coin
- func (x *DeclareCandidacyData) GetCommission() uint64
- func (x *DeclareCandidacyData) GetPubKey() string
- func (x *DeclareCandidacyData) GetStake() string
- func (*DeclareCandidacyData) ProtoMessage()
- func (x *DeclareCandidacyData) ProtoReflect() protoreflect.Message
- func (x *DeclareCandidacyData) Reset()
- func (x *DeclareCandidacyData) String() string
- type DelegateData
- func (*DelegateData) Descriptor() ([]byte, []int)deprecated
- func (x *DelegateData) GetCoin() *Coin
- func (x *DelegateData) GetPubKey() string
- func (x *DelegateData) GetValue() string
- func (*DelegateData) ProtoMessage()
- func (x *DelegateData) ProtoReflect() protoreflect.Message
- func (x *DelegateData) Reset()
- func (x *DelegateData) String() string
- type EditCandidateCommission
- func (*EditCandidateCommission) Descriptor() ([]byte, []int)deprecated
- func (x *EditCandidateCommission) GetCommission() uint64
- func (x *EditCandidateCommission) GetPubKey() string
- func (*EditCandidateCommission) ProtoMessage()
- func (x *EditCandidateCommission) ProtoReflect() protoreflect.Message
- func (x *EditCandidateCommission) Reset()
- func (x *EditCandidateCommission) String() string
- type EditCandidateData
- func (*EditCandidateData) Descriptor() ([]byte, []int)deprecated
- func (x *EditCandidateData) GetControlAddress() string
- func (x *EditCandidateData) GetOwnerAddress() string
- func (x *EditCandidateData) GetPubKey() string
- func (x *EditCandidateData) GetRewardAddress() string
- func (*EditCandidateData) ProtoMessage()
- func (x *EditCandidateData) ProtoReflect() protoreflect.Message
- func (x *EditCandidateData) Reset()
- func (x *EditCandidateData) String() string
- type EditCandidatePublicKeyData
- func (*EditCandidatePublicKeyData) Descriptor() ([]byte, []int)deprecated
- func (x *EditCandidatePublicKeyData) GetNewPubKey() string
- func (x *EditCandidatePublicKeyData) GetPubKey() string
- func (*EditCandidatePublicKeyData) ProtoMessage()
- func (x *EditCandidatePublicKeyData) ProtoReflect() protoreflect.Message
- func (x *EditCandidatePublicKeyData) Reset()
- func (x *EditCandidatePublicKeyData) String() string
- type EditCoinOwnerData
- func (*EditCoinOwnerData) Descriptor() ([]byte, []int)deprecated
- func (x *EditCoinOwnerData) GetNewOwner() string
- func (x *EditCoinOwnerData) GetSymbol() string
- func (*EditCoinOwnerData) ProtoMessage()
- func (x *EditCoinOwnerData) ProtoReflect() protoreflect.Message
- func (x *EditCoinOwnerData) Reset()
- func (x *EditCoinOwnerData) String() string
- type EditMultisigData
- func (*EditMultisigData) Descriptor() ([]byte, []int)deprecated
- func (x *EditMultisigData) GetAddresses() []string
- func (x *EditMultisigData) GetThreshold() uint64
- func (x *EditMultisigData) GetWeights() []uint64
- func (*EditMultisigData) ProtoMessage()
- func (x *EditMultisigData) ProtoReflect() protoreflect.Message
- func (x *EditMultisigData) Reset()
- func (x *EditMultisigData) String() string
- type ErrorBody
- type ErrorBody_Error
- func (*ErrorBody_Error) Descriptor() ([]byte, []int)deprecated
- func (x *ErrorBody_Error) GetCode() string
- func (x *ErrorBody_Error) GetData() map[string]string
- func (x *ErrorBody_Error) GetMessage() string
- func (*ErrorBody_Error) ProtoMessage()
- func (x *ErrorBody_Error) ProtoReflect() protoreflect.Message
- func (x *ErrorBody_Error) Reset()
- func (x *ErrorBody_Error) String() string
- type EstimateCoinBuyRequest
- func (*EstimateCoinBuyRequest) Descriptor() ([]byte, []int)deprecated
- func (m *EstimateCoinBuyRequest) GetBuy() isEstimateCoinBuyRequest_Buy
- func (x *EstimateCoinBuyRequest) GetCoinCommission() string
- func (x *EstimateCoinBuyRequest) GetCoinIdCommission() uint64
- func (x *EstimateCoinBuyRequest) GetCoinIdToBuy() uint64
- func (x *EstimateCoinBuyRequest) GetCoinIdToSell() uint64
- func (x *EstimateCoinBuyRequest) GetCoinToBuy() string
- func (x *EstimateCoinBuyRequest) GetCoinToSell() string
- func (m *EstimateCoinBuyRequest) GetCommission() isEstimateCoinBuyRequest_Commission
- func (x *EstimateCoinBuyRequest) GetHeight() uint64
- func (x *EstimateCoinBuyRequest) GetRoute() []uint64
- func (m *EstimateCoinBuyRequest) GetSell() isEstimateCoinBuyRequest_Sell
- func (x *EstimateCoinBuyRequest) GetSwapFrom() SwapFrom
- func (x *EstimateCoinBuyRequest) GetValueToBuy() string
- func (*EstimateCoinBuyRequest) ProtoMessage()
- func (x *EstimateCoinBuyRequest) ProtoReflect() protoreflect.Message
- func (x *EstimateCoinBuyRequest) Reset()
- func (x *EstimateCoinBuyRequest) String() string
- type EstimateCoinBuyRequest_CoinCommission
- type EstimateCoinBuyRequest_CoinIdCommission
- type EstimateCoinBuyRequest_CoinIdToBuy
- type EstimateCoinBuyRequest_CoinIdToSell
- type EstimateCoinBuyRequest_CoinToBuy
- type EstimateCoinBuyRequest_CoinToSell
- type EstimateCoinBuyResponse
- func (*EstimateCoinBuyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateCoinBuyResponse) GetCommission() string
- func (x *EstimateCoinBuyResponse) GetSwapFrom() SwapFrom
- func (x *EstimateCoinBuyResponse) GetWillPay() string
- func (*EstimateCoinBuyResponse) ProtoMessage()
- func (x *EstimateCoinBuyResponse) ProtoReflect() protoreflect.Message
- func (x *EstimateCoinBuyResponse) Reset()
- func (x *EstimateCoinBuyResponse) String() string
- type EstimateCoinSellAllRequest
- func (*EstimateCoinSellAllRequest) Descriptor() ([]byte, []int)deprecated
- func (m *EstimateCoinSellAllRequest) GetBuy() isEstimateCoinSellAllRequest_Buy
- func (x *EstimateCoinSellAllRequest) GetCoinIdToBuy() uint64
- func (x *EstimateCoinSellAllRequest) GetCoinIdToSell() uint64
- func (x *EstimateCoinSellAllRequest) GetCoinToBuy() string
- func (x *EstimateCoinSellAllRequest) GetCoinToSell() string
- func (x *EstimateCoinSellAllRequest) GetGasPrice() uint64
- func (x *EstimateCoinSellAllRequest) GetHeight() uint64
- func (x *EstimateCoinSellAllRequest) GetRoute() []uint64
- func (m *EstimateCoinSellAllRequest) GetSell() isEstimateCoinSellAllRequest_Sell
- func (x *EstimateCoinSellAllRequest) GetSwapFrom() SwapFrom
- func (x *EstimateCoinSellAllRequest) GetValueToSell() string
- func (*EstimateCoinSellAllRequest) ProtoMessage()
- func (x *EstimateCoinSellAllRequest) ProtoReflect() protoreflect.Message
- func (x *EstimateCoinSellAllRequest) Reset()
- func (x *EstimateCoinSellAllRequest) String() string
- type EstimateCoinSellAllRequest_CoinIdToBuy
- type EstimateCoinSellAllRequest_CoinIdToSell
- type EstimateCoinSellAllRequest_CoinToBuy
- type EstimateCoinSellAllRequest_CoinToSell
- type EstimateCoinSellAllResponse
- func (*EstimateCoinSellAllResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateCoinSellAllResponse) GetSwapFrom() SwapFrom
- func (x *EstimateCoinSellAllResponse) GetWillGet() string
- func (*EstimateCoinSellAllResponse) ProtoMessage()
- func (x *EstimateCoinSellAllResponse) ProtoReflect() protoreflect.Message
- func (x *EstimateCoinSellAllResponse) Reset()
- func (x *EstimateCoinSellAllResponse) String() string
- type EstimateCoinSellRequest
- func (*EstimateCoinSellRequest) Descriptor() ([]byte, []int)deprecated
- func (m *EstimateCoinSellRequest) GetBuy() isEstimateCoinSellRequest_Buy
- func (x *EstimateCoinSellRequest) GetCoinCommission() string
- func (x *EstimateCoinSellRequest) GetCoinIdCommission() uint64
- func (x *EstimateCoinSellRequest) GetCoinIdToBuy() uint64
- func (x *EstimateCoinSellRequest) GetCoinIdToSell() uint64
- func (x *EstimateCoinSellRequest) GetCoinToBuy() string
- func (x *EstimateCoinSellRequest) GetCoinToSell() string
- func (m *EstimateCoinSellRequest) GetCommission() isEstimateCoinSellRequest_Commission
- func (x *EstimateCoinSellRequest) GetHeight() uint64
- func (x *EstimateCoinSellRequest) GetRoute() []uint64
- func (m *EstimateCoinSellRequest) GetSell() isEstimateCoinSellRequest_Sell
- func (x *EstimateCoinSellRequest) GetSwapFrom() SwapFrom
- func (x *EstimateCoinSellRequest) GetValueToSell() string
- func (*EstimateCoinSellRequest) ProtoMessage()
- func (x *EstimateCoinSellRequest) ProtoReflect() protoreflect.Message
- func (x *EstimateCoinSellRequest) Reset()
- func (x *EstimateCoinSellRequest) String() string
- type EstimateCoinSellRequest_CoinCommission
- type EstimateCoinSellRequest_CoinIdCommission
- type EstimateCoinSellRequest_CoinIdToBuy
- type EstimateCoinSellRequest_CoinIdToSell
- type EstimateCoinSellRequest_CoinToBuy
- type EstimateCoinSellRequest_CoinToSell
- type EstimateCoinSellResponse
- func (*EstimateCoinSellResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateCoinSellResponse) GetCommission() string
- func (x *EstimateCoinSellResponse) GetSwapFrom() SwapFrom
- func (x *EstimateCoinSellResponse) GetWillGet() string
- func (*EstimateCoinSellResponse) ProtoMessage()
- func (x *EstimateCoinSellResponse) ProtoReflect() protoreflect.Message
- func (x *EstimateCoinSellResponse) Reset()
- func (x *EstimateCoinSellResponse) String() string
- type EstimateTxCommissionRequest
- func (*EstimateTxCommissionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateTxCommissionRequest) GetHeight() uint64
- func (x *EstimateTxCommissionRequest) GetTx() string
- func (*EstimateTxCommissionRequest) ProtoMessage()
- func (x *EstimateTxCommissionRequest) ProtoReflect() protoreflect.Message
- func (x *EstimateTxCommissionRequest) Reset()
- func (x *EstimateTxCommissionRequest) String() string
- type EstimateTxCommissionResponse
- func (*EstimateTxCommissionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateTxCommissionResponse) GetCommission() string
- func (*EstimateTxCommissionResponse) ProtoMessage()
- func (x *EstimateTxCommissionResponse) ProtoReflect() protoreflect.Message
- func (x *EstimateTxCommissionResponse) Reset()
- func (x *EstimateTxCommissionResponse) String() string
- type EventsRequest
- func (*EventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventsRequest) GetHeight() uint64
- func (x *EventsRequest) GetSearch() []string
- func (*EventsRequest) ProtoMessage()
- func (x *EventsRequest) ProtoReflect() protoreflect.Message
- func (x *EventsRequest) Reset()
- func (x *EventsRequest) String() string
- type EventsResponse
- type FrozenAllRequest
- func (*FrozenAllRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FrozenAllRequest) GetAddresses() []string
- func (x *FrozenAllRequest) GetCoinIds() []uint64
- func (x *FrozenAllRequest) GetEndHeight() uint64
- func (x *FrozenAllRequest) GetHeight() uint64
- func (x *FrozenAllRequest) GetStartHeight() uint64
- func (*FrozenAllRequest) ProtoMessage()
- func (x *FrozenAllRequest) ProtoReflect() protoreflect.Message
- func (x *FrozenAllRequest) Reset()
- func (x *FrozenAllRequest) String() string
- type FrozenRequest
- func (*FrozenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FrozenRequest) GetAddress() string
- func (x *FrozenRequest) GetCoinId() *wrapperspb.UInt64Value
- func (x *FrozenRequest) GetHeight() uint64
- func (*FrozenRequest) ProtoMessage()
- func (x *FrozenRequest) ProtoReflect() protoreflect.Message
- func (x *FrozenRequest) Reset()
- func (x *FrozenRequest) String() string
- type FrozenResponse
- type FrozenResponse_Frozen
- func (*FrozenResponse_Frozen) Descriptor() ([]byte, []int)deprecated
- func (x *FrozenResponse_Frozen) GetAddress() string
- func (x *FrozenResponse_Frozen) GetCandidateKey() *wrapperspb.StringValue
- func (x *FrozenResponse_Frozen) GetCoin() *Coin
- func (x *FrozenResponse_Frozen) GetHeight() uint64
- func (x *FrozenResponse_Frozen) GetMoveToCandidateKey() *wrapperspb.StringValue
- func (x *FrozenResponse_Frozen) GetValue() string
- func (*FrozenResponse_Frozen) ProtoMessage()
- func (x *FrozenResponse_Frozen) ProtoReflect() protoreflect.Message
- func (x *FrozenResponse_Frozen) Reset()
- func (x *FrozenResponse_Frozen) String() string
- type GenesisResponse
- func (*GenesisResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse) GetAppHash() string
- func (x *GenesisResponse) GetAppState() *GenesisResponse_AppState
- func (x *GenesisResponse) GetChainId() string
- func (x *GenesisResponse) GetConsensusParams() *GenesisResponse_ConsensusParams
- func (x *GenesisResponse) GetGenesisTime() string
- func (x *GenesisResponse) GetInitialHeight() uint64
- func (*GenesisResponse) ProtoMessage()
- func (x *GenesisResponse) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse) Reset()
- func (x *GenesisResponse) String() string
- type GenesisResponse_AppState
- func (*GenesisResponse_AppState) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState) GetAccounts() []*GenesisResponse_AppState_Account
- func (x *GenesisResponse_AppState) GetBlockListCandidates() []string
- func (x *GenesisResponse_AppState) GetCandidates() []*GenesisResponse_AppState_Candidate
- func (x *GenesisResponse_AppState) GetCoins() []*GenesisResponse_AppState_Coin
- func (x *GenesisResponse_AppState) GetCommission() *GenesisResponse_AppState_Commission
- func (x *GenesisResponse_AppState) GetCommissionVotes() []*GenesisResponse_AppState_CommissionVote
- func (x *GenesisResponse_AppState) GetDeletedCandidates() []*GenesisResponse_AppState_DeletedCandidate
- func (x *GenesisResponse_AppState) GetEmission() string
- func (x *GenesisResponse_AppState) GetFrozenFunds() []*GenesisResponse_AppState_FrozenFund
- func (x *GenesisResponse_AppState) GetHaltBlocks() []*GenesisResponse_AppState_HaltBlock
- func (x *GenesisResponse_AppState) GetMaxGas() uint64
- func (x *GenesisResponse_AppState) GetNextOrderId() uint64
- func (x *GenesisResponse_AppState) GetNote() string
- func (x *GenesisResponse_AppState) GetPools() []*GenesisResponse_AppState_Pool
- func (x *GenesisResponse_AppState) GetPrevReward() *GenesisResponse_AppState_RewardPrice
- func (x *GenesisResponse_AppState) GetTotalSlashed() string
- func (x *GenesisResponse_AppState) GetUpdateVotes() []*GenesisResponse_AppState_UpdateVote
- func (x *GenesisResponse_AppState) GetUsedChecks() []string
- func (x *GenesisResponse_AppState) GetValidators() []*GenesisResponse_AppState_Validators
- func (x *GenesisResponse_AppState) GetVersion() string
- func (x *GenesisResponse_AppState) GetVersions() []*GenesisResponse_AppState_Version
- func (x *GenesisResponse_AppState) GetWaitlist() []*GenesisResponse_AppState_Waitlist
- func (*GenesisResponse_AppState) ProtoMessage()
- func (x *GenesisResponse_AppState) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState) Reset()
- func (x *GenesisResponse_AppState) String() string
- type GenesisResponse_AppState_Account
- func (*GenesisResponse_AppState_Account) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_Account) GetAddress() string
- func (x *GenesisResponse_AppState_Account) GetBalance() []*GenesisResponse_AppState_Account_Balance
- func (x *GenesisResponse_AppState_Account) GetLockStakeUntilBlock() uint64
- func (x *GenesisResponse_AppState_Account) GetMultisigData() *GenesisResponse_AppState_Account_MultisigData
- func (x *GenesisResponse_AppState_Account) GetNonce() uint64
- func (*GenesisResponse_AppState_Account) ProtoMessage()
- func (x *GenesisResponse_AppState_Account) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_Account) Reset()
- func (x *GenesisResponse_AppState_Account) String() string
- type GenesisResponse_AppState_Account_Balance
- func (*GenesisResponse_AppState_Account_Balance) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_Account_Balance) GetCoin() uint64
- func (x *GenesisResponse_AppState_Account_Balance) GetValue() string
- func (*GenesisResponse_AppState_Account_Balance) ProtoMessage()
- func (x *GenesisResponse_AppState_Account_Balance) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_Account_Balance) Reset()
- func (x *GenesisResponse_AppState_Account_Balance) String() string
- type GenesisResponse_AppState_Account_MultisigData
- func (*GenesisResponse_AppState_Account_MultisigData) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_Account_MultisigData) GetAddresses() []string
- func (x *GenesisResponse_AppState_Account_MultisigData) GetThreshold() uint64
- func (x *GenesisResponse_AppState_Account_MultisigData) GetWeights() []uint64
- func (*GenesisResponse_AppState_Account_MultisigData) ProtoMessage()
- func (x *GenesisResponse_AppState_Account_MultisigData) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_Account_MultisigData) Reset()
- func (x *GenesisResponse_AppState_Account_MultisigData) String() string
- type GenesisResponse_AppState_Candidate
- func (*GenesisResponse_AppState_Candidate) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_Candidate) GetCommission() uint64
- func (x *GenesisResponse_AppState_Candidate) GetControlAddress() string
- func (x *GenesisResponse_AppState_Candidate) GetId() uint64
- func (x *GenesisResponse_AppState_Candidate) GetJailedUntil() int64
- func (x *GenesisResponse_AppState_Candidate) GetLastEditCommissionHeight() int64
- func (x *GenesisResponse_AppState_Candidate) GetOwnerAddress() string
- func (x *GenesisResponse_AppState_Candidate) GetPublicKey() string
- func (x *GenesisResponse_AppState_Candidate) GetRewardAddress() string
- func (x *GenesisResponse_AppState_Candidate) GetStakes() []*GenesisResponse_AppState_Candidate_Stake
- func (x *GenesisResponse_AppState_Candidate) GetStatus() int64
- func (x *GenesisResponse_AppState_Candidate) GetTotalBipStake() string
- func (x *GenesisResponse_AppState_Candidate) GetUpdates() []*GenesisResponse_AppState_Candidate_Stake
- func (*GenesisResponse_AppState_Candidate) ProtoMessage()
- func (x *GenesisResponse_AppState_Candidate) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_Candidate) Reset()
- func (x *GenesisResponse_AppState_Candidate) String() string
- type GenesisResponse_AppState_Candidate_Stake
- func (*GenesisResponse_AppState_Candidate_Stake) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_Candidate_Stake) GetBipValue() string
- func (x *GenesisResponse_AppState_Candidate_Stake) GetCoin() uint64
- func (x *GenesisResponse_AppState_Candidate_Stake) GetOwner() string
- func (x *GenesisResponse_AppState_Candidate_Stake) GetValue() string
- func (*GenesisResponse_AppState_Candidate_Stake) ProtoMessage()
- func (x *GenesisResponse_AppState_Candidate_Stake) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_Candidate_Stake) Reset()
- func (x *GenesisResponse_AppState_Candidate_Stake) String() string
- type GenesisResponse_AppState_Coin
- func (*GenesisResponse_AppState_Coin) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_Coin) GetBurnable() bool
- func (x *GenesisResponse_AppState_Coin) GetCrr() uint64
- func (x *GenesisResponse_AppState_Coin) GetId() uint64
- func (x *GenesisResponse_AppState_Coin) GetMaxSupply() string
- func (x *GenesisResponse_AppState_Coin) GetMintable() bool
- func (x *GenesisResponse_AppState_Coin) GetName() string
- func (x *GenesisResponse_AppState_Coin) GetOwnerAddress() *wrapperspb.StringValue
- func (x *GenesisResponse_AppState_Coin) GetReserve() string
- func (x *GenesisResponse_AppState_Coin) GetSymbol() string
- func (x *GenesisResponse_AppState_Coin) GetVersion() uint64
- func (x *GenesisResponse_AppState_Coin) GetVolume() string
- func (*GenesisResponse_AppState_Coin) ProtoMessage()
- func (x *GenesisResponse_AppState_Coin) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_Coin) Reset()
- func (x *GenesisResponse_AppState_Coin) String() string
- type GenesisResponse_AppState_Commission
- func (*GenesisResponse_AppState_Commission) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_Commission) GetAddLimitOrder() string
- func (x *GenesisResponse_AppState_Commission) GetAddLiquidity() string
- func (x *GenesisResponse_AppState_Commission) GetBurnToken() string
- func (x *GenesisResponse_AppState_Commission) GetBuyBancor() string
- func (x *GenesisResponse_AppState_Commission) GetBuyPoolBase() string
- func (x *GenesisResponse_AppState_Commission) GetBuyPoolDelta() string
- func (x *GenesisResponse_AppState_Commission) GetCoin() uint64
- func (x *GenesisResponse_AppState_Commission) GetCreateCoin() string
- func (x *GenesisResponse_AppState_Commission) GetCreateMultisig() string
- func (x *GenesisResponse_AppState_Commission) GetCreateSwapPool() string
- func (x *GenesisResponse_AppState_Commission) GetCreateTicker3() string
- func (x *GenesisResponse_AppState_Commission) GetCreateTicker4() string
- func (x *GenesisResponse_AppState_Commission) GetCreateTicker5() string
- func (x *GenesisResponse_AppState_Commission) GetCreateTicker6() string
- func (x *GenesisResponse_AppState_Commission) GetCreateTicker7_10() string
- func (x *GenesisResponse_AppState_Commission) GetCreateToken() string
- func (x *GenesisResponse_AppState_Commission) GetDeclareCandidacy() string
- func (x *GenesisResponse_AppState_Commission) GetDelegate() string
- func (x *GenesisResponse_AppState_Commission) GetEditCandidate() string
- func (x *GenesisResponse_AppState_Commission) GetEditCandidateCommission() string
- func (x *GenesisResponse_AppState_Commission) GetEditCandidatePublicKey() string
- func (x *GenesisResponse_AppState_Commission) GetEditMultisig() string
- func (x *GenesisResponse_AppState_Commission) GetEditTickerOwner() string
- func (x *GenesisResponse_AppState_Commission) GetFailedTx() string
- func (x *GenesisResponse_AppState_Commission) GetLock() string
- func (x *GenesisResponse_AppState_Commission) GetLockStake() string
- func (x *GenesisResponse_AppState_Commission) GetMintToken() string
- func (x *GenesisResponse_AppState_Commission) GetMoveStake() string
- func (x *GenesisResponse_AppState_Commission) GetMultisendBase() string
- func (x *GenesisResponse_AppState_Commission) GetMultisendDelta() string
- func (x *GenesisResponse_AppState_Commission) GetPayloadByte() string
- func (x *GenesisResponse_AppState_Commission) GetRecreateCoin() string
- func (x *GenesisResponse_AppState_Commission) GetRecreateToken() string
- func (x *GenesisResponse_AppState_Commission) GetRedeemCheck() string
- func (x *GenesisResponse_AppState_Commission) GetRemoveLimitOrder() string
- func (x *GenesisResponse_AppState_Commission) GetRemoveLiquidity() string
- func (x *GenesisResponse_AppState_Commission) GetSellAllBancor() string
- func (x *GenesisResponse_AppState_Commission) GetSellAllPoolBase() string
- func (x *GenesisResponse_AppState_Commission) GetSellAllPoolDelta() string
- func (x *GenesisResponse_AppState_Commission) GetSellBancor() string
- func (x *GenesisResponse_AppState_Commission) GetSellPoolBase() string
- func (x *GenesisResponse_AppState_Commission) GetSellPoolDelta() string
- func (x *GenesisResponse_AppState_Commission) GetSend() string
- func (x *GenesisResponse_AppState_Commission) GetSetCandidateOff() string
- func (x *GenesisResponse_AppState_Commission) GetSetCandidateOn() string
- func (x *GenesisResponse_AppState_Commission) GetSetHaltBlock() string
- func (x *GenesisResponse_AppState_Commission) GetUnbond() string
- func (x *GenesisResponse_AppState_Commission) GetVoteCommission() string
- func (x *GenesisResponse_AppState_Commission) GetVoteUpdate() string
- func (*GenesisResponse_AppState_Commission) ProtoMessage()
- func (x *GenesisResponse_AppState_Commission) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_Commission) Reset()
- func (x *GenesisResponse_AppState_Commission) String() string
- type GenesisResponse_AppState_CommissionVote
- func (*GenesisResponse_AppState_CommissionVote) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_CommissionVote) GetCommission() *GenesisResponse_AppState_Commission
- func (x *GenesisResponse_AppState_CommissionVote) GetHeight() uint64
- func (x *GenesisResponse_AppState_CommissionVote) GetVotes() []string
- func (*GenesisResponse_AppState_CommissionVote) ProtoMessage()
- func (x *GenesisResponse_AppState_CommissionVote) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_CommissionVote) Reset()
- func (x *GenesisResponse_AppState_CommissionVote) String() string
- type GenesisResponse_AppState_DeletedCandidate
- func (*GenesisResponse_AppState_DeletedCandidate) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_DeletedCandidate) GetId() uint64
- func (x *GenesisResponse_AppState_DeletedCandidate) GetPublicKey() string
- func (*GenesisResponse_AppState_DeletedCandidate) ProtoMessage()
- func (x *GenesisResponse_AppState_DeletedCandidate) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_DeletedCandidate) Reset()
- func (x *GenesisResponse_AppState_DeletedCandidate) String() string
- type GenesisResponse_AppState_FrozenFund
- func (*GenesisResponse_AppState_FrozenFund) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_FrozenFund) GetAddress() string
- func (x *GenesisResponse_AppState_FrozenFund) GetCandidateId() uint64
- func (x *GenesisResponse_AppState_FrozenFund) GetCandidateKey() *wrapperspb.StringValue
- func (x *GenesisResponse_AppState_FrozenFund) GetCoin() uint64
- func (x *GenesisResponse_AppState_FrozenFund) GetHeight() uint64
- func (x *GenesisResponse_AppState_FrozenFund) GetToCandidateKey() *wrapperspb.StringValue
- func (x *GenesisResponse_AppState_FrozenFund) GetValue() string
- func (*GenesisResponse_AppState_FrozenFund) ProtoMessage()
- func (x *GenesisResponse_AppState_FrozenFund) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_FrozenFund) Reset()
- func (x *GenesisResponse_AppState_FrozenFund) String() string
- type GenesisResponse_AppState_HaltBlock
- func (*GenesisResponse_AppState_HaltBlock) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_HaltBlock) GetCandidateKey() string
- func (x *GenesisResponse_AppState_HaltBlock) GetHeight() uint64
- func (*GenesisResponse_AppState_HaltBlock) ProtoMessage()
- func (x *GenesisResponse_AppState_HaltBlock) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_HaltBlock) Reset()
- func (x *GenesisResponse_AppState_HaltBlock) String() string
- type GenesisResponse_AppState_Pool
- func (*GenesisResponse_AppState_Pool) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_Pool) GetCoin0() uint64
- func (x *GenesisResponse_AppState_Pool) GetCoin1() uint64
- func (x *GenesisResponse_AppState_Pool) GetId() uint64
- func (x *GenesisResponse_AppState_Pool) GetOrders() []*GenesisResponse_AppState_Pool_Order
- func (x *GenesisResponse_AppState_Pool) GetReserve0() string
- func (x *GenesisResponse_AppState_Pool) GetReserve1() string
- func (*GenesisResponse_AppState_Pool) ProtoMessage()
- func (x *GenesisResponse_AppState_Pool) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_Pool) Reset()
- func (x *GenesisResponse_AppState_Pool) String() string
- type GenesisResponse_AppState_Pool_Order
- func (*GenesisResponse_AppState_Pool_Order) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_Pool_Order) GetHeight() uint64
- func (x *GenesisResponse_AppState_Pool_Order) GetId() uint64
- func (x *GenesisResponse_AppState_Pool_Order) GetIsSale() bool
- func (x *GenesisResponse_AppState_Pool_Order) GetOwner() string
- func (x *GenesisResponse_AppState_Pool_Order) GetVolume0() string
- func (x *GenesisResponse_AppState_Pool_Order) GetVolume1() string
- func (*GenesisResponse_AppState_Pool_Order) ProtoMessage()
- func (x *GenesisResponse_AppState_Pool_Order) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_Pool_Order) Reset()
- func (x *GenesisResponse_AppState_Pool_Order) String() string
- type GenesisResponse_AppState_RewardPrice
- func (*GenesisResponse_AppState_RewardPrice) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_RewardPrice) GetAmountBip() string
- func (x *GenesisResponse_AppState_RewardPrice) GetAmountUsdt() string
- func (x *GenesisResponse_AppState_RewardPrice) GetOff() bool
- func (x *GenesisResponse_AppState_RewardPrice) GetReward() string
- func (x *GenesisResponse_AppState_RewardPrice) GetTime() uint64
- func (*GenesisResponse_AppState_RewardPrice) ProtoMessage()
- func (x *GenesisResponse_AppState_RewardPrice) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_RewardPrice) Reset()
- func (x *GenesisResponse_AppState_RewardPrice) String() string
- type GenesisResponse_AppState_UpdateVote
- func (*GenesisResponse_AppState_UpdateVote) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_UpdateVote) GetHeight() uint64
- func (x *GenesisResponse_AppState_UpdateVote) GetVersion() string
- func (x *GenesisResponse_AppState_UpdateVote) GetVotes() []string
- func (*GenesisResponse_AppState_UpdateVote) ProtoMessage()
- func (x *GenesisResponse_AppState_UpdateVote) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_UpdateVote) Reset()
- func (x *GenesisResponse_AppState_UpdateVote) String() string
- type GenesisResponse_AppState_Validators
- func (*GenesisResponse_AppState_Validators) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_Validators) GetAbsentTimes() string
- func (x *GenesisResponse_AppState_Validators) GetAccumReward() string
- func (x *GenesisResponse_AppState_Validators) GetPublicKey() string
- func (x *GenesisResponse_AppState_Validators) GetTotalBipStake() string
- func (*GenesisResponse_AppState_Validators) ProtoMessage()
- func (x *GenesisResponse_AppState_Validators) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_Validators) Reset()
- func (x *GenesisResponse_AppState_Validators) String() string
- type GenesisResponse_AppState_Version
- func (*GenesisResponse_AppState_Version) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_Version) GetHeight() uint64
- func (x *GenesisResponse_AppState_Version) GetName() string
- func (*GenesisResponse_AppState_Version) ProtoMessage()
- func (x *GenesisResponse_AppState_Version) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_Version) Reset()
- func (x *GenesisResponse_AppState_Version) String() string
- type GenesisResponse_AppState_Waitlist
- func (*GenesisResponse_AppState_Waitlist) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_AppState_Waitlist) GetCandidateId() uint64
- func (x *GenesisResponse_AppState_Waitlist) GetCoin() uint64
- func (x *GenesisResponse_AppState_Waitlist) GetOwner() string
- func (x *GenesisResponse_AppState_Waitlist) GetValue() string
- func (*GenesisResponse_AppState_Waitlist) ProtoMessage()
- func (x *GenesisResponse_AppState_Waitlist) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_AppState_Waitlist) Reset()
- func (x *GenesisResponse_AppState_Waitlist) String() string
- type GenesisResponse_ConsensusParams
- func (*GenesisResponse_ConsensusParams) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_ConsensusParams) GetBlock() *GenesisResponse_ConsensusParams_Block
- func (x *GenesisResponse_ConsensusParams) GetEvidence() *GenesisResponse_ConsensusParams_Evidence
- func (x *GenesisResponse_ConsensusParams) GetValidator() *GenesisResponse_ConsensusParams_Validator
- func (x *GenesisResponse_ConsensusParams) GetVersion() *GenesisResponse_ConsensusParams_Version
- func (*GenesisResponse_ConsensusParams) ProtoMessage()
- func (x *GenesisResponse_ConsensusParams) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_ConsensusParams) Reset()
- func (x *GenesisResponse_ConsensusParams) String() string
- type GenesisResponse_ConsensusParams_Block
- func (*GenesisResponse_ConsensusParams_Block) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_ConsensusParams_Block) GetMaxBytes() int64
- func (x *GenesisResponse_ConsensusParams_Block) GetMaxGas() int64
- func (x *GenesisResponse_ConsensusParams_Block) GetTimeIotaMs() int64
- func (*GenesisResponse_ConsensusParams_Block) ProtoMessage()
- func (x *GenesisResponse_ConsensusParams_Block) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_ConsensusParams_Block) Reset()
- func (x *GenesisResponse_ConsensusParams_Block) String() string
- type GenesisResponse_ConsensusParams_Evidence
- func (*GenesisResponse_ConsensusParams_Evidence) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_ConsensusParams_Evidence) GetMaxAgeDuration() int64
- func (x *GenesisResponse_ConsensusParams_Evidence) GetMaxAgeNumBlocks() int64
- func (*GenesisResponse_ConsensusParams_Evidence) ProtoMessage()
- func (x *GenesisResponse_ConsensusParams_Evidence) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_ConsensusParams_Evidence) Reset()
- func (x *GenesisResponse_ConsensusParams_Evidence) String() string
- type GenesisResponse_ConsensusParams_Validator
- func (*GenesisResponse_ConsensusParams_Validator) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_ConsensusParams_Validator) GetPubKeyTypes() []string
- func (*GenesisResponse_ConsensusParams_Validator) ProtoMessage()
- func (x *GenesisResponse_ConsensusParams_Validator) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_ConsensusParams_Validator) Reset()
- func (x *GenesisResponse_ConsensusParams_Validator) String() string
- type GenesisResponse_ConsensusParams_Version
- func (*GenesisResponse_ConsensusParams_Version) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_ConsensusParams_Version) GetAppVersion() uint64
- func (*GenesisResponse_ConsensusParams_Version) ProtoMessage()
- func (x *GenesisResponse_ConsensusParams_Version) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_ConsensusParams_Version) Reset()
- func (x *GenesisResponse_ConsensusParams_Version) String() string
- type HaltsRequest
- type HaltsResponse
- type JailEvent
- func (*JailEvent) Descriptor() ([]byte, []int)deprecated
- func (x *JailEvent) GetJailedUntil() uint64
- func (x *JailEvent) GetValidatorPubKey() string
- func (*JailEvent) ProtoMessage()
- func (x *JailEvent) ProtoReflect() protoreflect.Message
- func (x *JailEvent) Reset()
- func (x *JailEvent) String() string
- type LimitOrderRequest
- func (*LimitOrderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LimitOrderRequest) GetHeight() uint64
- func (x *LimitOrderRequest) GetOrderId() uint64
- func (*LimitOrderRequest) ProtoMessage()
- func (x *LimitOrderRequest) ProtoReflect() protoreflect.Message
- func (x *LimitOrderRequest) Reset()
- func (x *LimitOrderRequest) String() string
- type LimitOrderResponse
- func (*LimitOrderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LimitOrderResponse) GetCoinBuy() *Coin
- func (x *LimitOrderResponse) GetCoinSell() *Coin
- func (x *LimitOrderResponse) GetHeight() uint64
- func (x *LimitOrderResponse) GetId() uint64
- func (x *LimitOrderResponse) GetOwner() string
- func (x *LimitOrderResponse) GetPrice() string
- func (x *LimitOrderResponse) GetWantBuy() string
- func (x *LimitOrderResponse) GetWantSell() string
- func (*LimitOrderResponse) ProtoMessage()
- func (x *LimitOrderResponse) ProtoReflect() protoreflect.Message
- func (x *LimitOrderResponse) Reset()
- func (x *LimitOrderResponse) String() string
- type LimitOrdersOfPoolRequest
- func (*LimitOrdersOfPoolRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LimitOrdersOfPoolRequest) GetBuyCoin() uint64
- func (x *LimitOrdersOfPoolRequest) GetHeight() uint64
- func (x *LimitOrdersOfPoolRequest) GetLimit() int32
- func (x *LimitOrdersOfPoolRequest) GetSellCoin() uint64
- func (*LimitOrdersOfPoolRequest) ProtoMessage()
- func (x *LimitOrdersOfPoolRequest) ProtoReflect() protoreflect.Message
- func (x *LimitOrdersOfPoolRequest) Reset()
- func (x *LimitOrdersOfPoolRequest) String() string
- type LimitOrdersOfPoolResponse
- func (*LimitOrdersOfPoolResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LimitOrdersOfPoolResponse) GetOrders() []*LimitOrderResponse
- func (x *LimitOrdersOfPoolResponse) GetPoolPrice() string
- func (*LimitOrdersOfPoolResponse) ProtoMessage()
- func (x *LimitOrdersOfPoolResponse) ProtoReflect() protoreflect.Message
- func (x *LimitOrdersOfPoolResponse) Reset()
- func (x *LimitOrdersOfPoolResponse) String() string
- type LimitOrdersRequest
- func (*LimitOrdersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LimitOrdersRequest) GetHeight() uint64
- func (x *LimitOrdersRequest) GetIds() []uint64
- func (*LimitOrdersRequest) ProtoMessage()
- func (x *LimitOrdersRequest) ProtoReflect() protoreflect.Message
- func (x *LimitOrdersRequest) Reset()
- func (x *LimitOrdersRequest) String() string
- type LimitOrdersResponse
- func (*LimitOrdersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LimitOrdersResponse) GetOrders() []*LimitOrderResponse
- func (*LimitOrdersResponse) ProtoMessage()
- func (x *LimitOrdersResponse) ProtoReflect() protoreflect.Message
- func (x *LimitOrdersResponse) Reset()
- func (x *LimitOrdersResponse) String() string
- type LockData
- func (*LockData) Descriptor() ([]byte, []int)deprecated
- func (x *LockData) GetCoin() *Coin
- func (x *LockData) GetDueBlock() uint64
- func (x *LockData) GetValue() string
- func (*LockData) ProtoMessage()
- func (x *LockData) ProtoReflect() protoreflect.Message
- func (x *LockData) Reset()
- func (x *LockData) String() string
- type LockStakeData
- type MaxGasPriceRequest
- func (*MaxGasPriceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MaxGasPriceRequest) GetHeight() uint64
- func (*MaxGasPriceRequest) ProtoMessage()
- func (x *MaxGasPriceRequest) ProtoReflect() protoreflect.Message
- func (x *MaxGasPriceRequest) Reset()
- func (x *MaxGasPriceRequest) String() string
- type MaxGasPriceResponse
- func (*MaxGasPriceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MaxGasPriceResponse) GetMaxGasPrice() uint64
- func (*MaxGasPriceResponse) ProtoMessage()
- func (x *MaxGasPriceResponse) ProtoReflect() protoreflect.Message
- func (x *MaxGasPriceResponse) Reset()
- func (x *MaxGasPriceResponse) String() string
- type MinGasPriceResponse
- func (*MinGasPriceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MinGasPriceResponse) GetMinGasPrice() uint64
- func (*MinGasPriceResponse) ProtoMessage()
- func (x *MinGasPriceResponse) ProtoReflect() protoreflect.Message
- func (x *MinGasPriceResponse) Reset()
- func (x *MinGasPriceResponse) String() string
- type MintTokenData
- func (*MintTokenData) Descriptor() ([]byte, []int)deprecated
- func (x *MintTokenData) GetCoin() *Coin
- func (x *MintTokenData) GetValue() string
- func (*MintTokenData) ProtoMessage()
- func (x *MintTokenData) ProtoReflect() protoreflect.Message
- func (x *MintTokenData) Reset()
- func (x *MintTokenData) String() string
- type MissedBlocksRequest
- func (*MissedBlocksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MissedBlocksRequest) GetHeight() uint64
- func (x *MissedBlocksRequest) GetPublicKey() string
- func (*MissedBlocksRequest) ProtoMessage()
- func (x *MissedBlocksRequest) ProtoReflect() protoreflect.Message
- func (x *MissedBlocksRequest) Reset()
- func (x *MissedBlocksRequest) String() string
- type MissedBlocksResponse
- func (*MissedBlocksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MissedBlocksResponse) GetMissedBlocks() string
- func (x *MissedBlocksResponse) GetMissedBlocksCount() int64
- func (*MissedBlocksResponse) ProtoMessage()
- func (x *MissedBlocksResponse) ProtoReflect() protoreflect.Message
- func (x *MissedBlocksResponse) Reset()
- func (x *MissedBlocksResponse) String() string
- type MoveStakeData
- func (*MoveStakeData) Descriptor() ([]byte, []int)deprecated
- func (x *MoveStakeData) GetCoin() *Coin
- func (x *MoveStakeData) GetFromPubKey() string
- func (x *MoveStakeData) GetToPubKey() string
- func (x *MoveStakeData) GetValue() string
- func (*MoveStakeData) ProtoMessage()
- func (x *MoveStakeData) ProtoReflect() protoreflect.Message
- func (x *MoveStakeData) Reset()
- func (x *MoveStakeData) String() string
- type MultiSendData
- type Multisig
- func (*Multisig) Descriptor() ([]byte, []int)deprecated
- func (x *Multisig) GetAddresses() []string
- func (x *Multisig) GetThreshold() uint64
- func (x *Multisig) GetWeights() []uint64
- func (*Multisig) ProtoMessage()
- func (x *Multisig) ProtoReflect() protoreflect.Message
- func (x *Multisig) Reset()
- func (x *Multisig) String() string
- type NetInfoResponse
- func (*NetInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NetInfoResponse) GetCountPeers() int64
- func (x *NetInfoResponse) GetListeners() []string
- func (x *NetInfoResponse) GetListening() bool
- func (x *NetInfoResponse) GetPeers() []*NetInfoResponse_Peer
- func (*NetInfoResponse) ProtoMessage()
- func (x *NetInfoResponse) ProtoReflect() protoreflect.Message
- func (x *NetInfoResponse) Reset()
- func (x *NetInfoResponse) String() string
- type NetInfoResponse_Peer
- func (*NetInfoResponse_Peer) Descriptor() ([]byte, []int)deprecated
- func (x *NetInfoResponse_Peer) GetConnectionStatus() *NetInfoResponse_Peer_ConnectionStatus
- func (x *NetInfoResponse_Peer) GetIsOutbound() bool
- func (x *NetInfoResponse_Peer) GetLatestBlockHeight() *wrapperspb.UInt64Value
- func (x *NetInfoResponse_Peer) GetNodeInfo() *NodeInfo
- func (x *NetInfoResponse_Peer) GetRemoteIp() string
- func (*NetInfoResponse_Peer) ProtoMessage()
- func (x *NetInfoResponse_Peer) ProtoReflect() protoreflect.Message
- func (x *NetInfoResponse_Peer) Reset()
- func (x *NetInfoResponse_Peer) String() string
- type NetInfoResponse_Peer_ConnectionStatus
- func (*NetInfoResponse_Peer_ConnectionStatus) Descriptor() ([]byte, []int)deprecated
- func (x *NetInfoResponse_Peer_ConnectionStatus) GetChannels() []*NetInfoResponse_Peer_ConnectionStatus_Channel
- func (x *NetInfoResponse_Peer_ConnectionStatus) GetDuration() uint64
- func (x *NetInfoResponse_Peer_ConnectionStatus) GetRecvMonitor() *NetInfoResponse_Peer_ConnectionStatus_Monitor
- func (x *NetInfoResponse_Peer_ConnectionStatus) GetSendMonitor() *NetInfoResponse_Peer_ConnectionStatus_Monitor
- func (*NetInfoResponse_Peer_ConnectionStatus) ProtoMessage()
- func (x *NetInfoResponse_Peer_ConnectionStatus) ProtoReflect() protoreflect.Message
- func (x *NetInfoResponse_Peer_ConnectionStatus) Reset()
- func (x *NetInfoResponse_Peer_ConnectionStatus) String() string
- type NetInfoResponse_Peer_ConnectionStatus_Channel
- func (*NetInfoResponse_Peer_ConnectionStatus_Channel) Descriptor() ([]byte, []int)deprecated
- func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) GetId() int64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) GetPriority() int64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) GetRecentlySent() int64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) GetSendQueueCapacity() int64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) GetSendQueueSize() int64
- func (*NetInfoResponse_Peer_ConnectionStatus_Channel) ProtoMessage()
- func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) ProtoReflect() protoreflect.Message
- func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) Reset()
- func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) String() string
- type NetInfoResponse_Peer_ConnectionStatus_Monitor
- func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) Descriptor() ([]byte, []int)deprecated
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetActive() bool
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetAvgRate() int64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetBytes() int64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetBytesRem() int64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetCurRate() int64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetDuration() int64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetIdle() int64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetInstRate() int64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetPeakRate() int64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetProgress() uint64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetSamples() int64
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetStart() string
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetTimeRem() int64
- func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) ProtoMessage()
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) ProtoReflect() protoreflect.Message
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) Reset()
- func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) String() string
- type NodeInfo
- func (*NodeInfo) Descriptor() ([]byte, []int)deprecated
- func (x *NodeInfo) GetChannels() string
- func (x *NodeInfo) GetId() string
- func (x *NodeInfo) GetListenAddr() string
- func (x *NodeInfo) GetMoniker() string
- func (x *NodeInfo) GetNetwork() string
- func (x *NodeInfo) GetOther() *NodeInfo_Other
- func (x *NodeInfo) GetProtocolVersion() *NodeInfo_ProtocolVersion
- func (x *NodeInfo) GetVersion() string
- func (*NodeInfo) ProtoMessage()
- func (x *NodeInfo) ProtoReflect() protoreflect.Message
- func (x *NodeInfo) Reset()
- func (x *NodeInfo) String() string
- type NodeInfo_Other
- func (*NodeInfo_Other) Descriptor() ([]byte, []int)deprecated
- func (x *NodeInfo_Other) GetRpcAddress() string
- func (x *NodeInfo_Other) GetTxIndex() string
- func (*NodeInfo_Other) ProtoMessage()
- func (x *NodeInfo_Other) ProtoReflect() protoreflect.Message
- func (x *NodeInfo_Other) Reset()
- func (x *NodeInfo_Other) String() string
- type NodeInfo_ProtocolVersion
- func (*NodeInfo_ProtocolVersion) Descriptor() ([]byte, []int)deprecated
- func (x *NodeInfo_ProtocolVersion) GetApp() uint64
- func (x *NodeInfo_ProtocolVersion) GetBlock() uint64
- func (x *NodeInfo_ProtocolVersion) GetP2P() uint64
- func (*NodeInfo_ProtocolVersion) ProtoMessage()
- func (x *NodeInfo_ProtocolVersion) ProtoReflect() protoreflect.Message
- func (x *NodeInfo_ProtocolVersion) Reset()
- func (x *NodeInfo_ProtocolVersion) String() string
- type OrderExpiredEvent
- func (*OrderExpiredEvent) Descriptor() ([]byte, []int)deprecated
- func (x *OrderExpiredEvent) GetAddress() string
- func (x *OrderExpiredEvent) GetAmount() string
- func (x *OrderExpiredEvent) GetCoin() uint64
- func (x *OrderExpiredEvent) GetId() uint64
- func (*OrderExpiredEvent) ProtoMessage()
- func (x *OrderExpiredEvent) ProtoReflect() protoreflect.Message
- func (x *OrderExpiredEvent) Reset()
- func (x *OrderExpiredEvent) String() string
- type PriceCommissionRequest
- func (*PriceCommissionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PriceCommissionRequest) GetHeight() uint64
- func (*PriceCommissionRequest) ProtoMessage()
- func (x *PriceCommissionRequest) ProtoReflect() protoreflect.Message
- func (x *PriceCommissionRequest) Reset()
- func (x *PriceCommissionRequest) String() string
- type PriceCommissionResponse
- func (*PriceCommissionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PriceCommissionResponse) GetAddLimitOrder() string
- func (x *PriceCommissionResponse) GetAddLiquidity() string
- func (x *PriceCommissionResponse) GetBurnToken() string
- func (x *PriceCommissionResponse) GetBuyBancor() string
- func (x *PriceCommissionResponse) GetBuyPoolBase() string
- func (x *PriceCommissionResponse) GetBuyPoolDelta() string
- func (x *PriceCommissionResponse) GetCoin() *Coin
- func (x *PriceCommissionResponse) GetCreateCoin() string
- func (x *PriceCommissionResponse) GetCreateMultisig() string
- func (x *PriceCommissionResponse) GetCreateSwapPool() string
- func (x *PriceCommissionResponse) GetCreateTicker3() string
- func (x *PriceCommissionResponse) GetCreateTicker4() string
- func (x *PriceCommissionResponse) GetCreateTicker5() string
- func (x *PriceCommissionResponse) GetCreateTicker6() string
- func (x *PriceCommissionResponse) GetCreateTicker7_10() string
- func (x *PriceCommissionResponse) GetCreateToken() string
- func (x *PriceCommissionResponse) GetDeclareCandidacy() string
- func (x *PriceCommissionResponse) GetDelegate() string
- func (x *PriceCommissionResponse) GetEditCandidate() string
- func (x *PriceCommissionResponse) GetEditCandidateCommission() string
- func (x *PriceCommissionResponse) GetEditCandidatePublicKey() string
- func (x *PriceCommissionResponse) GetEditMultisig() string
- func (x *PriceCommissionResponse) GetEditTickerOwner() string
- func (x *PriceCommissionResponse) GetFailedTx() string
- func (x *PriceCommissionResponse) GetLock() string
- func (x *PriceCommissionResponse) GetLockStake() string
- func (x *PriceCommissionResponse) GetMintToken() string
- func (x *PriceCommissionResponse) GetMoveStake() string
- func (x *PriceCommissionResponse) GetMultisendBase() string
- func (x *PriceCommissionResponse) GetMultisendDelta() string
- func (x *PriceCommissionResponse) GetPayloadByte() string
- func (x *PriceCommissionResponse) GetRecreateCoin() string
- func (x *PriceCommissionResponse) GetRecreateToken() string
- func (x *PriceCommissionResponse) GetRedeemCheck() string
- func (x *PriceCommissionResponse) GetRemoveLimitOrder() string
- func (x *PriceCommissionResponse) GetRemoveLiquidity() string
- func (x *PriceCommissionResponse) GetSellAllBancor() string
- func (x *PriceCommissionResponse) GetSellAllPoolBase() string
- func (x *PriceCommissionResponse) GetSellAllPoolDelta() string
- func (x *PriceCommissionResponse) GetSellBancor() string
- func (x *PriceCommissionResponse) GetSellPoolBase() string
- func (x *PriceCommissionResponse) GetSellPoolDelta() string
- func (x *PriceCommissionResponse) GetSend() string
- func (x *PriceCommissionResponse) GetSetCandidateOff() string
- func (x *PriceCommissionResponse) GetSetCandidateOn() string
- func (x *PriceCommissionResponse) GetSetHaltBlock() string
- func (x *PriceCommissionResponse) GetUnbond() string
- func (x *PriceCommissionResponse) GetVoteCommission() string
- func (x *PriceCommissionResponse) GetVoteUpdate() string
- func (*PriceCommissionResponse) ProtoMessage()
- func (x *PriceCommissionResponse) ProtoReflect() protoreflect.Message
- func (x *PriceCommissionResponse) Reset()
- func (x *PriceCommissionResponse) String() string
- type RecreateCoinData
- func (*RecreateCoinData) Descriptor() ([]byte, []int)deprecated
- func (x *RecreateCoinData) GetConstantReserveRatio() uint64
- func (x *RecreateCoinData) GetInitialAmount() string
- func (x *RecreateCoinData) GetInitialReserve() string
- func (x *RecreateCoinData) GetMaxSupply() string
- func (x *RecreateCoinData) GetName() string
- func (x *RecreateCoinData) GetSymbol() string
- func (*RecreateCoinData) ProtoMessage()
- func (x *RecreateCoinData) ProtoReflect() protoreflect.Message
- func (x *RecreateCoinData) Reset()
- func (x *RecreateCoinData) String() string
- type RecreateTokenData
- func (*RecreateTokenData) Descriptor() ([]byte, []int)deprecated
- func (x *RecreateTokenData) GetBurnable() bool
- func (x *RecreateTokenData) GetInitialAmount() string
- func (x *RecreateTokenData) GetMaxSupply() string
- func (x *RecreateTokenData) GetMintable() bool
- func (x *RecreateTokenData) GetName() string
- func (x *RecreateTokenData) GetSymbol() string
- func (*RecreateTokenData) ProtoMessage()
- func (x *RecreateTokenData) ProtoReflect() protoreflect.Message
- func (x *RecreateTokenData) Reset()
- func (x *RecreateTokenData) String() string
- type RedeemCheckData
- func (*RedeemCheckData) Descriptor() ([]byte, []int)deprecated
- func (x *RedeemCheckData) GetProof() string
- func (x *RedeemCheckData) GetRawCheck() string
- func (*RedeemCheckData) ProtoMessage()
- func (x *RedeemCheckData) ProtoReflect() protoreflect.Message
- func (x *RedeemCheckData) Reset()
- func (x *RedeemCheckData) String() string
- type RemoveCandidateEvent
- func (*RemoveCandidateEvent) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveCandidateEvent) GetCandidatePubKey() string
- func (*RemoveCandidateEvent) ProtoMessage()
- func (x *RemoveCandidateEvent) ProtoReflect() protoreflect.Message
- func (x *RemoveCandidateEvent) Reset()
- func (x *RemoveCandidateEvent) String() string
- type RemoveLimitOrderData
- func (*RemoveLimitOrderData) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveLimitOrderData) GetId() uint64
- func (*RemoveLimitOrderData) ProtoMessage()
- func (x *RemoveLimitOrderData) ProtoReflect() protoreflect.Message
- func (x *RemoveLimitOrderData) Reset()
- func (x *RemoveLimitOrderData) String() string
- type RemoveLiquidityData
- func (*RemoveLiquidityData) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveLiquidityData) GetCoin0() *Coin
- func (x *RemoveLiquidityData) GetCoin1() *Coin
- func (x *RemoveLiquidityData) GetLiquidity() string
- func (x *RemoveLiquidityData) GetMinimumVolume0() string
- func (x *RemoveLiquidityData) GetMinimumVolume1() string
- func (*RemoveLiquidityData) ProtoMessage()
- func (x *RemoveLiquidityData) ProtoReflect() protoreflect.Message
- func (x *RemoveLiquidityData) Reset()
- func (x *RemoveLiquidityData) String() string
- type RewardEvent
- func (*RewardEvent) Descriptor() ([]byte, []int)deprecated
- func (x *RewardEvent) GetAddress() string
- func (x *RewardEvent) GetAmount() string
- func (x *RewardEvent) GetForCoin() uint64
- func (x *RewardEvent) GetRole() RewardEvent_Role
- func (x *RewardEvent) GetValidatorPubKey() string
- func (*RewardEvent) ProtoMessage()
- func (x *RewardEvent) ProtoReflect() protoreflect.Message
- func (x *RewardEvent) Reset()
- func (x *RewardEvent) String() string
- type RewardEvent_Role
- func (RewardEvent_Role) Descriptor() protoreflect.EnumDescriptor
- func (x RewardEvent_Role) Enum() *RewardEvent_Role
- func (RewardEvent_Role) EnumDescriptor() ([]byte, []int)deprecated
- func (x RewardEvent_Role) Number() protoreflect.EnumNumber
- func (x RewardEvent_Role) String() string
- func (RewardEvent_Role) Type() protoreflect.EnumType
- type SellAllCoinData
- func (*SellAllCoinData) Descriptor() ([]byte, []int)deprecated
- func (x *SellAllCoinData) GetCoinToBuy() *Coin
- func (x *SellAllCoinData) GetCoinToSell() *Coin
- func (x *SellAllCoinData) GetMinimumValueToBuy() string
- func (*SellAllCoinData) ProtoMessage()
- func (x *SellAllCoinData) ProtoReflect() protoreflect.Message
- func (x *SellAllCoinData) Reset()
- func (x *SellAllCoinData) String() string
- type SellAllSwapPoolData
- func (*SellAllSwapPoolData) Descriptor() ([]byte, []int)deprecated
- func (x *SellAllSwapPoolData) GetCoins() []*Coin
- func (x *SellAllSwapPoolData) GetMinimumValueToBuy() string
- func (*SellAllSwapPoolData) ProtoMessage()
- func (x *SellAllSwapPoolData) ProtoReflect() protoreflect.Message
- func (x *SellAllSwapPoolData) Reset()
- func (x *SellAllSwapPoolData) String() string
- type SellCoinData
- func (*SellCoinData) Descriptor() ([]byte, []int)deprecated
- func (x *SellCoinData) GetCoinToBuy() *Coin
- func (x *SellCoinData) GetCoinToSell() *Coin
- func (x *SellCoinData) GetMinimumValueToBuy() string
- func (x *SellCoinData) GetValueToSell() string
- func (*SellCoinData) ProtoMessage()
- func (x *SellCoinData) ProtoReflect() protoreflect.Message
- func (x *SellCoinData) Reset()
- func (x *SellCoinData) String() string
- type SellSwapPoolData
- func (*SellSwapPoolData) Descriptor() ([]byte, []int)deprecated
- func (x *SellSwapPoolData) GetCoins() []*Coin
- func (x *SellSwapPoolData) GetMinimumValueToBuy() string
- func (x *SellSwapPoolData) GetValueToSell() string
- func (*SellSwapPoolData) ProtoMessage()
- func (x *SellSwapPoolData) ProtoReflect() protoreflect.Message
- func (x *SellSwapPoolData) Reset()
- func (x *SellSwapPoolData) String() string
- type SendData
- func (*SendData) Descriptor() ([]byte, []int)deprecated
- func (x *SendData) GetCoin() *Coin
- func (x *SendData) GetTo() string
- func (x *SendData) GetValue() string
- func (*SendData) ProtoMessage()
- func (x *SendData) ProtoReflect() protoreflect.Message
- func (x *SendData) Reset()
- func (x *SendData) String() string
- type SendTransactionRequest
- func (*SendTransactionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SendTransactionRequest) GetTx() string
- func (*SendTransactionRequest) ProtoMessage()
- func (x *SendTransactionRequest) ProtoReflect() protoreflect.Message
- func (x *SendTransactionRequest) Reset()
- func (x *SendTransactionRequest) String() string
- type SendTransactionResponse
- func (*SendTransactionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SendTransactionResponse) GetCode() uint64
- func (x *SendTransactionResponse) GetHash() string
- func (x *SendTransactionResponse) GetLog() string
- func (*SendTransactionResponse) ProtoMessage()
- func (x *SendTransactionResponse) ProtoReflect() protoreflect.Message
- func (x *SendTransactionResponse) Reset()
- func (x *SendTransactionResponse) String() string
- type SetCandidateOffData
- func (*SetCandidateOffData) Descriptor() ([]byte, []int)deprecated
- func (x *SetCandidateOffData) GetPubKey() string
- func (*SetCandidateOffData) ProtoMessage()
- func (x *SetCandidateOffData) ProtoReflect() protoreflect.Message
- func (x *SetCandidateOffData) Reset()
- func (x *SetCandidateOffData) String() string
- type SetCandidateOnData
- func (*SetCandidateOnData) Descriptor() ([]byte, []int)deprecated
- func (x *SetCandidateOnData) GetPubKey() string
- func (*SetCandidateOnData) ProtoMessage()
- func (x *SetCandidateOnData) ProtoReflect() protoreflect.Message
- func (x *SetCandidateOnData) Reset()
- func (x *SetCandidateOnData) String() string
- type SetHaltBlockData
- func (*SetHaltBlockData) Descriptor() ([]byte, []int)deprecated
- func (x *SetHaltBlockData) GetHeight() uint64
- func (x *SetHaltBlockData) GetPubKey() string
- func (*SetHaltBlockData) ProtoMessage()
- func (x *SetHaltBlockData) ProtoReflect() protoreflect.Message
- func (x *SetHaltBlockData) Reset()
- func (x *SetHaltBlockData) String() string
- type SlashEvent
- func (*SlashEvent) Descriptor() ([]byte, []int)deprecated
- func (x *SlashEvent) GetAddress() string
- func (x *SlashEvent) GetAmount() string
- func (x *SlashEvent) GetCoin() uint64
- func (x *SlashEvent) GetValidatorPubKey() string
- func (*SlashEvent) ProtoMessage()
- func (x *SlashEvent) ProtoReflect() protoreflect.Message
- func (x *SlashEvent) Reset()
- func (x *SlashEvent) String() string
- type StakeKickEvent
- func (*StakeKickEvent) Descriptor() ([]byte, []int)deprecated
- func (x *StakeKickEvent) GetAddress() string
- func (x *StakeKickEvent) GetAmount() string
- func (x *StakeKickEvent) GetCoin() uint64
- func (x *StakeKickEvent) GetValidatorPubKey() string
- func (*StakeKickEvent) ProtoMessage()
- func (x *StakeKickEvent) ProtoReflect() protoreflect.Message
- func (x *StakeKickEvent) Reset()
- func (x *StakeKickEvent) String() string
- type StakeMoveEvent
- func (*StakeMoveEvent) Descriptor() ([]byte, []int)deprecated
- func (x *StakeMoveEvent) GetAddress() string
- func (x *StakeMoveEvent) GetAmount() string
- func (x *StakeMoveEvent) GetCandidatePubKey() string
- func (x *StakeMoveEvent) GetCoin() uint64
- func (x *StakeMoveEvent) GetToCandidatePubKey() string
- func (*StakeMoveEvent) ProtoMessage()
- func (x *StakeMoveEvent) ProtoReflect() protoreflect.Message
- func (x *StakeMoveEvent) Reset()
- func (x *StakeMoveEvent) String() string
- type StatusResponse
- func (*StatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StatusResponse) GetCatchingUp() bool
- func (x *StatusResponse) GetCurrentEmission() string
- func (x *StatusResponse) GetInitialHeight() uint64
- func (x *StatusResponse) GetKeepLastStates() uint64
- func (x *StatusResponse) GetLatestAppHash() string
- func (x *StatusResponse) GetLatestBlockHash() string
- func (x *StatusResponse) GetLatestBlockHeight() uint64
- func (x *StatusResponse) GetLatestBlockTime() string
- func (x *StatusResponse) GetMoniker() string
- func (x *StatusResponse) GetNetwork() string
- func (x *StatusResponse) GetNodeId() string
- func (x *StatusResponse) GetPublicKey() string
- func (x *StatusResponse) GetTotalSlashed() string
- func (x *StatusResponse) GetVersion() string
- func (*StatusResponse) ProtoMessage()
- func (x *StatusResponse) ProtoReflect() protoreflect.Message
- func (x *StatusResponse) Reset()
- func (x *StatusResponse) String() string
- type SubscribeRequest
- type SubscribeResponse
- func (*SubscribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribeResponse) GetData() *structpb.Struct
- func (x *SubscribeResponse) GetEvents() []*SubscribeResponse_Event
- func (x *SubscribeResponse) GetQuery() string
- func (*SubscribeResponse) ProtoMessage()
- func (x *SubscribeResponse) ProtoReflect() protoreflect.Message
- func (x *SubscribeResponse) Reset()
- func (x *SubscribeResponse) String() string
- type SubscribeResponse_Event
- func (*SubscribeResponse_Event) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribeResponse_Event) GetEvents() []string
- func (x *SubscribeResponse_Event) GetKey() string
- func (*SubscribeResponse_Event) ProtoMessage()
- func (x *SubscribeResponse_Event) ProtoReflect() protoreflect.Message
- func (x *SubscribeResponse_Event) Reset()
- func (x *SubscribeResponse_Event) String() string
- type SwapFrom
- type SwapPoolProviderRequest
- func (*SwapPoolProviderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SwapPoolProviderRequest) GetCoin0() uint64
- func (x *SwapPoolProviderRequest) GetCoin1() uint64
- func (x *SwapPoolProviderRequest) GetHeight() uint64
- func (x *SwapPoolProviderRequest) GetProvider() string
- func (*SwapPoolProviderRequest) ProtoMessage()
- func (x *SwapPoolProviderRequest) ProtoReflect() protoreflect.Message
- func (x *SwapPoolProviderRequest) Reset()
- func (x *SwapPoolProviderRequest) String() string
- type SwapPoolRequest
- func (*SwapPoolRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SwapPoolRequest) GetCoin0() uint64
- func (x *SwapPoolRequest) GetCoin1() uint64
- func (x *SwapPoolRequest) GetHeight() uint64
- func (*SwapPoolRequest) ProtoMessage()
- func (x *SwapPoolRequest) ProtoReflect() protoreflect.Message
- func (x *SwapPoolRequest) Reset()
- func (x *SwapPoolRequest) String() string
- type SwapPoolResponse
- func (*SwapPoolResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SwapPoolResponse) GetAmount0() string
- func (x *SwapPoolResponse) GetAmount1() string
- func (x *SwapPoolResponse) GetId() uint64
- func (x *SwapPoolResponse) GetLiquidity() string
- func (x *SwapPoolResponse) GetPrice() string
- func (*SwapPoolResponse) ProtoMessage()
- func (x *SwapPoolResponse) ProtoReflect() protoreflect.Message
- func (x *SwapPoolResponse) Reset()
- func (x *SwapPoolResponse) String() string
- type SwapPoolsRequest
- func (*SwapPoolsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SwapPoolsRequest) GetHeight() uint64
- func (x *SwapPoolsRequest) GetOrders() bool
- func (*SwapPoolsRequest) ProtoMessage()
- func (x *SwapPoolsRequest) ProtoReflect() protoreflect.Message
- func (x *SwapPoolsRequest) Reset()
- func (x *SwapPoolsRequest) String() string
- type SwapPoolsResponse
- func (*SwapPoolsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SwapPoolsResponse) GetPools() []*SwapPoolsResponse_SwapPool
- func (*SwapPoolsResponse) ProtoMessage()
- func (x *SwapPoolsResponse) ProtoReflect() protoreflect.Message
- func (x *SwapPoolsResponse) Reset()
- func (x *SwapPoolsResponse) String() string
- type SwapPoolsResponse_SwapPool
- func (*SwapPoolsResponse_SwapPool) Descriptor() ([]byte, []int)deprecated
- func (x *SwapPoolsResponse_SwapPool) GetAmount0() string
- func (x *SwapPoolsResponse_SwapPool) GetAmount1() string
- func (x *SwapPoolsResponse_SwapPool) GetCoin0() uint64
- func (x *SwapPoolsResponse_SwapPool) GetCoin1() uint64
- func (x *SwapPoolsResponse_SwapPool) GetId() uint64
- func (x *SwapPoolsResponse_SwapPool) GetLiquidity() string
- func (x *SwapPoolsResponse_SwapPool) GetOrdersBuy() []*SwapPoolsResponse_SwapPool_LimitOrder
- func (x *SwapPoolsResponse_SwapPool) GetOrdersSell() []*SwapPoolsResponse_SwapPool_LimitOrder
- func (x *SwapPoolsResponse_SwapPool) GetPrice() string
- func (*SwapPoolsResponse_SwapPool) ProtoMessage()
- func (x *SwapPoolsResponse_SwapPool) ProtoReflect() protoreflect.Message
- func (x *SwapPoolsResponse_SwapPool) Reset()
- func (x *SwapPoolsResponse_SwapPool) String() string
- type SwapPoolsResponse_SwapPool_LimitOrder
- func (*SwapPoolsResponse_SwapPool_LimitOrder) Descriptor() ([]byte, []int)deprecated
- func (x *SwapPoolsResponse_SwapPool_LimitOrder) GetHeight() uint64
- func (x *SwapPoolsResponse_SwapPool_LimitOrder) GetId() uint64
- func (x *SwapPoolsResponse_SwapPool_LimitOrder) GetOwner() string
- func (x *SwapPoolsResponse_SwapPool_LimitOrder) GetPrice() string
- func (x *SwapPoolsResponse_SwapPool_LimitOrder) GetWantBuy() string
- func (x *SwapPoolsResponse_SwapPool_LimitOrder) GetWantSell() string
- func (*SwapPoolsResponse_SwapPool_LimitOrder) ProtoMessage()
- func (x *SwapPoolsResponse_SwapPool_LimitOrder) ProtoReflect() protoreflect.Message
- func (x *SwapPoolsResponse_SwapPool_LimitOrder) Reset()
- func (x *SwapPoolsResponse_SwapPool_LimitOrder) String() string
- type TransactionRequest
- func (*TransactionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionRequest) GetHash() string
- func (*TransactionRequest) ProtoMessage()
- func (x *TransactionRequest) ProtoReflect() protoreflect.Message
- func (x *TransactionRequest) Reset()
- func (x *TransactionRequest) String() string
- type TransactionResponse
- func (*TransactionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionResponse) GetCode() uint64
- func (x *TransactionResponse) GetData() *anypb.Any
- func (x *TransactionResponse) GetFrom() string
- func (x *TransactionResponse) GetGas() uint64
- func (x *TransactionResponse) GetGasCoin() *Coin
- func (x *TransactionResponse) GetGasPrice() uint64
- func (x *TransactionResponse) GetHash() string
- func (x *TransactionResponse) GetHeight() uint64
- func (x *TransactionResponse) GetIndex() uint64
- func (x *TransactionResponse) GetLog() string
- func (x *TransactionResponse) GetNonce() uint64
- func (x *TransactionResponse) GetPayload() []byte
- func (x *TransactionResponse) GetRawTx() string
- func (x *TransactionResponse) GetServiceData() []byte
- func (x *TransactionResponse) GetTags() map[string]string
- func (x *TransactionResponse) GetType() uint64
- func (x *TransactionResponse) GetTypeHex() string
- func (*TransactionResponse) ProtoMessage()
- func (x *TransactionResponse) ProtoReflect() protoreflect.Message
- func (x *TransactionResponse) Reset()
- func (x *TransactionResponse) String() string
- type TransactionResponse_Type
- func (TransactionResponse_Type) Descriptor() protoreflect.EnumDescriptor
- func (x TransactionResponse_Type) Enum() *TransactionResponse_Type
- func (TransactionResponse_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x TransactionResponse_Type) Number() protoreflect.EnumNumber
- func (x TransactionResponse_Type) String() string
- func (TransactionResponse_Type) Type() protoreflect.EnumType
- type TransactionsRequest
- func (*TransactionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionsRequest) GetPage() int32
- func (x *TransactionsRequest) GetPerPage() int32
- func (x *TransactionsRequest) GetQuery() string
- func (*TransactionsRequest) ProtoMessage()
- func (x *TransactionsRequest) ProtoReflect() protoreflect.Message
- func (x *TransactionsRequest) Reset()
- func (x *TransactionsRequest) String() string
- type TransactionsResponse
- func (*TransactionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionsResponse) GetTransactions() []*TransactionResponse
- func (*TransactionsResponse) ProtoMessage()
- func (x *TransactionsResponse) ProtoReflect() protoreflect.Message
- func (x *TransactionsResponse) Reset()
- func (x *TransactionsResponse) String() string
- type UnbondData
- func (*UnbondData) Descriptor() ([]byte, []int)deprecated
- func (x *UnbondData) GetCoin() *Coin
- func (x *UnbondData) GetPubKey() string
- func (x *UnbondData) GetValue() string
- func (*UnbondData) ProtoMessage()
- func (x *UnbondData) ProtoReflect() protoreflect.Message
- func (x *UnbondData) Reset()
- func (x *UnbondData) String() string
- type UnbondEvent
- func (*UnbondEvent) Descriptor() ([]byte, []int)deprecated
- func (x *UnbondEvent) GetAddress() string
- func (x *UnbondEvent) GetAmount() string
- func (x *UnbondEvent) GetCoin() uint64
- func (x *UnbondEvent) GetValidatorPubKey() string
- func (*UnbondEvent) ProtoMessage()
- func (x *UnbondEvent) ProtoReflect() protoreflect.Message
- func (x *UnbondEvent) Reset()
- func (x *UnbondEvent) String() string
- type UnconfirmedTxsRequest
- func (*UnconfirmedTxsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnconfirmedTxsRequest) GetLimit() int32
- func (*UnconfirmedTxsRequest) ProtoMessage()
- func (x *UnconfirmedTxsRequest) ProtoReflect() protoreflect.Message
- func (x *UnconfirmedTxsRequest) Reset()
- func (x *UnconfirmedTxsRequest) String() string
- type UnconfirmedTxsResponse
- func (*UnconfirmedTxsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UnconfirmedTxsResponse) GetTotalBytes() uint64
- func (x *UnconfirmedTxsResponse) GetTotalTransactions() uint64
- func (x *UnconfirmedTxsResponse) GetTransactionCount() uint64
- func (x *UnconfirmedTxsResponse) GetTransactions() []string
- func (*UnconfirmedTxsResponse) ProtoMessage()
- func (x *UnconfirmedTxsResponse) ProtoReflect() protoreflect.Message
- func (x *UnconfirmedTxsResponse) Reset()
- func (x *UnconfirmedTxsResponse) String() string
- type UnimplementedApiServiceServer
- func (UnimplementedApiServiceServer) Address(context.Context, *AddressRequest) (*AddressResponse, error)
- func (UnimplementedApiServiceServer) Addresses(context.Context, *AddressesRequest) (*AddressesResponse, error)
- func (UnimplementedApiServiceServer) BestTrade(context.Context, *BestTradeRequest) (*BestTradeResponse, error)
- func (UnimplementedApiServiceServer) Block(context.Context, *BlockRequest) (*BlockResponse, error)
- func (UnimplementedApiServiceServer) Blocks(context.Context, *BlocksRequest) (*BlocksResponse, error)
- func (UnimplementedApiServiceServer) Candidate(context.Context, *CandidateRequest) (*CandidateResponse, error)
- func (UnimplementedApiServiceServer) Candidates(context.Context, *CandidatesRequest) (*CandidatesResponse, error)
- func (UnimplementedApiServiceServer) CoinInfo(context.Context, *CoinInfoRequest) (*CoinInfoResponse, error)
- func (UnimplementedApiServiceServer) CoinInfoById(context.Context, *CoinIdRequest) (*CoinInfoResponse, error)
- func (UnimplementedApiServiceServer) CommissionVotes(context.Context, *CommissionVotesRequest) (*CommissionVotesResponse, error)
- func (UnimplementedApiServiceServer) EstimateCoinBuy(context.Context, *EstimateCoinBuyRequest) (*EstimateCoinBuyResponse, error)
- func (UnimplementedApiServiceServer) EstimateCoinSell(context.Context, *EstimateCoinSellRequest) (*EstimateCoinSellResponse, error)
- func (UnimplementedApiServiceServer) EstimateCoinSellAll(context.Context, *EstimateCoinSellAllRequest) (*EstimateCoinSellAllResponse, error)
- func (UnimplementedApiServiceServer) EstimateTxCommission(context.Context, *EstimateTxCommissionRequest) (*EstimateTxCommissionResponse, error)
- func (UnimplementedApiServiceServer) Events(context.Context, *EventsRequest) (*EventsResponse, error)
- func (UnimplementedApiServiceServer) Frozen(context.Context, *FrozenRequest) (*FrozenResponse, error)
- func (UnimplementedApiServiceServer) FrozenAll(context.Context, *FrozenAllRequest) (*FrozenResponse, error)
- func (UnimplementedApiServiceServer) Genesis(context.Context, *emptypb.Empty) (*GenesisResponse, error)
- func (UnimplementedApiServiceServer) Halts(context.Context, *HaltsRequest) (*HaltsResponse, error)
- func (UnimplementedApiServiceServer) LimitOrder(context.Context, *LimitOrderRequest) (*LimitOrderResponse, error)
- func (UnimplementedApiServiceServer) LimitOrders(context.Context, *LimitOrdersRequest) (*LimitOrdersResponse, error)
- func (UnimplementedApiServiceServer) LimitOrdersOfPool(context.Context, *LimitOrdersOfPoolRequest) (*LimitOrdersOfPoolResponse, error)
- func (UnimplementedApiServiceServer) MaxGasPrice(context.Context, *MaxGasPriceRequest) (*MaxGasPriceResponse, error)
- func (UnimplementedApiServiceServer) MinGasPrice(context.Context, *emptypb.Empty) (*MinGasPriceResponse, error)
- func (UnimplementedApiServiceServer) MissedBlocks(context.Context, *MissedBlocksRequest) (*MissedBlocksResponse, error)
- func (UnimplementedApiServiceServer) NetInfo(context.Context, *emptypb.Empty) (*NetInfoResponse, error)
- func (UnimplementedApiServiceServer) PriceCommission(context.Context, *PriceCommissionRequest) (*PriceCommissionResponse, error)
- func (UnimplementedApiServiceServer) SendTransaction(context.Context, *SendTransactionRequest) (*SendTransactionResponse, error)
- func (UnimplementedApiServiceServer) Status(context.Context, *emptypb.Empty) (*StatusResponse, error)
- func (UnimplementedApiServiceServer) Subscribe(*SubscribeRequest, ApiService_SubscribeServer) error
- func (UnimplementedApiServiceServer) SwapPool(context.Context, *SwapPoolRequest) (*SwapPoolResponse, error)
- func (UnimplementedApiServiceServer) SwapPoolProvider(context.Context, *SwapPoolProviderRequest) (*SwapPoolResponse, error)
- func (UnimplementedApiServiceServer) SwapPools(context.Context, *SwapPoolsRequest) (*SwapPoolsResponse, error)
- func (UnimplementedApiServiceServer) TestBlock(context.Context, *emptypb.Empty) (*BlockResponse, error)
- func (UnimplementedApiServiceServer) Transaction(context.Context, *TransactionRequest) (*TransactionResponse, error)
- func (UnimplementedApiServiceServer) Transactions(context.Context, *TransactionsRequest) (*TransactionsResponse, error)
- func (UnimplementedApiServiceServer) UnconfirmedTxs(context.Context, *UnconfirmedTxsRequest) (*UnconfirmedTxsResponse, error)
- func (UnimplementedApiServiceServer) UpdateVotes(context.Context, *UpdateVotesRequest) (*UpdateVotesResponse, error)
- func (UnimplementedApiServiceServer) Validators(context.Context, *ValidatorsRequest) (*ValidatorsResponse, error)
- func (UnimplementedApiServiceServer) VersionNetwork(context.Context, *VersionNetworkRequest) (*VersionNetworkResponse, error)
- func (UnimplementedApiServiceServer) WaitList(context.Context, *WaitListRequest) (*WaitListResponse, error)
- func (UnimplementedApiServiceServer) WaitLists(context.Context, *WaitListsRequest) (*WaitListsResponse, error)
- type UnlockEvent
- func (*UnlockEvent) Descriptor() ([]byte, []int)deprecated
- func (x *UnlockEvent) GetAddress() string
- func (x *UnlockEvent) GetAmount() string
- func (x *UnlockEvent) GetCoin() uint64
- func (*UnlockEvent) ProtoMessage()
- func (x *UnlockEvent) ProtoReflect() protoreflect.Message
- func (x *UnlockEvent) Reset()
- func (x *UnlockEvent) String() string
- type UnsafeApiServiceServer
- type UpdateCommissionsEvent
- func (*UpdateCommissionsEvent) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCommissionsEvent) GetAddLimitOrder() string
- func (x *UpdateCommissionsEvent) GetAddLiquidity() string
- func (x *UpdateCommissionsEvent) GetBurnToken() string
- func (x *UpdateCommissionsEvent) GetBuyBancor() string
- func (x *UpdateCommissionsEvent) GetBuyPoolBase() string
- func (x *UpdateCommissionsEvent) GetBuyPoolDelta() string
- func (x *UpdateCommissionsEvent) GetCoin() uint64
- func (x *UpdateCommissionsEvent) GetCreateCoin() string
- func (x *UpdateCommissionsEvent) GetCreateMultisig() string
- func (x *UpdateCommissionsEvent) GetCreateSwapPool() string
- func (x *UpdateCommissionsEvent) GetCreateTicker3() string
- func (x *UpdateCommissionsEvent) GetCreateTicker4() string
- func (x *UpdateCommissionsEvent) GetCreateTicker5() string
- func (x *UpdateCommissionsEvent) GetCreateTicker6() string
- func (x *UpdateCommissionsEvent) GetCreateTicker7_10() string
- func (x *UpdateCommissionsEvent) GetCreateToken() string
- func (x *UpdateCommissionsEvent) GetDeclareCandidacy() string
- func (x *UpdateCommissionsEvent) GetDelegate() string
- func (x *UpdateCommissionsEvent) GetEditCandidate() string
- func (x *UpdateCommissionsEvent) GetEditCandidateCommission() string
- func (x *UpdateCommissionsEvent) GetEditCandidatePublicKey() string
- func (x *UpdateCommissionsEvent) GetEditMultisig() string
- func (x *UpdateCommissionsEvent) GetEditTickerOwner() string
- func (x *UpdateCommissionsEvent) GetFailedTx() string
- func (x *UpdateCommissionsEvent) GetLock() string
- func (x *UpdateCommissionsEvent) GetLockStake() string
- func (x *UpdateCommissionsEvent) GetMintToken() string
- func (x *UpdateCommissionsEvent) GetMoveStake() string
- func (x *UpdateCommissionsEvent) GetMultisendBase() string
- func (x *UpdateCommissionsEvent) GetMultisendDelta() string
- func (x *UpdateCommissionsEvent) GetPayloadByte() string
- func (x *UpdateCommissionsEvent) GetRecreateCoin() string
- func (x *UpdateCommissionsEvent) GetRecreateToken() string
- func (x *UpdateCommissionsEvent) GetRedeemCheck() string
- func (x *UpdateCommissionsEvent) GetRemoveLimitOrder() string
- func (x *UpdateCommissionsEvent) GetRemoveLiquidity() string
- func (x *UpdateCommissionsEvent) GetSellAllBancor() string
- func (x *UpdateCommissionsEvent) GetSellAllPoolBase() string
- func (x *UpdateCommissionsEvent) GetSellAllPoolDelta() string
- func (x *UpdateCommissionsEvent) GetSellBancor() string
- func (x *UpdateCommissionsEvent) GetSellPoolBase() string
- func (x *UpdateCommissionsEvent) GetSellPoolDelta() string
- func (x *UpdateCommissionsEvent) GetSend() string
- func (x *UpdateCommissionsEvent) GetSetCandidateOff() string
- func (x *UpdateCommissionsEvent) GetSetCandidateOn() string
- func (x *UpdateCommissionsEvent) GetSetHaltBlock() string
- func (x *UpdateCommissionsEvent) GetUnbond() string
- func (x *UpdateCommissionsEvent) GetVoteCommission() string
- func (x *UpdateCommissionsEvent) GetVoteUpdate() string
- func (*UpdateCommissionsEvent) ProtoMessage()
- func (x *UpdateCommissionsEvent) ProtoReflect() protoreflect.Message
- func (x *UpdateCommissionsEvent) Reset()
- func (x *UpdateCommissionsEvent) String() string
- type UpdateNetworkEvent
- func (*UpdateNetworkEvent) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateNetworkEvent) GetVersion() string
- func (*UpdateNetworkEvent) ProtoMessage()
- func (x *UpdateNetworkEvent) ProtoReflect() protoreflect.Message
- func (x *UpdateNetworkEvent) Reset()
- func (x *UpdateNetworkEvent) String() string
- type UpdateVotesRequest
- func (*UpdateVotesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateVotesRequest) GetHeight() uint64
- func (x *UpdateVotesRequest) GetTargetVersion() uint64
- func (*UpdateVotesRequest) ProtoMessage()
- func (x *UpdateVotesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateVotesRequest) Reset()
- func (x *UpdateVotesRequest) String() string
- type UpdateVotesResponse
- func (*UpdateVotesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateVotesResponse) GetVotes() []*UpdateVotesResponse_Vote
- func (*UpdateVotesResponse) ProtoMessage()
- func (x *UpdateVotesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateVotesResponse) Reset()
- func (x *UpdateVotesResponse) String() string
- type UpdateVotesResponse_Vote
- func (*UpdateVotesResponse_Vote) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateVotesResponse_Vote) GetPublicKeys() []string
- func (x *UpdateVotesResponse_Vote) GetVersion() string
- func (*UpdateVotesResponse_Vote) ProtoMessage()
- func (x *UpdateVotesResponse_Vote) ProtoReflect() protoreflect.Message
- func (x *UpdateVotesResponse_Vote) Reset()
- func (x *UpdateVotesResponse_Vote) String() string
- type UpdatedBlockRewardEvent
- func (*UpdatedBlockRewardEvent) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatedBlockRewardEvent) GetValue() string
- func (x *UpdatedBlockRewardEvent) GetValueLockedStakeRewards() string
- func (*UpdatedBlockRewardEvent) ProtoMessage()
- func (x *UpdatedBlockRewardEvent) ProtoReflect() protoreflect.Message
- func (x *UpdatedBlockRewardEvent) Reset()
- func (x *UpdatedBlockRewardEvent) String() string
- type ValidatorsRequest
- type ValidatorsResponse
- func (*ValidatorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorsResponse) GetValidators() []*ValidatorsResponse_Result
- func (*ValidatorsResponse) ProtoMessage()
- func (x *ValidatorsResponse) ProtoReflect() protoreflect.Message
- func (x *ValidatorsResponse) Reset()
- func (x *ValidatorsResponse) String() string
- type ValidatorsResponse_Result
- func (*ValidatorsResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorsResponse_Result) GetPublicKey() string
- func (x *ValidatorsResponse_Result) GetVotingPower() uint64
- func (*ValidatorsResponse_Result) ProtoMessage()
- func (x *ValidatorsResponse_Result) ProtoReflect() protoreflect.Message
- func (x *ValidatorsResponse_Result) Reset()
- func (x *ValidatorsResponse_Result) String() string
- type VersionNetworkRequest
- type VersionNetworkResponse
- func (*VersionNetworkResponse) Descriptor() ([]byte, []int)deprecated
- func (x *VersionNetworkResponse) GetCurrent() string
- func (x *VersionNetworkResponse) GetVersions() []*VersionNetworkResponse_Version
- func (*VersionNetworkResponse) ProtoMessage()
- func (x *VersionNetworkResponse) ProtoReflect() protoreflect.Message
- func (x *VersionNetworkResponse) Reset()
- func (x *VersionNetworkResponse) String() string
- type VersionNetworkResponse_Version
- func (*VersionNetworkResponse_Version) Descriptor() ([]byte, []int)deprecated
- func (x *VersionNetworkResponse_Version) GetHeight() uint64
- func (x *VersionNetworkResponse_Version) GetName() string
- func (*VersionNetworkResponse_Version) ProtoMessage()
- func (x *VersionNetworkResponse_Version) ProtoReflect() protoreflect.Message
- func (x *VersionNetworkResponse_Version) Reset()
- func (x *VersionNetworkResponse_Version) String() string
- type VoteCommissionData
- func (*VoteCommissionData) Descriptor() ([]byte, []int)deprecated
- func (x *VoteCommissionData) GetAddLimitOrder() string
- func (x *VoteCommissionData) GetAddLiquidity() string
- func (x *VoteCommissionData) GetBurnToken() string
- func (x *VoteCommissionData) GetBuyBancor() string
- func (x *VoteCommissionData) GetBuyPoolBase() string
- func (x *VoteCommissionData) GetBuyPoolDelta() string
- func (x *VoteCommissionData) GetCoin() *Coin
- func (x *VoteCommissionData) GetCreateCoin() string
- func (x *VoteCommissionData) GetCreateMultisig() string
- func (x *VoteCommissionData) GetCreateSwapPool() string
- func (x *VoteCommissionData) GetCreateTicker3() string
- func (x *VoteCommissionData) GetCreateTicker4() string
- func (x *VoteCommissionData) GetCreateTicker5() string
- func (x *VoteCommissionData) GetCreateTicker6() string
- func (x *VoteCommissionData) GetCreateTicker7_10() string
- func (x *VoteCommissionData) GetCreateToken() string
- func (x *VoteCommissionData) GetDeclareCandidacy() string
- func (x *VoteCommissionData) GetDelegate() string
- func (x *VoteCommissionData) GetEditCandidate() string
- func (x *VoteCommissionData) GetEditCandidateCommission() string
- func (x *VoteCommissionData) GetEditCandidatePublicKey() string
- func (x *VoteCommissionData) GetEditMultisig() string
- func (x *VoteCommissionData) GetEditTickerOwner() string
- func (x *VoteCommissionData) GetFailedTx() string
- func (x *VoteCommissionData) GetHeight() uint64
- func (x *VoteCommissionData) GetLock() string
- func (x *VoteCommissionData) GetLockStake() string
- func (x *VoteCommissionData) GetMintToken() string
- func (x *VoteCommissionData) GetMoveStake() string
- func (x *VoteCommissionData) GetMultisendBase() string
- func (x *VoteCommissionData) GetMultisendDelta() string
- func (x *VoteCommissionData) GetPayloadByte() string
- func (x *VoteCommissionData) GetPubKey() string
- func (x *VoteCommissionData) GetRecreateCoin() string
- func (x *VoteCommissionData) GetRecreateToken() string
- func (x *VoteCommissionData) GetRedeemCheck() string
- func (x *VoteCommissionData) GetRemoveLimitOrder() string
- func (x *VoteCommissionData) GetRemoveLiquidity() string
- func (x *VoteCommissionData) GetSellAllBancor() string
- func (x *VoteCommissionData) GetSellAllPoolBase() string
- func (x *VoteCommissionData) GetSellAllPoolDelta() string
- func (x *VoteCommissionData) GetSellBancor() string
- func (x *VoteCommissionData) GetSellPoolBase() string
- func (x *VoteCommissionData) GetSellPoolDelta() string
- func (x *VoteCommissionData) GetSend() string
- func (x *VoteCommissionData) GetSetCandidateOff() string
- func (x *VoteCommissionData) GetSetCandidateOn() string
- func (x *VoteCommissionData) GetSetHaltBlock() string
- func (x *VoteCommissionData) GetUnbond() string
- func (x *VoteCommissionData) GetVoteCommission() string
- func (x *VoteCommissionData) GetVoteUpdate() string
- func (*VoteCommissionData) ProtoMessage()
- func (x *VoteCommissionData) ProtoReflect() protoreflect.Message
- func (x *VoteCommissionData) Reset()
- func (x *VoteCommissionData) String() string
- type VoteUpdateData
- func (*VoteUpdateData) Descriptor() ([]byte, []int)deprecated
- func (x *VoteUpdateData) GetHeight() uint64
- func (x *VoteUpdateData) GetPubKey() string
- func (x *VoteUpdateData) GetVersion() string
- func (*VoteUpdateData) ProtoMessage()
- func (x *VoteUpdateData) ProtoReflect() protoreflect.Message
- func (x *VoteUpdateData) Reset()
- func (x *VoteUpdateData) String() string
- type WaitListRequest
- func (*WaitListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WaitListRequest) GetAddress() string
- func (x *WaitListRequest) GetHeight() uint64
- func (x *WaitListRequest) GetPublicKey() string
- func (*WaitListRequest) ProtoMessage()
- func (x *WaitListRequest) ProtoReflect() protoreflect.Message
- func (x *WaitListRequest) Reset()
- func (x *WaitListRequest) String() string
- type WaitListResponse
- func (*WaitListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WaitListResponse) GetList() []*WaitListResponse_Wait
- func (*WaitListResponse) ProtoMessage()
- func (x *WaitListResponse) ProtoReflect() protoreflect.Message
- func (x *WaitListResponse) Reset()
- func (x *WaitListResponse) String() string
- type WaitListResponse_Wait
- func (*WaitListResponse_Wait) Descriptor() ([]byte, []int)deprecated
- func (x *WaitListResponse_Wait) GetCoin() *Coin
- func (x *WaitListResponse_Wait) GetPublicKey() string
- func (x *WaitListResponse_Wait) GetValue() string
- func (*WaitListResponse_Wait) ProtoMessage()
- func (x *WaitListResponse_Wait) ProtoReflect() protoreflect.Message
- func (x *WaitListResponse_Wait) Reset()
- func (x *WaitListResponse_Wait) String() string
- type WaitListsRequest
- type WaitListsResponse
- func (*WaitListsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WaitListsResponse) GetAddresses() []*WaitListsResponse_Address
- func (*WaitListsResponse) ProtoMessage()
- func (x *WaitListsResponse) ProtoReflect() protoreflect.Message
- func (x *WaitListsResponse) Reset()
- func (x *WaitListsResponse) String() string
- type WaitListsResponse_Address
- func (*WaitListsResponse_Address) Descriptor() ([]byte, []int)deprecated
- func (x *WaitListsResponse_Address) GetAddress() string
- func (x *WaitListsResponse_Address) GetList() []*WaitListsResponse_Address_Wait
- func (*WaitListsResponse_Address) ProtoMessage()
- func (x *WaitListsResponse_Address) ProtoReflect() protoreflect.Message
- func (x *WaitListsResponse_Address) Reset()
- func (x *WaitListsResponse_Address) String() string
- type WaitListsResponse_Address_Wait
- func (*WaitListsResponse_Address_Wait) Descriptor() ([]byte, []int)deprecated
- func (x *WaitListsResponse_Address_Wait) GetCoin() *Coin
- func (x *WaitListsResponse_Address_Wait) GetPublicKey() string
- func (x *WaitListsResponse_Address_Wait) GetValue() string
- func (*WaitListsResponse_Address_Wait) ProtoMessage()
- func (x *WaitListsResponse_Address_Wait) ProtoReflect() protoreflect.Message
- func (x *WaitListsResponse_Address_Wait) Reset()
- func (x *WaitListsResponse_Address_Wait) String() string
Constants ¶
This section is empty.
Variables ¶
var ( RewardEvent_Role_name = map[int32]string{ 0: "Validator", 1: "Delegator", 2: "DAO", 3: "Developers", } RewardEvent_Role_value = map[string]int32{ "Validator": 0, "Delegator": 1, "DAO": 2, "Developers": 3, } )
Enum value maps for RewardEvent_Role.
var ( BlockField_name = map[int32]string{ 0: "transactions", 1: "missed", 2: "block_reward", 3: "size", 4: "proposer", 5: "validators", 6: "evidence", } BlockField_value = map[string]int32{ "transactions": 0, "missed": 1, "block_reward": 2, "size": 3, "proposer": 4, "validators": 5, "evidence": 6, } )
Enum value maps for BlockField.
var ( SwapFrom_name = map[int32]string{ 0: "optimal", 1: "bancor", 2: "pool", } SwapFrom_value = map[string]int32{ "optimal": 0, "bancor": 1, "pool": 2, } )
Enum value maps for SwapFrom.
var ( BestTradeRequest_Type_name = map[int32]string{ 0: "input", 1: "output", } BestTradeRequest_Type_value = map[string]int32{ "input": 0, "output": 1, } )
Enum value maps for BestTradeRequest_Type.
var ( CandidatesRequest_CandidateStatus_name = map[int32]string{ 0: "all", 1: "off", 2: "on", 3: "validator", 4: "deleted", } CandidatesRequest_CandidateStatus_value = map[string]int32{ "all": 0, "off": 1, "on": 2, "validator": 3, "deleted": 4, } )
Enum value maps for CandidatesRequest_CandidateStatus.
var ( TransactionResponse_Type_name = map[int32]string{ 0: "_", 1: "Send", 2: "SellCoin", 3: "SellAllCoin", 4: "BuyCoin", 5: "CreateCoin", 6: "DeclareCandidacy", 7: "Delegate", 8: "Unbond", 9: "RedeemCheck", 10: "SetCandidateOnline", 11: "SetCandidateOffline", 12: "CreateMultisig", 13: "Multisend", 14: "EditCandidate", 15: "SetHaltBlock", 16: "RecreateCoin", 17: "EditCoinOwner", 18: "EditMultisig", 19: "PriceVote", 20: "EditCandidatePublicKey", 21: "AddLiquidity", 22: "RemoveLiquidity", 23: "SellSwapPool", 24: "BuySwapPool", 25: "SellAllSwapPool", 26: "EditCommissionCandidate", 27: "MoveStake", 28: "MintToken", 29: "BurnToken", 30: "CreateToken", 31: "RecreateToken", 32: "VoteCommission", 33: "VoteUpdate", 34: "CreateSwapPool", 35: "AddLimitOrder", 36: "RemoveLimitOrder", 37: "TypeLockStake", 38: "TypeLock", } TransactionResponse_Type_value = map[string]int32{ "_": 0, "Send": 1, "SellCoin": 2, "SellAllCoin": 3, "BuyCoin": 4, "CreateCoin": 5, "DeclareCandidacy": 6, "Delegate": 7, "Unbond": 8, "RedeemCheck": 9, "SetCandidateOnline": 10, "SetCandidateOffline": 11, "CreateMultisig": 12, "Multisend": 13, "EditCandidate": 14, "SetHaltBlock": 15, "RecreateCoin": 16, "EditCoinOwner": 17, "EditMultisig": 18, "PriceVote": 19, "EditCandidatePublicKey": 20, "AddLiquidity": 21, "RemoveLiquidity": 22, "SellSwapPool": 23, "BuySwapPool": 24, "SellAllSwapPool": 25, "EditCommissionCandidate": 26, "MoveStake": 27, "MintToken": 28, "BurnToken": 29, "CreateToken": 30, "RecreateToken": 31, "VoteCommission": 32, "VoteUpdate": 33, "CreateSwapPool": 34, "AddLimitOrder": 35, "RemoveLimitOrder": 36, "TypeLockStake": 37, "TypeLock": 38, } )
Enum value maps for TransactionResponse_Type.
var ApiService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api_pb.ApiService", HandlerType: (*ApiServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Halts", Handler: _ApiService_Halts_Handler, }, { MethodName: "Genesis", Handler: _ApiService_Genesis_Handler, }, { MethodName: "MinGasPrice", Handler: _ApiService_MinGasPrice_Handler, }, { MethodName: "NetInfo", Handler: _ApiService_NetInfo_Handler, }, { MethodName: "Status", Handler: _ApiService_Status_Handler, }, { MethodName: "Address", Handler: _ApiService_Address_Handler, }, { MethodName: "Addresses", Handler: _ApiService_Addresses_Handler, }, { MethodName: "Block", Handler: _ApiService_Block_Handler, }, { MethodName: "Candidate", Handler: _ApiService_Candidate_Handler, }, { MethodName: "Candidates", Handler: _ApiService_Candidates_Handler, }, { MethodName: "CoinInfoById", Handler: _ApiService_CoinInfoById_Handler, }, { MethodName: "CoinInfo", Handler: _ApiService_CoinInfo_Handler, }, { MethodName: "EstimateCoinBuy", Handler: _ApiService_EstimateCoinBuy_Handler, }, { MethodName: "EstimateCoinSell", Handler: _ApiService_EstimateCoinSell_Handler, }, { MethodName: "EstimateCoinSellAll", Handler: _ApiService_EstimateCoinSellAll_Handler, }, { MethodName: "EstimateTxCommission", Handler: _ApiService_EstimateTxCommission_Handler, }, { MethodName: "Events", Handler: _ApiService_Events_Handler, }, { MethodName: "MaxGasPrice", Handler: _ApiService_MaxGasPrice_Handler, }, { MethodName: "MissedBlocks", Handler: _ApiService_MissedBlocks_Handler, }, { MethodName: "SendTransaction", Handler: _ApiService_SendTransaction_Handler, }, { MethodName: "Transaction", Handler: _ApiService_Transaction_Handler, }, { MethodName: "Transactions", Handler: _ApiService_Transactions_Handler, }, { MethodName: "UnconfirmedTxs", Handler: _ApiService_UnconfirmedTxs_Handler, }, { MethodName: "Validators", Handler: _ApiService_Validators_Handler, }, { MethodName: "Frozen", Handler: _ApiService_Frozen_Handler, }, { MethodName: "FrozenAll", Handler: _ApiService_FrozenAll_Handler, }, { MethodName: "WaitList", Handler: _ApiService_WaitList_Handler, }, { MethodName: "WaitLists", Handler: _ApiService_WaitLists_Handler, }, { MethodName: "TestBlock", Handler: _ApiService_TestBlock_Handler, }, { MethodName: "SwapPool", Handler: _ApiService_SwapPool_Handler, }, { MethodName: "SwapPools", Handler: _ApiService_SwapPools_Handler, }, { MethodName: "SwapPoolProvider", Handler: _ApiService_SwapPoolProvider_Handler, }, { MethodName: "PriceCommission", Handler: _ApiService_PriceCommission_Handler, }, { MethodName: "VersionNetwork", Handler: _ApiService_VersionNetwork_Handler, }, { MethodName: "CommissionVotes", Handler: _ApiService_CommissionVotes_Handler, }, { MethodName: "UpdateVotes", Handler: _ApiService_UpdateVotes_Handler, }, { MethodName: "Blocks", Handler: _ApiService_Blocks_Handler, }, { MethodName: "LimitOrder", Handler: _ApiService_LimitOrder_Handler, }, { MethodName: "LimitOrdersOfPool", Handler: _ApiService_LimitOrdersOfPool_Handler, }, { MethodName: "LimitOrders", Handler: _ApiService_LimitOrders_Handler, }, { MethodName: "BestTrade", Handler: _ApiService_BestTrade_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "Subscribe", Handler: _ApiService_Subscribe_Handler, ServerStreams: true, }, }, Metadata: "api.proto", }
ApiService_ServiceDesc is the grpc.ServiceDesc for ApiService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_api_proto protoreflect.FileDescriptor
var File_data_proto protoreflect.FileDescriptor
var File_events_proto protoreflect.FileDescriptor
var File_resources_proto protoreflect.FileDescriptor
var File_swagger_proto protoreflect.FileDescriptor
Functions ¶
func RegisterApiServiceHandler ¶
func RegisterApiServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterApiServiceHandler registers the http handlers for service ApiService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterApiServiceHandlerClient ¶
func RegisterApiServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApiServiceClient) error
RegisterApiServiceHandlerClient registers the http handlers for service ApiService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ApiServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ApiServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ApiServiceClient" to call the correct interceptors.
func RegisterApiServiceHandlerFromEndpoint ¶
func RegisterApiServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterApiServiceHandlerFromEndpoint is same as RegisterApiServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterApiServiceHandlerServer ¶
func RegisterApiServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApiServiceServer) error
RegisterApiServiceHandlerServer registers the http handlers for service ApiService to "mux". UnaryRPC :call ApiServiceServer 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 RegisterApiServiceHandlerFromEndpoint instead.
func RegisterApiServiceServer ¶
func RegisterApiServiceServer(s grpc.ServiceRegistrar, srv ApiServiceServer)
Types ¶
type AddLimitOrderData ¶ added in v1.5.0
type AddLimitOrderData struct { CoinToSell *Coin `protobuf:"bytes,1,opt,name=coin_to_sell,json=coinToSell,proto3" json:"coin_to_sell,omitempty"` ValueToSell string `protobuf:"bytes,2,opt,name=value_to_sell,json=valueToSell,proto3" json:"value_to_sell,omitempty"` CoinToBuy *Coin `protobuf:"bytes,3,opt,name=coin_to_buy,json=coinToBuy,proto3" json:"coin_to_buy,omitempty"` ValueToBuy string `protobuf:"bytes,4,opt,name=value_to_buy,json=valueToBuy,proto3" json:"value_to_buy,omitempty"` // contains filtered or unexported fields }
func (*AddLimitOrderData) Descriptor
deprecated
added in
v1.5.0
func (*AddLimitOrderData) Descriptor() ([]byte, []int)
Deprecated: Use AddLimitOrderData.ProtoReflect.Descriptor instead.
func (*AddLimitOrderData) GetCoinToBuy ¶ added in v1.5.0
func (x *AddLimitOrderData) GetCoinToBuy() *Coin
func (*AddLimitOrderData) GetCoinToSell ¶ added in v1.5.0
func (x *AddLimitOrderData) GetCoinToSell() *Coin
func (*AddLimitOrderData) GetValueToBuy ¶ added in v1.5.0
func (x *AddLimitOrderData) GetValueToBuy() string
func (*AddLimitOrderData) GetValueToSell ¶ added in v1.5.0
func (x *AddLimitOrderData) GetValueToSell() string
func (*AddLimitOrderData) ProtoMessage ¶ added in v1.5.0
func (*AddLimitOrderData) ProtoMessage()
func (*AddLimitOrderData) ProtoReflect ¶ added in v1.5.0
func (x *AddLimitOrderData) ProtoReflect() protoreflect.Message
func (*AddLimitOrderData) Reset ¶ added in v1.5.0
func (x *AddLimitOrderData) Reset()
func (*AddLimitOrderData) String ¶ added in v1.5.0
func (x *AddLimitOrderData) String() string
type AddLiquidityData ¶ added in v1.3.0
type AddLiquidityData struct { Coin0 *Coin `protobuf:"bytes,1,opt,name=coin0,proto3" json:"coin0,omitempty"` Coin1 *Coin `protobuf:"bytes,2,opt,name=coin1,proto3" json:"coin1,omitempty"` Volume0 string `protobuf:"bytes,3,opt,name=volume0,proto3" json:"volume0,omitempty"` MaximumVolume1 string `protobuf:"bytes,4,opt,name=maximum_volume1,json=maximumVolume1,proto3" json:"maximum_volume1,omitempty"` // contains filtered or unexported fields }
func (*AddLiquidityData) Descriptor
deprecated
added in
v1.3.0
func (*AddLiquidityData) Descriptor() ([]byte, []int)
Deprecated: Use AddLiquidityData.ProtoReflect.Descriptor instead.
func (*AddLiquidityData) GetCoin0 ¶ added in v1.3.0
func (x *AddLiquidityData) GetCoin0() *Coin
func (*AddLiquidityData) GetCoin1 ¶ added in v1.3.0
func (x *AddLiquidityData) GetCoin1() *Coin
func (*AddLiquidityData) GetMaximumVolume1 ¶ added in v1.3.0
func (x *AddLiquidityData) GetMaximumVolume1() string
func (*AddLiquidityData) GetVolume0 ¶ added in v1.3.0
func (x *AddLiquidityData) GetVolume0() string
func (*AddLiquidityData) ProtoMessage ¶ added in v1.3.0
func (*AddLiquidityData) ProtoMessage()
func (*AddLiquidityData) ProtoReflect ¶ added in v1.3.0
func (x *AddLiquidityData) ProtoReflect() protoreflect.Message
func (*AddLiquidityData) Reset ¶ added in v1.3.0
func (x *AddLiquidityData) Reset()
func (*AddLiquidityData) String ¶ added in v1.3.0
func (x *AddLiquidityData) String() string
type AddressBalance ¶ added in v1.2.0
type AddressBalance struct { Coin *Coin `protobuf:"bytes,1,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` BipValue string `protobuf:"bytes,3,opt,name=bip_value,json=bipValue,proto3" json:"bip_value,omitempty"` // contains filtered or unexported fields }
func (*AddressBalance) Descriptor
deprecated
added in
v1.2.0
func (*AddressBalance) Descriptor() ([]byte, []int)
Deprecated: Use AddressBalance.ProtoReflect.Descriptor instead.
func (*AddressBalance) GetBipValue ¶ added in v1.2.0
func (x *AddressBalance) GetBipValue() string
func (*AddressBalance) GetCoin ¶ added in v1.2.0
func (x *AddressBalance) GetCoin() *Coin
func (*AddressBalance) GetValue ¶ added in v1.2.0
func (x *AddressBalance) GetValue() string
func (*AddressBalance) ProtoMessage ¶ added in v1.2.0
func (*AddressBalance) ProtoMessage()
func (*AddressBalance) ProtoReflect ¶ added in v1.2.0
func (x *AddressBalance) ProtoReflect() protoreflect.Message
func (*AddressBalance) Reset ¶ added in v1.2.0
func (x *AddressBalance) Reset()
func (*AddressBalance) String ¶ added in v1.2.0
func (x *AddressBalance) String() string
type AddressDelegatedBalance ¶ added in v1.2.0
type AddressDelegatedBalance struct { Coin *Coin `protobuf:"bytes,1,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` BipValue string `protobuf:"bytes,3,opt,name=bip_value,json=bipValue,proto3" json:"bip_value,omitempty"` DelegateBipValue string `protobuf:"bytes,4,opt,name=delegate_bip_value,json=delegateBipValue,proto3" json:"delegate_bip_value,omitempty"` // contains filtered or unexported fields }
func (*AddressDelegatedBalance) Descriptor
deprecated
added in
v1.2.0
func (*AddressDelegatedBalance) Descriptor() ([]byte, []int)
Deprecated: Use AddressDelegatedBalance.ProtoReflect.Descriptor instead.
func (*AddressDelegatedBalance) GetBipValue ¶ added in v1.2.0
func (x *AddressDelegatedBalance) GetBipValue() string
func (*AddressDelegatedBalance) GetCoin ¶ added in v1.2.0
func (x *AddressDelegatedBalance) GetCoin() *Coin
func (*AddressDelegatedBalance) GetDelegateBipValue ¶ added in v1.2.0
func (x *AddressDelegatedBalance) GetDelegateBipValue() string
func (*AddressDelegatedBalance) GetValue ¶ added in v1.2.0
func (x *AddressDelegatedBalance) GetValue() string
func (*AddressDelegatedBalance) ProtoMessage ¶ added in v1.2.0
func (*AddressDelegatedBalance) ProtoMessage()
func (*AddressDelegatedBalance) ProtoReflect ¶ added in v1.2.0
func (x *AddressDelegatedBalance) ProtoReflect() protoreflect.Message
func (*AddressDelegatedBalance) Reset ¶ added in v1.2.0
func (x *AddressDelegatedBalance) Reset()
func (*AddressDelegatedBalance) String ¶ added in v1.2.0
func (x *AddressDelegatedBalance) String() string
type AddressRequest ¶
type AddressRequest struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` Delegated bool `protobuf:"varint,4,opt,name=delegated,proto3" json:"delegated,omitempty"` // contains filtered or unexported fields }
func (*AddressRequest) Descriptor
deprecated
func (*AddressRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddressRequest.ProtoReflect.Descriptor instead.
func (*AddressRequest) GetAddress ¶
func (x *AddressRequest) GetAddress() string
func (*AddressRequest) GetDelegated ¶ added in v1.2.0
func (x *AddressRequest) GetDelegated() bool
func (*AddressRequest) GetHeight ¶
func (x *AddressRequest) GetHeight() uint64
func (*AddressRequest) ProtoMessage ¶
func (*AddressRequest) ProtoMessage()
func (*AddressRequest) ProtoReflect ¶ added in v1.2.0
func (x *AddressRequest) ProtoReflect() protoreflect.Message
func (*AddressRequest) Reset ¶
func (x *AddressRequest) Reset()
func (*AddressRequest) String ¶
func (x *AddressRequest) String() string
type AddressResponse ¶
type AddressResponse struct { Balance []*AddressBalance `protobuf:"bytes,1,rep,name=balance,proto3" json:"balance,omitempty"` Delegated []*AddressDelegatedBalance `protobuf:"bytes,3,rep,name=delegated,proto3" json:"delegated,omitempty"` Total []*AddressBalance `protobuf:"bytes,4,rep,name=total,proto3" json:"total,omitempty"` TransactionCount uint64 `protobuf:"varint,2,opt,name=transaction_count,json=transactionCount,proto3" json:"transaction_count,omitempty"` BipValue string `protobuf:"bytes,5,opt,name=bip_value,json=bipValue,proto3" json:"bip_value,omitempty"` LockedStakeUntilBlock uint64 `` /* 129-byte string literal not displayed */ Multisig *Multisig `protobuf:"bytes,6,opt,name=multisig,proto3" json:"multisig,omitempty"` // contains filtered or unexported fields }
func (*AddressResponse) Descriptor
deprecated
func (*AddressResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddressResponse.ProtoReflect.Descriptor instead.
func (*AddressResponse) GetBalance ¶
func (x *AddressResponse) GetBalance() []*AddressBalance
func (*AddressResponse) GetBipValue ¶ added in v1.2.0
func (x *AddressResponse) GetBipValue() string
func (*AddressResponse) GetDelegated ¶ added in v1.2.0
func (x *AddressResponse) GetDelegated() []*AddressDelegatedBalance
func (*AddressResponse) GetLockedStakeUntilBlock ¶ added in v1.6.1
func (x *AddressResponse) GetLockedStakeUntilBlock() uint64
func (*AddressResponse) GetMultisig ¶ added in v1.4.2
func (x *AddressResponse) GetMultisig() *Multisig
func (*AddressResponse) GetTotal ¶ added in v1.2.0
func (x *AddressResponse) GetTotal() []*AddressBalance
func (*AddressResponse) GetTransactionCount ¶ added in v1.2.0
func (x *AddressResponse) GetTransactionCount() uint64
func (*AddressResponse) ProtoMessage ¶
func (*AddressResponse) ProtoMessage()
func (*AddressResponse) ProtoReflect ¶ added in v1.2.0
func (x *AddressResponse) ProtoReflect() protoreflect.Message
func (*AddressResponse) Reset ¶
func (x *AddressResponse) Reset()
func (*AddressResponse) String ¶
func (x *AddressResponse) String() string
type AddressesRequest ¶
type AddressesRequest struct { Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` Delegated bool `protobuf:"varint,4,opt,name=delegated,proto3" json:"delegated,omitempty"` // contains filtered or unexported fields }
func (*AddressesRequest) Descriptor
deprecated
func (*AddressesRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddressesRequest.ProtoReflect.Descriptor instead.
func (*AddressesRequest) GetAddresses ¶
func (x *AddressesRequest) GetAddresses() []string
func (*AddressesRequest) GetDelegated ¶ added in v1.2.0
func (x *AddressesRequest) GetDelegated() bool
func (*AddressesRequest) GetHeight ¶
func (x *AddressesRequest) GetHeight() uint64
func (*AddressesRequest) ProtoMessage ¶
func (*AddressesRequest) ProtoMessage()
func (*AddressesRequest) ProtoReflect ¶ added in v1.2.0
func (x *AddressesRequest) ProtoReflect() protoreflect.Message
func (*AddressesRequest) Reset ¶
func (x *AddressesRequest) Reset()
func (*AddressesRequest) String ¶
func (x *AddressesRequest) String() string
type AddressesResponse ¶
type AddressesResponse struct { Addresses map[string]*AddressesResponse_Result `` /* 159-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AddressesResponse) Descriptor
deprecated
func (*AddressesResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddressesResponse.ProtoReflect.Descriptor instead.
func (*AddressesResponse) GetAddresses ¶
func (x *AddressesResponse) GetAddresses() map[string]*AddressesResponse_Result
func (*AddressesResponse) ProtoMessage ¶
func (*AddressesResponse) ProtoMessage()
func (*AddressesResponse) ProtoReflect ¶ added in v1.2.0
func (x *AddressesResponse) ProtoReflect() protoreflect.Message
func (*AddressesResponse) Reset ¶
func (x *AddressesResponse) Reset()
func (*AddressesResponse) String ¶
func (x *AddressesResponse) String() string
type AddressesResponse_Result ¶
type AddressesResponse_Result struct { Balance []*AddressBalance `protobuf:"bytes,2,rep,name=balance,proto3" json:"balance,omitempty"` // Filled in when request delegated Delegated []*AddressDelegatedBalance `protobuf:"bytes,6,rep,name=delegated,proto3" json:"delegated,omitempty"` // Sum of balance and delegated by coins. Filled in when request delegated Total []*AddressBalance `protobuf:"bytes,4,rep,name=total,proto3" json:"total,omitempty"` TransactionCount uint64 `protobuf:"varint,3,opt,name=transaction_count,json=transactionCount,proto3" json:"transaction_count,omitempty"` BipValue string `protobuf:"bytes,5,opt,name=bip_value,json=bipValue,proto3" json:"bip_value,omitempty"` LockedStakeUntilBlock uint64 `` /* 129-byte string literal not displayed */ Multisig *Multisig `protobuf:"bytes,8,opt,name=multisig,proto3" json:"multisig,omitempty"` // contains filtered or unexported fields }
func (*AddressesResponse_Result) Descriptor
deprecated
func (*AddressesResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use AddressesResponse_Result.ProtoReflect.Descriptor instead.
func (*AddressesResponse_Result) GetBalance ¶
func (x *AddressesResponse_Result) GetBalance() []*AddressBalance
func (*AddressesResponse_Result) GetBipValue ¶ added in v1.2.0
func (x *AddressesResponse_Result) GetBipValue() string
func (*AddressesResponse_Result) GetDelegated ¶ added in v1.2.0
func (x *AddressesResponse_Result) GetDelegated() []*AddressDelegatedBalance
func (*AddressesResponse_Result) GetLockedStakeUntilBlock ¶ added in v1.6.1
func (x *AddressesResponse_Result) GetLockedStakeUntilBlock() uint64
func (*AddressesResponse_Result) GetMultisig ¶ added in v1.4.2
func (x *AddressesResponse_Result) GetMultisig() *Multisig
func (*AddressesResponse_Result) GetTotal ¶ added in v1.2.0
func (x *AddressesResponse_Result) GetTotal() []*AddressBalance
func (*AddressesResponse_Result) GetTransactionCount ¶ added in v1.2.0
func (x *AddressesResponse_Result) GetTransactionCount() uint64
func (*AddressesResponse_Result) ProtoMessage ¶
func (*AddressesResponse_Result) ProtoMessage()
func (*AddressesResponse_Result) ProtoReflect ¶ added in v1.2.0
func (x *AddressesResponse_Result) ProtoReflect() protoreflect.Message
func (*AddressesResponse_Result) Reset ¶
func (x *AddressesResponse_Result) Reset()
func (*AddressesResponse_Result) String ¶
func (x *AddressesResponse_Result) String() string
type ApiServiceClient ¶
type ApiServiceClient interface { // Subscribe // // Subscribe returns a subscription for events by query. Only supported in WS and gRPC methods. Subscribe(ctx context.Context, in *SubscribeRequest, opts ...grpc.CallOption) (ApiService_SubscribeClient, error) // Halts // // Halts returns the candidate votes for stopping the network at block. Halts(ctx context.Context, in *HaltsRequest, opts ...grpc.CallOption) (*HaltsResponse, error) // Genesis // // Genesis returns genesis file. Genesis(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GenesisResponse, error) // MinGasPrice // // MinGasPrice returns current min gas price. MinGasPrice(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*MinGasPriceResponse, error) // NetInfo // // NetInfo returns network info NetInfo(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*NetInfoResponse, error) // Status // // Status returns node status including pubkey, latest block. Status(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*StatusResponse, error) // Address // // Address returns coins list, balance and transaction count of an address. Address(ctx context.Context, in *AddressRequest, opts ...grpc.CallOption) (*AddressResponse, error) // Addresses // // Addresses returns list of addresses. Addresses(ctx context.Context, in *AddressesRequest, opts ...grpc.CallOption) (*AddressesResponse, error) // Block // // Block returns block data at given height. Block(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*BlockResponse, error) // Candidate // // Candidate returns candidate’s info by provided public key. // // {{import "fields.md"}} Candidate(ctx context.Context, in *CandidateRequest, opts ...grpc.CallOption) (*CandidateResponse, error) // Candidates // // Candidates returns list of candidates. Candidates(ctx context.Context, in *CandidatesRequest, opts ...grpc.CallOption) (*CandidatesResponse, error) // CoinInfoById // // CoinInfoById returns information about coin ID. CoinInfoById(ctx context.Context, in *CoinIdRequest, opts ...grpc.CallOption) (*CoinInfoResponse, error) // CoinInfo // // CoinInfo returns information about coin symbol. CoinInfo(ctx context.Context, in *CoinInfoRequest, opts ...grpc.CallOption) (*CoinInfoResponse, error) // EstimateCoinBuy // // EstimateCoinBuy returns estimate of buy coin transaction. EstimateCoinBuy(ctx context.Context, in *EstimateCoinBuyRequest, opts ...grpc.CallOption) (*EstimateCoinBuyResponse, error) // EstimateCoinSell // // EstimateCoinSell returns estimate of sell coin transaction. EstimateCoinSell(ctx context.Context, in *EstimateCoinSellRequest, opts ...grpc.CallOption) (*EstimateCoinSellResponse, error) // EstimateCoinSellAll // // EstimateCoinSellAll returns estimate of sell all coin transaction. EstimateCoinSellAll(ctx context.Context, in *EstimateCoinSellAllRequest, opts ...grpc.CallOption) (*EstimateCoinSellAllResponse, error) // EstimateTxCommission // // EstimateTxCommission returns estimate of transaction. EstimateTxCommission(ctx context.Context, in *EstimateTxCommissionRequest, opts ...grpc.CallOption) (*EstimateTxCommissionResponse, error) // Events // // Events returns events at given height. Events(ctx context.Context, in *EventsRequest, opts ...grpc.CallOption) (*EventsResponse, error) // MaxGasPrice // // MaxGasPrice returns current max gas. MaxGasPrice(ctx context.Context, in *MaxGasPriceRequest, opts ...grpc.CallOption) (*MaxGasPriceResponse, error) // MissedBlocks // // MissedBlocks returns missed blocks by validator public key. MissedBlocks(ctx context.Context, in *MissedBlocksRequest, opts ...grpc.CallOption) (*MissedBlocksResponse, error) // SendTransaction // // SendTransaction returns the result of sending signed tx. To ensure that transaction was successfully committed to the blockchain, you need to find the transaction by the hash and ensure that the status code equals to 0. // SendTransaction(ctx context.Context, in *SendTransactionRequest, opts ...grpc.CallOption) (*SendTransactionResponse, error) // Transaction // // Transaction returns transaction info. Transaction(ctx context.Context, in *TransactionRequest, opts ...grpc.CallOption) (*TransactionResponse, error) // Transactions // // Transactions returns transactions by query. Transactions(ctx context.Context, in *TransactionsRequest, opts ...grpc.CallOption) (*TransactionsResponse, error) // UnconfirmedTxs // // UnconfirmedTxs returns unconfirmed transactions. UnconfirmedTxs(ctx context.Context, in *UnconfirmedTxsRequest, opts ...grpc.CallOption) (*UnconfirmedTxsResponse, error) // Validators // // Validators returns list of active validators. Validators(ctx context.Context, in *ValidatorsRequest, opts ...grpc.CallOption) (*ValidatorsResponse, error) // Frozen // // Frozen returns frozen balance. // Deprecated: Use FrozenAll instead. Frozen(ctx context.Context, in *FrozenRequest, opts ...grpc.CallOption) (*FrozenResponse, error) // FrozenAll // // FrozenAll returns frozen balance. FrozenAll(ctx context.Context, in *FrozenAllRequest, opts ...grpc.CallOption) (*FrozenResponse, error) // WaitList // // WaitList returns the list of address stakes in waitlist. WaitList(ctx context.Context, in *WaitListRequest, opts ...grpc.CallOption) (*WaitListResponse, error) // WaitLists // // WaitLists returns the list addresses and stakes in waitlist. WaitLists(ctx context.Context, in *WaitListsRequest, opts ...grpc.CallOption) (*WaitListsResponse, error) // TestBlock // // TestBlock returns the list of example transactions in block. Available only testnet mode. TestBlock(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*BlockResponse, error) // SwapPool // // SwapPool returns total supply and reserves. SwapPool(ctx context.Context, in *SwapPoolRequest, opts ...grpc.CallOption) (*SwapPoolResponse, error) // SwapPools // // SwapPools returns list of all pools. SwapPools(ctx context.Context, in *SwapPoolsRequest, opts ...grpc.CallOption) (*SwapPoolsResponse, error) // SwapPoolProvider // // SwapPoolProvider returns reserves and liquidity balance of provider. SwapPoolProvider(ctx context.Context, in *SwapPoolProviderRequest, opts ...grpc.CallOption) (*SwapPoolResponse, error) // PriceCommission // // PriceCommission returns commissions. PriceCommission(ctx context.Context, in *PriceCommissionRequest, opts ...grpc.CallOption) (*PriceCommissionResponse, error) // VersionNetwork // // VersionNetwork returns versions network. VersionNetwork(ctx context.Context, in *VersionNetworkRequest, opts ...grpc.CallOption) (*VersionNetworkResponse, error) // CommissionVotes // // CommissionVotes returns votes for update commissions. CommissionVotes(ctx context.Context, in *CommissionVotesRequest, opts ...grpc.CallOption) (*CommissionVotesResponse, error) // UpdateVotes // // UpdateVotes returns votes for update network. UpdateVotes(ctx context.Context, in *UpdateVotesRequest, opts ...grpc.CallOption) (*UpdateVotesResponse, error) // Blocks // // Blocks returns blocks at given interval. Blocks(ctx context.Context, in *BlocksRequest, opts ...grpc.CallOption) (*BlocksResponse, error) // LimitOrder // // LimitOrder returns order by ID. LimitOrder(ctx context.Context, in *LimitOrderRequest, opts ...grpc.CallOption) (*LimitOrderResponse, error) // LimitOrdersOfPool // // LimitOrdersOfPool returns sell orders for a pair of coins. LimitOrdersOfPool(ctx context.Context, in *LimitOrdersOfPoolRequest, opts ...grpc.CallOption) (*LimitOrdersOfPoolResponse, error) // LimitOrders // // LimitOrders returns orders by IDs. LimitOrders(ctx context.Context, in *LimitOrdersRequest, opts ...grpc.CallOption) (*LimitOrdersResponse, error) // BestTrade // // BestTrade returns optimal exchange route. BestTrade(ctx context.Context, in *BestTradeRequest, opts ...grpc.CallOption) (*BestTradeResponse, error) }
ApiServiceClient is the client API for ApiService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewApiServiceClient ¶
func NewApiServiceClient(cc grpc.ClientConnInterface) ApiServiceClient
type ApiServiceServer ¶
type ApiServiceServer interface { // Subscribe // // Subscribe returns a subscription for events by query. Only supported in WS and gRPC methods. Subscribe(*SubscribeRequest, ApiService_SubscribeServer) error // Halts // // Halts returns the candidate votes for stopping the network at block. Halts(context.Context, *HaltsRequest) (*HaltsResponse, error) // Genesis // // Genesis returns genesis file. Genesis(context.Context, *emptypb.Empty) (*GenesisResponse, error) // MinGasPrice // // MinGasPrice returns current min gas price. MinGasPrice(context.Context, *emptypb.Empty) (*MinGasPriceResponse, error) // NetInfo // // NetInfo returns network info NetInfo(context.Context, *emptypb.Empty) (*NetInfoResponse, error) // Status // // Status returns node status including pubkey, latest block. Status(context.Context, *emptypb.Empty) (*StatusResponse, error) // Address // // Address returns coins list, balance and transaction count of an address. Address(context.Context, *AddressRequest) (*AddressResponse, error) // Addresses // // Addresses returns list of addresses. Addresses(context.Context, *AddressesRequest) (*AddressesResponse, error) // Block // // Block returns block data at given height. Block(context.Context, *BlockRequest) (*BlockResponse, error) // Candidate // // Candidate returns candidate’s info by provided public key. // // {{import "fields.md"}} Candidate(context.Context, *CandidateRequest) (*CandidateResponse, error) // Candidates // // Candidates returns list of candidates. Candidates(context.Context, *CandidatesRequest) (*CandidatesResponse, error) // CoinInfoById // // CoinInfoById returns information about coin ID. CoinInfoById(context.Context, *CoinIdRequest) (*CoinInfoResponse, error) // CoinInfo // // CoinInfo returns information about coin symbol. CoinInfo(context.Context, *CoinInfoRequest) (*CoinInfoResponse, error) // EstimateCoinBuy // // EstimateCoinBuy returns estimate of buy coin transaction. EstimateCoinBuy(context.Context, *EstimateCoinBuyRequest) (*EstimateCoinBuyResponse, error) // EstimateCoinSell // // EstimateCoinSell returns estimate of sell coin transaction. EstimateCoinSell(context.Context, *EstimateCoinSellRequest) (*EstimateCoinSellResponse, error) // EstimateCoinSellAll // // EstimateCoinSellAll returns estimate of sell all coin transaction. EstimateCoinSellAll(context.Context, *EstimateCoinSellAllRequest) (*EstimateCoinSellAllResponse, error) // EstimateTxCommission // // EstimateTxCommission returns estimate of transaction. EstimateTxCommission(context.Context, *EstimateTxCommissionRequest) (*EstimateTxCommissionResponse, error) // Events // // Events returns events at given height. Events(context.Context, *EventsRequest) (*EventsResponse, error) // MaxGasPrice // // MaxGasPrice returns current max gas. MaxGasPrice(context.Context, *MaxGasPriceRequest) (*MaxGasPriceResponse, error) // MissedBlocks // // MissedBlocks returns missed blocks by validator public key. MissedBlocks(context.Context, *MissedBlocksRequest) (*MissedBlocksResponse, error) // SendTransaction // // SendTransaction returns the result of sending signed tx. To ensure that transaction was successfully committed to the blockchain, you need to find the transaction by the hash and ensure that the status code equals to 0. // SendTransaction(context.Context, *SendTransactionRequest) (*SendTransactionResponse, error) // Transaction // // Transaction returns transaction info. Transaction(context.Context, *TransactionRequest) (*TransactionResponse, error) // Transactions // // Transactions returns transactions by query. Transactions(context.Context, *TransactionsRequest) (*TransactionsResponse, error) // UnconfirmedTxs // // UnconfirmedTxs returns unconfirmed transactions. UnconfirmedTxs(context.Context, *UnconfirmedTxsRequest) (*UnconfirmedTxsResponse, error) // Validators // // Validators returns list of active validators. Validators(context.Context, *ValidatorsRequest) (*ValidatorsResponse, error) // Frozen // // Frozen returns frozen balance. // Deprecated: Use FrozenAll instead. Frozen(context.Context, *FrozenRequest) (*FrozenResponse, error) // FrozenAll // // FrozenAll returns frozen balance. FrozenAll(context.Context, *FrozenAllRequest) (*FrozenResponse, error) // WaitList // // WaitList returns the list of address stakes in waitlist. WaitList(context.Context, *WaitListRequest) (*WaitListResponse, error) // WaitLists // // WaitLists returns the list addresses and stakes in waitlist. WaitLists(context.Context, *WaitListsRequest) (*WaitListsResponse, error) // TestBlock // // TestBlock returns the list of example transactions in block. Available only testnet mode. TestBlock(context.Context, *emptypb.Empty) (*BlockResponse, error) // SwapPool // // SwapPool returns total supply and reserves. SwapPool(context.Context, *SwapPoolRequest) (*SwapPoolResponse, error) // SwapPools // // SwapPools returns list of all pools. SwapPools(context.Context, *SwapPoolsRequest) (*SwapPoolsResponse, error) // SwapPoolProvider // // SwapPoolProvider returns reserves and liquidity balance of provider. SwapPoolProvider(context.Context, *SwapPoolProviderRequest) (*SwapPoolResponse, error) // PriceCommission // // PriceCommission returns commissions. PriceCommission(context.Context, *PriceCommissionRequest) (*PriceCommissionResponse, error) // VersionNetwork // // VersionNetwork returns versions network. VersionNetwork(context.Context, *VersionNetworkRequest) (*VersionNetworkResponse, error) // CommissionVotes // // CommissionVotes returns votes for update commissions. CommissionVotes(context.Context, *CommissionVotesRequest) (*CommissionVotesResponse, error) // UpdateVotes // // UpdateVotes returns votes for update network. UpdateVotes(context.Context, *UpdateVotesRequest) (*UpdateVotesResponse, error) // Blocks // // Blocks returns blocks at given interval. Blocks(context.Context, *BlocksRequest) (*BlocksResponse, error) // LimitOrder // // LimitOrder returns order by ID. LimitOrder(context.Context, *LimitOrderRequest) (*LimitOrderResponse, error) // LimitOrdersOfPool // // LimitOrdersOfPool returns sell orders for a pair of coins. LimitOrdersOfPool(context.Context, *LimitOrdersOfPoolRequest) (*LimitOrdersOfPoolResponse, error) // LimitOrders // // LimitOrders returns orders by IDs. LimitOrders(context.Context, *LimitOrdersRequest) (*LimitOrdersResponse, error) // BestTrade // // BestTrade returns optimal exchange route. BestTrade(context.Context, *BestTradeRequest) (*BestTradeResponse, error) // contains filtered or unexported methods }
ApiServiceServer is the server API for ApiService service. All implementations must embed UnimplementedApiServiceServer for forward compatibility
type ApiService_SubscribeClient ¶
type ApiService_SubscribeClient interface { Recv() (*SubscribeResponse, error) grpc.ClientStream }
type ApiService_SubscribeServer ¶
type ApiService_SubscribeServer interface { Send(*SubscribeResponse) error grpc.ServerStream }
type BestTradeRequest ¶ added in v1.6.1
type BestTradeRequest struct { SellCoin uint64 `protobuf:"varint,1,opt,name=sell_coin,json=sellCoin,proto3" json:"sell_coin,omitempty"` BuyCoin uint64 `protobuf:"varint,2,opt,name=buy_coin,json=buyCoin,proto3" json:"buy_coin,omitempty"` Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` Type BestTradeRequest_Type `protobuf:"varint,4,opt,name=type,proto3,enum=api_pb.BestTradeRequest_Type" json:"type,omitempty"` Height uint64 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"` MaxDepth int32 `protobuf:"varint,6,opt,name=max_depth,json=maxDepth,proto3" json:"max_depth,omitempty"` // contains filtered or unexported fields }
func (*BestTradeRequest) Descriptor
deprecated
added in
v1.6.1
func (*BestTradeRequest) Descriptor() ([]byte, []int)
Deprecated: Use BestTradeRequest.ProtoReflect.Descriptor instead.
func (*BestTradeRequest) GetAmount ¶ added in v1.6.1
func (x *BestTradeRequest) GetAmount() string
func (*BestTradeRequest) GetBuyCoin ¶ added in v1.6.1
func (x *BestTradeRequest) GetBuyCoin() uint64
func (*BestTradeRequest) GetHeight ¶ added in v1.6.1
func (x *BestTradeRequest) GetHeight() uint64
func (*BestTradeRequest) GetMaxDepth ¶ added in v1.6.1
func (x *BestTradeRequest) GetMaxDepth() int32
func (*BestTradeRequest) GetSellCoin ¶ added in v1.6.1
func (x *BestTradeRequest) GetSellCoin() uint64
func (*BestTradeRequest) GetType ¶ added in v1.6.1
func (x *BestTradeRequest) GetType() BestTradeRequest_Type
func (*BestTradeRequest) ProtoMessage ¶ added in v1.6.1
func (*BestTradeRequest) ProtoMessage()
func (*BestTradeRequest) ProtoReflect ¶ added in v1.6.1
func (x *BestTradeRequest) ProtoReflect() protoreflect.Message
func (*BestTradeRequest) Reset ¶ added in v1.6.1
func (x *BestTradeRequest) Reset()
func (*BestTradeRequest) String ¶ added in v1.6.1
func (x *BestTradeRequest) String() string
type BestTradeRequest_Type ¶ added in v1.6.1
type BestTradeRequest_Type int32
const ( BestTradeRequest_input BestTradeRequest_Type = 0 BestTradeRequest_output BestTradeRequest_Type = 1 )
func (BestTradeRequest_Type) Descriptor ¶ added in v1.6.1
func (BestTradeRequest_Type) Descriptor() protoreflect.EnumDescriptor
func (BestTradeRequest_Type) Enum ¶ added in v1.6.1
func (x BestTradeRequest_Type) Enum() *BestTradeRequest_Type
func (BestTradeRequest_Type) EnumDescriptor
deprecated
added in
v1.6.1
func (BestTradeRequest_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use BestTradeRequest_Type.Descriptor instead.
func (BestTradeRequest_Type) Number ¶ added in v1.6.1
func (x BestTradeRequest_Type) Number() protoreflect.EnumNumber
func (BestTradeRequest_Type) String ¶ added in v1.6.1
func (x BestTradeRequest_Type) String() string
func (BestTradeRequest_Type) Type ¶ added in v1.6.1
func (BestTradeRequest_Type) Type() protoreflect.EnumType
type BestTradeResponse ¶ added in v1.6.1
type BestTradeResponse struct { Path []uint64 `protobuf:"varint,1,rep,packed,name=path,proto3" json:"path,omitempty"` Result string `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*BestTradeResponse) Descriptor
deprecated
added in
v1.6.1
func (*BestTradeResponse) Descriptor() ([]byte, []int)
Deprecated: Use BestTradeResponse.ProtoReflect.Descriptor instead.
func (*BestTradeResponse) GetPath ¶ added in v1.6.1
func (x *BestTradeResponse) GetPath() []uint64
func (*BestTradeResponse) GetResult ¶ added in v1.6.1
func (x *BestTradeResponse) GetResult() string
func (*BestTradeResponse) ProtoMessage ¶ added in v1.6.1
func (*BestTradeResponse) ProtoMessage()
func (*BestTradeResponse) ProtoReflect ¶ added in v1.6.1
func (x *BestTradeResponse) ProtoReflect() protoreflect.Message
func (*BestTradeResponse) Reset ¶ added in v1.6.1
func (x *BestTradeResponse) Reset()
func (*BestTradeResponse) String ¶ added in v1.6.1
func (x *BestTradeResponse) String() string
type BlockField ¶ added in v1.3.0
type BlockField int32
const ( BlockField_transactions BlockField = 0 BlockField_missed BlockField = 1 BlockField_block_reward BlockField = 2 BlockField_size BlockField = 3 BlockField_proposer BlockField = 4 BlockField_validators BlockField = 5 BlockField_evidence BlockField = 6 )
func (BlockField) Descriptor ¶ added in v1.3.0
func (BlockField) Descriptor() protoreflect.EnumDescriptor
func (BlockField) Enum ¶ added in v1.3.0
func (x BlockField) Enum() *BlockField
func (BlockField) EnumDescriptor
deprecated
added in
v1.3.0
func (BlockField) EnumDescriptor() ([]byte, []int)
Deprecated: Use BlockField.Descriptor instead.
func (BlockField) Number ¶ added in v1.3.0
func (x BlockField) Number() protoreflect.EnumNumber
func (BlockField) String ¶ added in v1.3.0
func (x BlockField) String() string
func (BlockField) Type ¶ added in v1.3.0
func (BlockField) Type() protoreflect.EnumType
type BlockRequest ¶
type BlockRequest struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` Fields []BlockField `protobuf:"varint,2,rep,packed,name=fields,proto3,enum=api_pb.BlockField" json:"fields,omitempty"` FailedTxs bool `protobuf:"varint,3,opt,name=failed_txs,json=failedTxs,proto3" json:"failed_txs,omitempty"` Events bool `protobuf:"varint,4,opt,name=events,proto3" json:"events,omitempty"` // contains filtered or unexported fields }
func (*BlockRequest) Descriptor
deprecated
func (*BlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use BlockRequest.ProtoReflect.Descriptor instead.
func (*BlockRequest) GetEvents ¶ added in v1.5.0
func (x *BlockRequest) GetEvents() bool
func (*BlockRequest) GetFailedTxs ¶ added in v1.3.0
func (x *BlockRequest) GetFailedTxs() bool
func (*BlockRequest) GetFields ¶ added in v1.2.0
func (x *BlockRequest) GetFields() []BlockField
func (*BlockRequest) GetHeight ¶
func (x *BlockRequest) GetHeight() uint64
func (*BlockRequest) ProtoMessage ¶
func (*BlockRequest) ProtoMessage()
func (*BlockRequest) ProtoReflect ¶ added in v1.2.0
func (x *BlockRequest) ProtoReflect() protoreflect.Message
func (*BlockRequest) Reset ¶
func (x *BlockRequest) Reset()
func (*BlockRequest) String ¶
func (x *BlockRequest) String() string
type BlockResponse ¶
type BlockResponse struct { Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` Time string `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"` TransactionCount uint64 `protobuf:"varint,4,opt,name=transaction_count,json=transactionCount,proto3" json:"transaction_count,omitempty"` Transactions []*TransactionResponse `protobuf:"bytes,6,rep,name=transactions,proto3" json:"transactions,omitempty"` BlockReward *wrapperspb.StringValue `protobuf:"bytes,15,opt,name=block_reward,json=blockReward,proto3" json:"block_reward,omitempty"` LockedStakeRewards *wrapperspb.StringValue `protobuf:"bytes,16,opt,name=locked_stake_rewards,json=lockedStakeRewards,proto3" json:"locked_stake_rewards,omitempty"` Size uint64 `protobuf:"varint,8,opt,name=size,proto3" json:"size,omitempty"` Proposer string `protobuf:"bytes,9,opt,name=proposer,proto3" json:"proposer,omitempty"` Validators []*BlockResponse_Validator `protobuf:"bytes,10,rep,name=validators,proto3" json:"validators,omitempty"` Evidence *BlockResponse_Evidence `protobuf:"bytes,13,opt,name=evidence,proto3" json:"evidence,omitempty"` Missed []string `protobuf:"bytes,12,rep,name=missed,proto3" json:"missed,omitempty"` Events []*anypb.Any `protobuf:"bytes,14,rep,name=events,proto3" json:"events,omitempty"` // contains filtered or unexported fields }
func (*BlockResponse) Descriptor
deprecated
func (*BlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use BlockResponse.ProtoReflect.Descriptor instead.
func (*BlockResponse) GetBlockReward ¶
func (x *BlockResponse) GetBlockReward() *wrapperspb.StringValue
func (*BlockResponse) GetEvents ¶ added in v1.5.0
func (x *BlockResponse) GetEvents() []*anypb.Any
func (*BlockResponse) GetEvidence ¶
func (x *BlockResponse) GetEvidence() *BlockResponse_Evidence
func (*BlockResponse) GetHash ¶
func (x *BlockResponse) GetHash() string
func (*BlockResponse) GetHeight ¶
func (x *BlockResponse) GetHeight() uint64
func (*BlockResponse) GetLockedStakeRewards ¶ added in v1.6.0
func (x *BlockResponse) GetLockedStakeRewards() *wrapperspb.StringValue
func (*BlockResponse) GetMissed ¶ added in v1.2.0
func (x *BlockResponse) GetMissed() []string
func (*BlockResponse) GetProposer ¶
func (x *BlockResponse) GetProposer() string
func (*BlockResponse) GetSize ¶
func (x *BlockResponse) GetSize() uint64
func (*BlockResponse) GetTime ¶
func (x *BlockResponse) GetTime() string
func (*BlockResponse) GetTransactionCount ¶ added in v1.2.0
func (x *BlockResponse) GetTransactionCount() uint64
func (*BlockResponse) GetTransactions ¶
func (x *BlockResponse) GetTransactions() []*TransactionResponse
func (*BlockResponse) GetValidators ¶
func (x *BlockResponse) GetValidators() []*BlockResponse_Validator
func (*BlockResponse) ProtoMessage ¶
func (*BlockResponse) ProtoMessage()
func (*BlockResponse) ProtoReflect ¶ added in v1.2.0
func (x *BlockResponse) ProtoReflect() protoreflect.Message
func (*BlockResponse) Reset ¶
func (x *BlockResponse) Reset()
func (*BlockResponse) String ¶
func (x *BlockResponse) String() string
type BlockResponse_Evidence ¶
type BlockResponse_Evidence struct { Evidence []*structpb.Struct `protobuf:"bytes,1,rep,name=evidence,proto3" json:"evidence,omitempty"` // contains filtered or unexported fields }
func (*BlockResponse_Evidence) Descriptor
deprecated
func (*BlockResponse_Evidence) Descriptor() ([]byte, []int)
Deprecated: Use BlockResponse_Evidence.ProtoReflect.Descriptor instead.
func (*BlockResponse_Evidence) GetEvidence ¶
func (x *BlockResponse_Evidence) GetEvidence() []*structpb.Struct
func (*BlockResponse_Evidence) ProtoMessage ¶
func (*BlockResponse_Evidence) ProtoMessage()
func (*BlockResponse_Evidence) ProtoReflect ¶ added in v1.2.0
func (x *BlockResponse_Evidence) ProtoReflect() protoreflect.Message
func (*BlockResponse_Evidence) Reset ¶
func (x *BlockResponse_Evidence) Reset()
func (*BlockResponse_Evidence) String ¶
func (x *BlockResponse_Evidence) String() string
type BlockResponse_Validator ¶
type BlockResponse_Validator struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Signed bool `protobuf:"varint,2,opt,name=signed,proto3" json:"signed,omitempty"` // contains filtered or unexported fields }
func (*BlockResponse_Validator) Descriptor
deprecated
func (*BlockResponse_Validator) Descriptor() ([]byte, []int)
Deprecated: Use BlockResponse_Validator.ProtoReflect.Descriptor instead.
func (*BlockResponse_Validator) GetPublicKey ¶
func (x *BlockResponse_Validator) GetPublicKey() string
func (*BlockResponse_Validator) GetSigned ¶
func (x *BlockResponse_Validator) GetSigned() bool
func (*BlockResponse_Validator) ProtoMessage ¶
func (*BlockResponse_Validator) ProtoMessage()
func (*BlockResponse_Validator) ProtoReflect ¶ added in v1.2.0
func (x *BlockResponse_Validator) ProtoReflect() protoreflect.Message
func (*BlockResponse_Validator) Reset ¶
func (x *BlockResponse_Validator) Reset()
func (*BlockResponse_Validator) String ¶
func (x *BlockResponse_Validator) String() string
type BlocksRequest ¶ added in v1.3.0
type BlocksRequest struct { FromHeight uint64 `protobuf:"varint,1,opt,name=from_height,json=fromHeight,proto3" json:"from_height,omitempty"` ToHeight uint64 `protobuf:"varint,2,opt,name=to_height,json=toHeight,proto3" json:"to_height,omitempty"` Fields []BlockField `protobuf:"varint,3,rep,packed,name=fields,proto3,enum=api_pb.BlockField" json:"fields,omitempty"` FailedTxs bool `protobuf:"varint,4,opt,name=failed_txs,json=failedTxs,proto3" json:"failed_txs,omitempty"` Events bool `protobuf:"varint,5,opt,name=events,proto3" json:"events,omitempty"` // contains filtered or unexported fields }
func (*BlocksRequest) Descriptor
deprecated
added in
v1.3.0
func (*BlocksRequest) Descriptor() ([]byte, []int)
Deprecated: Use BlocksRequest.ProtoReflect.Descriptor instead.
func (*BlocksRequest) GetEvents ¶ added in v1.5.0
func (x *BlocksRequest) GetEvents() bool
func (*BlocksRequest) GetFailedTxs ¶ added in v1.3.0
func (x *BlocksRequest) GetFailedTxs() bool
func (*BlocksRequest) GetFields ¶ added in v1.3.0
func (x *BlocksRequest) GetFields() []BlockField
func (*BlocksRequest) GetFromHeight ¶ added in v1.3.0
func (x *BlocksRequest) GetFromHeight() uint64
func (*BlocksRequest) GetToHeight ¶ added in v1.3.0
func (x *BlocksRequest) GetToHeight() uint64
func (*BlocksRequest) ProtoMessage ¶ added in v1.3.0
func (*BlocksRequest) ProtoMessage()
func (*BlocksRequest) ProtoReflect ¶ added in v1.3.0
func (x *BlocksRequest) ProtoReflect() protoreflect.Message
func (*BlocksRequest) Reset ¶ added in v1.3.0
func (x *BlocksRequest) Reset()
func (*BlocksRequest) String ¶ added in v1.3.0
func (x *BlocksRequest) String() string
type BlocksResponse ¶ added in v1.3.0
type BlocksResponse struct { Blocks []*BlockResponse `protobuf:"bytes,1,rep,name=blocks,proto3" json:"blocks,omitempty"` // contains filtered or unexported fields }
func (*BlocksResponse) Descriptor
deprecated
added in
v1.3.0
func (*BlocksResponse) Descriptor() ([]byte, []int)
Deprecated: Use BlocksResponse.ProtoReflect.Descriptor instead.
func (*BlocksResponse) GetBlocks ¶ added in v1.3.0
func (x *BlocksResponse) GetBlocks() []*BlockResponse
func (*BlocksResponse) ProtoMessage ¶ added in v1.3.0
func (*BlocksResponse) ProtoMessage()
func (*BlocksResponse) ProtoReflect ¶ added in v1.3.0
func (x *BlocksResponse) ProtoReflect() protoreflect.Message
func (*BlocksResponse) Reset ¶ added in v1.3.0
func (x *BlocksResponse) Reset()
func (*BlocksResponse) String ¶ added in v1.3.0
func (x *BlocksResponse) String() string
type BurnTokenData ¶ added in v1.3.0
type BurnTokenData struct { Coin *Coin `protobuf:"bytes,1,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*BurnTokenData) Descriptor
deprecated
added in
v1.3.0
func (*BurnTokenData) Descriptor() ([]byte, []int)
Deprecated: Use BurnTokenData.ProtoReflect.Descriptor instead.
func (*BurnTokenData) GetCoin ¶ added in v1.3.0
func (x *BurnTokenData) GetCoin() *Coin
func (*BurnTokenData) GetValue ¶ added in v1.3.0
func (x *BurnTokenData) GetValue() string
func (*BurnTokenData) ProtoMessage ¶ added in v1.3.0
func (*BurnTokenData) ProtoMessage()
func (*BurnTokenData) ProtoReflect ¶ added in v1.3.0
func (x *BurnTokenData) ProtoReflect() protoreflect.Message
func (*BurnTokenData) Reset ¶ added in v1.3.0
func (x *BurnTokenData) Reset()
func (*BurnTokenData) String ¶ added in v1.3.0
func (x *BurnTokenData) String() string
type BuyCoinData ¶ added in v1.2.0
type BuyCoinData struct { CoinToBuy *Coin `protobuf:"bytes,1,opt,name=coin_to_buy,json=coinToBuy,proto3" json:"coin_to_buy,omitempty"` ValueToBuy string `protobuf:"bytes,2,opt,name=value_to_buy,json=valueToBuy,proto3" json:"value_to_buy,omitempty"` CoinToSell *Coin `protobuf:"bytes,3,opt,name=coin_to_sell,json=coinToSell,proto3" json:"coin_to_sell,omitempty"` MaximumValueToSell string `protobuf:"bytes,4,opt,name=maximum_value_to_sell,json=maximumValueToSell,proto3" json:"maximum_value_to_sell,omitempty"` // contains filtered or unexported fields }
func (*BuyCoinData) Descriptor
deprecated
added in
v1.2.0
func (*BuyCoinData) Descriptor() ([]byte, []int)
Deprecated: Use BuyCoinData.ProtoReflect.Descriptor instead.
func (*BuyCoinData) GetCoinToBuy ¶ added in v1.2.0
func (x *BuyCoinData) GetCoinToBuy() *Coin
func (*BuyCoinData) GetCoinToSell ¶ added in v1.2.0
func (x *BuyCoinData) GetCoinToSell() *Coin
func (*BuyCoinData) GetMaximumValueToSell ¶ added in v1.2.0
func (x *BuyCoinData) GetMaximumValueToSell() string
func (*BuyCoinData) GetValueToBuy ¶ added in v1.2.0
func (x *BuyCoinData) GetValueToBuy() string
func (*BuyCoinData) ProtoMessage ¶ added in v1.2.0
func (*BuyCoinData) ProtoMessage()
func (*BuyCoinData) ProtoReflect ¶ added in v1.2.0
func (x *BuyCoinData) ProtoReflect() protoreflect.Message
func (*BuyCoinData) Reset ¶ added in v1.2.0
func (x *BuyCoinData) Reset()
func (*BuyCoinData) String ¶ added in v1.2.0
func (x *BuyCoinData) String() string
type BuySwapPoolData ¶ added in v1.3.0
type BuySwapPoolData struct { Coins []*Coin `protobuf:"bytes,1,rep,name=coins,proto3" json:"coins,omitempty"` ValueToBuy string `protobuf:"bytes,2,opt,name=value_to_buy,json=valueToBuy,proto3" json:"value_to_buy,omitempty"` MaximumValueToSell string `protobuf:"bytes,4,opt,name=maximum_value_to_sell,json=maximumValueToSell,proto3" json:"maximum_value_to_sell,omitempty"` // contains filtered or unexported fields }
func (*BuySwapPoolData) Descriptor
deprecated
added in
v1.3.0
func (*BuySwapPoolData) Descriptor() ([]byte, []int)
Deprecated: Use BuySwapPoolData.ProtoReflect.Descriptor instead.
func (*BuySwapPoolData) GetCoins ¶ added in v1.3.0
func (x *BuySwapPoolData) GetCoins() []*Coin
func (*BuySwapPoolData) GetMaximumValueToSell ¶ added in v1.3.0
func (x *BuySwapPoolData) GetMaximumValueToSell() string
func (*BuySwapPoolData) GetValueToBuy ¶ added in v1.3.0
func (x *BuySwapPoolData) GetValueToBuy() string
func (*BuySwapPoolData) ProtoMessage ¶ added in v1.3.0
func (*BuySwapPoolData) ProtoMessage()
func (*BuySwapPoolData) ProtoReflect ¶ added in v1.3.0
func (x *BuySwapPoolData) ProtoReflect() protoreflect.Message
func (*BuySwapPoolData) Reset ¶ added in v1.3.0
func (x *BuySwapPoolData) Reset()
func (*BuySwapPoolData) String ¶ added in v1.3.0
func (x *BuySwapPoolData) String() string
type CandidateRequest ¶
type CandidateRequest struct { // Public key of a candidate PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // Blockchain state height for the current request. Optional, the last default state of the node is used Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // Do not display a list of steaks. Note: used_slots, uniq_users, min_stake will be filled NotShowStakes bool `protobuf:"varint,4,opt,name=not_show_stakes,json=notShowStakes,proto3" json:"not_show_stakes,omitempty"` // contains filtered or unexported fields }
func (*CandidateRequest) Descriptor
deprecated
func (*CandidateRequest) Descriptor() ([]byte, []int)
Deprecated: Use CandidateRequest.ProtoReflect.Descriptor instead.
func (*CandidateRequest) GetHeight ¶
func (x *CandidateRequest) GetHeight() uint64
func (*CandidateRequest) GetNotShowStakes ¶ added in v1.2.1
func (x *CandidateRequest) GetNotShowStakes() bool
func (*CandidateRequest) GetPublicKey ¶
func (x *CandidateRequest) GetPublicKey() string
func (*CandidateRequest) ProtoMessage ¶
func (*CandidateRequest) ProtoMessage()
func (*CandidateRequest) ProtoReflect ¶ added in v1.2.0
func (x *CandidateRequest) ProtoReflect() protoreflect.Message
func (*CandidateRequest) Reset ¶
func (x *CandidateRequest) Reset()
func (*CandidateRequest) String ¶
func (x *CandidateRequest) String() string
type CandidateResponse ¶
type CandidateResponse struct { Id uint64 `protobuf:"varint,14,opt,name=id,proto3" json:"id,omitempty"` // Address where validator’s rewards go to. RewardAddress string `protobuf:"bytes,1,opt,name=reward_address,json=rewardAddress,proto3" json:"reward_address,omitempty"` // Address that allows one to start the candidate by sending the SetCandidateOnline transaction or stop it by sending the SetCandidateOffline transaction. It also enables the owner to edit the node by sending EditCandidate. OwnerAddress string `protobuf:"bytes,10,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` // Address that allows one to start the candidate by sending the SetCandidateOnline transaction or stop it by sending the SetCandidateOffline transaction. ControlAddress string `protobuf:"bytes,11,opt,name=control_address,json=controlAddress,proto3" json:"control_address,omitempty"` // Total stake of a candidate TotalStake string `protobuf:"bytes,2,opt,name=total_stake,json=totalStake,proto3" json:"total_stake,omitempty"` // Public key of a candidate PublicKey string `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // Commission (from 0 to 100) from rewards which delegators will pay to validator Commission uint64 `protobuf:"varint,4,opt,name=commission,proto3" json:"commission,omitempty"` // Number of occupied steak slots. Note: filled in when request includes_stakes UsedSlots *wrapperspb.UInt64Value `protobuf:"bytes,7,opt,name=used_slots,json=usedSlots,proto3" json:"used_slots,omitempty"` // Number of unique wallets in steaks. Note: filled in when request includes_stakes UniqUsers *wrapperspb.UInt64Value `protobuf:"bytes,8,opt,name=uniq_users,json=uniqUsers,proto3" json:"uniq_users,omitempty"` // Smallest steak size. Note: filled in when request includes_stakes MinStake *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=min_stake,json=minStake,proto3" json:"min_stake,omitempty"` // List of stakes. Note: filled in when request includes_stakes Stakes []*CandidateResponse_Stake `protobuf:"bytes,5,rep,name=stakes,proto3" json:"stakes,omitempty"` // Candidate status. Available values: offline = 1, online = 2 Status uint64 `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"` // Is a validator at the current height Validator bool `protobuf:"varint,12,opt,name=validator,proto3" json:"validator,omitempty"` JailedUntil uint64 `protobuf:"varint,13,opt,name=jailed_until,json=jailedUntil,proto3" json:"jailed_until,omitempty"` // contains filtered or unexported fields }
func (*CandidateResponse) Descriptor
deprecated
func (*CandidateResponse) Descriptor() ([]byte, []int)
Deprecated: Use CandidateResponse.ProtoReflect.Descriptor instead.
func (*CandidateResponse) GetCommission ¶
func (x *CandidateResponse) GetCommission() uint64
func (*CandidateResponse) GetControlAddress ¶ added in v1.2.0
func (x *CandidateResponse) GetControlAddress() string
func (*CandidateResponse) GetId ¶ added in v1.3.0
func (x *CandidateResponse) GetId() uint64
func (*CandidateResponse) GetJailedUntil ¶ added in v1.3.0
func (x *CandidateResponse) GetJailedUntil() uint64
func (*CandidateResponse) GetMinStake ¶ added in v1.2.0
func (x *CandidateResponse) GetMinStake() *wrapperspb.StringValue
func (*CandidateResponse) GetOwnerAddress ¶ added in v1.2.0
func (x *CandidateResponse) GetOwnerAddress() string
func (*CandidateResponse) GetPublicKey ¶
func (x *CandidateResponse) GetPublicKey() string
func (*CandidateResponse) GetRewardAddress ¶
func (x *CandidateResponse) GetRewardAddress() string
func (*CandidateResponse) GetStakes ¶
func (x *CandidateResponse) GetStakes() []*CandidateResponse_Stake
func (*CandidateResponse) GetStatus ¶
func (x *CandidateResponse) GetStatus() uint64
func (*CandidateResponse) GetTotalStake ¶
func (x *CandidateResponse) GetTotalStake() string
func (*CandidateResponse) GetUniqUsers ¶ added in v1.2.0
func (x *CandidateResponse) GetUniqUsers() *wrapperspb.UInt64Value
func (*CandidateResponse) GetUsedSlots ¶ added in v1.2.0
func (x *CandidateResponse) GetUsedSlots() *wrapperspb.UInt64Value
func (*CandidateResponse) GetValidator ¶ added in v1.2.1
func (x *CandidateResponse) GetValidator() bool
func (*CandidateResponse) ProtoMessage ¶
func (*CandidateResponse) ProtoMessage()
func (*CandidateResponse) ProtoReflect ¶ added in v1.2.0
func (x *CandidateResponse) ProtoReflect() protoreflect.Message
func (*CandidateResponse) Reset ¶
func (x *CandidateResponse) Reset()
func (*CandidateResponse) String ¶
func (x *CandidateResponse) String() string
type CandidateResponse_Stake ¶
type CandidateResponse_Stake struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Coin *Coin `protobuf:"bytes,2,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` BipValue string `protobuf:"bytes,4,opt,name=bip_value,json=bipValue,proto3" json:"bip_value,omitempty"` // contains filtered or unexported fields }
func (*CandidateResponse_Stake) Descriptor
deprecated
func (*CandidateResponse_Stake) Descriptor() ([]byte, []int)
Deprecated: Use CandidateResponse_Stake.ProtoReflect.Descriptor instead.
func (*CandidateResponse_Stake) GetBipValue ¶
func (x *CandidateResponse_Stake) GetBipValue() string
func (*CandidateResponse_Stake) GetCoin ¶
func (x *CandidateResponse_Stake) GetCoin() *Coin
func (*CandidateResponse_Stake) GetOwner ¶
func (x *CandidateResponse_Stake) GetOwner() string
func (*CandidateResponse_Stake) GetValue ¶
func (x *CandidateResponse_Stake) GetValue() string
func (*CandidateResponse_Stake) ProtoMessage ¶
func (*CandidateResponse_Stake) ProtoMessage()
func (*CandidateResponse_Stake) ProtoReflect ¶ added in v1.2.0
func (x *CandidateResponse_Stake) ProtoReflect() protoreflect.Message
func (*CandidateResponse_Stake) Reset ¶
func (x *CandidateResponse_Stake) Reset()
func (*CandidateResponse_Stake) String ¶
func (x *CandidateResponse_Stake) String() string
type CandidatesRequest ¶
type CandidatesRequest struct { // Blockchain state height for the current request. Optional, the last default state of the node is used Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` // Calculate field values used_slots, uniq_users, min_stake IncludeStakes bool `protobuf:"varint,2,opt,name=include_stakes,json=includeStakes,proto3" json:"include_stakes,omitempty"` // Do not display the list of stakes, the include_stakes flag is also required to display. Note: used_slots, uniq_users, min_stake will still be filled if include_stakes flag is used NotShowStakes bool `protobuf:"varint,4,opt,name=not_show_stakes,json=notShowStakes,proto3" json:"not_show_stakes,omitempty"` Status CandidatesRequest_CandidateStatus `protobuf:"varint,3,opt,name=status,proto3,enum=api_pb.CandidatesRequest_CandidateStatus" json:"status,omitempty"` // contains filtered or unexported fields }
func (*CandidatesRequest) Descriptor
deprecated
func (*CandidatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use CandidatesRequest.ProtoReflect.Descriptor instead.
func (*CandidatesRequest) GetHeight ¶
func (x *CandidatesRequest) GetHeight() uint64
func (*CandidatesRequest) GetIncludeStakes ¶
func (x *CandidatesRequest) GetIncludeStakes() bool
func (*CandidatesRequest) GetNotShowStakes ¶ added in v1.2.1
func (x *CandidatesRequest) GetNotShowStakes() bool
func (*CandidatesRequest) GetStatus ¶ added in v1.2.0
func (x *CandidatesRequest) GetStatus() CandidatesRequest_CandidateStatus
func (*CandidatesRequest) ProtoMessage ¶
func (*CandidatesRequest) ProtoMessage()
func (*CandidatesRequest) ProtoReflect ¶ added in v1.2.0
func (x *CandidatesRequest) ProtoReflect() protoreflect.Message
func (*CandidatesRequest) Reset ¶
func (x *CandidatesRequest) Reset()
func (*CandidatesRequest) String ¶
func (x *CandidatesRequest) String() string
type CandidatesRequest_CandidateStatus ¶ added in v1.2.0
type CandidatesRequest_CandidateStatus int32
const ( CandidatesRequest_all CandidatesRequest_CandidateStatus = 0 CandidatesRequest_off CandidatesRequest_CandidateStatus = 1 CandidatesRequest_on CandidatesRequest_CandidateStatus = 2 CandidatesRequest_validator CandidatesRequest_CandidateStatus = 3 CandidatesRequest_deleted CandidatesRequest_CandidateStatus = 4 )
func (CandidatesRequest_CandidateStatus) Descriptor ¶ added in v1.2.0
func (CandidatesRequest_CandidateStatus) Descriptor() protoreflect.EnumDescriptor
func (CandidatesRequest_CandidateStatus) Enum ¶ added in v1.2.0
func (x CandidatesRequest_CandidateStatus) Enum() *CandidatesRequest_CandidateStatus
func (CandidatesRequest_CandidateStatus) EnumDescriptor
deprecated
added in
v1.2.0
func (CandidatesRequest_CandidateStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use CandidatesRequest_CandidateStatus.Descriptor instead.
func (CandidatesRequest_CandidateStatus) Number ¶ added in v1.2.0
func (x CandidatesRequest_CandidateStatus) Number() protoreflect.EnumNumber
func (CandidatesRequest_CandidateStatus) String ¶ added in v1.2.0
func (x CandidatesRequest_CandidateStatus) String() string
func (CandidatesRequest_CandidateStatus) Type ¶ added in v1.2.0
func (CandidatesRequest_CandidateStatus) Type() protoreflect.EnumType
type CandidatesResponse ¶
type CandidatesResponse struct { Candidates []*CandidateResponse `protobuf:"bytes,3,rep,name=candidates,proto3" json:"candidates,omitempty"` Deleted []*CandidatesResponse_Deleted `protobuf:"bytes,4,rep,name=deleted,proto3" json:"deleted,omitempty"` // contains filtered or unexported fields }
func (*CandidatesResponse) Descriptor
deprecated
func (*CandidatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use CandidatesResponse.ProtoReflect.Descriptor instead.
func (*CandidatesResponse) GetCandidates ¶
func (x *CandidatesResponse) GetCandidates() []*CandidateResponse
func (*CandidatesResponse) GetDeleted ¶ added in v1.7.0
func (x *CandidatesResponse) GetDeleted() []*CandidatesResponse_Deleted
func (*CandidatesResponse) ProtoMessage ¶
func (*CandidatesResponse) ProtoMessage()
func (*CandidatesResponse) ProtoReflect ¶ added in v1.2.0
func (x *CandidatesResponse) ProtoReflect() protoreflect.Message
func (*CandidatesResponse) Reset ¶
func (x *CandidatesResponse) Reset()
func (*CandidatesResponse) String ¶
func (x *CandidatesResponse) String() string
type CandidatesResponse_Deleted ¶ added in v1.7.0
type CandidatesResponse_Deleted struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*CandidatesResponse_Deleted) Descriptor
deprecated
added in
v1.7.0
func (*CandidatesResponse_Deleted) Descriptor() ([]byte, []int)
Deprecated: Use CandidatesResponse_Deleted.ProtoReflect.Descriptor instead.
func (*CandidatesResponse_Deleted) GetId ¶ added in v1.7.0
func (x *CandidatesResponse_Deleted) GetId() uint64
func (*CandidatesResponse_Deleted) GetPublicKey ¶ added in v1.7.0
func (x *CandidatesResponse_Deleted) GetPublicKey() string
func (*CandidatesResponse_Deleted) ProtoMessage ¶ added in v1.7.0
func (*CandidatesResponse_Deleted) ProtoMessage()
func (*CandidatesResponse_Deleted) ProtoReflect ¶ added in v1.7.0
func (x *CandidatesResponse_Deleted) ProtoReflect() protoreflect.Message
func (*CandidatesResponse_Deleted) Reset ¶ added in v1.7.0
func (x *CandidatesResponse_Deleted) Reset()
func (*CandidatesResponse_Deleted) String ¶ added in v1.7.0
func (x *CandidatesResponse_Deleted) String() string
type Coin ¶ added in v1.2.0
type Coin struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` // contains filtered or unexported fields }
func (*Coin) Descriptor
deprecated
added in
v1.2.0
func (*Coin) ProtoMessage ¶ added in v1.2.0
func (*Coin) ProtoMessage()
func (*Coin) ProtoReflect ¶ added in v1.2.0
func (x *Coin) ProtoReflect() protoreflect.Message
type CoinIdRequest ¶ added in v1.2.0
type CoinIdRequest struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CoinIdRequest) Descriptor
deprecated
added in
v1.2.0
func (*CoinIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use CoinIdRequest.ProtoReflect.Descriptor instead.
func (*CoinIdRequest) GetHeight ¶ added in v1.2.0
func (x *CoinIdRequest) GetHeight() uint64
func (*CoinIdRequest) GetId ¶ added in v1.2.0
func (x *CoinIdRequest) GetId() uint64
func (*CoinIdRequest) ProtoMessage ¶ added in v1.2.0
func (*CoinIdRequest) ProtoMessage()
func (*CoinIdRequest) ProtoReflect ¶ added in v1.2.0
func (x *CoinIdRequest) ProtoReflect() protoreflect.Message
func (*CoinIdRequest) Reset ¶ added in v1.2.0
func (x *CoinIdRequest) Reset()
func (*CoinIdRequest) String ¶ added in v1.2.0
func (x *CoinIdRequest) String() string
type CoinInfoRequest ¶
type CoinInfoRequest struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` // contains filtered or unexported fields }
func (*CoinInfoRequest) Descriptor
deprecated
func (*CoinInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use CoinInfoRequest.ProtoReflect.Descriptor instead.
func (*CoinInfoRequest) GetHeight ¶
func (x *CoinInfoRequest) GetHeight() uint64
func (*CoinInfoRequest) GetSymbol ¶
func (x *CoinInfoRequest) GetSymbol() string
func (*CoinInfoRequest) ProtoMessage ¶
func (*CoinInfoRequest) ProtoMessage()
func (*CoinInfoRequest) ProtoReflect ¶ added in v1.2.0
func (x *CoinInfoRequest) ProtoReflect() protoreflect.Message
func (*CoinInfoRequest) Reset ¶
func (x *CoinInfoRequest) Reset()
func (*CoinInfoRequest) String ¶
func (x *CoinInfoRequest) String() string
type CoinInfoResponse ¶
type CoinInfoResponse struct { Id uint64 `protobuf:"varint,6,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` Volume string `protobuf:"bytes,3,opt,name=volume,proto3" json:"volume,omitempty"` Crr uint64 `protobuf:"varint,4,opt,name=crr,proto3" json:"crr,omitempty"` ReserveBalance string `protobuf:"bytes,5,opt,name=reserve_balance,json=reserveBalance,proto3" json:"reserve_balance,omitempty"` MaxSupply string `protobuf:"bytes,8,opt,name=max_supply,json=maxSupply,proto3" json:"max_supply,omitempty"` OwnerAddress *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` Mintable bool `protobuf:"varint,9,opt,name=mintable,proto3" json:"mintable,omitempty"` Burnable bool `protobuf:"varint,10,opt,name=burnable,proto3" json:"burnable,omitempty"` // contains filtered or unexported fields }
func (*CoinInfoResponse) Descriptor
deprecated
func (*CoinInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use CoinInfoResponse.ProtoReflect.Descriptor instead.
func (*CoinInfoResponse) GetBurnable ¶ added in v1.3.0
func (x *CoinInfoResponse) GetBurnable() bool
func (*CoinInfoResponse) GetCrr ¶
func (x *CoinInfoResponse) GetCrr() uint64
func (*CoinInfoResponse) GetId ¶ added in v1.2.0
func (x *CoinInfoResponse) GetId() uint64
func (*CoinInfoResponse) GetMaxSupply ¶ added in v1.2.0
func (x *CoinInfoResponse) GetMaxSupply() string
func (*CoinInfoResponse) GetMintable ¶ added in v1.3.0
func (x *CoinInfoResponse) GetMintable() bool
func (*CoinInfoResponse) GetName ¶
func (x *CoinInfoResponse) GetName() string
func (*CoinInfoResponse) GetOwnerAddress ¶ added in v1.2.0
func (x *CoinInfoResponse) GetOwnerAddress() *wrapperspb.StringValue
func (*CoinInfoResponse) GetReserveBalance ¶
func (x *CoinInfoResponse) GetReserveBalance() string
func (*CoinInfoResponse) GetSymbol ¶
func (x *CoinInfoResponse) GetSymbol() string
func (*CoinInfoResponse) GetVolume ¶
func (x *CoinInfoResponse) GetVolume() string
func (*CoinInfoResponse) ProtoMessage ¶
func (*CoinInfoResponse) ProtoMessage()
func (*CoinInfoResponse) ProtoReflect ¶ added in v1.2.0
func (x *CoinInfoResponse) ProtoReflect() protoreflect.Message
func (*CoinInfoResponse) Reset ¶
func (x *CoinInfoResponse) Reset()
func (*CoinInfoResponse) String ¶
func (x *CoinInfoResponse) String() string
type CommissionVotesRequest ¶ added in v1.3.0
type CommissionVotesRequest struct { TargetVersion uint64 `protobuf:"varint,1,opt,name=target_version,json=targetVersion,proto3" json:"target_version,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*CommissionVotesRequest) Descriptor
deprecated
added in
v1.3.0
func (*CommissionVotesRequest) Descriptor() ([]byte, []int)
Deprecated: Use CommissionVotesRequest.ProtoReflect.Descriptor instead.
func (*CommissionVotesRequest) GetHeight ¶ added in v1.3.0
func (x *CommissionVotesRequest) GetHeight() uint64
func (*CommissionVotesRequest) GetTargetVersion ¶ added in v1.3.0
func (x *CommissionVotesRequest) GetTargetVersion() uint64
func (*CommissionVotesRequest) ProtoMessage ¶ added in v1.3.0
func (*CommissionVotesRequest) ProtoMessage()
func (*CommissionVotesRequest) ProtoReflect ¶ added in v1.3.0
func (x *CommissionVotesRequest) ProtoReflect() protoreflect.Message
func (*CommissionVotesRequest) Reset ¶ added in v1.3.0
func (x *CommissionVotesRequest) Reset()
func (*CommissionVotesRequest) String ¶ added in v1.3.0
func (x *CommissionVotesRequest) String() string
type CommissionVotesResponse ¶ added in v1.3.0
type CommissionVotesResponse struct { Votes []*CommissionVotesResponse_Vote `protobuf:"bytes,1,rep,name=votes,proto3" json:"votes,omitempty"` // contains filtered or unexported fields }
func (*CommissionVotesResponse) Descriptor
deprecated
added in
v1.3.0
func (*CommissionVotesResponse) Descriptor() ([]byte, []int)
Deprecated: Use CommissionVotesResponse.ProtoReflect.Descriptor instead.
func (*CommissionVotesResponse) GetVotes ¶ added in v1.3.0
func (x *CommissionVotesResponse) GetVotes() []*CommissionVotesResponse_Vote
func (*CommissionVotesResponse) ProtoMessage ¶ added in v1.3.0
func (*CommissionVotesResponse) ProtoMessage()
func (*CommissionVotesResponse) ProtoReflect ¶ added in v1.3.0
func (x *CommissionVotesResponse) ProtoReflect() protoreflect.Message
func (*CommissionVotesResponse) Reset ¶ added in v1.3.0
func (x *CommissionVotesResponse) Reset()
func (*CommissionVotesResponse) String ¶ added in v1.3.0
func (x *CommissionVotesResponse) String() string
type CommissionVotesResponse_Vote ¶ added in v1.3.0
type CommissionVotesResponse_Vote struct { Price *PriceCommissionResponse `protobuf:"bytes,2,opt,name=price,proto3" json:"price,omitempty"` PublicKeys []string `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` // contains filtered or unexported fields }
func (*CommissionVotesResponse_Vote) Descriptor
deprecated
added in
v1.3.0
func (*CommissionVotesResponse_Vote) Descriptor() ([]byte, []int)
Deprecated: Use CommissionVotesResponse_Vote.ProtoReflect.Descriptor instead.
func (*CommissionVotesResponse_Vote) GetPrice ¶ added in v1.3.0
func (x *CommissionVotesResponse_Vote) GetPrice() *PriceCommissionResponse
func (*CommissionVotesResponse_Vote) GetPublicKeys ¶ added in v1.3.0
func (x *CommissionVotesResponse_Vote) GetPublicKeys() []string
func (*CommissionVotesResponse_Vote) ProtoMessage ¶ added in v1.3.0
func (*CommissionVotesResponse_Vote) ProtoMessage()
func (*CommissionVotesResponse_Vote) ProtoReflect ¶ added in v1.3.0
func (x *CommissionVotesResponse_Vote) ProtoReflect() protoreflect.Message
func (*CommissionVotesResponse_Vote) Reset ¶ added in v1.3.0
func (x *CommissionVotesResponse_Vote) Reset()
func (*CommissionVotesResponse_Vote) String ¶ added in v1.3.0
func (x *CommissionVotesResponse_Vote) String() string
type CreateCoinData ¶ added in v1.2.0
type CreateCoinData struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` InitialAmount string `protobuf:"bytes,3,opt,name=initial_amount,json=initialAmount,proto3" json:"initial_amount,omitempty"` InitialReserve string `protobuf:"bytes,4,opt,name=initial_reserve,json=initialReserve,proto3" json:"initial_reserve,omitempty"` ConstantReserveRatio uint64 `protobuf:"varint,5,opt,name=constant_reserve_ratio,json=constantReserveRatio,proto3" json:"constant_reserve_ratio,omitempty"` MaxSupply string `protobuf:"bytes,6,opt,name=max_supply,json=maxSupply,proto3" json:"max_supply,omitempty"` // contains filtered or unexported fields }
func (*CreateCoinData) Descriptor
deprecated
added in
v1.2.0
func (*CreateCoinData) Descriptor() ([]byte, []int)
Deprecated: Use CreateCoinData.ProtoReflect.Descriptor instead.
func (*CreateCoinData) GetConstantReserveRatio ¶ added in v1.2.0
func (x *CreateCoinData) GetConstantReserveRatio() uint64
func (*CreateCoinData) GetInitialAmount ¶ added in v1.2.0
func (x *CreateCoinData) GetInitialAmount() string
func (*CreateCoinData) GetInitialReserve ¶ added in v1.2.0
func (x *CreateCoinData) GetInitialReserve() string
func (*CreateCoinData) GetMaxSupply ¶ added in v1.2.0
func (x *CreateCoinData) GetMaxSupply() string
func (*CreateCoinData) GetName ¶ added in v1.2.0
func (x *CreateCoinData) GetName() string
func (*CreateCoinData) GetSymbol ¶ added in v1.2.0
func (x *CreateCoinData) GetSymbol() string
func (*CreateCoinData) ProtoMessage ¶ added in v1.2.0
func (*CreateCoinData) ProtoMessage()
func (*CreateCoinData) ProtoReflect ¶ added in v1.2.0
func (x *CreateCoinData) ProtoReflect() protoreflect.Message
func (*CreateCoinData) Reset ¶ added in v1.2.0
func (x *CreateCoinData) Reset()
func (*CreateCoinData) String ¶ added in v1.2.0
func (x *CreateCoinData) String() string
type CreateMultisigData ¶ added in v1.2.0
type CreateMultisigData struct { Threshold uint64 `protobuf:"varint,1,opt,name=threshold,proto3" json:"threshold,omitempty"` Weights []uint64 `protobuf:"varint,2,rep,packed,name=weights,proto3" json:"weights,omitempty"` Addresses []string `protobuf:"bytes,3,rep,name=addresses,proto3" json:"addresses,omitempty"` // contains filtered or unexported fields }
func (*CreateMultisigData) Descriptor
deprecated
added in
v1.2.0
func (*CreateMultisigData) Descriptor() ([]byte, []int)
Deprecated: Use CreateMultisigData.ProtoReflect.Descriptor instead.
func (*CreateMultisigData) GetAddresses ¶ added in v1.2.0
func (x *CreateMultisigData) GetAddresses() []string
func (*CreateMultisigData) GetThreshold ¶ added in v1.2.0
func (x *CreateMultisigData) GetThreshold() uint64
func (*CreateMultisigData) GetWeights ¶ added in v1.2.0
func (x *CreateMultisigData) GetWeights() []uint64
func (*CreateMultisigData) ProtoMessage ¶ added in v1.2.0
func (*CreateMultisigData) ProtoMessage()
func (*CreateMultisigData) ProtoReflect ¶ added in v1.2.0
func (x *CreateMultisigData) ProtoReflect() protoreflect.Message
func (*CreateMultisigData) Reset ¶ added in v1.2.0
func (x *CreateMultisigData) Reset()
func (*CreateMultisigData) String ¶ added in v1.2.0
func (x *CreateMultisigData) String() string
type CreateSwapPoolData ¶ added in v1.3.0
type CreateSwapPoolData struct { Coin0 *Coin `protobuf:"bytes,1,opt,name=coin0,proto3" json:"coin0,omitempty"` Coin1 *Coin `protobuf:"bytes,2,opt,name=coin1,proto3" json:"coin1,omitempty"` Volume0 string `protobuf:"bytes,3,opt,name=volume0,proto3" json:"volume0,omitempty"` Volume1 string `protobuf:"bytes,4,opt,name=volume1,proto3" json:"volume1,omitempty"` // contains filtered or unexported fields }
func (*CreateSwapPoolData) Descriptor
deprecated
added in
v1.3.0
func (*CreateSwapPoolData) Descriptor() ([]byte, []int)
Deprecated: Use CreateSwapPoolData.ProtoReflect.Descriptor instead.
func (*CreateSwapPoolData) GetCoin0 ¶ added in v1.3.0
func (x *CreateSwapPoolData) GetCoin0() *Coin
func (*CreateSwapPoolData) GetCoin1 ¶ added in v1.3.0
func (x *CreateSwapPoolData) GetCoin1() *Coin
func (*CreateSwapPoolData) GetVolume0 ¶ added in v1.3.0
func (x *CreateSwapPoolData) GetVolume0() string
func (*CreateSwapPoolData) GetVolume1 ¶ added in v1.3.0
func (x *CreateSwapPoolData) GetVolume1() string
func (*CreateSwapPoolData) ProtoMessage ¶ added in v1.3.0
func (*CreateSwapPoolData) ProtoMessage()
func (*CreateSwapPoolData) ProtoReflect ¶ added in v1.3.0
func (x *CreateSwapPoolData) ProtoReflect() protoreflect.Message
func (*CreateSwapPoolData) Reset ¶ added in v1.3.0
func (x *CreateSwapPoolData) Reset()
func (*CreateSwapPoolData) String ¶ added in v1.3.0
func (x *CreateSwapPoolData) String() string
type CreateTokenData ¶ added in v1.3.0
type CreateTokenData struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` InitialAmount string `protobuf:"bytes,3,opt,name=initial_amount,json=initialAmount,proto3" json:"initial_amount,omitempty"` MaxSupply string `protobuf:"bytes,4,opt,name=max_supply,json=maxSupply,proto3" json:"max_supply,omitempty"` Mintable bool `protobuf:"varint,5,opt,name=mintable,proto3" json:"mintable,omitempty"` Burnable bool `protobuf:"varint,6,opt,name=burnable,proto3" json:"burnable,omitempty"` // contains filtered or unexported fields }
func (*CreateTokenData) Descriptor
deprecated
added in
v1.3.0
func (*CreateTokenData) Descriptor() ([]byte, []int)
Deprecated: Use CreateTokenData.ProtoReflect.Descriptor instead.
func (*CreateTokenData) GetBurnable ¶ added in v1.3.0
func (x *CreateTokenData) GetBurnable() bool
func (*CreateTokenData) GetInitialAmount ¶ added in v1.3.0
func (x *CreateTokenData) GetInitialAmount() string
func (*CreateTokenData) GetMaxSupply ¶ added in v1.3.0
func (x *CreateTokenData) GetMaxSupply() string
func (*CreateTokenData) GetMintable ¶ added in v1.3.0
func (x *CreateTokenData) GetMintable() bool
func (*CreateTokenData) GetName ¶ added in v1.3.0
func (x *CreateTokenData) GetName() string
func (*CreateTokenData) GetSymbol ¶ added in v1.3.0
func (x *CreateTokenData) GetSymbol() string
func (*CreateTokenData) ProtoMessage ¶ added in v1.3.0
func (*CreateTokenData) ProtoMessage()
func (*CreateTokenData) ProtoReflect ¶ added in v1.3.0
func (x *CreateTokenData) ProtoReflect() protoreflect.Message
func (*CreateTokenData) Reset ¶ added in v1.3.0
func (x *CreateTokenData) Reset()
func (*CreateTokenData) String ¶ added in v1.3.0
func (x *CreateTokenData) String() string
type DeclareCandidacyData ¶ added in v1.2.0
type DeclareCandidacyData struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` PubKey string `protobuf:"bytes,2,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` Commission uint64 `protobuf:"varint,3,opt,name=commission,proto3" json:"commission,omitempty"` Coin *Coin `protobuf:"bytes,4,opt,name=coin,proto3" json:"coin,omitempty"` Stake string `protobuf:"bytes,5,opt,name=stake,proto3" json:"stake,omitempty"` // contains filtered or unexported fields }
func (*DeclareCandidacyData) Descriptor
deprecated
added in
v1.2.0
func (*DeclareCandidacyData) Descriptor() ([]byte, []int)
Deprecated: Use DeclareCandidacyData.ProtoReflect.Descriptor instead.
func (*DeclareCandidacyData) GetAddress ¶ added in v1.2.0
func (x *DeclareCandidacyData) GetAddress() string
func (*DeclareCandidacyData) GetCoin ¶ added in v1.2.0
func (x *DeclareCandidacyData) GetCoin() *Coin
func (*DeclareCandidacyData) GetCommission ¶ added in v1.2.0
func (x *DeclareCandidacyData) GetCommission() uint64
func (*DeclareCandidacyData) GetPubKey ¶ added in v1.2.0
func (x *DeclareCandidacyData) GetPubKey() string
func (*DeclareCandidacyData) GetStake ¶ added in v1.2.0
func (x *DeclareCandidacyData) GetStake() string
func (*DeclareCandidacyData) ProtoMessage ¶ added in v1.2.0
func (*DeclareCandidacyData) ProtoMessage()
func (*DeclareCandidacyData) ProtoReflect ¶ added in v1.2.0
func (x *DeclareCandidacyData) ProtoReflect() protoreflect.Message
func (*DeclareCandidacyData) Reset ¶ added in v1.2.0
func (x *DeclareCandidacyData) Reset()
func (*DeclareCandidacyData) String ¶ added in v1.2.0
func (x *DeclareCandidacyData) String() string
type DelegateData ¶ added in v1.2.0
type DelegateData struct { PubKey string `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` Coin *Coin `protobuf:"bytes,2,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*DelegateData) Descriptor
deprecated
added in
v1.2.0
func (*DelegateData) Descriptor() ([]byte, []int)
Deprecated: Use DelegateData.ProtoReflect.Descriptor instead.
func (*DelegateData) GetCoin ¶ added in v1.2.0
func (x *DelegateData) GetCoin() *Coin
func (*DelegateData) GetPubKey ¶ added in v1.2.0
func (x *DelegateData) GetPubKey() string
func (*DelegateData) GetValue ¶ added in v1.2.0
func (x *DelegateData) GetValue() string
func (*DelegateData) ProtoMessage ¶ added in v1.2.0
func (*DelegateData) ProtoMessage()
func (*DelegateData) ProtoReflect ¶ added in v1.2.0
func (x *DelegateData) ProtoReflect() protoreflect.Message
func (*DelegateData) Reset ¶ added in v1.2.0
func (x *DelegateData) Reset()
func (*DelegateData) String ¶ added in v1.2.0
func (x *DelegateData) String() string
type EditCandidateCommission ¶ added in v1.3.0
type EditCandidateCommission struct { PubKey string `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` Commission uint64 `protobuf:"varint,2,opt,name=commission,proto3" json:"commission,omitempty"` // contains filtered or unexported fields }
func (*EditCandidateCommission) Descriptor
deprecated
added in
v1.3.0
func (*EditCandidateCommission) Descriptor() ([]byte, []int)
Deprecated: Use EditCandidateCommission.ProtoReflect.Descriptor instead.
func (*EditCandidateCommission) GetCommission ¶ added in v1.3.0
func (x *EditCandidateCommission) GetCommission() uint64
func (*EditCandidateCommission) GetPubKey ¶ added in v1.3.0
func (x *EditCandidateCommission) GetPubKey() string
func (*EditCandidateCommission) ProtoMessage ¶ added in v1.3.0
func (*EditCandidateCommission) ProtoMessage()
func (*EditCandidateCommission) ProtoReflect ¶ added in v1.3.0
func (x *EditCandidateCommission) ProtoReflect() protoreflect.Message
func (*EditCandidateCommission) Reset ¶ added in v1.3.0
func (x *EditCandidateCommission) Reset()
func (*EditCandidateCommission) String ¶ added in v1.3.0
func (x *EditCandidateCommission) String() string
type EditCandidateData ¶ added in v1.2.0
type EditCandidateData struct { PubKey string `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` RewardAddress string `protobuf:"bytes,3,opt,name=reward_address,json=rewardAddress,proto3" json:"reward_address,omitempty"` OwnerAddress string `protobuf:"bytes,4,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` ControlAddress string `protobuf:"bytes,5,opt,name=control_address,json=controlAddress,proto3" json:"control_address,omitempty"` // contains filtered or unexported fields }
func (*EditCandidateData) Descriptor
deprecated
added in
v1.2.0
func (*EditCandidateData) Descriptor() ([]byte, []int)
Deprecated: Use EditCandidateData.ProtoReflect.Descriptor instead.
func (*EditCandidateData) GetControlAddress ¶ added in v1.2.0
func (x *EditCandidateData) GetControlAddress() string
func (*EditCandidateData) GetOwnerAddress ¶ added in v1.2.0
func (x *EditCandidateData) GetOwnerAddress() string
func (*EditCandidateData) GetPubKey ¶ added in v1.2.0
func (x *EditCandidateData) GetPubKey() string
func (*EditCandidateData) GetRewardAddress ¶ added in v1.2.0
func (x *EditCandidateData) GetRewardAddress() string
func (*EditCandidateData) ProtoMessage ¶ added in v1.2.0
func (*EditCandidateData) ProtoMessage()
func (*EditCandidateData) ProtoReflect ¶ added in v1.2.0
func (x *EditCandidateData) ProtoReflect() protoreflect.Message
func (*EditCandidateData) Reset ¶ added in v1.2.0
func (x *EditCandidateData) Reset()
func (*EditCandidateData) String ¶ added in v1.2.0
func (x *EditCandidateData) String() string
type EditCandidatePublicKeyData ¶ added in v1.2.0
type EditCandidatePublicKeyData struct { PubKey string `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` NewPubKey string `protobuf:"bytes,2,opt,name=new_pub_key,json=newPubKey,proto3" json:"new_pub_key,omitempty"` // contains filtered or unexported fields }
func (*EditCandidatePublicKeyData) Descriptor
deprecated
added in
v1.2.0
func (*EditCandidatePublicKeyData) Descriptor() ([]byte, []int)
Deprecated: Use EditCandidatePublicKeyData.ProtoReflect.Descriptor instead.
func (*EditCandidatePublicKeyData) GetNewPubKey ¶ added in v1.2.0
func (x *EditCandidatePublicKeyData) GetNewPubKey() string
func (*EditCandidatePublicKeyData) GetPubKey ¶ added in v1.2.0
func (x *EditCandidatePublicKeyData) GetPubKey() string
func (*EditCandidatePublicKeyData) ProtoMessage ¶ added in v1.2.0
func (*EditCandidatePublicKeyData) ProtoMessage()
func (*EditCandidatePublicKeyData) ProtoReflect ¶ added in v1.2.0
func (x *EditCandidatePublicKeyData) ProtoReflect() protoreflect.Message
func (*EditCandidatePublicKeyData) Reset ¶ added in v1.2.0
func (x *EditCandidatePublicKeyData) Reset()
func (*EditCandidatePublicKeyData) String ¶ added in v1.2.0
func (x *EditCandidatePublicKeyData) String() string
type EditCoinOwnerData ¶ added in v1.2.0
type EditCoinOwnerData struct { Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"` NewOwner string `protobuf:"bytes,2,opt,name=new_owner,json=newOwner,proto3" json:"new_owner,omitempty"` // contains filtered or unexported fields }
func (*EditCoinOwnerData) Descriptor
deprecated
added in
v1.2.0
func (*EditCoinOwnerData) Descriptor() ([]byte, []int)
Deprecated: Use EditCoinOwnerData.ProtoReflect.Descriptor instead.
func (*EditCoinOwnerData) GetNewOwner ¶ added in v1.2.0
func (x *EditCoinOwnerData) GetNewOwner() string
func (*EditCoinOwnerData) GetSymbol ¶ added in v1.2.0
func (x *EditCoinOwnerData) GetSymbol() string
func (*EditCoinOwnerData) ProtoMessage ¶ added in v1.2.0
func (*EditCoinOwnerData) ProtoMessage()
func (*EditCoinOwnerData) ProtoReflect ¶ added in v1.2.0
func (x *EditCoinOwnerData) ProtoReflect() protoreflect.Message
func (*EditCoinOwnerData) Reset ¶ added in v1.2.0
func (x *EditCoinOwnerData) Reset()
func (*EditCoinOwnerData) String ¶ added in v1.2.0
func (x *EditCoinOwnerData) String() string
type EditMultisigData ¶ added in v1.2.0
type EditMultisigData struct { Threshold uint64 `protobuf:"varint,1,opt,name=threshold,proto3" json:"threshold,omitempty"` Weights []uint64 `protobuf:"varint,2,rep,packed,name=weights,proto3" json:"weights,omitempty"` Addresses []string `protobuf:"bytes,3,rep,name=addresses,proto3" json:"addresses,omitempty"` // contains filtered or unexported fields }
func (*EditMultisigData) Descriptor
deprecated
added in
v1.2.0
func (*EditMultisigData) Descriptor() ([]byte, []int)
Deprecated: Use EditMultisigData.ProtoReflect.Descriptor instead.
func (*EditMultisigData) GetAddresses ¶ added in v1.2.0
func (x *EditMultisigData) GetAddresses() []string
func (*EditMultisigData) GetThreshold ¶ added in v1.2.0
func (x *EditMultisigData) GetThreshold() uint64
func (*EditMultisigData) GetWeights ¶ added in v1.2.0
func (x *EditMultisigData) GetWeights() []uint64
func (*EditMultisigData) ProtoMessage ¶ added in v1.2.0
func (*EditMultisigData) ProtoMessage()
func (*EditMultisigData) ProtoReflect ¶ added in v1.2.0
func (x *EditMultisigData) ProtoReflect() protoreflect.Message
func (*EditMultisigData) Reset ¶ added in v1.2.0
func (x *EditMultisigData) Reset()
func (*EditMultisigData) String ¶ added in v1.2.0
func (x *EditMultisigData) String() string
type ErrorBody ¶ added in v1.2.0
type ErrorBody struct { Error *ErrorBody_Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*ErrorBody) Descriptor
deprecated
added in
v1.2.0
func (*ErrorBody) GetError ¶ added in v1.2.0
func (x *ErrorBody) GetError() *ErrorBody_Error
func (*ErrorBody) ProtoMessage ¶ added in v1.2.0
func (*ErrorBody) ProtoMessage()
func (*ErrorBody) ProtoReflect ¶ added in v1.2.0
func (x *ErrorBody) ProtoReflect() protoreflect.Message
type ErrorBody_Error ¶ added in v1.2.0
type ErrorBody_Error struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Data map[string]string `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ErrorBody_Error) Descriptor
deprecated
added in
v1.2.0
func (*ErrorBody_Error) Descriptor() ([]byte, []int)
Deprecated: Use ErrorBody_Error.ProtoReflect.Descriptor instead.
func (*ErrorBody_Error) GetCode ¶ added in v1.2.0
func (x *ErrorBody_Error) GetCode() string
func (*ErrorBody_Error) GetData ¶ added in v1.2.0
func (x *ErrorBody_Error) GetData() map[string]string
func (*ErrorBody_Error) GetMessage ¶ added in v1.2.0
func (x *ErrorBody_Error) GetMessage() string
func (*ErrorBody_Error) ProtoMessage ¶ added in v1.2.0
func (*ErrorBody_Error) ProtoMessage()
func (*ErrorBody_Error) ProtoReflect ¶ added in v1.2.0
func (x *ErrorBody_Error) ProtoReflect() protoreflect.Message
func (*ErrorBody_Error) Reset ¶ added in v1.2.0
func (x *ErrorBody_Error) Reset()
func (*ErrorBody_Error) String ¶ added in v1.2.0
func (x *ErrorBody_Error) String() string
type EstimateCoinBuyRequest ¶
type EstimateCoinBuyRequest struct { // Types that are assignable to Buy: // *EstimateCoinBuyRequest_CoinIdToBuy // *EstimateCoinBuyRequest_CoinToBuy Buy isEstimateCoinBuyRequest_Buy `protobuf_oneof:"buy"` // Types that are assignable to Sell: // *EstimateCoinBuyRequest_CoinIdToSell // *EstimateCoinBuyRequest_CoinToSell Sell isEstimateCoinBuyRequest_Sell `protobuf_oneof:"sell"` ValueToBuy string `protobuf:"bytes,3,opt,name=value_to_buy,json=valueToBuy,proto3" json:"value_to_buy,omitempty"` Height uint64 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"` // Types that are assignable to Commission: // *EstimateCoinBuyRequest_CoinIdCommission // *EstimateCoinBuyRequest_CoinCommission Commission isEstimateCoinBuyRequest_Commission `protobuf_oneof:"commission"` SwapFrom SwapFrom `protobuf:"varint,8,opt,name=swap_from,json=swapFrom,proto3,enum=api_pb.SwapFrom" json:"swap_from,omitempty"` Route []uint64 `protobuf:"varint,11,rep,packed,name=route,proto3" json:"route,omitempty"` // contains filtered or unexported fields }
func (*EstimateCoinBuyRequest) Descriptor
deprecated
func (*EstimateCoinBuyRequest) Descriptor() ([]byte, []int)
Deprecated: Use EstimateCoinBuyRequest.ProtoReflect.Descriptor instead.
func (*EstimateCoinBuyRequest) GetBuy ¶ added in v1.2.0
func (m *EstimateCoinBuyRequest) GetBuy() isEstimateCoinBuyRequest_Buy
func (*EstimateCoinBuyRequest) GetCoinCommission ¶ added in v1.3.0
func (x *EstimateCoinBuyRequest) GetCoinCommission() string
func (*EstimateCoinBuyRequest) GetCoinIdCommission ¶ added in v1.3.0
func (x *EstimateCoinBuyRequest) GetCoinIdCommission() uint64
func (*EstimateCoinBuyRequest) GetCoinIdToBuy ¶ added in v1.2.0
func (x *EstimateCoinBuyRequest) GetCoinIdToBuy() uint64
func (*EstimateCoinBuyRequest) GetCoinIdToSell ¶ added in v1.2.0
func (x *EstimateCoinBuyRequest) GetCoinIdToSell() uint64
func (*EstimateCoinBuyRequest) GetCoinToBuy ¶
func (x *EstimateCoinBuyRequest) GetCoinToBuy() string
func (*EstimateCoinBuyRequest) GetCoinToSell ¶
func (x *EstimateCoinBuyRequest) GetCoinToSell() string
func (*EstimateCoinBuyRequest) GetCommission ¶ added in v1.3.0
func (m *EstimateCoinBuyRequest) GetCommission() isEstimateCoinBuyRequest_Commission
func (*EstimateCoinBuyRequest) GetHeight ¶
func (x *EstimateCoinBuyRequest) GetHeight() uint64
func (*EstimateCoinBuyRequest) GetRoute ¶ added in v1.3.0
func (x *EstimateCoinBuyRequest) GetRoute() []uint64
func (*EstimateCoinBuyRequest) GetSell ¶ added in v1.2.0
func (m *EstimateCoinBuyRequest) GetSell() isEstimateCoinBuyRequest_Sell
func (*EstimateCoinBuyRequest) GetSwapFrom ¶ added in v1.3.0
func (x *EstimateCoinBuyRequest) GetSwapFrom() SwapFrom
func (*EstimateCoinBuyRequest) GetValueToBuy ¶
func (x *EstimateCoinBuyRequest) GetValueToBuy() string
func (*EstimateCoinBuyRequest) ProtoMessage ¶
func (*EstimateCoinBuyRequest) ProtoMessage()
func (*EstimateCoinBuyRequest) ProtoReflect ¶ added in v1.2.0
func (x *EstimateCoinBuyRequest) ProtoReflect() protoreflect.Message
func (*EstimateCoinBuyRequest) Reset ¶
func (x *EstimateCoinBuyRequest) Reset()
func (*EstimateCoinBuyRequest) String ¶
func (x *EstimateCoinBuyRequest) String() string
type EstimateCoinBuyRequest_CoinCommission ¶ added in v1.3.0
type EstimateCoinBuyRequest_CoinCommission struct {
CoinCommission string `protobuf:"bytes,10,opt,name=coin_commission,json=coinCommission,proto3,oneof"`
}
type EstimateCoinBuyRequest_CoinIdCommission ¶ added in v1.3.0
type EstimateCoinBuyRequest_CoinIdCommission struct {
CoinIdCommission uint64 `protobuf:"varint,9,opt,name=coin_id_commission,json=coinIdCommission,proto3,oneof"`
}
type EstimateCoinBuyRequest_CoinIdToBuy ¶ added in v1.2.0
type EstimateCoinBuyRequest_CoinIdToBuy struct {
CoinIdToBuy uint64 `protobuf:"varint,1,opt,name=coin_id_to_buy,json=coinIdToBuy,proto3,oneof"`
}
type EstimateCoinBuyRequest_CoinIdToSell ¶ added in v1.2.0
type EstimateCoinBuyRequest_CoinIdToSell struct {
CoinIdToSell uint64 `protobuf:"varint,2,opt,name=coin_id_to_sell,json=coinIdToSell,proto3,oneof"`
}
type EstimateCoinBuyRequest_CoinToBuy ¶ added in v1.2.0
type EstimateCoinBuyRequest_CoinToBuy struct {
CoinToBuy string `protobuf:"bytes,5,opt,name=coin_to_buy,json=coinToBuy,proto3,oneof"`
}
type EstimateCoinBuyRequest_CoinToSell ¶ added in v1.2.0
type EstimateCoinBuyRequest_CoinToSell struct {
CoinToSell string `protobuf:"bytes,6,opt,name=coin_to_sell,json=coinToSell,proto3,oneof"`
}
type EstimateCoinBuyResponse ¶
type EstimateCoinBuyResponse struct { WillPay string `protobuf:"bytes,1,opt,name=will_pay,json=willPay,proto3" json:"will_pay,omitempty"` Commission string `protobuf:"bytes,2,opt,name=commission,proto3" json:"commission,omitempty"` SwapFrom SwapFrom `protobuf:"varint,3,opt,name=swap_from,json=swapFrom,proto3,enum=api_pb.SwapFrom" json:"swap_from,omitempty"` // contains filtered or unexported fields }
func (*EstimateCoinBuyResponse) Descriptor
deprecated
func (*EstimateCoinBuyResponse) Descriptor() ([]byte, []int)
Deprecated: Use EstimateCoinBuyResponse.ProtoReflect.Descriptor instead.
func (*EstimateCoinBuyResponse) GetCommission ¶
func (x *EstimateCoinBuyResponse) GetCommission() string
func (*EstimateCoinBuyResponse) GetSwapFrom ¶ added in v1.3.0
func (x *EstimateCoinBuyResponse) GetSwapFrom() SwapFrom
func (*EstimateCoinBuyResponse) GetWillPay ¶
func (x *EstimateCoinBuyResponse) GetWillPay() string
func (*EstimateCoinBuyResponse) ProtoMessage ¶
func (*EstimateCoinBuyResponse) ProtoMessage()
func (*EstimateCoinBuyResponse) ProtoReflect ¶ added in v1.2.0
func (x *EstimateCoinBuyResponse) ProtoReflect() protoreflect.Message
func (*EstimateCoinBuyResponse) Reset ¶
func (x *EstimateCoinBuyResponse) Reset()
func (*EstimateCoinBuyResponse) String ¶
func (x *EstimateCoinBuyResponse) String() string
type EstimateCoinSellAllRequest ¶
type EstimateCoinSellAllRequest struct { // Types that are assignable to Buy: // *EstimateCoinSellAllRequest_CoinIdToBuy // *EstimateCoinSellAllRequest_CoinToBuy Buy isEstimateCoinSellAllRequest_Buy `protobuf_oneof:"buy"` // Types that are assignable to Sell: // *EstimateCoinSellAllRequest_CoinIdToSell // *EstimateCoinSellAllRequest_CoinToSell Sell isEstimateCoinSellAllRequest_Sell `protobuf_oneof:"sell"` ValueToSell string `protobuf:"bytes,3,opt,name=value_to_sell,json=valueToSell,proto3" json:"value_to_sell,omitempty"` GasPrice uint64 `protobuf:"varint,4,opt,name=gas_price,json=gasPrice,proto3" json:"gas_price,omitempty"` Height uint64 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"` SwapFrom SwapFrom `protobuf:"varint,8,opt,name=swap_from,json=swapFrom,proto3,enum=api_pb.SwapFrom" json:"swap_from,omitempty"` Route []uint64 `protobuf:"varint,11,rep,packed,name=route,proto3" json:"route,omitempty"` // contains filtered or unexported fields }
func (*EstimateCoinSellAllRequest) Descriptor
deprecated
func (*EstimateCoinSellAllRequest) Descriptor() ([]byte, []int)
Deprecated: Use EstimateCoinSellAllRequest.ProtoReflect.Descriptor instead.
func (*EstimateCoinSellAllRequest) GetBuy ¶ added in v1.2.0
func (m *EstimateCoinSellAllRequest) GetBuy() isEstimateCoinSellAllRequest_Buy
func (*EstimateCoinSellAllRequest) GetCoinIdToBuy ¶ added in v1.2.0
func (x *EstimateCoinSellAllRequest) GetCoinIdToBuy() uint64
func (*EstimateCoinSellAllRequest) GetCoinIdToSell ¶ added in v1.2.0
func (x *EstimateCoinSellAllRequest) GetCoinIdToSell() uint64
func (*EstimateCoinSellAllRequest) GetCoinToBuy ¶
func (x *EstimateCoinSellAllRequest) GetCoinToBuy() string
func (*EstimateCoinSellAllRequest) GetCoinToSell ¶
func (x *EstimateCoinSellAllRequest) GetCoinToSell() string
func (*EstimateCoinSellAllRequest) GetGasPrice ¶
func (x *EstimateCoinSellAllRequest) GetGasPrice() uint64
func (*EstimateCoinSellAllRequest) GetHeight ¶
func (x *EstimateCoinSellAllRequest) GetHeight() uint64
func (*EstimateCoinSellAllRequest) GetRoute ¶ added in v1.3.0
func (x *EstimateCoinSellAllRequest) GetRoute() []uint64
func (*EstimateCoinSellAllRequest) GetSell ¶ added in v1.2.0
func (m *EstimateCoinSellAllRequest) GetSell() isEstimateCoinSellAllRequest_Sell
func (*EstimateCoinSellAllRequest) GetSwapFrom ¶ added in v1.3.0
func (x *EstimateCoinSellAllRequest) GetSwapFrom() SwapFrom
func (*EstimateCoinSellAllRequest) GetValueToSell ¶
func (x *EstimateCoinSellAllRequest) GetValueToSell() string
func (*EstimateCoinSellAllRequest) ProtoMessage ¶
func (*EstimateCoinSellAllRequest) ProtoMessage()
func (*EstimateCoinSellAllRequest) ProtoReflect ¶ added in v1.2.0
func (x *EstimateCoinSellAllRequest) ProtoReflect() protoreflect.Message
func (*EstimateCoinSellAllRequest) Reset ¶
func (x *EstimateCoinSellAllRequest) Reset()
func (*EstimateCoinSellAllRequest) String ¶
func (x *EstimateCoinSellAllRequest) String() string
type EstimateCoinSellAllRequest_CoinIdToBuy ¶ added in v1.2.0
type EstimateCoinSellAllRequest_CoinIdToBuy struct {
CoinIdToBuy uint64 `protobuf:"varint,1,opt,name=coin_id_to_buy,json=coinIdToBuy,proto3,oneof"`
}
type EstimateCoinSellAllRequest_CoinIdToSell ¶ added in v1.2.0
type EstimateCoinSellAllRequest_CoinIdToSell struct {
CoinIdToSell uint64 `protobuf:"varint,2,opt,name=coin_id_to_sell,json=coinIdToSell,proto3,oneof"`
}
type EstimateCoinSellAllRequest_CoinToBuy ¶ added in v1.2.0
type EstimateCoinSellAllRequest_CoinToBuy struct {
CoinToBuy string `protobuf:"bytes,7,opt,name=coin_to_buy,json=coinToBuy,proto3,oneof"`
}
type EstimateCoinSellAllRequest_CoinToSell ¶ added in v1.2.0
type EstimateCoinSellAllRequest_CoinToSell struct {
CoinToSell string `protobuf:"bytes,6,opt,name=coin_to_sell,json=coinToSell,proto3,oneof"`
}
type EstimateCoinSellAllResponse ¶
type EstimateCoinSellAllResponse struct { WillGet string `protobuf:"bytes,1,opt,name=will_get,json=willGet,proto3" json:"will_get,omitempty"` SwapFrom SwapFrom `protobuf:"varint,2,opt,name=swap_from,json=swapFrom,proto3,enum=api_pb.SwapFrom" json:"swap_from,omitempty"` // contains filtered or unexported fields }
func (*EstimateCoinSellAllResponse) Descriptor
deprecated
func (*EstimateCoinSellAllResponse) Descriptor() ([]byte, []int)
Deprecated: Use EstimateCoinSellAllResponse.ProtoReflect.Descriptor instead.
func (*EstimateCoinSellAllResponse) GetSwapFrom ¶ added in v1.3.0
func (x *EstimateCoinSellAllResponse) GetSwapFrom() SwapFrom
func (*EstimateCoinSellAllResponse) GetWillGet ¶
func (x *EstimateCoinSellAllResponse) GetWillGet() string
func (*EstimateCoinSellAllResponse) ProtoMessage ¶
func (*EstimateCoinSellAllResponse) ProtoMessage()
func (*EstimateCoinSellAllResponse) ProtoReflect ¶ added in v1.2.0
func (x *EstimateCoinSellAllResponse) ProtoReflect() protoreflect.Message
func (*EstimateCoinSellAllResponse) Reset ¶
func (x *EstimateCoinSellAllResponse) Reset()
func (*EstimateCoinSellAllResponse) String ¶
func (x *EstimateCoinSellAllResponse) String() string
type EstimateCoinSellRequest ¶
type EstimateCoinSellRequest struct { // Types that are assignable to Buy: // *EstimateCoinSellRequest_CoinIdToBuy // *EstimateCoinSellRequest_CoinToBuy Buy isEstimateCoinSellRequest_Buy `protobuf_oneof:"buy"` // Types that are assignable to Sell: // *EstimateCoinSellRequest_CoinIdToSell // *EstimateCoinSellRequest_CoinToSell Sell isEstimateCoinSellRequest_Sell `protobuf_oneof:"sell"` ValueToSell string `protobuf:"bytes,3,opt,name=value_to_sell,json=valueToSell,proto3" json:"value_to_sell,omitempty"` Height uint64 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"` // Types that are assignable to Commission: // *EstimateCoinSellRequest_CoinIdCommission // *EstimateCoinSellRequest_CoinCommission Commission isEstimateCoinSellRequest_Commission `protobuf_oneof:"commission"` SwapFrom SwapFrom `protobuf:"varint,8,opt,name=swap_from,json=swapFrom,proto3,enum=api_pb.SwapFrom" json:"swap_from,omitempty"` Route []uint64 `protobuf:"varint,11,rep,packed,name=route,proto3" json:"route,omitempty"` // contains filtered or unexported fields }
func (*EstimateCoinSellRequest) Descriptor
deprecated
func (*EstimateCoinSellRequest) Descriptor() ([]byte, []int)
Deprecated: Use EstimateCoinSellRequest.ProtoReflect.Descriptor instead.
func (*EstimateCoinSellRequest) GetBuy ¶ added in v1.2.0
func (m *EstimateCoinSellRequest) GetBuy() isEstimateCoinSellRequest_Buy
func (*EstimateCoinSellRequest) GetCoinCommission ¶ added in v1.3.0
func (x *EstimateCoinSellRequest) GetCoinCommission() string
func (*EstimateCoinSellRequest) GetCoinIdCommission ¶ added in v1.3.0
func (x *EstimateCoinSellRequest) GetCoinIdCommission() uint64
func (*EstimateCoinSellRequest) GetCoinIdToBuy ¶ added in v1.2.0
func (x *EstimateCoinSellRequest) GetCoinIdToBuy() uint64
func (*EstimateCoinSellRequest) GetCoinIdToSell ¶ added in v1.2.0
func (x *EstimateCoinSellRequest) GetCoinIdToSell() uint64
func (*EstimateCoinSellRequest) GetCoinToBuy ¶
func (x *EstimateCoinSellRequest) GetCoinToBuy() string
func (*EstimateCoinSellRequest) GetCoinToSell ¶
func (x *EstimateCoinSellRequest) GetCoinToSell() string
func (*EstimateCoinSellRequest) GetCommission ¶ added in v1.3.0
func (m *EstimateCoinSellRequest) GetCommission() isEstimateCoinSellRequest_Commission
func (*EstimateCoinSellRequest) GetHeight ¶
func (x *EstimateCoinSellRequest) GetHeight() uint64
func (*EstimateCoinSellRequest) GetRoute ¶ added in v1.3.0
func (x *EstimateCoinSellRequest) GetRoute() []uint64
func (*EstimateCoinSellRequest) GetSell ¶ added in v1.2.0
func (m *EstimateCoinSellRequest) GetSell() isEstimateCoinSellRequest_Sell
func (*EstimateCoinSellRequest) GetSwapFrom ¶ added in v1.3.0
func (x *EstimateCoinSellRequest) GetSwapFrom() SwapFrom
func (*EstimateCoinSellRequest) GetValueToSell ¶
func (x *EstimateCoinSellRequest) GetValueToSell() string
func (*EstimateCoinSellRequest) ProtoMessage ¶
func (*EstimateCoinSellRequest) ProtoMessage()
func (*EstimateCoinSellRequest) ProtoReflect ¶ added in v1.2.0
func (x *EstimateCoinSellRequest) ProtoReflect() protoreflect.Message
func (*EstimateCoinSellRequest) Reset ¶
func (x *EstimateCoinSellRequest) Reset()
func (*EstimateCoinSellRequest) String ¶
func (x *EstimateCoinSellRequest) String() string
type EstimateCoinSellRequest_CoinCommission ¶ added in v1.3.0
type EstimateCoinSellRequest_CoinCommission struct {
CoinCommission string `protobuf:"bytes,10,opt,name=coin_commission,json=coinCommission,proto3,oneof"`
}
type EstimateCoinSellRequest_CoinIdCommission ¶ added in v1.3.0
type EstimateCoinSellRequest_CoinIdCommission struct {
CoinIdCommission uint64 `protobuf:"varint,9,opt,name=coin_id_commission,json=coinIdCommission,proto3,oneof"`
}
type EstimateCoinSellRequest_CoinIdToBuy ¶ added in v1.2.0
type EstimateCoinSellRequest_CoinIdToBuy struct {
CoinIdToBuy uint64 `protobuf:"varint,1,opt,name=coin_id_to_buy,json=coinIdToBuy,proto3,oneof"`
}
type EstimateCoinSellRequest_CoinIdToSell ¶ added in v1.2.0
type EstimateCoinSellRequest_CoinIdToSell struct {
CoinIdToSell uint64 `protobuf:"varint,2,opt,name=coin_id_to_sell,json=coinIdToSell,proto3,oneof"`
}
type EstimateCoinSellRequest_CoinToBuy ¶ added in v1.2.0
type EstimateCoinSellRequest_CoinToBuy struct {
CoinToBuy string `protobuf:"bytes,5,opt,name=coin_to_buy,json=coinToBuy,proto3,oneof"`
}
type EstimateCoinSellRequest_CoinToSell ¶ added in v1.2.0
type EstimateCoinSellRequest_CoinToSell struct {
CoinToSell string `protobuf:"bytes,6,opt,name=coin_to_sell,json=coinToSell,proto3,oneof"`
}
type EstimateCoinSellResponse ¶
type EstimateCoinSellResponse struct { WillGet string `protobuf:"bytes,1,opt,name=will_get,json=willGet,proto3" json:"will_get,omitempty"` Commission string `protobuf:"bytes,2,opt,name=commission,proto3" json:"commission,omitempty"` SwapFrom SwapFrom `protobuf:"varint,3,opt,name=swap_from,json=swapFrom,proto3,enum=api_pb.SwapFrom" json:"swap_from,omitempty"` // contains filtered or unexported fields }
func (*EstimateCoinSellResponse) Descriptor
deprecated
func (*EstimateCoinSellResponse) Descriptor() ([]byte, []int)
Deprecated: Use EstimateCoinSellResponse.ProtoReflect.Descriptor instead.
func (*EstimateCoinSellResponse) GetCommission ¶
func (x *EstimateCoinSellResponse) GetCommission() string
func (*EstimateCoinSellResponse) GetSwapFrom ¶ added in v1.3.0
func (x *EstimateCoinSellResponse) GetSwapFrom() SwapFrom
func (*EstimateCoinSellResponse) GetWillGet ¶
func (x *EstimateCoinSellResponse) GetWillGet() string
func (*EstimateCoinSellResponse) ProtoMessage ¶
func (*EstimateCoinSellResponse) ProtoMessage()
func (*EstimateCoinSellResponse) ProtoReflect ¶ added in v1.2.0
func (x *EstimateCoinSellResponse) ProtoReflect() protoreflect.Message
func (*EstimateCoinSellResponse) Reset ¶
func (x *EstimateCoinSellResponse) Reset()
func (*EstimateCoinSellResponse) String ¶
func (x *EstimateCoinSellResponse) String() string
type EstimateTxCommissionRequest ¶
type EstimateTxCommissionRequest struct { Tx string `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*EstimateTxCommissionRequest) Descriptor
deprecated
func (*EstimateTxCommissionRequest) Descriptor() ([]byte, []int)
Deprecated: Use EstimateTxCommissionRequest.ProtoReflect.Descriptor instead.
func (*EstimateTxCommissionRequest) GetHeight ¶
func (x *EstimateTxCommissionRequest) GetHeight() uint64
func (*EstimateTxCommissionRequest) GetTx ¶
func (x *EstimateTxCommissionRequest) GetTx() string
func (*EstimateTxCommissionRequest) ProtoMessage ¶
func (*EstimateTxCommissionRequest) ProtoMessage()
func (*EstimateTxCommissionRequest) ProtoReflect ¶ added in v1.2.0
func (x *EstimateTxCommissionRequest) ProtoReflect() protoreflect.Message
func (*EstimateTxCommissionRequest) Reset ¶
func (x *EstimateTxCommissionRequest) Reset()
func (*EstimateTxCommissionRequest) String ¶
func (x *EstimateTxCommissionRequest) String() string
type EstimateTxCommissionResponse ¶
type EstimateTxCommissionResponse struct { Commission string `protobuf:"bytes,1,opt,name=commission,proto3" json:"commission,omitempty"` // contains filtered or unexported fields }
func (*EstimateTxCommissionResponse) Descriptor
deprecated
func (*EstimateTxCommissionResponse) Descriptor() ([]byte, []int)
Deprecated: Use EstimateTxCommissionResponse.ProtoReflect.Descriptor instead.
func (*EstimateTxCommissionResponse) GetCommission ¶
func (x *EstimateTxCommissionResponse) GetCommission() string
func (*EstimateTxCommissionResponse) ProtoMessage ¶
func (*EstimateTxCommissionResponse) ProtoMessage()
func (*EstimateTxCommissionResponse) ProtoReflect ¶ added in v1.2.0
func (x *EstimateTxCommissionResponse) ProtoReflect() protoreflect.Message
func (*EstimateTxCommissionResponse) Reset ¶
func (x *EstimateTxCommissionResponse) Reset()
func (*EstimateTxCommissionResponse) String ¶
func (x *EstimateTxCommissionResponse) String() string
type EventsRequest ¶
type EventsRequest struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` // Array of public keys of validators and wallet addresses of delegators for filtering Search []string `protobuf:"bytes,2,rep,name=search,proto3" json:"search,omitempty"` // contains filtered or unexported fields }
func (*EventsRequest) Descriptor
deprecated
func (*EventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventsRequest.ProtoReflect.Descriptor instead.
func (*EventsRequest) GetHeight ¶
func (x *EventsRequest) GetHeight() uint64
func (*EventsRequest) GetSearch ¶ added in v1.2.0
func (x *EventsRequest) GetSearch() []string
func (*EventsRequest) ProtoMessage ¶
func (*EventsRequest) ProtoMessage()
func (*EventsRequest) ProtoReflect ¶ added in v1.2.0
func (x *EventsRequest) ProtoReflect() protoreflect.Message
func (*EventsRequest) Reset ¶
func (x *EventsRequest) Reset()
func (*EventsRequest) String ¶
func (x *EventsRequest) String() string
type EventsResponse ¶
type EventsResponse struct { Events []*structpb.Struct `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"` // contains filtered or unexported fields }
func (*EventsResponse) Descriptor
deprecated
func (*EventsResponse) Descriptor() ([]byte, []int)
Deprecated: Use EventsResponse.ProtoReflect.Descriptor instead.
func (*EventsResponse) GetEvents ¶
func (x *EventsResponse) GetEvents() []*structpb.Struct
func (*EventsResponse) ProtoMessage ¶
func (*EventsResponse) ProtoMessage()
func (*EventsResponse) ProtoReflect ¶ added in v1.2.0
func (x *EventsResponse) ProtoReflect() protoreflect.Message
func (*EventsResponse) Reset ¶
func (x *EventsResponse) Reset()
func (*EventsResponse) String ¶
func (x *EventsResponse) String() string
type FrozenAllRequest ¶ added in v1.6.0
type FrozenAllRequest struct { StartHeight uint64 `protobuf:"varint,1,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` EndHeight uint64 `protobuf:"varint,2,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"` Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` Addresses []string `protobuf:"bytes,4,rep,name=addresses,proto3" json:"addresses,omitempty"` CoinIds []uint64 `protobuf:"varint,5,rep,packed,name=coin_ids,json=coinIds,proto3" json:"coin_ids,omitempty"` // contains filtered or unexported fields }
func (*FrozenAllRequest) Descriptor
deprecated
added in
v1.6.0
func (*FrozenAllRequest) Descriptor() ([]byte, []int)
Deprecated: Use FrozenAllRequest.ProtoReflect.Descriptor instead.
func (*FrozenAllRequest) GetAddresses ¶ added in v1.6.0
func (x *FrozenAllRequest) GetAddresses() []string
func (*FrozenAllRequest) GetCoinIds ¶ added in v1.6.0
func (x *FrozenAllRequest) GetCoinIds() []uint64
func (*FrozenAllRequest) GetEndHeight ¶ added in v1.6.0
func (x *FrozenAllRequest) GetEndHeight() uint64
func (*FrozenAllRequest) GetHeight ¶ added in v1.6.0
func (x *FrozenAllRequest) GetHeight() uint64
func (*FrozenAllRequest) GetStartHeight ¶ added in v1.6.0
func (x *FrozenAllRequest) GetStartHeight() uint64
func (*FrozenAllRequest) ProtoMessage ¶ added in v1.6.0
func (*FrozenAllRequest) ProtoMessage()
func (*FrozenAllRequest) ProtoReflect ¶ added in v1.6.0
func (x *FrozenAllRequest) ProtoReflect() protoreflect.Message
func (*FrozenAllRequest) Reset ¶ added in v1.6.0
func (x *FrozenAllRequest) Reset()
func (*FrozenAllRequest) String ¶ added in v1.6.0
func (x *FrozenAllRequest) String() string
type FrozenRequest ¶ added in v1.2.0
type FrozenRequest struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` CoinId *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=coin_id,json=coinId,proto3" json:"coin_id,omitempty"` Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*FrozenRequest) Descriptor
deprecated
added in
v1.2.0
func (*FrozenRequest) Descriptor() ([]byte, []int)
Deprecated: Use FrozenRequest.ProtoReflect.Descriptor instead.
func (*FrozenRequest) GetAddress ¶ added in v1.2.0
func (x *FrozenRequest) GetAddress() string
func (*FrozenRequest) GetCoinId ¶ added in v1.2.0
func (x *FrozenRequest) GetCoinId() *wrapperspb.UInt64Value
func (*FrozenRequest) GetHeight ¶ added in v1.3.0
func (x *FrozenRequest) GetHeight() uint64
func (*FrozenRequest) ProtoMessage ¶ added in v1.2.0
func (*FrozenRequest) ProtoMessage()
func (*FrozenRequest) ProtoReflect ¶ added in v1.2.0
func (x *FrozenRequest) ProtoReflect() protoreflect.Message
func (*FrozenRequest) Reset ¶ added in v1.2.0
func (x *FrozenRequest) Reset()
func (*FrozenRequest) String ¶ added in v1.2.0
func (x *FrozenRequest) String() string
type FrozenResponse ¶ added in v1.2.0
type FrozenResponse struct { Frozen []*FrozenResponse_Frozen `protobuf:"bytes,1,rep,name=frozen,proto3" json:"frozen,omitempty"` // contains filtered or unexported fields }
func (*FrozenResponse) Descriptor
deprecated
added in
v1.2.0
func (*FrozenResponse) Descriptor() ([]byte, []int)
Deprecated: Use FrozenResponse.ProtoReflect.Descriptor instead.
func (*FrozenResponse) GetFrozen ¶ added in v1.2.0
func (x *FrozenResponse) GetFrozen() []*FrozenResponse_Frozen
func (*FrozenResponse) ProtoMessage ¶ added in v1.2.0
func (*FrozenResponse) ProtoMessage()
func (*FrozenResponse) ProtoReflect ¶ added in v1.2.0
func (x *FrozenResponse) ProtoReflect() protoreflect.Message
func (*FrozenResponse) Reset ¶ added in v1.2.0
func (x *FrozenResponse) Reset()
func (*FrozenResponse) String ¶ added in v1.2.0
func (x *FrozenResponse) String() string
type FrozenResponse_Frozen ¶ added in v1.2.0
type FrozenResponse_Frozen struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` CandidateKey *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=candidate_key,json=candidateKey,proto3" json:"candidate_key,omitempty"` Coin *Coin `protobuf:"bytes,4,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"` MoveToCandidateKey *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=move_to_candidate_key,json=moveToCandidateKey,proto3" json:"move_to_candidate_key,omitempty"` // contains filtered or unexported fields }
func (*FrozenResponse_Frozen) Descriptor
deprecated
added in
v1.2.0
func (*FrozenResponse_Frozen) Descriptor() ([]byte, []int)
Deprecated: Use FrozenResponse_Frozen.ProtoReflect.Descriptor instead.
func (*FrozenResponse_Frozen) GetAddress ¶ added in v1.2.0
func (x *FrozenResponse_Frozen) GetAddress() string
func (*FrozenResponse_Frozen) GetCandidateKey ¶ added in v1.2.0
func (x *FrozenResponse_Frozen) GetCandidateKey() *wrapperspb.StringValue
func (*FrozenResponse_Frozen) GetCoin ¶ added in v1.2.0
func (x *FrozenResponse_Frozen) GetCoin() *Coin
func (*FrozenResponse_Frozen) GetHeight ¶ added in v1.2.0
func (x *FrozenResponse_Frozen) GetHeight() uint64
func (*FrozenResponse_Frozen) GetMoveToCandidateKey ¶ added in v1.6.0
func (x *FrozenResponse_Frozen) GetMoveToCandidateKey() *wrapperspb.StringValue
func (*FrozenResponse_Frozen) GetValue ¶ added in v1.2.0
func (x *FrozenResponse_Frozen) GetValue() string
func (*FrozenResponse_Frozen) ProtoMessage ¶ added in v1.2.0
func (*FrozenResponse_Frozen) ProtoMessage()
func (*FrozenResponse_Frozen) ProtoReflect ¶ added in v1.2.0
func (x *FrozenResponse_Frozen) ProtoReflect() protoreflect.Message
func (*FrozenResponse_Frozen) Reset ¶ added in v1.2.0
func (x *FrozenResponse_Frozen) Reset()
func (*FrozenResponse_Frozen) String ¶ added in v1.2.0
func (x *FrozenResponse_Frozen) String() string
type GenesisResponse ¶
type GenesisResponse struct { GenesisTime string `protobuf:"bytes,1,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` ChainId string `protobuf:"bytes,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` InitialHeight uint64 `protobuf:"varint,6,opt,name=initial_height,json=initialHeight,proto3" json:"initial_height,omitempty"` ConsensusParams *GenesisResponse_ConsensusParams `protobuf:"bytes,3,opt,name=consensus_params,json=consensusParams,proto3" json:"consensus_params,omitempty"` AppHash string `protobuf:"bytes,4,opt,name=app_hash,json=appHash,proto3" json:"app_hash,omitempty"` AppState *GenesisResponse_AppState `protobuf:"bytes,5,opt,name=app_state,json=appState,proto3" json:"app_state,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse) Descriptor
deprecated
func (*GenesisResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse.ProtoReflect.Descriptor instead.
func (*GenesisResponse) GetAppHash ¶
func (x *GenesisResponse) GetAppHash() string
func (*GenesisResponse) GetAppState ¶
func (x *GenesisResponse) GetAppState() *GenesisResponse_AppState
func (*GenesisResponse) GetChainId ¶
func (x *GenesisResponse) GetChainId() string
func (*GenesisResponse) GetConsensusParams ¶
func (x *GenesisResponse) GetConsensusParams() *GenesisResponse_ConsensusParams
func (*GenesisResponse) GetGenesisTime ¶
func (x *GenesisResponse) GetGenesisTime() string
func (*GenesisResponse) GetInitialHeight ¶ added in v1.3.0
func (x *GenesisResponse) GetInitialHeight() uint64
func (*GenesisResponse) ProtoMessage ¶
func (*GenesisResponse) ProtoMessage()
func (*GenesisResponse) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse) ProtoReflect() protoreflect.Message
func (*GenesisResponse) Reset ¶
func (x *GenesisResponse) Reset()
func (*GenesisResponse) String ¶
func (x *GenesisResponse) String() string
type GenesisResponse_AppState ¶ added in v1.2.0
type GenesisResponse_AppState struct { Version string `protobuf:"bytes,19,opt,name=version,proto3" json:"version,omitempty"` Note string `protobuf:"bytes,10,opt,name=note,proto3" json:"note,omitempty"` Validators []*GenesisResponse_AppState_Validators `protobuf:"bytes,2,rep,name=validators,proto3" json:"validators,omitempty"` Candidates []*GenesisResponse_AppState_Candidate `protobuf:"bytes,3,rep,name=candidates,proto3" json:"candidates,omitempty"` DeletedCandidates []*GenesisResponse_AppState_DeletedCandidate `protobuf:"bytes,20,rep,name=deleted_candidates,json=deletedCandidates,proto3" json:"deleted_candidates,omitempty"` Coins []*GenesisResponse_AppState_Coin `protobuf:"bytes,5,rep,name=coins,proto3" json:"coins,omitempty"` FrozenFunds []*GenesisResponse_AppState_FrozenFund `protobuf:"bytes,6,rep,name=frozen_funds,json=frozenFunds,proto3" json:"frozen_funds,omitempty"` BlockListCandidates []string `protobuf:"bytes,18,rep,name=block_list_candidates,json=blockListCandidates,proto3" json:"block_list_candidates,omitempty"` Waitlist []*GenesisResponse_AppState_Waitlist `protobuf:"bytes,13,rep,name=waitlist,proto3" json:"waitlist,omitempty"` Accounts []*GenesisResponse_AppState_Account `protobuf:"bytes,14,rep,name=accounts,proto3" json:"accounts,omitempty"` HaltBlocks []*GenesisResponse_AppState_HaltBlock `protobuf:"bytes,12,rep,name=halt_blocks,json=haltBlocks,proto3" json:"halt_blocks,omitempty"` Pools []*GenesisResponse_AppState_Pool `protobuf:"bytes,15,rep,name=pools,proto3" json:"pools,omitempty"` NextOrderId uint64 `protobuf:"varint,21,opt,name=next_order_id,json=nextOrderId,proto3" json:"next_order_id,omitempty"` Commission *GenesisResponse_AppState_Commission `protobuf:"bytes,16,opt,name=commission,proto3" json:"commission,omitempty"` CommissionVotes []*GenesisResponse_AppState_CommissionVote `protobuf:"bytes,17,rep,name=commission_votes,json=commissionVotes,proto3" json:"commission_votes,omitempty"` UpdateVotes []*GenesisResponse_AppState_UpdateVote `protobuf:"bytes,22,rep,name=update_votes,json=updateVotes,proto3" json:"update_votes,omitempty"` UsedChecks []string `protobuf:"bytes,11,rep,name=used_checks,json=usedChecks,proto3" json:"used_checks,omitempty"` MaxGas uint64 `protobuf:"varint,7,opt,name=max_gas,json=maxGas,proto3" json:"max_gas,omitempty"` TotalSlashed string `protobuf:"bytes,8,opt,name=total_slashed,json=totalSlashed,proto3" json:"total_slashed,omitempty"` Versions []*GenesisResponse_AppState_Version `protobuf:"bytes,23,rep,name=versions,proto3" json:"versions,omitempty"` Emission string `protobuf:"bytes,24,opt,name=emission,proto3" json:"emission,omitempty"` PrevReward *GenesisResponse_AppState_RewardPrice `protobuf:"bytes,25,opt,name=prev_reward,json=prevReward,proto3" json:"prev_reward,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState) Descriptor
deprecated
added in
v1.2.0
func (*GenesisResponse_AppState) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState) GetAccounts ¶ added in v1.2.0
func (x *GenesisResponse_AppState) GetAccounts() []*GenesisResponse_AppState_Account
func (*GenesisResponse_AppState) GetBlockListCandidates ¶ added in v1.3.0
func (x *GenesisResponse_AppState) GetBlockListCandidates() []string
func (*GenesisResponse_AppState) GetCandidates ¶ added in v1.2.0
func (x *GenesisResponse_AppState) GetCandidates() []*GenesisResponse_AppState_Candidate
func (*GenesisResponse_AppState) GetCoins ¶ added in v1.2.0
func (x *GenesisResponse_AppState) GetCoins() []*GenesisResponse_AppState_Coin
func (*GenesisResponse_AppState) GetCommission ¶ added in v1.3.0
func (x *GenesisResponse_AppState) GetCommission() *GenesisResponse_AppState_Commission
func (*GenesisResponse_AppState) GetCommissionVotes ¶ added in v1.3.0
func (x *GenesisResponse_AppState) GetCommissionVotes() []*GenesisResponse_AppState_CommissionVote
func (*GenesisResponse_AppState) GetDeletedCandidates ¶ added in v1.5.1
func (x *GenesisResponse_AppState) GetDeletedCandidates() []*GenesisResponse_AppState_DeletedCandidate
func (*GenesisResponse_AppState) GetEmission ¶ added in v1.6.0
func (x *GenesisResponse_AppState) GetEmission() string
func (*GenesisResponse_AppState) GetFrozenFunds ¶ added in v1.2.0
func (x *GenesisResponse_AppState) GetFrozenFunds() []*GenesisResponse_AppState_FrozenFund
func (*GenesisResponse_AppState) GetHaltBlocks ¶ added in v1.2.0
func (x *GenesisResponse_AppState) GetHaltBlocks() []*GenesisResponse_AppState_HaltBlock
func (*GenesisResponse_AppState) GetMaxGas ¶ added in v1.2.0
func (x *GenesisResponse_AppState) GetMaxGas() uint64
func (*GenesisResponse_AppState) GetNextOrderId ¶ added in v1.5.1
func (x *GenesisResponse_AppState) GetNextOrderId() uint64
func (*GenesisResponse_AppState) GetNote ¶ added in v1.2.0
func (x *GenesisResponse_AppState) GetNote() string
func (*GenesisResponse_AppState) GetPools ¶ added in v1.3.0
func (x *GenesisResponse_AppState) GetPools() []*GenesisResponse_AppState_Pool
func (*GenesisResponse_AppState) GetPrevReward ¶ added in v1.6.0
func (x *GenesisResponse_AppState) GetPrevReward() *GenesisResponse_AppState_RewardPrice
func (*GenesisResponse_AppState) GetTotalSlashed ¶ added in v1.2.0
func (x *GenesisResponse_AppState) GetTotalSlashed() string
func (*GenesisResponse_AppState) GetUpdateVotes ¶ added in v1.6.0
func (x *GenesisResponse_AppState) GetUpdateVotes() []*GenesisResponse_AppState_UpdateVote
func (*GenesisResponse_AppState) GetUsedChecks ¶ added in v1.2.0
func (x *GenesisResponse_AppState) GetUsedChecks() []string
func (*GenesisResponse_AppState) GetValidators ¶ added in v1.2.0
func (x *GenesisResponse_AppState) GetValidators() []*GenesisResponse_AppState_Validators
func (*GenesisResponse_AppState) GetVersion ¶ added in v1.4.0
func (x *GenesisResponse_AppState) GetVersion() string
func (*GenesisResponse_AppState) GetVersions ¶ added in v1.6.0
func (x *GenesisResponse_AppState) GetVersions() []*GenesisResponse_AppState_Version
func (*GenesisResponse_AppState) GetWaitlist ¶ added in v1.2.0
func (x *GenesisResponse_AppState) GetWaitlist() []*GenesisResponse_AppState_Waitlist
func (*GenesisResponse_AppState) ProtoMessage ¶ added in v1.2.0
func (*GenesisResponse_AppState) ProtoMessage()
func (*GenesisResponse_AppState) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_AppState) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState) Reset ¶ added in v1.2.0
func (x *GenesisResponse_AppState) Reset()
func (*GenesisResponse_AppState) String ¶ added in v1.2.0
func (x *GenesisResponse_AppState) String() string
type GenesisResponse_AppState_Account ¶ added in v1.2.0
type GenesisResponse_AppState_Account struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Balance []*GenesisResponse_AppState_Account_Balance `protobuf:"bytes,2,rep,name=balance,proto3" json:"balance,omitempty"` Nonce uint64 `protobuf:"varint,3,opt,name=nonce,proto3" json:"nonce,omitempty"` MultisigData *GenesisResponse_AppState_Account_MultisigData `protobuf:"bytes,4,opt,name=multisig_data,json=multisigData,proto3" json:"multisig_data,omitempty"` LockStakeUntilBlock uint64 `protobuf:"varint,5,opt,name=lock_stake_until_block,json=lockStakeUntilBlock,proto3" json:"lock_stake_until_block,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_Account) Descriptor
deprecated
added in
v1.2.0
func (*GenesisResponse_AppState_Account) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_Account.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_Account) GetAddress ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account) GetAddress() string
func (*GenesisResponse_AppState_Account) GetBalance ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account) GetBalance() []*GenesisResponse_AppState_Account_Balance
func (*GenesisResponse_AppState_Account) GetLockStakeUntilBlock ¶ added in v1.7.0
func (x *GenesisResponse_AppState_Account) GetLockStakeUntilBlock() uint64
func (*GenesisResponse_AppState_Account) GetMultisigData ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account) GetMultisigData() *GenesisResponse_AppState_Account_MultisigData
func (*GenesisResponse_AppState_Account) GetNonce ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account) GetNonce() uint64
func (*GenesisResponse_AppState_Account) ProtoMessage ¶ added in v1.2.0
func (*GenesisResponse_AppState_Account) ProtoMessage()
func (*GenesisResponse_AppState_Account) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_Account) Reset ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account) Reset()
func (*GenesisResponse_AppState_Account) String ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account) String() string
type GenesisResponse_AppState_Account_Balance ¶ added in v1.2.0
type GenesisResponse_AppState_Account_Balance struct { Coin uint64 `protobuf:"varint,1,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_Account_Balance) Descriptor
deprecated
added in
v1.2.0
func (*GenesisResponse_AppState_Account_Balance) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_Account_Balance.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_Account_Balance) GetCoin ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account_Balance) GetCoin() uint64
func (*GenesisResponse_AppState_Account_Balance) GetValue ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account_Balance) GetValue() string
func (*GenesisResponse_AppState_Account_Balance) ProtoMessage ¶ added in v1.2.0
func (*GenesisResponse_AppState_Account_Balance) ProtoMessage()
func (*GenesisResponse_AppState_Account_Balance) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account_Balance) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_Account_Balance) Reset ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account_Balance) Reset()
func (*GenesisResponse_AppState_Account_Balance) String ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account_Balance) String() string
type GenesisResponse_AppState_Account_MultisigData ¶ added in v1.2.0
type GenesisResponse_AppState_Account_MultisigData struct { Threshold uint64 `protobuf:"varint,1,opt,name=threshold,proto3" json:"threshold,omitempty"` Weights []uint64 `protobuf:"varint,2,rep,packed,name=weights,proto3" json:"weights,omitempty"` Addresses []string `protobuf:"bytes,3,rep,name=addresses,proto3" json:"addresses,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_Account_MultisigData) Descriptor
deprecated
added in
v1.2.0
func (*GenesisResponse_AppState_Account_MultisigData) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_Account_MultisigData.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_Account_MultisigData) GetAddresses ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account_MultisigData) GetAddresses() []string
func (*GenesisResponse_AppState_Account_MultisigData) GetThreshold ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account_MultisigData) GetThreshold() uint64
func (*GenesisResponse_AppState_Account_MultisigData) GetWeights ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account_MultisigData) GetWeights() []uint64
func (*GenesisResponse_AppState_Account_MultisigData) ProtoMessage ¶ added in v1.2.0
func (*GenesisResponse_AppState_Account_MultisigData) ProtoMessage()
func (*GenesisResponse_AppState_Account_MultisigData) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account_MultisigData) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_Account_MultisigData) Reset ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account_MultisigData) Reset()
func (*GenesisResponse_AppState_Account_MultisigData) String ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Account_MultisigData) String() string
type GenesisResponse_AppState_Candidate ¶ added in v1.2.0
type GenesisResponse_AppState_Candidate struct { Id uint64 `protobuf:"varint,10,opt,name=id,proto3" json:"id,omitempty"` RewardAddress string `protobuf:"bytes,1,opt,name=reward_address,json=rewardAddress,proto3" json:"reward_address,omitempty"` OwnerAddress string `protobuf:"bytes,2,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` ControlAddress string `protobuf:"bytes,3,opt,name=control_address,json=controlAddress,proto3" json:"control_address,omitempty"` TotalBipStake string `protobuf:"bytes,4,opt,name=total_bip_stake,json=totalBipStake,proto3" json:"total_bip_stake,omitempty"` PublicKey string `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Commission uint64 `protobuf:"varint,6,opt,name=commission,proto3" json:"commission,omitempty"` Stakes []*GenesisResponse_AppState_Candidate_Stake `protobuf:"bytes,7,rep,name=stakes,proto3" json:"stakes,omitempty"` Updates []*GenesisResponse_AppState_Candidate_Stake `protobuf:"bytes,8,rep,name=updates,proto3" json:"updates,omitempty"` Status int64 `protobuf:"varint,9,opt,name=status,proto3" json:"status,omitempty"` JailedUntil int64 `protobuf:"varint,11,opt,name=jailed_until,json=jailedUntil,proto3" json:"jailed_until,omitempty"` LastEditCommissionHeight int64 `` /* 139-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GenesisResponse_AppState_Candidate) Descriptor
deprecated
added in
v1.2.0
func (*GenesisResponse_AppState_Candidate) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_Candidate.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_Candidate) GetCommission ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate) GetCommission() uint64
func (*GenesisResponse_AppState_Candidate) GetControlAddress ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate) GetControlAddress() string
func (*GenesisResponse_AppState_Candidate) GetId ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate) GetId() uint64
func (*GenesisResponse_AppState_Candidate) GetJailedUntil ¶ added in v1.4.0
func (x *GenesisResponse_AppState_Candidate) GetJailedUntil() int64
func (*GenesisResponse_AppState_Candidate) GetLastEditCommissionHeight ¶ added in v1.4.0
func (x *GenesisResponse_AppState_Candidate) GetLastEditCommissionHeight() int64
func (*GenesisResponse_AppState_Candidate) GetOwnerAddress ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate) GetOwnerAddress() string
func (*GenesisResponse_AppState_Candidate) GetPublicKey ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate) GetPublicKey() string
func (*GenesisResponse_AppState_Candidate) GetRewardAddress ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate) GetRewardAddress() string
func (*GenesisResponse_AppState_Candidate) GetStakes ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate) GetStakes() []*GenesisResponse_AppState_Candidate_Stake
func (*GenesisResponse_AppState_Candidate) GetStatus ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate) GetStatus() int64
func (*GenesisResponse_AppState_Candidate) GetTotalBipStake ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate) GetTotalBipStake() string
func (*GenesisResponse_AppState_Candidate) GetUpdates ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate) GetUpdates() []*GenesisResponse_AppState_Candidate_Stake
func (*GenesisResponse_AppState_Candidate) ProtoMessage ¶ added in v1.2.0
func (*GenesisResponse_AppState_Candidate) ProtoMessage()
func (*GenesisResponse_AppState_Candidate) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_Candidate) Reset ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate) Reset()
func (*GenesisResponse_AppState_Candidate) String ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate) String() string
type GenesisResponse_AppState_Candidate_Stake ¶ added in v1.2.0
type GenesisResponse_AppState_Candidate_Stake struct { Owner string `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"` Coin uint64 `protobuf:"varint,1,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` BipValue string `protobuf:"bytes,3,opt,name=bip_value,json=bipValue,proto3" json:"bip_value,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_Candidate_Stake) Descriptor
deprecated
added in
v1.2.0
func (*GenesisResponse_AppState_Candidate_Stake) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_Candidate_Stake.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_Candidate_Stake) GetBipValue ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate_Stake) GetBipValue() string
func (*GenesisResponse_AppState_Candidate_Stake) GetCoin ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate_Stake) GetCoin() uint64
func (*GenesisResponse_AppState_Candidate_Stake) GetOwner ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate_Stake) GetOwner() string
func (*GenesisResponse_AppState_Candidate_Stake) GetValue ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate_Stake) GetValue() string
func (*GenesisResponse_AppState_Candidate_Stake) ProtoMessage ¶ added in v1.2.0
func (*GenesisResponse_AppState_Candidate_Stake) ProtoMessage()
func (*GenesisResponse_AppState_Candidate_Stake) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate_Stake) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_Candidate_Stake) Reset ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate_Stake) Reset()
func (*GenesisResponse_AppState_Candidate_Stake) String ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Candidate_Stake) String() string
type GenesisResponse_AppState_Coin ¶ added in v1.2.0
type GenesisResponse_AppState_Coin struct { Id uint64 `protobuf:"varint,9,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` Volume string `protobuf:"bytes,3,opt,name=volume,proto3" json:"volume,omitempty"` Crr uint64 `protobuf:"varint,4,opt,name=crr,proto3" json:"crr,omitempty"` Reserve string `protobuf:"bytes,5,opt,name=reserve,proto3" json:"reserve,omitempty"` MaxSupply string `protobuf:"bytes,6,opt,name=max_supply,json=maxSupply,proto3" json:"max_supply,omitempty"` Version uint64 `protobuf:"varint,7,opt,name=version,proto3" json:"version,omitempty"` OwnerAddress *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` Mintable bool `protobuf:"varint,10,opt,name=mintable,proto3" json:"mintable,omitempty"` Burnable bool `protobuf:"varint,11,opt,name=burnable,proto3" json:"burnable,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_Coin) Descriptor
deprecated
added in
v1.2.0
func (*GenesisResponse_AppState_Coin) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_Coin.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_Coin) GetBurnable ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Coin) GetBurnable() bool
func (*GenesisResponse_AppState_Coin) GetCrr ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Coin) GetCrr() uint64
func (*GenesisResponse_AppState_Coin) GetId ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Coin) GetId() uint64
func (*GenesisResponse_AppState_Coin) GetMaxSupply ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Coin) GetMaxSupply() string
func (*GenesisResponse_AppState_Coin) GetMintable ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Coin) GetMintable() bool
func (*GenesisResponse_AppState_Coin) GetName ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Coin) GetName() string
func (*GenesisResponse_AppState_Coin) GetOwnerAddress ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Coin) GetOwnerAddress() *wrapperspb.StringValue
func (*GenesisResponse_AppState_Coin) GetReserve ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Coin) GetReserve() string
func (*GenesisResponse_AppState_Coin) GetSymbol ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Coin) GetSymbol() string
func (*GenesisResponse_AppState_Coin) GetVersion ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Coin) GetVersion() uint64
func (*GenesisResponse_AppState_Coin) GetVolume ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Coin) GetVolume() string
func (*GenesisResponse_AppState_Coin) ProtoMessage ¶ added in v1.2.0
func (*GenesisResponse_AppState_Coin) ProtoMessage()
func (*GenesisResponse_AppState_Coin) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Coin) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_Coin) Reset ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Coin) Reset()
func (*GenesisResponse_AppState_Coin) String ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Coin) String() string
type GenesisResponse_AppState_Commission ¶ added in v1.3.0
type GenesisResponse_AppState_Commission struct { Coin uint64 `protobuf:"varint,3,opt,name=coin,proto3" json:"coin,omitempty"` PayloadByte string `protobuf:"bytes,4,opt,name=payload_byte,json=payloadByte,proto3" json:"payload_byte,omitempty"` Send string `protobuf:"bytes,5,opt,name=send,proto3" json:"send,omitempty"` BuyBancor string `protobuf:"bytes,38,opt,name=buy_bancor,json=buyBancor,proto3" json:"buy_bancor,omitempty"` SellBancor string `protobuf:"bytes,39,opt,name=sell_bancor,json=sellBancor,proto3" json:"sell_bancor,omitempty"` SellAllBancor string `protobuf:"bytes,40,opt,name=sell_all_bancor,json=sellAllBancor,proto3" json:"sell_all_bancor,omitempty"` BuyPoolBase string `protobuf:"bytes,41,opt,name=buy_pool_base,json=buyPoolBase,proto3" json:"buy_pool_base,omitempty"` BuyPoolDelta string `protobuf:"bytes,53,opt,name=buy_pool_delta,json=buyPoolDelta,proto3" json:"buy_pool_delta,omitempty"` SellPoolBase string `protobuf:"bytes,42,opt,name=sell_pool_base,json=sellPoolBase,proto3" json:"sell_pool_base,omitempty"` SellPoolDelta string `protobuf:"bytes,54,opt,name=sell_pool_delta,json=sellPoolDelta,proto3" json:"sell_pool_delta,omitempty"` SellAllPoolBase string `protobuf:"bytes,43,opt,name=sell_all_pool_base,json=sellAllPoolBase,proto3" json:"sell_all_pool_base,omitempty"` SellAllPoolDelta string `protobuf:"bytes,55,opt,name=sell_all_pool_delta,json=sellAllPoolDelta,proto3" json:"sell_all_pool_delta,omitempty"` CreateTicker3 string `protobuf:"bytes,7,opt,name=create_ticker3,json=createTicker3,proto3" json:"create_ticker3,omitempty"` CreateTicker4 string `protobuf:"bytes,8,opt,name=create_ticker4,json=createTicker4,proto3" json:"create_ticker4,omitempty"` CreateTicker5 string `protobuf:"bytes,9,opt,name=create_ticker5,json=createTicker5,proto3" json:"create_ticker5,omitempty"` CreateTicker6 string `protobuf:"bytes,10,opt,name=create_ticker6,json=createTicker6,proto3" json:"create_ticker6,omitempty"` CreateTicker7_10 string `protobuf:"bytes,11,opt,name=create_ticker7_10,json=createTicker710,proto3" json:"create_ticker7_10,omitempty"` CreateCoin string `protobuf:"bytes,34,opt,name=create_coin,json=createCoin,proto3" json:"create_coin,omitempty"` CreateToken string `protobuf:"bytes,35,opt,name=create_token,json=createToken,proto3" json:"create_token,omitempty"` RecreateCoin string `protobuf:"bytes,36,opt,name=recreate_coin,json=recreateCoin,proto3" json:"recreate_coin,omitempty"` RecreateToken string `protobuf:"bytes,37,opt,name=recreate_token,json=recreateToken,proto3" json:"recreate_token,omitempty"` DeclareCandidacy string `protobuf:"bytes,13,opt,name=declare_candidacy,json=declareCandidacy,proto3" json:"declare_candidacy,omitempty"` Delegate string `protobuf:"bytes,14,opt,name=delegate,proto3" json:"delegate,omitempty"` Unbond string `protobuf:"bytes,15,opt,name=unbond,proto3" json:"unbond,omitempty"` RedeemCheck string `protobuf:"bytes,16,opt,name=redeem_check,json=redeemCheck,proto3" json:"redeem_check,omitempty"` SetCandidateOn string `protobuf:"bytes,44,opt,name=set_candidate_on,json=setCandidateOn,proto3" json:"set_candidate_on,omitempty"` SetCandidateOff string `protobuf:"bytes,45,opt,name=set_candidate_off,json=setCandidateOff,proto3" json:"set_candidate_off,omitempty"` CreateMultisig string `protobuf:"bytes,18,opt,name=create_multisig,json=createMultisig,proto3" json:"create_multisig,omitempty"` MultisendBase string `protobuf:"bytes,51,opt,name=multisend_base,json=multisendBase,proto3" json:"multisend_base,omitempty"` MultisendDelta string `protobuf:"bytes,52,opt,name=multisend_delta,json=multisendDelta,proto3" json:"multisend_delta,omitempty"` EditCandidate string `protobuf:"bytes,20,opt,name=edit_candidate,json=editCandidate,proto3" json:"edit_candidate,omitempty"` SetHaltBlock string `protobuf:"bytes,21,opt,name=set_halt_block,json=setHaltBlock,proto3" json:"set_halt_block,omitempty"` EditTickerOwner string `protobuf:"bytes,22,opt,name=edit_ticker_owner,json=editTickerOwner,proto3" json:"edit_ticker_owner,omitempty"` EditMultisig string `protobuf:"bytes,23,opt,name=edit_multisig,json=editMultisig,proto3" json:"edit_multisig,omitempty"` EditCandidatePublicKey string `` /* 132-byte string literal not displayed */ CreateSwapPool string `protobuf:"bytes,48,opt,name=create_swap_pool,json=createSwapPool,proto3" json:"create_swap_pool,omitempty"` AddLiquidity string `protobuf:"bytes,49,opt,name=add_liquidity,json=addLiquidity,proto3" json:"add_liquidity,omitempty"` RemoveLiquidity string `protobuf:"bytes,50,opt,name=remove_liquidity,json=removeLiquidity,proto3" json:"remove_liquidity,omitempty"` EditCandidateCommission string `` /* 133-byte string literal not displayed */ MintToken string `protobuf:"bytes,46,opt,name=mint_token,json=mintToken,proto3" json:"mint_token,omitempty"` BurnToken string `protobuf:"bytes,47,opt,name=burn_token,json=burnToken,proto3" json:"burn_token,omitempty"` VoteCommission string `protobuf:"bytes,31,opt,name=vote_commission,json=voteCommission,proto3" json:"vote_commission,omitempty"` VoteUpdate string `protobuf:"bytes,32,opt,name=vote_update,json=voteUpdate,proto3" json:"vote_update,omitempty"` FailedTx string `protobuf:"bytes,56,opt,name=failed_tx,json=failedTx,proto3" json:"failed_tx,omitempty"` AddLimitOrder string `protobuf:"bytes,57,opt,name=add_limit_order,json=addLimitOrder,proto3" json:"add_limit_order,omitempty"` RemoveLimitOrder string `protobuf:"bytes,58,opt,name=remove_limit_order,json=removeLimitOrder,proto3" json:"remove_limit_order,omitempty"` MoveStake string `protobuf:"bytes,59,opt,name=move_stake,json=moveStake,proto3" json:"move_stake,omitempty"` LockStake string `protobuf:"bytes,60,opt,name=lock_stake,json=lockStake,proto3" json:"lock_stake,omitempty"` Lock string `protobuf:"bytes,61,opt,name=lock,proto3" json:"lock,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_Commission) Descriptor
deprecated
added in
v1.3.0
func (*GenesisResponse_AppState_Commission) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_Commission.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_Commission) GetAddLimitOrder ¶ added in v1.4.0
func (x *GenesisResponse_AppState_Commission) GetAddLimitOrder() string
func (*GenesisResponse_AppState_Commission) GetAddLiquidity ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetAddLiquidity() string
func (*GenesisResponse_AppState_Commission) GetBurnToken ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetBurnToken() string
func (*GenesisResponse_AppState_Commission) GetBuyBancor ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetBuyBancor() string
func (*GenesisResponse_AppState_Commission) GetBuyPoolBase ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetBuyPoolBase() string
func (*GenesisResponse_AppState_Commission) GetBuyPoolDelta ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetBuyPoolDelta() string
func (*GenesisResponse_AppState_Commission) GetCoin ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetCoin() uint64
func (*GenesisResponse_AppState_Commission) GetCreateCoin ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetCreateCoin() string
func (*GenesisResponse_AppState_Commission) GetCreateMultisig ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetCreateMultisig() string
func (*GenesisResponse_AppState_Commission) GetCreateSwapPool ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetCreateSwapPool() string
func (*GenesisResponse_AppState_Commission) GetCreateTicker3 ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetCreateTicker3() string
func (*GenesisResponse_AppState_Commission) GetCreateTicker4 ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetCreateTicker4() string
func (*GenesisResponse_AppState_Commission) GetCreateTicker5 ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetCreateTicker5() string
func (*GenesisResponse_AppState_Commission) GetCreateTicker6 ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetCreateTicker6() string
func (*GenesisResponse_AppState_Commission) GetCreateTicker7_10 ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetCreateTicker7_10() string
func (*GenesisResponse_AppState_Commission) GetCreateToken ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetCreateToken() string
func (*GenesisResponse_AppState_Commission) GetDeclareCandidacy ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetDeclareCandidacy() string
func (*GenesisResponse_AppState_Commission) GetDelegate ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetDelegate() string
func (*GenesisResponse_AppState_Commission) GetEditCandidate ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetEditCandidate() string
func (*GenesisResponse_AppState_Commission) GetEditCandidateCommission ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetEditCandidateCommission() string
func (*GenesisResponse_AppState_Commission) GetEditCandidatePublicKey ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetEditCandidatePublicKey() string
func (*GenesisResponse_AppState_Commission) GetEditMultisig ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetEditMultisig() string
func (*GenesisResponse_AppState_Commission) GetEditTickerOwner ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetEditTickerOwner() string
func (*GenesisResponse_AppState_Commission) GetFailedTx ¶ added in v1.4.0
func (x *GenesisResponse_AppState_Commission) GetFailedTx() string
func (*GenesisResponse_AppState_Commission) GetLock ¶ added in v1.6.0
func (x *GenesisResponse_AppState_Commission) GetLock() string
func (*GenesisResponse_AppState_Commission) GetLockStake ¶ added in v1.6.0
func (x *GenesisResponse_AppState_Commission) GetLockStake() string
func (*GenesisResponse_AppState_Commission) GetMintToken ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetMintToken() string
func (*GenesisResponse_AppState_Commission) GetMoveStake ¶ added in v1.6.0
func (x *GenesisResponse_AppState_Commission) GetMoveStake() string
func (*GenesisResponse_AppState_Commission) GetMultisendBase ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetMultisendBase() string
func (*GenesisResponse_AppState_Commission) GetMultisendDelta ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetMultisendDelta() string
func (*GenesisResponse_AppState_Commission) GetPayloadByte ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetPayloadByte() string
func (*GenesisResponse_AppState_Commission) GetRecreateCoin ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetRecreateCoin() string
func (*GenesisResponse_AppState_Commission) GetRecreateToken ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetRecreateToken() string
func (*GenesisResponse_AppState_Commission) GetRedeemCheck ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetRedeemCheck() string
func (*GenesisResponse_AppState_Commission) GetRemoveLimitOrder ¶ added in v1.4.0
func (x *GenesisResponse_AppState_Commission) GetRemoveLimitOrder() string
func (*GenesisResponse_AppState_Commission) GetRemoveLiquidity ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetRemoveLiquidity() string
func (*GenesisResponse_AppState_Commission) GetSellAllBancor ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetSellAllBancor() string
func (*GenesisResponse_AppState_Commission) GetSellAllPoolBase ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetSellAllPoolBase() string
func (*GenesisResponse_AppState_Commission) GetSellAllPoolDelta ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetSellAllPoolDelta() string
func (*GenesisResponse_AppState_Commission) GetSellBancor ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetSellBancor() string
func (*GenesisResponse_AppState_Commission) GetSellPoolBase ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetSellPoolBase() string
func (*GenesisResponse_AppState_Commission) GetSellPoolDelta ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetSellPoolDelta() string
func (*GenesisResponse_AppState_Commission) GetSend ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetSend() string
func (*GenesisResponse_AppState_Commission) GetSetCandidateOff ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetSetCandidateOff() string
func (*GenesisResponse_AppState_Commission) GetSetCandidateOn ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetSetCandidateOn() string
func (*GenesisResponse_AppState_Commission) GetSetHaltBlock ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetSetHaltBlock() string
func (*GenesisResponse_AppState_Commission) GetUnbond ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetUnbond() string
func (*GenesisResponse_AppState_Commission) GetVoteCommission ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetVoteCommission() string
func (*GenesisResponse_AppState_Commission) GetVoteUpdate ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) GetVoteUpdate() string
func (*GenesisResponse_AppState_Commission) ProtoMessage ¶ added in v1.3.0
func (*GenesisResponse_AppState_Commission) ProtoMessage()
func (*GenesisResponse_AppState_Commission) ProtoReflect ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_Commission) Reset ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) Reset()
func (*GenesisResponse_AppState_Commission) String ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Commission) String() string
type GenesisResponse_AppState_CommissionVote ¶ added in v1.3.0
type GenesisResponse_AppState_CommissionVote struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` Votes []string `protobuf:"bytes,2,rep,name=votes,proto3" json:"votes,omitempty"` Commission *GenesisResponse_AppState_Commission `protobuf:"bytes,3,opt,name=commission,proto3" json:"commission,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_CommissionVote) Descriptor
deprecated
added in
v1.3.0
func (*GenesisResponse_AppState_CommissionVote) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_CommissionVote.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_CommissionVote) GetCommission ¶ added in v1.3.0
func (x *GenesisResponse_AppState_CommissionVote) GetCommission() *GenesisResponse_AppState_Commission
func (*GenesisResponse_AppState_CommissionVote) GetHeight ¶ added in v1.3.0
func (x *GenesisResponse_AppState_CommissionVote) GetHeight() uint64
func (*GenesisResponse_AppState_CommissionVote) GetVotes ¶ added in v1.3.0
func (x *GenesisResponse_AppState_CommissionVote) GetVotes() []string
func (*GenesisResponse_AppState_CommissionVote) ProtoMessage ¶ added in v1.3.0
func (*GenesisResponse_AppState_CommissionVote) ProtoMessage()
func (*GenesisResponse_AppState_CommissionVote) ProtoReflect ¶ added in v1.3.0
func (x *GenesisResponse_AppState_CommissionVote) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_CommissionVote) Reset ¶ added in v1.3.0
func (x *GenesisResponse_AppState_CommissionVote) Reset()
func (*GenesisResponse_AppState_CommissionVote) String ¶ added in v1.3.0
func (x *GenesisResponse_AppState_CommissionVote) String() string
type GenesisResponse_AppState_DeletedCandidate ¶ added in v1.5.1
type GenesisResponse_AppState_DeletedCandidate struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_DeletedCandidate) Descriptor
deprecated
added in
v1.5.1
func (*GenesisResponse_AppState_DeletedCandidate) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_DeletedCandidate.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_DeletedCandidate) GetId ¶ added in v1.5.1
func (x *GenesisResponse_AppState_DeletedCandidate) GetId() uint64
func (*GenesisResponse_AppState_DeletedCandidate) GetPublicKey ¶ added in v1.5.1
func (x *GenesisResponse_AppState_DeletedCandidate) GetPublicKey() string
func (*GenesisResponse_AppState_DeletedCandidate) ProtoMessage ¶ added in v1.5.1
func (*GenesisResponse_AppState_DeletedCandidate) ProtoMessage()
func (*GenesisResponse_AppState_DeletedCandidate) ProtoReflect ¶ added in v1.5.1
func (x *GenesisResponse_AppState_DeletedCandidate) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_DeletedCandidate) Reset ¶ added in v1.5.1
func (x *GenesisResponse_AppState_DeletedCandidate) Reset()
func (*GenesisResponse_AppState_DeletedCandidate) String ¶ added in v1.5.1
func (x *GenesisResponse_AppState_DeletedCandidate) String() string
type GenesisResponse_AppState_FrozenFund ¶ added in v1.2.0
type GenesisResponse_AppState_FrozenFund struct { Height uint64 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"` Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` CandidateKey *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=candidate_key,json=candidateKey,proto3" json:"candidate_key,omitempty"` CandidateId uint64 `protobuf:"varint,6,opt,name=candidate_id,json=candidateId,proto3" json:"candidate_id,omitempty"` Coin uint64 `protobuf:"varint,3,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` ToCandidateKey *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=to_candidate_key,json=toCandidateKey,proto3" json:"to_candidate_key,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_FrozenFund) Descriptor
deprecated
added in
v1.2.0
func (*GenesisResponse_AppState_FrozenFund) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_FrozenFund.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_FrozenFund) GetAddress ¶ added in v1.2.0
func (x *GenesisResponse_AppState_FrozenFund) GetAddress() string
func (*GenesisResponse_AppState_FrozenFund) GetCandidateId ¶ added in v1.2.1
func (x *GenesisResponse_AppState_FrozenFund) GetCandidateId() uint64
func (*GenesisResponse_AppState_FrozenFund) GetCandidateKey ¶ added in v1.2.0
func (x *GenesisResponse_AppState_FrozenFund) GetCandidateKey() *wrapperspb.StringValue
func (*GenesisResponse_AppState_FrozenFund) GetCoin ¶ added in v1.2.0
func (x *GenesisResponse_AppState_FrozenFund) GetCoin() uint64
func (*GenesisResponse_AppState_FrozenFund) GetHeight ¶ added in v1.2.0
func (x *GenesisResponse_AppState_FrozenFund) GetHeight() uint64
func (*GenesisResponse_AppState_FrozenFund) GetToCandidateKey ¶ added in v1.6.0
func (x *GenesisResponse_AppState_FrozenFund) GetToCandidateKey() *wrapperspb.StringValue
func (*GenesisResponse_AppState_FrozenFund) GetValue ¶ added in v1.2.0
func (x *GenesisResponse_AppState_FrozenFund) GetValue() string
func (*GenesisResponse_AppState_FrozenFund) ProtoMessage ¶ added in v1.2.0
func (*GenesisResponse_AppState_FrozenFund) ProtoMessage()
func (*GenesisResponse_AppState_FrozenFund) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_AppState_FrozenFund) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_FrozenFund) Reset ¶ added in v1.2.0
func (x *GenesisResponse_AppState_FrozenFund) Reset()
func (*GenesisResponse_AppState_FrozenFund) String ¶ added in v1.2.0
func (x *GenesisResponse_AppState_FrozenFund) String() string
type GenesisResponse_AppState_HaltBlock ¶ added in v1.2.0
type GenesisResponse_AppState_HaltBlock struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` CandidateKey string `protobuf:"bytes,2,opt,name=candidate_key,json=candidateKey,proto3" json:"candidate_key,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_HaltBlock) Descriptor
deprecated
added in
v1.2.0
func (*GenesisResponse_AppState_HaltBlock) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_HaltBlock.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_HaltBlock) GetCandidateKey ¶ added in v1.2.0
func (x *GenesisResponse_AppState_HaltBlock) GetCandidateKey() string
func (*GenesisResponse_AppState_HaltBlock) GetHeight ¶ added in v1.2.0
func (x *GenesisResponse_AppState_HaltBlock) GetHeight() uint64
func (*GenesisResponse_AppState_HaltBlock) ProtoMessage ¶ added in v1.2.0
func (*GenesisResponse_AppState_HaltBlock) ProtoMessage()
func (*GenesisResponse_AppState_HaltBlock) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_AppState_HaltBlock) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_HaltBlock) Reset ¶ added in v1.2.0
func (x *GenesisResponse_AppState_HaltBlock) Reset()
func (*GenesisResponse_AppState_HaltBlock) String ¶ added in v1.2.0
func (x *GenesisResponse_AppState_HaltBlock) String() string
type GenesisResponse_AppState_Pool ¶ added in v1.3.0
type GenesisResponse_AppState_Pool struct { Coin0 uint64 `protobuf:"varint,1,opt,name=coin0,proto3" json:"coin0,omitempty"` Coin1 uint64 `protobuf:"varint,2,opt,name=coin1,proto3" json:"coin1,omitempty"` Reserve0 string `protobuf:"bytes,3,opt,name=reserve0,proto3" json:"reserve0,omitempty"` Reserve1 string `protobuf:"bytes,4,opt,name=reserve1,proto3" json:"reserve1,omitempty"` Id uint64 `protobuf:"varint,5,opt,name=id,proto3" json:"id,omitempty"` Orders []*GenesisResponse_AppState_Pool_Order `protobuf:"bytes,6,rep,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_Pool) Descriptor
deprecated
added in
v1.3.0
func (*GenesisResponse_AppState_Pool) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_Pool.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_Pool) GetCoin0 ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Pool) GetCoin0() uint64
func (*GenesisResponse_AppState_Pool) GetCoin1 ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Pool) GetCoin1() uint64
func (*GenesisResponse_AppState_Pool) GetId ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Pool) GetId() uint64
func (*GenesisResponse_AppState_Pool) GetOrders ¶ added in v1.5.1
func (x *GenesisResponse_AppState_Pool) GetOrders() []*GenesisResponse_AppState_Pool_Order
func (*GenesisResponse_AppState_Pool) GetReserve0 ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Pool) GetReserve0() string
func (*GenesisResponse_AppState_Pool) GetReserve1 ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Pool) GetReserve1() string
func (*GenesisResponse_AppState_Pool) ProtoMessage ¶ added in v1.3.0
func (*GenesisResponse_AppState_Pool) ProtoMessage()
func (*GenesisResponse_AppState_Pool) ProtoReflect ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Pool) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_Pool) Reset ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Pool) Reset()
func (*GenesisResponse_AppState_Pool) String ¶ added in v1.3.0
func (x *GenesisResponse_AppState_Pool) String() string
type GenesisResponse_AppState_Pool_Order ¶ added in v1.5.1
type GenesisResponse_AppState_Pool_Order struct { IsSale bool `protobuf:"varint,1,opt,name=is_sale,json=isSale,proto3" json:"is_sale,omitempty"` Volume0 string `protobuf:"bytes,2,opt,name=volume0,proto3" json:"volume0,omitempty"` // buy Volume1 string `protobuf:"bytes,3,opt,name=volume1,proto3" json:"volume1,omitempty"` // sell Id uint64 `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"` Owner string `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"` Height uint64 `protobuf:"varint,6,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_Pool_Order) Descriptor
deprecated
added in
v1.5.1
func (*GenesisResponse_AppState_Pool_Order) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_Pool_Order.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_Pool_Order) GetHeight ¶ added in v1.5.1
func (x *GenesisResponse_AppState_Pool_Order) GetHeight() uint64
func (*GenesisResponse_AppState_Pool_Order) GetId ¶ added in v1.5.1
func (x *GenesisResponse_AppState_Pool_Order) GetId() uint64
func (*GenesisResponse_AppState_Pool_Order) GetIsSale ¶ added in v1.5.1
func (x *GenesisResponse_AppState_Pool_Order) GetIsSale() bool
func (*GenesisResponse_AppState_Pool_Order) GetOwner ¶ added in v1.5.1
func (x *GenesisResponse_AppState_Pool_Order) GetOwner() string
func (*GenesisResponse_AppState_Pool_Order) GetVolume0 ¶ added in v1.5.1
func (x *GenesisResponse_AppState_Pool_Order) GetVolume0() string
func (*GenesisResponse_AppState_Pool_Order) GetVolume1 ¶ added in v1.5.1
func (x *GenesisResponse_AppState_Pool_Order) GetVolume1() string
func (*GenesisResponse_AppState_Pool_Order) ProtoMessage ¶ added in v1.5.1
func (*GenesisResponse_AppState_Pool_Order) ProtoMessage()
func (*GenesisResponse_AppState_Pool_Order) ProtoReflect ¶ added in v1.5.1
func (x *GenesisResponse_AppState_Pool_Order) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_Pool_Order) Reset ¶ added in v1.5.1
func (x *GenesisResponse_AppState_Pool_Order) Reset()
func (*GenesisResponse_AppState_Pool_Order) String ¶ added in v1.5.1
func (x *GenesisResponse_AppState_Pool_Order) String() string
type GenesisResponse_AppState_RewardPrice ¶ added in v1.6.0
type GenesisResponse_AppState_RewardPrice struct { Time uint64 `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"` AmountBip string `protobuf:"bytes,2,opt,name=amount_bip,json=amountBip,proto3" json:"amount_bip,omitempty"` AmountUsdt string `protobuf:"bytes,3,opt,name=amount_usdt,json=amountUsdt,proto3" json:"amount_usdt,omitempty"` Off bool `protobuf:"varint,4,opt,name=off,proto3" json:"off,omitempty"` Reward string `protobuf:"bytes,5,opt,name=reward,proto3" json:"reward,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_RewardPrice) Descriptor
deprecated
added in
v1.6.0
func (*GenesisResponse_AppState_RewardPrice) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_RewardPrice.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_RewardPrice) GetAmountBip ¶ added in v1.6.0
func (x *GenesisResponse_AppState_RewardPrice) GetAmountBip() string
func (*GenesisResponse_AppState_RewardPrice) GetAmountUsdt ¶ added in v1.6.0
func (x *GenesisResponse_AppState_RewardPrice) GetAmountUsdt() string
func (*GenesisResponse_AppState_RewardPrice) GetOff ¶ added in v1.6.0
func (x *GenesisResponse_AppState_RewardPrice) GetOff() bool
func (*GenesisResponse_AppState_RewardPrice) GetReward ¶ added in v1.6.0
func (x *GenesisResponse_AppState_RewardPrice) GetReward() string
func (*GenesisResponse_AppState_RewardPrice) GetTime ¶ added in v1.6.0
func (x *GenesisResponse_AppState_RewardPrice) GetTime() uint64
func (*GenesisResponse_AppState_RewardPrice) ProtoMessage ¶ added in v1.6.0
func (*GenesisResponse_AppState_RewardPrice) ProtoMessage()
func (*GenesisResponse_AppState_RewardPrice) ProtoReflect ¶ added in v1.6.0
func (x *GenesisResponse_AppState_RewardPrice) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_RewardPrice) Reset ¶ added in v1.6.0
func (x *GenesisResponse_AppState_RewardPrice) Reset()
func (*GenesisResponse_AppState_RewardPrice) String ¶ added in v1.6.0
func (x *GenesisResponse_AppState_RewardPrice) String() string
type GenesisResponse_AppState_UpdateVote ¶ added in v1.6.0
type GenesisResponse_AppState_UpdateVote struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` Votes []string `protobuf:"bytes,2,rep,name=votes,proto3" json:"votes,omitempty"` Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_UpdateVote) Descriptor
deprecated
added in
v1.6.0
func (*GenesisResponse_AppState_UpdateVote) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_UpdateVote.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_UpdateVote) GetHeight ¶ added in v1.6.0
func (x *GenesisResponse_AppState_UpdateVote) GetHeight() uint64
func (*GenesisResponse_AppState_UpdateVote) GetVersion ¶ added in v1.6.0
func (x *GenesisResponse_AppState_UpdateVote) GetVersion() string
func (*GenesisResponse_AppState_UpdateVote) GetVotes ¶ added in v1.6.0
func (x *GenesisResponse_AppState_UpdateVote) GetVotes() []string
func (*GenesisResponse_AppState_UpdateVote) ProtoMessage ¶ added in v1.6.0
func (*GenesisResponse_AppState_UpdateVote) ProtoMessage()
func (*GenesisResponse_AppState_UpdateVote) ProtoReflect ¶ added in v1.6.0
func (x *GenesisResponse_AppState_UpdateVote) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_UpdateVote) Reset ¶ added in v1.6.0
func (x *GenesisResponse_AppState_UpdateVote) Reset()
func (*GenesisResponse_AppState_UpdateVote) String ¶ added in v1.6.0
func (x *GenesisResponse_AppState_UpdateVote) String() string
type GenesisResponse_AppState_Validators ¶ added in v1.2.0
type GenesisResponse_AppState_Validators struct { TotalBipStake string `protobuf:"bytes,4,opt,name=total_bip_stake,json=totalBipStake,proto3" json:"total_bip_stake,omitempty"` PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` AccumReward string `protobuf:"bytes,2,opt,name=accum_reward,json=accumReward,proto3" json:"accum_reward,omitempty"` AbsentTimes string `protobuf:"bytes,3,opt,name=absent_times,json=absentTimes,proto3" json:"absent_times,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_Validators) Descriptor
deprecated
added in
v1.2.0
func (*GenesisResponse_AppState_Validators) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_Validators.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_Validators) GetAbsentTimes ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Validators) GetAbsentTimes() string
func (*GenesisResponse_AppState_Validators) GetAccumReward ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Validators) GetAccumReward() string
func (*GenesisResponse_AppState_Validators) GetPublicKey ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Validators) GetPublicKey() string
func (*GenesisResponse_AppState_Validators) GetTotalBipStake ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Validators) GetTotalBipStake() string
func (*GenesisResponse_AppState_Validators) ProtoMessage ¶ added in v1.2.0
func (*GenesisResponse_AppState_Validators) ProtoMessage()
func (*GenesisResponse_AppState_Validators) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Validators) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_Validators) Reset ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Validators) Reset()
func (*GenesisResponse_AppState_Validators) String ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Validators) String() string
type GenesisResponse_AppState_Version ¶ added in v1.6.0
type GenesisResponse_AppState_Version struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_Version) Descriptor
deprecated
added in
v1.6.0
func (*GenesisResponse_AppState_Version) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_Version.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_Version) GetHeight ¶ added in v1.6.0
func (x *GenesisResponse_AppState_Version) GetHeight() uint64
func (*GenesisResponse_AppState_Version) GetName ¶ added in v1.6.0
func (x *GenesisResponse_AppState_Version) GetName() string
func (*GenesisResponse_AppState_Version) ProtoMessage ¶ added in v1.6.0
func (*GenesisResponse_AppState_Version) ProtoMessage()
func (*GenesisResponse_AppState_Version) ProtoReflect ¶ added in v1.6.0
func (x *GenesisResponse_AppState_Version) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_Version) Reset ¶ added in v1.6.0
func (x *GenesisResponse_AppState_Version) Reset()
func (*GenesisResponse_AppState_Version) String ¶ added in v1.6.0
func (x *GenesisResponse_AppState_Version) String() string
type GenesisResponse_AppState_Waitlist ¶ added in v1.2.0
type GenesisResponse_AppState_Waitlist struct { CandidateId uint64 `protobuf:"varint,1,opt,name=candidate_id,json=candidateId,proto3" json:"candidate_id,omitempty"` Owner string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"` Coin uint64 `protobuf:"varint,3,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_AppState_Waitlist) Descriptor
deprecated
added in
v1.2.0
func (*GenesisResponse_AppState_Waitlist) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_AppState_Waitlist.ProtoReflect.Descriptor instead.
func (*GenesisResponse_AppState_Waitlist) GetCandidateId ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Waitlist) GetCandidateId() uint64
func (*GenesisResponse_AppState_Waitlist) GetCoin ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Waitlist) GetCoin() uint64
func (*GenesisResponse_AppState_Waitlist) GetOwner ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Waitlist) GetOwner() string
func (*GenesisResponse_AppState_Waitlist) GetValue ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Waitlist) GetValue() string
func (*GenesisResponse_AppState_Waitlist) ProtoMessage ¶ added in v1.2.0
func (*GenesisResponse_AppState_Waitlist) ProtoMessage()
func (*GenesisResponse_AppState_Waitlist) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Waitlist) ProtoReflect() protoreflect.Message
func (*GenesisResponse_AppState_Waitlist) Reset ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Waitlist) Reset()
func (*GenesisResponse_AppState_Waitlist) String ¶ added in v1.2.0
func (x *GenesisResponse_AppState_Waitlist) String() string
type GenesisResponse_ConsensusParams ¶
type GenesisResponse_ConsensusParams struct { Block *GenesisResponse_ConsensusParams_Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Evidence *GenesisResponse_ConsensusParams_Evidence `protobuf:"bytes,2,opt,name=evidence,proto3" json:"evidence,omitempty"` Validator *GenesisResponse_ConsensusParams_Validator `protobuf:"bytes,3,opt,name=validator,proto3" json:"validator,omitempty"` Version *GenesisResponse_ConsensusParams_Version `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_ConsensusParams) Descriptor
deprecated
func (*GenesisResponse_ConsensusParams) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_ConsensusParams.ProtoReflect.Descriptor instead.
func (*GenesisResponse_ConsensusParams) GetBlock ¶
func (x *GenesisResponse_ConsensusParams) GetBlock() *GenesisResponse_ConsensusParams_Block
func (*GenesisResponse_ConsensusParams) GetEvidence ¶
func (x *GenesisResponse_ConsensusParams) GetEvidence() *GenesisResponse_ConsensusParams_Evidence
func (*GenesisResponse_ConsensusParams) GetValidator ¶
func (x *GenesisResponse_ConsensusParams) GetValidator() *GenesisResponse_ConsensusParams_Validator
func (*GenesisResponse_ConsensusParams) GetVersion ¶ added in v1.7.0
func (x *GenesisResponse_ConsensusParams) GetVersion() *GenesisResponse_ConsensusParams_Version
func (*GenesisResponse_ConsensusParams) ProtoMessage ¶
func (*GenesisResponse_ConsensusParams) ProtoMessage()
func (*GenesisResponse_ConsensusParams) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_ConsensusParams) ProtoReflect() protoreflect.Message
func (*GenesisResponse_ConsensusParams) Reset ¶
func (x *GenesisResponse_ConsensusParams) Reset()
func (*GenesisResponse_ConsensusParams) String ¶
func (x *GenesisResponse_ConsensusParams) String() string
type GenesisResponse_ConsensusParams_Block ¶
type GenesisResponse_ConsensusParams_Block struct { MaxBytes int64 `protobuf:"varint,1,opt,name=max_bytes,json=maxBytes,proto3" json:"max_bytes,omitempty"` MaxGas int64 `protobuf:"varint,2,opt,name=max_gas,json=maxGas,proto3" json:"max_gas,omitempty"` TimeIotaMs int64 `protobuf:"varint,3,opt,name=time_iota_ms,json=timeIotaMs,proto3" json:"time_iota_ms,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_ConsensusParams_Block) Descriptor
deprecated
func (*GenesisResponse_ConsensusParams_Block) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_ConsensusParams_Block.ProtoReflect.Descriptor instead.
func (*GenesisResponse_ConsensusParams_Block) GetMaxBytes ¶
func (x *GenesisResponse_ConsensusParams_Block) GetMaxBytes() int64
func (*GenesisResponse_ConsensusParams_Block) GetMaxGas ¶
func (x *GenesisResponse_ConsensusParams_Block) GetMaxGas() int64
func (*GenesisResponse_ConsensusParams_Block) GetTimeIotaMs ¶
func (x *GenesisResponse_ConsensusParams_Block) GetTimeIotaMs() int64
func (*GenesisResponse_ConsensusParams_Block) ProtoMessage ¶
func (*GenesisResponse_ConsensusParams_Block) ProtoMessage()
func (*GenesisResponse_ConsensusParams_Block) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_ConsensusParams_Block) ProtoReflect() protoreflect.Message
func (*GenesisResponse_ConsensusParams_Block) Reset ¶
func (x *GenesisResponse_ConsensusParams_Block) Reset()
func (*GenesisResponse_ConsensusParams_Block) String ¶
func (x *GenesisResponse_ConsensusParams_Block) String() string
type GenesisResponse_ConsensusParams_Evidence ¶
type GenesisResponse_ConsensusParams_Evidence struct { MaxAgeNumBlocks int64 `protobuf:"varint,1,opt,name=max_age_num_blocks,json=maxAgeNumBlocks,proto3" json:"max_age_num_blocks,omitempty"` MaxAgeDuration int64 `protobuf:"varint,2,opt,name=max_age_duration,json=maxAgeDuration,proto3" json:"max_age_duration,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_ConsensusParams_Evidence) Descriptor
deprecated
func (*GenesisResponse_ConsensusParams_Evidence) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_ConsensusParams_Evidence.ProtoReflect.Descriptor instead.
func (*GenesisResponse_ConsensusParams_Evidence) GetMaxAgeDuration ¶
func (x *GenesisResponse_ConsensusParams_Evidence) GetMaxAgeDuration() int64
func (*GenesisResponse_ConsensusParams_Evidence) GetMaxAgeNumBlocks ¶
func (x *GenesisResponse_ConsensusParams_Evidence) GetMaxAgeNumBlocks() int64
func (*GenesisResponse_ConsensusParams_Evidence) ProtoMessage ¶
func (*GenesisResponse_ConsensusParams_Evidence) ProtoMessage()
func (*GenesisResponse_ConsensusParams_Evidence) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_ConsensusParams_Evidence) ProtoReflect() protoreflect.Message
func (*GenesisResponse_ConsensusParams_Evidence) Reset ¶
func (x *GenesisResponse_ConsensusParams_Evidence) Reset()
func (*GenesisResponse_ConsensusParams_Evidence) String ¶
func (x *GenesisResponse_ConsensusParams_Evidence) String() string
type GenesisResponse_ConsensusParams_Validator ¶
type GenesisResponse_ConsensusParams_Validator struct { PubKeyTypes []string `protobuf:"bytes,1,rep,name=pub_key_types,json=pubKeyTypes,proto3" json:"pub_key_types,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_ConsensusParams_Validator) Descriptor
deprecated
func (*GenesisResponse_ConsensusParams_Validator) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_ConsensusParams_Validator.ProtoReflect.Descriptor instead.
func (*GenesisResponse_ConsensusParams_Validator) GetPubKeyTypes ¶ added in v1.2.0
func (x *GenesisResponse_ConsensusParams_Validator) GetPubKeyTypes() []string
func (*GenesisResponse_ConsensusParams_Validator) ProtoMessage ¶
func (*GenesisResponse_ConsensusParams_Validator) ProtoMessage()
func (*GenesisResponse_ConsensusParams_Validator) ProtoReflect ¶ added in v1.2.0
func (x *GenesisResponse_ConsensusParams_Validator) ProtoReflect() protoreflect.Message
func (*GenesisResponse_ConsensusParams_Validator) Reset ¶
func (x *GenesisResponse_ConsensusParams_Validator) Reset()
func (*GenesisResponse_ConsensusParams_Validator) String ¶
func (x *GenesisResponse_ConsensusParams_Validator) String() string
type GenesisResponse_ConsensusParams_Version ¶ added in v1.7.0
type GenesisResponse_ConsensusParams_Version struct { AppVersion uint64 `protobuf:"varint,1,opt,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse_ConsensusParams_Version) Descriptor
deprecated
added in
v1.7.0
func (*GenesisResponse_ConsensusParams_Version) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_ConsensusParams_Version.ProtoReflect.Descriptor instead.
func (*GenesisResponse_ConsensusParams_Version) GetAppVersion ¶ added in v1.7.0
func (x *GenesisResponse_ConsensusParams_Version) GetAppVersion() uint64
func (*GenesisResponse_ConsensusParams_Version) ProtoMessage ¶ added in v1.7.0
func (*GenesisResponse_ConsensusParams_Version) ProtoMessage()
func (*GenesisResponse_ConsensusParams_Version) ProtoReflect ¶ added in v1.7.0
func (x *GenesisResponse_ConsensusParams_Version) ProtoReflect() protoreflect.Message
func (*GenesisResponse_ConsensusParams_Version) Reset ¶ added in v1.7.0
func (x *GenesisResponse_ConsensusParams_Version) Reset()
func (*GenesisResponse_ConsensusParams_Version) String ¶ added in v1.7.0
func (x *GenesisResponse_ConsensusParams_Version) String() string
type HaltsRequest ¶
type HaltsRequest struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*HaltsRequest) Descriptor
deprecated
func (*HaltsRequest) Descriptor() ([]byte, []int)
Deprecated: Use HaltsRequest.ProtoReflect.Descriptor instead.
func (*HaltsRequest) GetHeight ¶
func (x *HaltsRequest) GetHeight() uint64
func (*HaltsRequest) ProtoMessage ¶
func (*HaltsRequest) ProtoMessage()
func (*HaltsRequest) ProtoReflect ¶ added in v1.2.0
func (x *HaltsRequest) ProtoReflect() protoreflect.Message
func (*HaltsRequest) Reset ¶
func (x *HaltsRequest) Reset()
func (*HaltsRequest) String ¶
func (x *HaltsRequest) String() string
type HaltsResponse ¶
type HaltsResponse struct { PublicKeys []string `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` // contains filtered or unexported fields }
func (*HaltsResponse) Descriptor
deprecated
func (*HaltsResponse) Descriptor() ([]byte, []int)
Deprecated: Use HaltsResponse.ProtoReflect.Descriptor instead.
func (*HaltsResponse) GetPublicKeys ¶ added in v1.2.0
func (x *HaltsResponse) GetPublicKeys() []string
func (*HaltsResponse) ProtoMessage ¶
func (*HaltsResponse) ProtoMessage()
func (*HaltsResponse) ProtoReflect ¶ added in v1.2.0
func (x *HaltsResponse) ProtoReflect() protoreflect.Message
func (*HaltsResponse) Reset ¶
func (x *HaltsResponse) Reset()
func (*HaltsResponse) String ¶
func (x *HaltsResponse) String() string
type JailEvent ¶ added in v1.5.0
type JailEvent struct { ValidatorPubKey string `protobuf:"bytes,1,opt,name=validator_pub_key,json=validatorPubKey,proto3" json:"validator_pub_key,omitempty"` JailedUntil uint64 `protobuf:"varint,2,opt,name=jailed_until,json=jailedUntil,proto3" json:"jailed_until,omitempty"` // contains filtered or unexported fields }
func (*JailEvent) Descriptor
deprecated
added in
v1.5.0
func (*JailEvent) GetJailedUntil ¶ added in v1.5.0
func (*JailEvent) GetValidatorPubKey ¶ added in v1.5.0
func (*JailEvent) ProtoMessage ¶ added in v1.5.0
func (*JailEvent) ProtoMessage()
func (*JailEvent) ProtoReflect ¶ added in v1.5.0
func (x *JailEvent) ProtoReflect() protoreflect.Message
type LimitOrderRequest ¶ added in v1.5.0
type LimitOrderRequest struct { OrderId uint64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*LimitOrderRequest) Descriptor
deprecated
added in
v1.5.0
func (*LimitOrderRequest) Descriptor() ([]byte, []int)
Deprecated: Use LimitOrderRequest.ProtoReflect.Descriptor instead.
func (*LimitOrderRequest) GetHeight ¶ added in v1.5.0
func (x *LimitOrderRequest) GetHeight() uint64
func (*LimitOrderRequest) GetOrderId ¶ added in v1.5.0
func (x *LimitOrderRequest) GetOrderId() uint64
func (*LimitOrderRequest) ProtoMessage ¶ added in v1.5.0
func (*LimitOrderRequest) ProtoMessage()
func (*LimitOrderRequest) ProtoReflect ¶ added in v1.5.0
func (x *LimitOrderRequest) ProtoReflect() protoreflect.Message
func (*LimitOrderRequest) Reset ¶ added in v1.5.0
func (x *LimitOrderRequest) Reset()
func (*LimitOrderRequest) String ¶ added in v1.5.0
func (x *LimitOrderRequest) String() string
type LimitOrderResponse ¶ added in v1.5.0
type LimitOrderResponse struct { Id uint64 `protobuf:"varint,7,opt,name=id,proto3" json:"id,omitempty"` CoinSell *Coin `protobuf:"bytes,1,opt,name=coin_sell,json=coinSell,proto3" json:"coin_sell,omitempty"` CoinBuy *Coin `protobuf:"bytes,2,opt,name=coin_buy,json=coinBuy,proto3" json:"coin_buy,omitempty"` WantSell string `protobuf:"bytes,3,opt,name=want_sell,json=wantSell,proto3" json:"want_sell,omitempty"` WantBuy string `protobuf:"bytes,4,opt,name=want_buy,json=wantBuy,proto3" json:"want_buy,omitempty"` Price string `protobuf:"bytes,8,opt,name=price,proto3" json:"price,omitempty"` Owner string `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"` Height uint64 `protobuf:"varint,6,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*LimitOrderResponse) Descriptor
deprecated
added in
v1.5.0
func (*LimitOrderResponse) Descriptor() ([]byte, []int)
Deprecated: Use LimitOrderResponse.ProtoReflect.Descriptor instead.
func (*LimitOrderResponse) GetCoinBuy ¶ added in v1.5.0
func (x *LimitOrderResponse) GetCoinBuy() *Coin
func (*LimitOrderResponse) GetCoinSell ¶ added in v1.5.0
func (x *LimitOrderResponse) GetCoinSell() *Coin
func (*LimitOrderResponse) GetHeight ¶ added in v1.5.0
func (x *LimitOrderResponse) GetHeight() uint64
func (*LimitOrderResponse) GetId ¶ added in v1.5.0
func (x *LimitOrderResponse) GetId() uint64
func (*LimitOrderResponse) GetOwner ¶ added in v1.5.0
func (x *LimitOrderResponse) GetOwner() string
func (*LimitOrderResponse) GetPrice ¶ added in v1.5.0
func (x *LimitOrderResponse) GetPrice() string
func (*LimitOrderResponse) GetWantBuy ¶ added in v1.5.0
func (x *LimitOrderResponse) GetWantBuy() string
func (*LimitOrderResponse) GetWantSell ¶ added in v1.5.0
func (x *LimitOrderResponse) GetWantSell() string
func (*LimitOrderResponse) ProtoMessage ¶ added in v1.5.0
func (*LimitOrderResponse) ProtoMessage()
func (*LimitOrderResponse) ProtoReflect ¶ added in v1.5.0
func (x *LimitOrderResponse) ProtoReflect() protoreflect.Message
func (*LimitOrderResponse) Reset ¶ added in v1.5.0
func (x *LimitOrderResponse) Reset()
func (*LimitOrderResponse) String ¶ added in v1.5.0
func (x *LimitOrderResponse) String() string
type LimitOrdersOfPoolRequest ¶ added in v1.5.0
type LimitOrdersOfPoolRequest struct { SellCoin uint64 `protobuf:"varint,1,opt,name=sell_coin,json=sellCoin,proto3" json:"sell_coin,omitempty"` BuyCoin uint64 `protobuf:"varint,2,opt,name=buy_coin,json=buyCoin,proto3" json:"buy_coin,omitempty"` Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` Height uint64 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*LimitOrdersOfPoolRequest) Descriptor
deprecated
added in
v1.5.0
func (*LimitOrdersOfPoolRequest) Descriptor() ([]byte, []int)
Deprecated: Use LimitOrdersOfPoolRequest.ProtoReflect.Descriptor instead.
func (*LimitOrdersOfPoolRequest) GetBuyCoin ¶ added in v1.5.0
func (x *LimitOrdersOfPoolRequest) GetBuyCoin() uint64
func (*LimitOrdersOfPoolRequest) GetHeight ¶ added in v1.5.0
func (x *LimitOrdersOfPoolRequest) GetHeight() uint64
func (*LimitOrdersOfPoolRequest) GetLimit ¶ added in v1.5.0
func (x *LimitOrdersOfPoolRequest) GetLimit() int32
func (*LimitOrdersOfPoolRequest) GetSellCoin ¶ added in v1.5.0
func (x *LimitOrdersOfPoolRequest) GetSellCoin() uint64
func (*LimitOrdersOfPoolRequest) ProtoMessage ¶ added in v1.5.0
func (*LimitOrdersOfPoolRequest) ProtoMessage()
func (*LimitOrdersOfPoolRequest) ProtoReflect ¶ added in v1.5.0
func (x *LimitOrdersOfPoolRequest) ProtoReflect() protoreflect.Message
func (*LimitOrdersOfPoolRequest) Reset ¶ added in v1.5.0
func (x *LimitOrdersOfPoolRequest) Reset()
func (*LimitOrdersOfPoolRequest) String ¶ added in v1.5.0
func (x *LimitOrdersOfPoolRequest) String() string
type LimitOrdersOfPoolResponse ¶ added in v1.5.0
type LimitOrdersOfPoolResponse struct { PoolPrice string `protobuf:"bytes,2,opt,name=pool_price,json=poolPrice,proto3" json:"pool_price,omitempty"` Orders []*LimitOrderResponse `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
func (*LimitOrdersOfPoolResponse) Descriptor
deprecated
added in
v1.5.0
func (*LimitOrdersOfPoolResponse) Descriptor() ([]byte, []int)
Deprecated: Use LimitOrdersOfPoolResponse.ProtoReflect.Descriptor instead.
func (*LimitOrdersOfPoolResponse) GetOrders ¶ added in v1.5.0
func (x *LimitOrdersOfPoolResponse) GetOrders() []*LimitOrderResponse
func (*LimitOrdersOfPoolResponse) GetPoolPrice ¶ added in v1.5.0
func (x *LimitOrdersOfPoolResponse) GetPoolPrice() string
func (*LimitOrdersOfPoolResponse) ProtoMessage ¶ added in v1.5.0
func (*LimitOrdersOfPoolResponse) ProtoMessage()
func (*LimitOrdersOfPoolResponse) ProtoReflect ¶ added in v1.5.0
func (x *LimitOrdersOfPoolResponse) ProtoReflect() protoreflect.Message
func (*LimitOrdersOfPoolResponse) Reset ¶ added in v1.5.0
func (x *LimitOrdersOfPoolResponse) Reset()
func (*LimitOrdersOfPoolResponse) String ¶ added in v1.5.0
func (x *LimitOrdersOfPoolResponse) String() string
type LimitOrdersRequest ¶ added in v1.5.0
type LimitOrdersRequest struct { Ids []uint64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*LimitOrdersRequest) Descriptor
deprecated
added in
v1.5.0
func (*LimitOrdersRequest) Descriptor() ([]byte, []int)
Deprecated: Use LimitOrdersRequest.ProtoReflect.Descriptor instead.
func (*LimitOrdersRequest) GetHeight ¶ added in v1.5.0
func (x *LimitOrdersRequest) GetHeight() uint64
func (*LimitOrdersRequest) GetIds ¶ added in v1.5.0
func (x *LimitOrdersRequest) GetIds() []uint64
func (*LimitOrdersRequest) ProtoMessage ¶ added in v1.5.0
func (*LimitOrdersRequest) ProtoMessage()
func (*LimitOrdersRequest) ProtoReflect ¶ added in v1.5.0
func (x *LimitOrdersRequest) ProtoReflect() protoreflect.Message
func (*LimitOrdersRequest) Reset ¶ added in v1.5.0
func (x *LimitOrdersRequest) Reset()
func (*LimitOrdersRequest) String ¶ added in v1.5.0
func (x *LimitOrdersRequest) String() string
type LimitOrdersResponse ¶ added in v1.5.0
type LimitOrdersResponse struct { Orders []*LimitOrderResponse `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
func (*LimitOrdersResponse) Descriptor
deprecated
added in
v1.5.0
func (*LimitOrdersResponse) Descriptor() ([]byte, []int)
Deprecated: Use LimitOrdersResponse.ProtoReflect.Descriptor instead.
func (*LimitOrdersResponse) GetOrders ¶ added in v1.5.0
func (x *LimitOrdersResponse) GetOrders() []*LimitOrderResponse
func (*LimitOrdersResponse) ProtoMessage ¶ added in v1.5.0
func (*LimitOrdersResponse) ProtoMessage()
func (*LimitOrdersResponse) ProtoReflect ¶ added in v1.5.0
func (x *LimitOrdersResponse) ProtoReflect() protoreflect.Message
func (*LimitOrdersResponse) Reset ¶ added in v1.5.0
func (x *LimitOrdersResponse) Reset()
func (*LimitOrdersResponse) String ¶ added in v1.5.0
func (x *LimitOrdersResponse) String() string
type LockData ¶ added in v1.6.0
type LockData struct { DueBlock uint64 `protobuf:"varint,1,opt,name=due_block,json=dueBlock,proto3" json:"due_block,omitempty"` Coin *Coin `protobuf:"bytes,2,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*LockData) Descriptor
deprecated
added in
v1.6.0
func (*LockData) GetDueBlock ¶ added in v1.6.0
func (*LockData) ProtoMessage ¶ added in v1.6.0
func (*LockData) ProtoMessage()
func (*LockData) ProtoReflect ¶ added in v1.6.0
func (x *LockData) ProtoReflect() protoreflect.Message
type LockStakeData ¶ added in v1.6.0
type LockStakeData struct {
// contains filtered or unexported fields
}
func (*LockStakeData) Descriptor
deprecated
added in
v1.6.0
func (*LockStakeData) Descriptor() ([]byte, []int)
Deprecated: Use LockStakeData.ProtoReflect.Descriptor instead.
func (*LockStakeData) ProtoMessage ¶ added in v1.6.0
func (*LockStakeData) ProtoMessage()
func (*LockStakeData) ProtoReflect ¶ added in v1.6.0
func (x *LockStakeData) ProtoReflect() protoreflect.Message
func (*LockStakeData) Reset ¶ added in v1.6.0
func (x *LockStakeData) Reset()
func (*LockStakeData) String ¶ added in v1.6.0
func (x *LockStakeData) String() string
type MaxGasPriceRequest ¶ added in v1.2.0
type MaxGasPriceRequest struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*MaxGasPriceRequest) Descriptor
deprecated
added in
v1.2.0
func (*MaxGasPriceRequest) Descriptor() ([]byte, []int)
Deprecated: Use MaxGasPriceRequest.ProtoReflect.Descriptor instead.
func (*MaxGasPriceRequest) GetHeight ¶ added in v1.2.0
func (x *MaxGasPriceRequest) GetHeight() uint64
func (*MaxGasPriceRequest) ProtoMessage ¶ added in v1.2.0
func (*MaxGasPriceRequest) ProtoMessage()
func (*MaxGasPriceRequest) ProtoReflect ¶ added in v1.2.0
func (x *MaxGasPriceRequest) ProtoReflect() protoreflect.Message
func (*MaxGasPriceRequest) Reset ¶ added in v1.2.0
func (x *MaxGasPriceRequest) Reset()
func (*MaxGasPriceRequest) String ¶ added in v1.2.0
func (x *MaxGasPriceRequest) String() string
type MaxGasPriceResponse ¶ added in v1.2.0
type MaxGasPriceResponse struct { MaxGasPrice uint64 `protobuf:"varint,3,opt,name=max_gas_price,json=maxGasPrice,proto3" json:"max_gas_price,omitempty"` // contains filtered or unexported fields }
func (*MaxGasPriceResponse) Descriptor
deprecated
added in
v1.2.0
func (*MaxGasPriceResponse) Descriptor() ([]byte, []int)
Deprecated: Use MaxGasPriceResponse.ProtoReflect.Descriptor instead.
func (*MaxGasPriceResponse) GetMaxGasPrice ¶ added in v1.2.0
func (x *MaxGasPriceResponse) GetMaxGasPrice() uint64
func (*MaxGasPriceResponse) ProtoMessage ¶ added in v1.2.0
func (*MaxGasPriceResponse) ProtoMessage()
func (*MaxGasPriceResponse) ProtoReflect ¶ added in v1.2.0
func (x *MaxGasPriceResponse) ProtoReflect() protoreflect.Message
func (*MaxGasPriceResponse) Reset ¶ added in v1.2.0
func (x *MaxGasPriceResponse) Reset()
func (*MaxGasPriceResponse) String ¶ added in v1.2.0
func (x *MaxGasPriceResponse) String() string
type MinGasPriceResponse ¶
type MinGasPriceResponse struct { MinGasPrice uint64 `protobuf:"varint,3,opt,name=min_gas_price,json=minGasPrice,proto3" json:"min_gas_price,omitempty"` // contains filtered or unexported fields }
func (*MinGasPriceResponse) Descriptor
deprecated
func (*MinGasPriceResponse) Descriptor() ([]byte, []int)
Deprecated: Use MinGasPriceResponse.ProtoReflect.Descriptor instead.
func (*MinGasPriceResponse) GetMinGasPrice ¶
func (x *MinGasPriceResponse) GetMinGasPrice() uint64
func (*MinGasPriceResponse) ProtoMessage ¶
func (*MinGasPriceResponse) ProtoMessage()
func (*MinGasPriceResponse) ProtoReflect ¶ added in v1.2.0
func (x *MinGasPriceResponse) ProtoReflect() protoreflect.Message
func (*MinGasPriceResponse) Reset ¶
func (x *MinGasPriceResponse) Reset()
func (*MinGasPriceResponse) String ¶
func (x *MinGasPriceResponse) String() string
type MintTokenData ¶ added in v1.3.0
type MintTokenData struct { Coin *Coin `protobuf:"bytes,1,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*MintTokenData) Descriptor
deprecated
added in
v1.3.0
func (*MintTokenData) Descriptor() ([]byte, []int)
Deprecated: Use MintTokenData.ProtoReflect.Descriptor instead.
func (*MintTokenData) GetCoin ¶ added in v1.3.0
func (x *MintTokenData) GetCoin() *Coin
func (*MintTokenData) GetValue ¶ added in v1.3.0
func (x *MintTokenData) GetValue() string
func (*MintTokenData) ProtoMessage ¶ added in v1.3.0
func (*MintTokenData) ProtoMessage()
func (*MintTokenData) ProtoReflect ¶ added in v1.3.0
func (x *MintTokenData) ProtoReflect() protoreflect.Message
func (*MintTokenData) Reset ¶ added in v1.3.0
func (x *MintTokenData) Reset()
func (*MintTokenData) String ¶ added in v1.3.0
func (x *MintTokenData) String() string
type MissedBlocksRequest ¶
type MissedBlocksRequest struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*MissedBlocksRequest) Descriptor
deprecated
func (*MissedBlocksRequest) Descriptor() ([]byte, []int)
Deprecated: Use MissedBlocksRequest.ProtoReflect.Descriptor instead.
func (*MissedBlocksRequest) GetHeight ¶
func (x *MissedBlocksRequest) GetHeight() uint64
func (*MissedBlocksRequest) GetPublicKey ¶
func (x *MissedBlocksRequest) GetPublicKey() string
func (*MissedBlocksRequest) ProtoMessage ¶
func (*MissedBlocksRequest) ProtoMessage()
func (*MissedBlocksRequest) ProtoReflect ¶ added in v1.2.0
func (x *MissedBlocksRequest) ProtoReflect() protoreflect.Message
func (*MissedBlocksRequest) Reset ¶
func (x *MissedBlocksRequest) Reset()
func (*MissedBlocksRequest) String ¶
func (x *MissedBlocksRequest) String() string
type MissedBlocksResponse ¶
type MissedBlocksResponse struct { MissedBlocks string `protobuf:"bytes,1,opt,name=missed_blocks,json=missedBlocks,proto3" json:"missed_blocks,omitempty"` MissedBlocksCount int64 `protobuf:"varint,2,opt,name=missed_blocks_count,json=missedBlocksCount,proto3" json:"missed_blocks_count,omitempty"` // contains filtered or unexported fields }
func (*MissedBlocksResponse) Descriptor
deprecated
func (*MissedBlocksResponse) Descriptor() ([]byte, []int)
Deprecated: Use MissedBlocksResponse.ProtoReflect.Descriptor instead.
func (*MissedBlocksResponse) GetMissedBlocks ¶
func (x *MissedBlocksResponse) GetMissedBlocks() string
func (*MissedBlocksResponse) GetMissedBlocksCount ¶
func (x *MissedBlocksResponse) GetMissedBlocksCount() int64
func (*MissedBlocksResponse) ProtoMessage ¶
func (*MissedBlocksResponse) ProtoMessage()
func (*MissedBlocksResponse) ProtoReflect ¶ added in v1.2.0
func (x *MissedBlocksResponse) ProtoReflect() protoreflect.Message
func (*MissedBlocksResponse) Reset ¶
func (x *MissedBlocksResponse) Reset()
func (*MissedBlocksResponse) String ¶
func (x *MissedBlocksResponse) String() string
type MoveStakeData ¶ added in v1.6.0
type MoveStakeData struct { FromPubKey string `protobuf:"bytes,1,opt,name=from_pub_key,json=fromPubKey,proto3" json:"from_pub_key,omitempty"` ToPubKey string `protobuf:"bytes,4,opt,name=to_pub_key,json=toPubKey,proto3" json:"to_pub_key,omitempty"` Coin *Coin `protobuf:"bytes,2,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*MoveStakeData) Descriptor
deprecated
added in
v1.6.0
func (*MoveStakeData) Descriptor() ([]byte, []int)
Deprecated: Use MoveStakeData.ProtoReflect.Descriptor instead.
func (*MoveStakeData) GetCoin ¶ added in v1.6.0
func (x *MoveStakeData) GetCoin() *Coin
func (*MoveStakeData) GetFromPubKey ¶ added in v1.6.0
func (x *MoveStakeData) GetFromPubKey() string
func (*MoveStakeData) GetToPubKey ¶ added in v1.6.0
func (x *MoveStakeData) GetToPubKey() string
func (*MoveStakeData) GetValue ¶ added in v1.6.0
func (x *MoveStakeData) GetValue() string
func (*MoveStakeData) ProtoMessage ¶ added in v1.6.0
func (*MoveStakeData) ProtoMessage()
func (*MoveStakeData) ProtoReflect ¶ added in v1.6.0
func (x *MoveStakeData) ProtoReflect() protoreflect.Message
func (*MoveStakeData) Reset ¶ added in v1.6.0
func (x *MoveStakeData) Reset()
func (*MoveStakeData) String ¶ added in v1.6.0
func (x *MoveStakeData) String() string
type MultiSendData ¶ added in v1.2.0
type MultiSendData struct { List []*SendData `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*MultiSendData) Descriptor
deprecated
added in
v1.2.0
func (*MultiSendData) Descriptor() ([]byte, []int)
Deprecated: Use MultiSendData.ProtoReflect.Descriptor instead.
func (*MultiSendData) GetList ¶ added in v1.2.0
func (x *MultiSendData) GetList() []*SendData
func (*MultiSendData) ProtoMessage ¶ added in v1.2.0
func (*MultiSendData) ProtoMessage()
func (*MultiSendData) ProtoReflect ¶ added in v1.2.0
func (x *MultiSendData) ProtoReflect() protoreflect.Message
func (*MultiSendData) Reset ¶ added in v1.2.0
func (x *MultiSendData) Reset()
func (*MultiSendData) String ¶ added in v1.2.0
func (x *MultiSendData) String() string
type Multisig ¶ added in v1.4.2
type Multisig struct { Threshold uint64 `protobuf:"varint,1,opt,name=threshold,proto3" json:"threshold,omitempty"` Weights []uint64 `protobuf:"varint,2,rep,packed,name=weights,proto3" json:"weights,omitempty"` Addresses []string `protobuf:"bytes,3,rep,name=addresses,proto3" json:"addresses,omitempty"` // contains filtered or unexported fields }
func (*Multisig) Descriptor
deprecated
added in
v1.4.2
func (*Multisig) GetAddresses ¶ added in v1.4.2
func (*Multisig) GetThreshold ¶ added in v1.4.2
func (*Multisig) GetWeights ¶ added in v1.4.2
func (*Multisig) ProtoMessage ¶ added in v1.4.2
func (*Multisig) ProtoMessage()
func (*Multisig) ProtoReflect ¶ added in v1.4.2
func (x *Multisig) ProtoReflect() protoreflect.Message
type NetInfoResponse ¶
type NetInfoResponse struct { Listening bool `protobuf:"varint,4,opt,name=listening,proto3" json:"listening,omitempty"` Listeners []string `protobuf:"bytes,1,rep,name=listeners,proto3" json:"listeners,omitempty"` CountPeers int64 `protobuf:"varint,2,opt,name=count_peers,json=countPeers,proto3" json:"count_peers,omitempty"` Peers []*NetInfoResponse_Peer `protobuf:"bytes,3,rep,name=peers,proto3" json:"peers,omitempty"` // contains filtered or unexported fields }
func (*NetInfoResponse) Descriptor
deprecated
func (*NetInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use NetInfoResponse.ProtoReflect.Descriptor instead.
func (*NetInfoResponse) GetCountPeers ¶
func (x *NetInfoResponse) GetCountPeers() int64
func (*NetInfoResponse) GetListeners ¶
func (x *NetInfoResponse) GetListeners() []string
func (*NetInfoResponse) GetListening ¶
func (x *NetInfoResponse) GetListening() bool
func (*NetInfoResponse) GetPeers ¶
func (x *NetInfoResponse) GetPeers() []*NetInfoResponse_Peer
func (*NetInfoResponse) ProtoMessage ¶
func (*NetInfoResponse) ProtoMessage()
func (*NetInfoResponse) ProtoReflect ¶ added in v1.2.0
func (x *NetInfoResponse) ProtoReflect() protoreflect.Message
func (*NetInfoResponse) Reset ¶
func (x *NetInfoResponse) Reset()
func (*NetInfoResponse) String ¶
func (x *NetInfoResponse) String() string
type NetInfoResponse_Peer ¶
type NetInfoResponse_Peer struct { // Unknown while client is in fast_syncing mode LatestBlockHeight *wrapperspb.UInt64Value `protobuf:"bytes,5,opt,name=latest_block_height,json=latestBlockHeight,proto3" json:"latest_block_height,omitempty"` NodeInfo *NodeInfo `protobuf:"bytes,4,opt,name=node_info,json=nodeInfo,proto3" json:"node_info,omitempty"` IsOutbound bool `protobuf:"varint,1,opt,name=is_outbound,json=isOutbound,proto3" json:"is_outbound,omitempty"` ConnectionStatus *NetInfoResponse_Peer_ConnectionStatus `protobuf:"bytes,2,opt,name=connection_status,json=connectionStatus,proto3" json:"connection_status,omitempty"` RemoteIp string `protobuf:"bytes,3,opt,name=remote_ip,json=remoteIp,proto3" json:"remote_ip,omitempty"` // contains filtered or unexported fields }
func (*NetInfoResponse_Peer) Descriptor
deprecated
func (*NetInfoResponse_Peer) Descriptor() ([]byte, []int)
Deprecated: Use NetInfoResponse_Peer.ProtoReflect.Descriptor instead.
func (*NetInfoResponse_Peer) GetConnectionStatus ¶
func (x *NetInfoResponse_Peer) GetConnectionStatus() *NetInfoResponse_Peer_ConnectionStatus
func (*NetInfoResponse_Peer) GetIsOutbound ¶
func (x *NetInfoResponse_Peer) GetIsOutbound() bool
func (*NetInfoResponse_Peer) GetLatestBlockHeight ¶ added in v1.2.0
func (x *NetInfoResponse_Peer) GetLatestBlockHeight() *wrapperspb.UInt64Value
func (*NetInfoResponse_Peer) GetNodeInfo ¶
func (x *NetInfoResponse_Peer) GetNodeInfo() *NodeInfo
func (*NetInfoResponse_Peer) GetRemoteIp ¶
func (x *NetInfoResponse_Peer) GetRemoteIp() string
func (*NetInfoResponse_Peer) ProtoMessage ¶
func (*NetInfoResponse_Peer) ProtoMessage()
func (*NetInfoResponse_Peer) ProtoReflect ¶ added in v1.2.0
func (x *NetInfoResponse_Peer) ProtoReflect() protoreflect.Message
func (*NetInfoResponse_Peer) Reset ¶
func (x *NetInfoResponse_Peer) Reset()
func (*NetInfoResponse_Peer) String ¶
func (x *NetInfoResponse_Peer) String() string
type NetInfoResponse_Peer_ConnectionStatus ¶
type NetInfoResponse_Peer_ConnectionStatus struct { Duration uint64 `protobuf:"varint,4,opt,name=duration,proto3" json:"duration,omitempty"` SendMonitor *NetInfoResponse_Peer_ConnectionStatus_Monitor `protobuf:"bytes,1,opt,name=SendMonitor,proto3" json:"SendMonitor,omitempty"` RecvMonitor *NetInfoResponse_Peer_ConnectionStatus_Monitor `protobuf:"bytes,2,opt,name=RecvMonitor,proto3" json:"RecvMonitor,omitempty"` Channels []*NetInfoResponse_Peer_ConnectionStatus_Channel `protobuf:"bytes,3,rep,name=channels,proto3" json:"channels,omitempty"` // contains filtered or unexported fields }
func (*NetInfoResponse_Peer_ConnectionStatus) Descriptor
deprecated
func (*NetInfoResponse_Peer_ConnectionStatus) Descriptor() ([]byte, []int)
Deprecated: Use NetInfoResponse_Peer_ConnectionStatus.ProtoReflect.Descriptor instead.
func (*NetInfoResponse_Peer_ConnectionStatus) GetChannels ¶
func (x *NetInfoResponse_Peer_ConnectionStatus) GetChannels() []*NetInfoResponse_Peer_ConnectionStatus_Channel
func (*NetInfoResponse_Peer_ConnectionStatus) GetDuration ¶
func (x *NetInfoResponse_Peer_ConnectionStatus) GetDuration() uint64
func (*NetInfoResponse_Peer_ConnectionStatus) GetRecvMonitor ¶
func (x *NetInfoResponse_Peer_ConnectionStatus) GetRecvMonitor() *NetInfoResponse_Peer_ConnectionStatus_Monitor
func (*NetInfoResponse_Peer_ConnectionStatus) GetSendMonitor ¶
func (x *NetInfoResponse_Peer_ConnectionStatus) GetSendMonitor() *NetInfoResponse_Peer_ConnectionStatus_Monitor
func (*NetInfoResponse_Peer_ConnectionStatus) ProtoMessage ¶
func (*NetInfoResponse_Peer_ConnectionStatus) ProtoMessage()
func (*NetInfoResponse_Peer_ConnectionStatus) ProtoReflect ¶ added in v1.2.0
func (x *NetInfoResponse_Peer_ConnectionStatus) ProtoReflect() protoreflect.Message
func (*NetInfoResponse_Peer_ConnectionStatus) Reset ¶
func (x *NetInfoResponse_Peer_ConnectionStatus) Reset()
func (*NetInfoResponse_Peer_ConnectionStatus) String ¶
func (x *NetInfoResponse_Peer_ConnectionStatus) String() string
type NetInfoResponse_Peer_ConnectionStatus_Channel ¶
type NetInfoResponse_Peer_ConnectionStatus_Channel struct { Id int64 `protobuf:"varint,5,opt,name=id,proto3" json:"id,omitempty"` SendQueueCapacity int64 `protobuf:"varint,1,opt,name=send_queue_capacity,json=sendQueueCapacity,proto3" json:"send_queue_capacity,omitempty"` SendQueueSize int64 `protobuf:"varint,2,opt,name=send_queue_size,json=sendQueueSize,proto3" json:"send_queue_size,omitempty"` Priority int64 `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"` RecentlySent int64 `protobuf:"varint,4,opt,name=recently_sent,json=recentlySent,proto3" json:"recently_sent,omitempty"` // contains filtered or unexported fields }
func (*NetInfoResponse_Peer_ConnectionStatus_Channel) Descriptor
deprecated
func (*NetInfoResponse_Peer_ConnectionStatus_Channel) Descriptor() ([]byte, []int)
Deprecated: Use NetInfoResponse_Peer_ConnectionStatus_Channel.ProtoReflect.Descriptor instead.
func (*NetInfoResponse_Peer_ConnectionStatus_Channel) GetId ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) GetId() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Channel) GetPriority ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) GetPriority() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Channel) GetRecentlySent ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) GetRecentlySent() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Channel) GetSendQueueCapacity ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) GetSendQueueCapacity() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Channel) GetSendQueueSize ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) GetSendQueueSize() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Channel) ProtoMessage ¶
func (*NetInfoResponse_Peer_ConnectionStatus_Channel) ProtoMessage()
func (*NetInfoResponse_Peer_ConnectionStatus_Channel) ProtoReflect ¶ added in v1.2.0
func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) ProtoReflect() protoreflect.Message
func (*NetInfoResponse_Peer_ConnectionStatus_Channel) Reset ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) Reset()
func (*NetInfoResponse_Peer_ConnectionStatus_Channel) String ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) String() string
type NetInfoResponse_Peer_ConnectionStatus_Monitor ¶
type NetInfoResponse_Peer_ConnectionStatus_Monitor struct { Active bool `protobuf:"varint,13,opt,name=active,proto3" json:"active,omitempty"` Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"` Duration int64 `protobuf:"varint,2,opt,name=duration,proto3" json:"duration,omitempty"` Idle int64 `protobuf:"varint,3,opt,name=idle,proto3" json:"idle,omitempty"` Bytes int64 `protobuf:"varint,4,opt,name=bytes,proto3" json:"bytes,omitempty"` Samples int64 `protobuf:"varint,5,opt,name=samples,proto3" json:"samples,omitempty"` InstRate int64 `protobuf:"varint,6,opt,name=inst_rate,json=instRate,proto3" json:"inst_rate,omitempty"` CurRate int64 `protobuf:"varint,7,opt,name=cur_rate,json=curRate,proto3" json:"cur_rate,omitempty"` AvgRate int64 `protobuf:"varint,8,opt,name=avg_rate,json=avgRate,proto3" json:"avg_rate,omitempty"` PeakRate int64 `protobuf:"varint,9,opt,name=peak_rate,json=peakRate,proto3" json:"peak_rate,omitempty"` BytesRem int64 `protobuf:"varint,10,opt,name=bytes_rem,json=bytesRem,proto3" json:"bytes_rem,omitempty"` TimeRem int64 `protobuf:"varint,11,opt,name=time_rem,json=timeRem,proto3" json:"time_rem,omitempty"` Progress uint64 `protobuf:"varint,12,opt,name=progress,proto3" json:"progress,omitempty"` // contains filtered or unexported fields }
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) Descriptor
deprecated
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) Descriptor() ([]byte, []int)
Deprecated: Use NetInfoResponse_Peer_ConnectionStatus_Monitor.ProtoReflect.Descriptor instead.
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetActive ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetActive() bool
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetAvgRate ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetAvgRate() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetBytes ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetBytes() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetBytesRem ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetBytesRem() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetCurRate ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetCurRate() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetDuration ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetDuration() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetIdle ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetIdle() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetInstRate ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetInstRate() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetPeakRate ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetPeakRate() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetProgress ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetProgress() uint64
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetSamples ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetSamples() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetStart ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetStart() string
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetTimeRem ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) GetTimeRem() int64
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) ProtoMessage ¶
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) ProtoMessage()
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) ProtoReflect ¶ added in v1.2.0
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) ProtoReflect() protoreflect.Message
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) Reset ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) Reset()
func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) String ¶
func (x *NetInfoResponse_Peer_ConnectionStatus_Monitor) String() string
type NodeInfo ¶
type NodeInfo struct { ProtocolVersion *NodeInfo_ProtocolVersion `protobuf:"bytes,8,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"` Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ListenAddr string `protobuf:"bytes,2,opt,name=listen_addr,json=listenAddr,proto3" json:"listen_addr,omitempty"` Network string `protobuf:"bytes,3,opt,name=network,proto3" json:"network,omitempty"` Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"` Channels string `protobuf:"bytes,5,opt,name=channels,proto3" json:"channels,omitempty"` Moniker string `protobuf:"bytes,6,opt,name=moniker,proto3" json:"moniker,omitempty"` Other *NodeInfo_Other `protobuf:"bytes,7,opt,name=other,proto3" json:"other,omitempty"` // contains filtered or unexported fields }
func (*NodeInfo) Descriptor
deprecated
func (*NodeInfo) GetChannels ¶
func (*NodeInfo) GetListenAddr ¶
func (*NodeInfo) GetMoniker ¶
func (*NodeInfo) GetNetwork ¶
func (*NodeInfo) GetOther ¶
func (x *NodeInfo) GetOther() *NodeInfo_Other
func (*NodeInfo) GetProtocolVersion ¶
func (x *NodeInfo) GetProtocolVersion() *NodeInfo_ProtocolVersion
func (*NodeInfo) GetVersion ¶
func (*NodeInfo) ProtoMessage ¶
func (*NodeInfo) ProtoMessage()
func (*NodeInfo) ProtoReflect ¶ added in v1.2.0
func (x *NodeInfo) ProtoReflect() protoreflect.Message
type NodeInfo_Other ¶
type NodeInfo_Other struct { TxIndex string `protobuf:"bytes,2,opt,name=tx_index,json=txIndex,proto3" json:"tx_index,omitempty"` RpcAddress string `protobuf:"bytes,1,opt,name=rpc_address,json=rpcAddress,proto3" json:"rpc_address,omitempty"` // contains filtered or unexported fields }
func (*NodeInfo_Other) Descriptor
deprecated
func (*NodeInfo_Other) Descriptor() ([]byte, []int)
Deprecated: Use NodeInfo_Other.ProtoReflect.Descriptor instead.
func (*NodeInfo_Other) GetRpcAddress ¶
func (x *NodeInfo_Other) GetRpcAddress() string
func (*NodeInfo_Other) GetTxIndex ¶
func (x *NodeInfo_Other) GetTxIndex() string
func (*NodeInfo_Other) ProtoMessage ¶
func (*NodeInfo_Other) ProtoMessage()
func (*NodeInfo_Other) ProtoReflect ¶ added in v1.2.0
func (x *NodeInfo_Other) ProtoReflect() protoreflect.Message
func (*NodeInfo_Other) Reset ¶
func (x *NodeInfo_Other) Reset()
func (*NodeInfo_Other) String ¶
func (x *NodeInfo_Other) String() string
type NodeInfo_ProtocolVersion ¶
type NodeInfo_ProtocolVersion struct { P2P uint64 `protobuf:"varint,3,opt,name=p2p,proto3" json:"p2p,omitempty"` Block uint64 `protobuf:"varint,1,opt,name=block,proto3" json:"block,omitempty"` App uint64 `protobuf:"varint,2,opt,name=app,proto3" json:"app,omitempty"` // contains filtered or unexported fields }
func (*NodeInfo_ProtocolVersion) Descriptor
deprecated
func (*NodeInfo_ProtocolVersion) Descriptor() ([]byte, []int)
Deprecated: Use NodeInfo_ProtocolVersion.ProtoReflect.Descriptor instead.
func (*NodeInfo_ProtocolVersion) GetApp ¶
func (x *NodeInfo_ProtocolVersion) GetApp() uint64
func (*NodeInfo_ProtocolVersion) GetBlock ¶
func (x *NodeInfo_ProtocolVersion) GetBlock() uint64
func (*NodeInfo_ProtocolVersion) GetP2P ¶
func (x *NodeInfo_ProtocolVersion) GetP2P() uint64
func (*NodeInfo_ProtocolVersion) ProtoMessage ¶
func (*NodeInfo_ProtocolVersion) ProtoMessage()
func (*NodeInfo_ProtocolVersion) ProtoReflect ¶ added in v1.2.0
func (x *NodeInfo_ProtocolVersion) ProtoReflect() protoreflect.Message
func (*NodeInfo_ProtocolVersion) Reset ¶
func (x *NodeInfo_ProtocolVersion) Reset()
func (*NodeInfo_ProtocolVersion) String ¶
func (x *NodeInfo_ProtocolVersion) String() string
type OrderExpiredEvent ¶ added in v1.5.0
type OrderExpiredEvent struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Coin uint64 `protobuf:"varint,3,opt,name=coin,proto3" json:"coin,omitempty"` Amount string `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*OrderExpiredEvent) Descriptor
deprecated
added in
v1.5.0
func (*OrderExpiredEvent) Descriptor() ([]byte, []int)
Deprecated: Use OrderExpiredEvent.ProtoReflect.Descriptor instead.
func (*OrderExpiredEvent) GetAddress ¶ added in v1.5.0
func (x *OrderExpiredEvent) GetAddress() string
func (*OrderExpiredEvent) GetAmount ¶ added in v1.5.0
func (x *OrderExpiredEvent) GetAmount() string
func (*OrderExpiredEvent) GetCoin ¶ added in v1.5.0
func (x *OrderExpiredEvent) GetCoin() uint64
func (*OrderExpiredEvent) GetId ¶ added in v1.5.0
func (x *OrderExpiredEvent) GetId() uint64
func (*OrderExpiredEvent) ProtoMessage ¶ added in v1.5.0
func (*OrderExpiredEvent) ProtoMessage()
func (*OrderExpiredEvent) ProtoReflect ¶ added in v1.5.0
func (x *OrderExpiredEvent) ProtoReflect() protoreflect.Message
func (*OrderExpiredEvent) Reset ¶ added in v1.5.0
func (x *OrderExpiredEvent) Reset()
func (*OrderExpiredEvent) String ¶ added in v1.5.0
func (x *OrderExpiredEvent) String() string
type PriceCommissionRequest ¶ added in v1.3.0
type PriceCommissionRequest struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*PriceCommissionRequest) Descriptor
deprecated
added in
v1.3.0
func (*PriceCommissionRequest) Descriptor() ([]byte, []int)
Deprecated: Use PriceCommissionRequest.ProtoReflect.Descriptor instead.
func (*PriceCommissionRequest) GetHeight ¶ added in v1.3.0
func (x *PriceCommissionRequest) GetHeight() uint64
func (*PriceCommissionRequest) ProtoMessage ¶ added in v1.3.0
func (*PriceCommissionRequest) ProtoMessage()
func (*PriceCommissionRequest) ProtoReflect ¶ added in v1.3.0
func (x *PriceCommissionRequest) ProtoReflect() protoreflect.Message
func (*PriceCommissionRequest) Reset ¶ added in v1.3.0
func (x *PriceCommissionRequest) Reset()
func (*PriceCommissionRequest) String ¶ added in v1.3.0
func (x *PriceCommissionRequest) String() string
type PriceCommissionResponse ¶ added in v1.3.0
type PriceCommissionResponse struct { Coin *Coin `protobuf:"bytes,3,opt,name=coin,proto3" json:"coin,omitempty"` PayloadByte string `protobuf:"bytes,4,opt,name=payload_byte,json=payloadByte,proto3" json:"payload_byte,omitempty"` Send string `protobuf:"bytes,5,opt,name=send,proto3" json:"send,omitempty"` BuyBancor string `protobuf:"bytes,38,opt,name=buy_bancor,json=buyBancor,proto3" json:"buy_bancor,omitempty"` SellBancor string `protobuf:"bytes,39,opt,name=sell_bancor,json=sellBancor,proto3" json:"sell_bancor,omitempty"` SellAllBancor string `protobuf:"bytes,40,opt,name=sell_all_bancor,json=sellAllBancor,proto3" json:"sell_all_bancor,omitempty"` BuyPoolBase string `protobuf:"bytes,41,opt,name=buy_pool_base,json=buyPoolBase,proto3" json:"buy_pool_base,omitempty"` BuyPoolDelta string `protobuf:"bytes,53,opt,name=buy_pool_delta,json=buyPoolDelta,proto3" json:"buy_pool_delta,omitempty"` SellPoolBase string `protobuf:"bytes,42,opt,name=sell_pool_base,json=sellPoolBase,proto3" json:"sell_pool_base,omitempty"` SellPoolDelta string `protobuf:"bytes,54,opt,name=sell_pool_delta,json=sellPoolDelta,proto3" json:"sell_pool_delta,omitempty"` SellAllPoolBase string `protobuf:"bytes,43,opt,name=sell_all_pool_base,json=sellAllPoolBase,proto3" json:"sell_all_pool_base,omitempty"` SellAllPoolDelta string `protobuf:"bytes,55,opt,name=sell_all_pool_delta,json=sellAllPoolDelta,proto3" json:"sell_all_pool_delta,omitempty"` CreateTicker3 string `protobuf:"bytes,7,opt,name=create_ticker3,json=createTicker3,proto3" json:"create_ticker3,omitempty"` CreateTicker4 string `protobuf:"bytes,8,opt,name=create_ticker4,json=createTicker4,proto3" json:"create_ticker4,omitempty"` CreateTicker5 string `protobuf:"bytes,9,opt,name=create_ticker5,json=createTicker5,proto3" json:"create_ticker5,omitempty"` CreateTicker6 string `protobuf:"bytes,10,opt,name=create_ticker6,json=createTicker6,proto3" json:"create_ticker6,omitempty"` CreateTicker7_10 string `protobuf:"bytes,11,opt,name=create_ticker7_10,json=createTicker710,proto3" json:"create_ticker7_10,omitempty"` CreateCoin string `protobuf:"bytes,34,opt,name=create_coin,json=createCoin,proto3" json:"create_coin,omitempty"` CreateToken string `protobuf:"bytes,35,opt,name=create_token,json=createToken,proto3" json:"create_token,omitempty"` RecreateCoin string `protobuf:"bytes,36,opt,name=recreate_coin,json=recreateCoin,proto3" json:"recreate_coin,omitempty"` RecreateToken string `protobuf:"bytes,37,opt,name=recreate_token,json=recreateToken,proto3" json:"recreate_token,omitempty"` DeclareCandidacy string `protobuf:"bytes,13,opt,name=declare_candidacy,json=declareCandidacy,proto3" json:"declare_candidacy,omitempty"` Delegate string `protobuf:"bytes,14,opt,name=delegate,proto3" json:"delegate,omitempty"` Unbond string `protobuf:"bytes,15,opt,name=unbond,proto3" json:"unbond,omitempty"` RedeemCheck string `protobuf:"bytes,16,opt,name=redeem_check,json=redeemCheck,proto3" json:"redeem_check,omitempty"` SetCandidateOn string `protobuf:"bytes,44,opt,name=set_candidate_on,json=setCandidateOn,proto3" json:"set_candidate_on,omitempty"` SetCandidateOff string `protobuf:"bytes,45,opt,name=set_candidate_off,json=setCandidateOff,proto3" json:"set_candidate_off,omitempty"` CreateMultisig string `protobuf:"bytes,18,opt,name=create_multisig,json=createMultisig,proto3" json:"create_multisig,omitempty"` MultisendBase string `protobuf:"bytes,51,opt,name=multisend_base,json=multisendBase,proto3" json:"multisend_base,omitempty"` MultisendDelta string `protobuf:"bytes,52,opt,name=multisend_delta,json=multisendDelta,proto3" json:"multisend_delta,omitempty"` EditCandidate string `protobuf:"bytes,20,opt,name=edit_candidate,json=editCandidate,proto3" json:"edit_candidate,omitempty"` SetHaltBlock string `protobuf:"bytes,21,opt,name=set_halt_block,json=setHaltBlock,proto3" json:"set_halt_block,omitempty"` EditTickerOwner string `protobuf:"bytes,22,opt,name=edit_ticker_owner,json=editTickerOwner,proto3" json:"edit_ticker_owner,omitempty"` EditMultisig string `protobuf:"bytes,23,opt,name=edit_multisig,json=editMultisig,proto3" json:"edit_multisig,omitempty"` EditCandidatePublicKey string `` /* 132-byte string literal not displayed */ CreateSwapPool string `protobuf:"bytes,48,opt,name=create_swap_pool,json=createSwapPool,proto3" json:"create_swap_pool,omitempty"` AddLiquidity string `protobuf:"bytes,49,opt,name=add_liquidity,json=addLiquidity,proto3" json:"add_liquidity,omitempty"` RemoveLiquidity string `protobuf:"bytes,50,opt,name=remove_liquidity,json=removeLiquidity,proto3" json:"remove_liquidity,omitempty"` EditCandidateCommission string `` /* 133-byte string literal not displayed */ MintToken string `protobuf:"bytes,46,opt,name=mint_token,json=mintToken,proto3" json:"mint_token,omitempty"` BurnToken string `protobuf:"bytes,47,opt,name=burn_token,json=burnToken,proto3" json:"burn_token,omitempty"` VoteCommission string `protobuf:"bytes,31,opt,name=vote_commission,json=voteCommission,proto3" json:"vote_commission,omitempty"` VoteUpdate string `protobuf:"bytes,32,opt,name=vote_update,json=voteUpdate,proto3" json:"vote_update,omitempty"` FailedTx string `protobuf:"bytes,56,opt,name=failed_tx,json=failedTx,proto3" json:"failed_tx,omitempty"` AddLimitOrder string `protobuf:"bytes,57,opt,name=add_limit_order,json=addLimitOrder,proto3" json:"add_limit_order,omitempty"` RemoveLimitOrder string `protobuf:"bytes,58,opt,name=remove_limit_order,json=removeLimitOrder,proto3" json:"remove_limit_order,omitempty"` MoveStake string `protobuf:"bytes,59,opt,name=move_stake,json=moveStake,proto3" json:"move_stake,omitempty"` LockStake string `protobuf:"bytes,60,opt,name=lock_stake,json=lockStake,proto3" json:"lock_stake,omitempty"` Lock string `protobuf:"bytes,61,opt,name=lock,proto3" json:"lock,omitempty"` // contains filtered or unexported fields }
func (*PriceCommissionResponse) Descriptor
deprecated
added in
v1.3.0
func (*PriceCommissionResponse) Descriptor() ([]byte, []int)
Deprecated: Use PriceCommissionResponse.ProtoReflect.Descriptor instead.
func (*PriceCommissionResponse) GetAddLimitOrder ¶ added in v1.4.0
func (x *PriceCommissionResponse) GetAddLimitOrder() string
func (*PriceCommissionResponse) GetAddLiquidity ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetAddLiquidity() string
func (*PriceCommissionResponse) GetBurnToken ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetBurnToken() string
func (*PriceCommissionResponse) GetBuyBancor ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetBuyBancor() string
func (*PriceCommissionResponse) GetBuyPoolBase ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetBuyPoolBase() string
func (*PriceCommissionResponse) GetBuyPoolDelta ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetBuyPoolDelta() string
func (*PriceCommissionResponse) GetCoin ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetCoin() *Coin
func (*PriceCommissionResponse) GetCreateCoin ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetCreateCoin() string
func (*PriceCommissionResponse) GetCreateMultisig ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetCreateMultisig() string
func (*PriceCommissionResponse) GetCreateSwapPool ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetCreateSwapPool() string
func (*PriceCommissionResponse) GetCreateTicker3 ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetCreateTicker3() string
func (*PriceCommissionResponse) GetCreateTicker4 ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetCreateTicker4() string
func (*PriceCommissionResponse) GetCreateTicker5 ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetCreateTicker5() string
func (*PriceCommissionResponse) GetCreateTicker6 ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetCreateTicker6() string
func (*PriceCommissionResponse) GetCreateTicker7_10 ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetCreateTicker7_10() string
func (*PriceCommissionResponse) GetCreateToken ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetCreateToken() string
func (*PriceCommissionResponse) GetDeclareCandidacy ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetDeclareCandidacy() string
func (*PriceCommissionResponse) GetDelegate ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetDelegate() string
func (*PriceCommissionResponse) GetEditCandidate ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetEditCandidate() string
func (*PriceCommissionResponse) GetEditCandidateCommission ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetEditCandidateCommission() string
func (*PriceCommissionResponse) GetEditCandidatePublicKey ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetEditCandidatePublicKey() string
func (*PriceCommissionResponse) GetEditMultisig ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetEditMultisig() string
func (*PriceCommissionResponse) GetEditTickerOwner ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetEditTickerOwner() string
func (*PriceCommissionResponse) GetFailedTx ¶ added in v1.4.0
func (x *PriceCommissionResponse) GetFailedTx() string
func (*PriceCommissionResponse) GetLock ¶ added in v1.6.0
func (x *PriceCommissionResponse) GetLock() string
func (*PriceCommissionResponse) GetLockStake ¶ added in v1.6.0
func (x *PriceCommissionResponse) GetLockStake() string
func (*PriceCommissionResponse) GetMintToken ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetMintToken() string
func (*PriceCommissionResponse) GetMoveStake ¶ added in v1.6.0
func (x *PriceCommissionResponse) GetMoveStake() string
func (*PriceCommissionResponse) GetMultisendBase ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetMultisendBase() string
func (*PriceCommissionResponse) GetMultisendDelta ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetMultisendDelta() string
func (*PriceCommissionResponse) GetPayloadByte ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetPayloadByte() string
func (*PriceCommissionResponse) GetRecreateCoin ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetRecreateCoin() string
func (*PriceCommissionResponse) GetRecreateToken ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetRecreateToken() string
func (*PriceCommissionResponse) GetRedeemCheck ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetRedeemCheck() string
func (*PriceCommissionResponse) GetRemoveLimitOrder ¶ added in v1.4.0
func (x *PriceCommissionResponse) GetRemoveLimitOrder() string
func (*PriceCommissionResponse) GetRemoveLiquidity ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetRemoveLiquidity() string
func (*PriceCommissionResponse) GetSellAllBancor ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetSellAllBancor() string
func (*PriceCommissionResponse) GetSellAllPoolBase ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetSellAllPoolBase() string
func (*PriceCommissionResponse) GetSellAllPoolDelta ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetSellAllPoolDelta() string
func (*PriceCommissionResponse) GetSellBancor ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetSellBancor() string
func (*PriceCommissionResponse) GetSellPoolBase ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetSellPoolBase() string
func (*PriceCommissionResponse) GetSellPoolDelta ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetSellPoolDelta() string
func (*PriceCommissionResponse) GetSend ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetSend() string
func (*PriceCommissionResponse) GetSetCandidateOff ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetSetCandidateOff() string
func (*PriceCommissionResponse) GetSetCandidateOn ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetSetCandidateOn() string
func (*PriceCommissionResponse) GetSetHaltBlock ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetSetHaltBlock() string
func (*PriceCommissionResponse) GetUnbond ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetUnbond() string
func (*PriceCommissionResponse) GetVoteCommission ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetVoteCommission() string
func (*PriceCommissionResponse) GetVoteUpdate ¶ added in v1.3.0
func (x *PriceCommissionResponse) GetVoteUpdate() string
func (*PriceCommissionResponse) ProtoMessage ¶ added in v1.3.0
func (*PriceCommissionResponse) ProtoMessage()
func (*PriceCommissionResponse) ProtoReflect ¶ added in v1.3.0
func (x *PriceCommissionResponse) ProtoReflect() protoreflect.Message
func (*PriceCommissionResponse) Reset ¶ added in v1.3.0
func (x *PriceCommissionResponse) Reset()
func (*PriceCommissionResponse) String ¶ added in v1.3.0
func (x *PriceCommissionResponse) String() string
type RecreateCoinData ¶ added in v1.2.0
type RecreateCoinData struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` InitialAmount string `protobuf:"bytes,3,opt,name=initial_amount,json=initialAmount,proto3" json:"initial_amount,omitempty"` InitialReserve string `protobuf:"bytes,4,opt,name=initial_reserve,json=initialReserve,proto3" json:"initial_reserve,omitempty"` ConstantReserveRatio uint64 `protobuf:"varint,5,opt,name=constant_reserve_ratio,json=constantReserveRatio,proto3" json:"constant_reserve_ratio,omitempty"` MaxSupply string `protobuf:"bytes,6,opt,name=max_supply,json=maxSupply,proto3" json:"max_supply,omitempty"` // contains filtered or unexported fields }
func (*RecreateCoinData) Descriptor
deprecated
added in
v1.2.0
func (*RecreateCoinData) Descriptor() ([]byte, []int)
Deprecated: Use RecreateCoinData.ProtoReflect.Descriptor instead.
func (*RecreateCoinData) GetConstantReserveRatio ¶ added in v1.2.0
func (x *RecreateCoinData) GetConstantReserveRatio() uint64
func (*RecreateCoinData) GetInitialAmount ¶ added in v1.2.0
func (x *RecreateCoinData) GetInitialAmount() string
func (*RecreateCoinData) GetInitialReserve ¶ added in v1.2.0
func (x *RecreateCoinData) GetInitialReserve() string
func (*RecreateCoinData) GetMaxSupply ¶ added in v1.2.0
func (x *RecreateCoinData) GetMaxSupply() string
func (*RecreateCoinData) GetName ¶ added in v1.2.0
func (x *RecreateCoinData) GetName() string
func (*RecreateCoinData) GetSymbol ¶ added in v1.2.0
func (x *RecreateCoinData) GetSymbol() string
func (*RecreateCoinData) ProtoMessage ¶ added in v1.2.0
func (*RecreateCoinData) ProtoMessage()
func (*RecreateCoinData) ProtoReflect ¶ added in v1.2.0
func (x *RecreateCoinData) ProtoReflect() protoreflect.Message
func (*RecreateCoinData) Reset ¶ added in v1.2.0
func (x *RecreateCoinData) Reset()
func (*RecreateCoinData) String ¶ added in v1.2.0
func (x *RecreateCoinData) String() string
type RecreateTokenData ¶ added in v1.3.0
type RecreateTokenData struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` InitialAmount string `protobuf:"bytes,3,opt,name=initial_amount,json=initialAmount,proto3" json:"initial_amount,omitempty"` MaxSupply string `protobuf:"bytes,4,opt,name=max_supply,json=maxSupply,proto3" json:"max_supply,omitempty"` Mintable bool `protobuf:"varint,5,opt,name=mintable,proto3" json:"mintable,omitempty"` Burnable bool `protobuf:"varint,6,opt,name=burnable,proto3" json:"burnable,omitempty"` // contains filtered or unexported fields }
func (*RecreateTokenData) Descriptor
deprecated
added in
v1.3.0
func (*RecreateTokenData) Descriptor() ([]byte, []int)
Deprecated: Use RecreateTokenData.ProtoReflect.Descriptor instead.
func (*RecreateTokenData) GetBurnable ¶ added in v1.3.0
func (x *RecreateTokenData) GetBurnable() bool
func (*RecreateTokenData) GetInitialAmount ¶ added in v1.3.0
func (x *RecreateTokenData) GetInitialAmount() string
func (*RecreateTokenData) GetMaxSupply ¶ added in v1.3.0
func (x *RecreateTokenData) GetMaxSupply() string
func (*RecreateTokenData) GetMintable ¶ added in v1.3.0
func (x *RecreateTokenData) GetMintable() bool
func (*RecreateTokenData) GetName ¶ added in v1.3.0
func (x *RecreateTokenData) GetName() string
func (*RecreateTokenData) GetSymbol ¶ added in v1.3.0
func (x *RecreateTokenData) GetSymbol() string
func (*RecreateTokenData) ProtoMessage ¶ added in v1.3.0
func (*RecreateTokenData) ProtoMessage()
func (*RecreateTokenData) ProtoReflect ¶ added in v1.3.0
func (x *RecreateTokenData) ProtoReflect() protoreflect.Message
func (*RecreateTokenData) Reset ¶ added in v1.3.0
func (x *RecreateTokenData) Reset()
func (*RecreateTokenData) String ¶ added in v1.3.0
func (x *RecreateTokenData) String() string
type RedeemCheckData ¶ added in v1.2.0
type RedeemCheckData struct { RawCheck string `protobuf:"bytes,1,opt,name=raw_check,json=rawCheck,proto3" json:"raw_check,omitempty"` Proof string `protobuf:"bytes,2,opt,name=proof,proto3" json:"proof,omitempty"` // contains filtered or unexported fields }
func (*RedeemCheckData) Descriptor
deprecated
added in
v1.2.0
func (*RedeemCheckData) Descriptor() ([]byte, []int)
Deprecated: Use RedeemCheckData.ProtoReflect.Descriptor instead.
func (*RedeemCheckData) GetProof ¶ added in v1.2.0
func (x *RedeemCheckData) GetProof() string
func (*RedeemCheckData) GetRawCheck ¶ added in v1.2.0
func (x *RedeemCheckData) GetRawCheck() string
func (*RedeemCheckData) ProtoMessage ¶ added in v1.2.0
func (*RedeemCheckData) ProtoMessage()
func (*RedeemCheckData) ProtoReflect ¶ added in v1.2.0
func (x *RedeemCheckData) ProtoReflect() protoreflect.Message
func (*RedeemCheckData) Reset ¶ added in v1.2.0
func (x *RedeemCheckData) Reset()
func (*RedeemCheckData) String ¶ added in v1.2.0
func (x *RedeemCheckData) String() string
type RemoveCandidateEvent ¶ added in v1.5.0
type RemoveCandidateEvent struct { CandidatePubKey string `protobuf:"bytes,1,opt,name=candidate_pub_key,json=candidatePubKey,proto3" json:"candidate_pub_key,omitempty"` // contains filtered or unexported fields }
func (*RemoveCandidateEvent) Descriptor
deprecated
added in
v1.5.0
func (*RemoveCandidateEvent) Descriptor() ([]byte, []int)
Deprecated: Use RemoveCandidateEvent.ProtoReflect.Descriptor instead.
func (*RemoveCandidateEvent) GetCandidatePubKey ¶ added in v1.5.0
func (x *RemoveCandidateEvent) GetCandidatePubKey() string
func (*RemoveCandidateEvent) ProtoMessage ¶ added in v1.5.0
func (*RemoveCandidateEvent) ProtoMessage()
func (*RemoveCandidateEvent) ProtoReflect ¶ added in v1.5.0
func (x *RemoveCandidateEvent) ProtoReflect() protoreflect.Message
func (*RemoveCandidateEvent) Reset ¶ added in v1.5.0
func (x *RemoveCandidateEvent) Reset()
func (*RemoveCandidateEvent) String ¶ added in v1.5.0
func (x *RemoveCandidateEvent) String() string
type RemoveLimitOrderData ¶ added in v1.5.0
type RemoveLimitOrderData struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*RemoveLimitOrderData) Descriptor
deprecated
added in
v1.5.0
func (*RemoveLimitOrderData) Descriptor() ([]byte, []int)
Deprecated: Use RemoveLimitOrderData.ProtoReflect.Descriptor instead.
func (*RemoveLimitOrderData) GetId ¶ added in v1.5.0
func (x *RemoveLimitOrderData) GetId() uint64
func (*RemoveLimitOrderData) ProtoMessage ¶ added in v1.5.0
func (*RemoveLimitOrderData) ProtoMessage()
func (*RemoveLimitOrderData) ProtoReflect ¶ added in v1.5.0
func (x *RemoveLimitOrderData) ProtoReflect() protoreflect.Message
func (*RemoveLimitOrderData) Reset ¶ added in v1.5.0
func (x *RemoveLimitOrderData) Reset()
func (*RemoveLimitOrderData) String ¶ added in v1.5.0
func (x *RemoveLimitOrderData) String() string
type RemoveLiquidityData ¶ added in v1.3.0
type RemoveLiquidityData struct { Coin0 *Coin `protobuf:"bytes,1,opt,name=coin0,proto3" json:"coin0,omitempty"` Coin1 *Coin `protobuf:"bytes,2,opt,name=coin1,proto3" json:"coin1,omitempty"` Liquidity string `protobuf:"bytes,3,opt,name=liquidity,proto3" json:"liquidity,omitempty"` MinimumVolume0 string `protobuf:"bytes,4,opt,name=minimum_volume0,json=minimumVolume0,proto3" json:"minimum_volume0,omitempty"` MinimumVolume1 string `protobuf:"bytes,5,opt,name=minimum_volume1,json=minimumVolume1,proto3" json:"minimum_volume1,omitempty"` // contains filtered or unexported fields }
func (*RemoveLiquidityData) Descriptor
deprecated
added in
v1.3.0
func (*RemoveLiquidityData) Descriptor() ([]byte, []int)
Deprecated: Use RemoveLiquidityData.ProtoReflect.Descriptor instead.
func (*RemoveLiquidityData) GetCoin0 ¶ added in v1.3.0
func (x *RemoveLiquidityData) GetCoin0() *Coin
func (*RemoveLiquidityData) GetCoin1 ¶ added in v1.3.0
func (x *RemoveLiquidityData) GetCoin1() *Coin
func (*RemoveLiquidityData) GetLiquidity ¶ added in v1.3.0
func (x *RemoveLiquidityData) GetLiquidity() string
func (*RemoveLiquidityData) GetMinimumVolume0 ¶ added in v1.3.0
func (x *RemoveLiquidityData) GetMinimumVolume0() string
func (*RemoveLiquidityData) GetMinimumVolume1 ¶ added in v1.3.0
func (x *RemoveLiquidityData) GetMinimumVolume1() string
func (*RemoveLiquidityData) ProtoMessage ¶ added in v1.3.0
func (*RemoveLiquidityData) ProtoMessage()
func (*RemoveLiquidityData) ProtoReflect ¶ added in v1.3.0
func (x *RemoveLiquidityData) ProtoReflect() protoreflect.Message
func (*RemoveLiquidityData) Reset ¶ added in v1.3.0
func (x *RemoveLiquidityData) Reset()
func (*RemoveLiquidityData) String ¶ added in v1.3.0
func (x *RemoveLiquidityData) String() string
type RewardEvent ¶ added in v1.5.0
type RewardEvent struct { Role RewardEvent_Role `protobuf:"varint,1,opt,name=role,proto3,enum=api_pb.RewardEvent_Role" json:"role,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` ValidatorPubKey string `protobuf:"bytes,4,opt,name=validator_pub_key,json=validatorPubKey,proto3" json:"validator_pub_key,omitempty"` // coin for which the delegator received the reward ForCoin uint64 `protobuf:"varint,6,opt,name=for_coin,json=forCoin,proto3" json:"for_coin,omitempty"` // contains filtered or unexported fields }
func (*RewardEvent) Descriptor
deprecated
added in
v1.5.0
func (*RewardEvent) Descriptor() ([]byte, []int)
Deprecated: Use RewardEvent.ProtoReflect.Descriptor instead.
func (*RewardEvent) GetAddress ¶ added in v1.5.0
func (x *RewardEvent) GetAddress() string
func (*RewardEvent) GetAmount ¶ added in v1.5.0
func (x *RewardEvent) GetAmount() string
func (*RewardEvent) GetForCoin ¶ added in v1.5.0
func (x *RewardEvent) GetForCoin() uint64
func (*RewardEvent) GetRole ¶ added in v1.5.0
func (x *RewardEvent) GetRole() RewardEvent_Role
func (*RewardEvent) GetValidatorPubKey ¶ added in v1.5.0
func (x *RewardEvent) GetValidatorPubKey() string
func (*RewardEvent) ProtoMessage ¶ added in v1.5.0
func (*RewardEvent) ProtoMessage()
func (*RewardEvent) ProtoReflect ¶ added in v1.5.0
func (x *RewardEvent) ProtoReflect() protoreflect.Message
func (*RewardEvent) Reset ¶ added in v1.5.0
func (x *RewardEvent) Reset()
func (*RewardEvent) String ¶ added in v1.5.0
func (x *RewardEvent) String() string
type RewardEvent_Role ¶ added in v1.5.0
type RewardEvent_Role int32
const ( RewardEvent_Validator RewardEvent_Role = 0 RewardEvent_Delegator RewardEvent_Role = 1 RewardEvent_DAO RewardEvent_Role = 2 RewardEvent_Developers RewardEvent_Role = 3 )
func (RewardEvent_Role) Descriptor ¶ added in v1.5.0
func (RewardEvent_Role) Descriptor() protoreflect.EnumDescriptor
func (RewardEvent_Role) Enum ¶ added in v1.5.0
func (x RewardEvent_Role) Enum() *RewardEvent_Role
func (RewardEvent_Role) EnumDescriptor
deprecated
added in
v1.5.0
func (RewardEvent_Role) EnumDescriptor() ([]byte, []int)
Deprecated: Use RewardEvent_Role.Descriptor instead.
func (RewardEvent_Role) Number ¶ added in v1.5.0
func (x RewardEvent_Role) Number() protoreflect.EnumNumber
func (RewardEvent_Role) String ¶ added in v1.5.0
func (x RewardEvent_Role) String() string
func (RewardEvent_Role) Type ¶ added in v1.5.0
func (RewardEvent_Role) Type() protoreflect.EnumType
type SellAllCoinData ¶ added in v1.2.0
type SellAllCoinData struct { CoinToSell *Coin `protobuf:"bytes,1,opt,name=coin_to_sell,json=coinToSell,proto3" json:"coin_to_sell,omitempty"` CoinToBuy *Coin `protobuf:"bytes,2,opt,name=coin_to_buy,json=coinToBuy,proto3" json:"coin_to_buy,omitempty"` MinimumValueToBuy string `protobuf:"bytes,3,opt,name=minimum_value_to_buy,json=minimumValueToBuy,proto3" json:"minimum_value_to_buy,omitempty"` // contains filtered or unexported fields }
func (*SellAllCoinData) Descriptor
deprecated
added in
v1.2.0
func (*SellAllCoinData) Descriptor() ([]byte, []int)
Deprecated: Use SellAllCoinData.ProtoReflect.Descriptor instead.
func (*SellAllCoinData) GetCoinToBuy ¶ added in v1.2.0
func (x *SellAllCoinData) GetCoinToBuy() *Coin
func (*SellAllCoinData) GetCoinToSell ¶ added in v1.2.0
func (x *SellAllCoinData) GetCoinToSell() *Coin
func (*SellAllCoinData) GetMinimumValueToBuy ¶ added in v1.2.0
func (x *SellAllCoinData) GetMinimumValueToBuy() string
func (*SellAllCoinData) ProtoMessage ¶ added in v1.2.0
func (*SellAllCoinData) ProtoMessage()
func (*SellAllCoinData) ProtoReflect ¶ added in v1.2.0
func (x *SellAllCoinData) ProtoReflect() protoreflect.Message
func (*SellAllCoinData) Reset ¶ added in v1.2.0
func (x *SellAllCoinData) Reset()
func (*SellAllCoinData) String ¶ added in v1.2.0
func (x *SellAllCoinData) String() string
type SellAllSwapPoolData ¶ added in v1.3.0
type SellAllSwapPoolData struct { Coins []*Coin `protobuf:"bytes,1,rep,name=coins,proto3" json:"coins,omitempty"` MinimumValueToBuy string `protobuf:"bytes,3,opt,name=minimum_value_to_buy,json=minimumValueToBuy,proto3" json:"minimum_value_to_buy,omitempty"` // contains filtered or unexported fields }
func (*SellAllSwapPoolData) Descriptor
deprecated
added in
v1.3.0
func (*SellAllSwapPoolData) Descriptor() ([]byte, []int)
Deprecated: Use SellAllSwapPoolData.ProtoReflect.Descriptor instead.
func (*SellAllSwapPoolData) GetCoins ¶ added in v1.3.0
func (x *SellAllSwapPoolData) GetCoins() []*Coin
func (*SellAllSwapPoolData) GetMinimumValueToBuy ¶ added in v1.3.0
func (x *SellAllSwapPoolData) GetMinimumValueToBuy() string
func (*SellAllSwapPoolData) ProtoMessage ¶ added in v1.3.0
func (*SellAllSwapPoolData) ProtoMessage()
func (*SellAllSwapPoolData) ProtoReflect ¶ added in v1.3.0
func (x *SellAllSwapPoolData) ProtoReflect() protoreflect.Message
func (*SellAllSwapPoolData) Reset ¶ added in v1.3.0
func (x *SellAllSwapPoolData) Reset()
func (*SellAllSwapPoolData) String ¶ added in v1.3.0
func (x *SellAllSwapPoolData) String() string
type SellCoinData ¶ added in v1.2.0
type SellCoinData struct { CoinToSell *Coin `protobuf:"bytes,1,opt,name=coin_to_sell,json=coinToSell,proto3" json:"coin_to_sell,omitempty"` ValueToSell string `protobuf:"bytes,2,opt,name=value_to_sell,json=valueToSell,proto3" json:"value_to_sell,omitempty"` CoinToBuy *Coin `protobuf:"bytes,3,opt,name=coin_to_buy,json=coinToBuy,proto3" json:"coin_to_buy,omitempty"` MinimumValueToBuy string `protobuf:"bytes,4,opt,name=minimum_value_to_buy,json=minimumValueToBuy,proto3" json:"minimum_value_to_buy,omitempty"` // contains filtered or unexported fields }
func (*SellCoinData) Descriptor
deprecated
added in
v1.2.0
func (*SellCoinData) Descriptor() ([]byte, []int)
Deprecated: Use SellCoinData.ProtoReflect.Descriptor instead.
func (*SellCoinData) GetCoinToBuy ¶ added in v1.2.0
func (x *SellCoinData) GetCoinToBuy() *Coin
func (*SellCoinData) GetCoinToSell ¶ added in v1.2.0
func (x *SellCoinData) GetCoinToSell() *Coin
func (*SellCoinData) GetMinimumValueToBuy ¶ added in v1.2.0
func (x *SellCoinData) GetMinimumValueToBuy() string
func (*SellCoinData) GetValueToSell ¶ added in v1.2.0
func (x *SellCoinData) GetValueToSell() string
func (*SellCoinData) ProtoMessage ¶ added in v1.2.0
func (*SellCoinData) ProtoMessage()
func (*SellCoinData) ProtoReflect ¶ added in v1.2.0
func (x *SellCoinData) ProtoReflect() protoreflect.Message
func (*SellCoinData) Reset ¶ added in v1.2.0
func (x *SellCoinData) Reset()
func (*SellCoinData) String ¶ added in v1.2.0
func (x *SellCoinData) String() string
type SellSwapPoolData ¶ added in v1.3.0
type SellSwapPoolData struct { Coins []*Coin `protobuf:"bytes,1,rep,name=coins,proto3" json:"coins,omitempty"` ValueToSell string `protobuf:"bytes,2,opt,name=value_to_sell,json=valueToSell,proto3" json:"value_to_sell,omitempty"` MinimumValueToBuy string `protobuf:"bytes,4,opt,name=minimum_value_to_buy,json=minimumValueToBuy,proto3" json:"minimum_value_to_buy,omitempty"` // contains filtered or unexported fields }
func (*SellSwapPoolData) Descriptor
deprecated
added in
v1.3.0
func (*SellSwapPoolData) Descriptor() ([]byte, []int)
Deprecated: Use SellSwapPoolData.ProtoReflect.Descriptor instead.
func (*SellSwapPoolData) GetCoins ¶ added in v1.3.0
func (x *SellSwapPoolData) GetCoins() []*Coin
func (*SellSwapPoolData) GetMinimumValueToBuy ¶ added in v1.3.0
func (x *SellSwapPoolData) GetMinimumValueToBuy() string
func (*SellSwapPoolData) GetValueToSell ¶ added in v1.3.0
func (x *SellSwapPoolData) GetValueToSell() string
func (*SellSwapPoolData) ProtoMessage ¶ added in v1.3.0
func (*SellSwapPoolData) ProtoMessage()
func (*SellSwapPoolData) ProtoReflect ¶ added in v1.3.0
func (x *SellSwapPoolData) ProtoReflect() protoreflect.Message
func (*SellSwapPoolData) Reset ¶ added in v1.3.0
func (x *SellSwapPoolData) Reset()
func (*SellSwapPoolData) String ¶ added in v1.3.0
func (x *SellSwapPoolData) String() string
type SendData ¶ added in v1.2.0
type SendData struct { Coin *Coin `protobuf:"bytes,1,opt,name=coin,proto3" json:"coin,omitempty"` To string `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*SendData) Descriptor
deprecated
added in
v1.2.0
func (*SendData) ProtoMessage ¶ added in v1.2.0
func (*SendData) ProtoMessage()
func (*SendData) ProtoReflect ¶ added in v1.2.0
func (x *SendData) ProtoReflect() protoreflect.Message
type SendTransactionRequest ¶
type SendTransactionRequest struct { Tx string `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"` // contains filtered or unexported fields }
func (*SendTransactionRequest) Descriptor
deprecated
func (*SendTransactionRequest) Descriptor() ([]byte, []int)
Deprecated: Use SendTransactionRequest.ProtoReflect.Descriptor instead.
func (*SendTransactionRequest) GetTx ¶
func (x *SendTransactionRequest) GetTx() string
func (*SendTransactionRequest) ProtoMessage ¶
func (*SendTransactionRequest) ProtoMessage()
func (*SendTransactionRequest) ProtoReflect ¶ added in v1.2.0
func (x *SendTransactionRequest) ProtoReflect() protoreflect.Message
func (*SendTransactionRequest) Reset ¶
func (x *SendTransactionRequest) Reset()
func (*SendTransactionRequest) String ¶
func (x *SendTransactionRequest) String() string
type SendTransactionResponse ¶
type SendTransactionResponse struct { Code uint64 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` Hash string `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"` // contains filtered or unexported fields }
func (*SendTransactionResponse) Descriptor
deprecated
func (*SendTransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use SendTransactionResponse.ProtoReflect.Descriptor instead.
func (*SendTransactionResponse) GetCode ¶
func (x *SendTransactionResponse) GetCode() uint64
func (*SendTransactionResponse) GetHash ¶
func (x *SendTransactionResponse) GetHash() string
func (*SendTransactionResponse) GetLog ¶
func (x *SendTransactionResponse) GetLog() string
func (*SendTransactionResponse) ProtoMessage ¶
func (*SendTransactionResponse) ProtoMessage()
func (*SendTransactionResponse) ProtoReflect ¶ added in v1.2.0
func (x *SendTransactionResponse) ProtoReflect() protoreflect.Message
func (*SendTransactionResponse) Reset ¶
func (x *SendTransactionResponse) Reset()
func (*SendTransactionResponse) String ¶
func (x *SendTransactionResponse) String() string
type SetCandidateOffData ¶ added in v1.2.0
type SetCandidateOffData struct { PubKey string `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` // contains filtered or unexported fields }
func (*SetCandidateOffData) Descriptor
deprecated
added in
v1.2.0
func (*SetCandidateOffData) Descriptor() ([]byte, []int)
Deprecated: Use SetCandidateOffData.ProtoReflect.Descriptor instead.
func (*SetCandidateOffData) GetPubKey ¶ added in v1.2.0
func (x *SetCandidateOffData) GetPubKey() string
func (*SetCandidateOffData) ProtoMessage ¶ added in v1.2.0
func (*SetCandidateOffData) ProtoMessage()
func (*SetCandidateOffData) ProtoReflect ¶ added in v1.2.0
func (x *SetCandidateOffData) ProtoReflect() protoreflect.Message
func (*SetCandidateOffData) Reset ¶ added in v1.2.0
func (x *SetCandidateOffData) Reset()
func (*SetCandidateOffData) String ¶ added in v1.2.0
func (x *SetCandidateOffData) String() string
type SetCandidateOnData ¶ added in v1.2.0
type SetCandidateOnData struct { PubKey string `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` // contains filtered or unexported fields }
func (*SetCandidateOnData) Descriptor
deprecated
added in
v1.2.0
func (*SetCandidateOnData) Descriptor() ([]byte, []int)
Deprecated: Use SetCandidateOnData.ProtoReflect.Descriptor instead.
func (*SetCandidateOnData) GetPubKey ¶ added in v1.2.0
func (x *SetCandidateOnData) GetPubKey() string
func (*SetCandidateOnData) ProtoMessage ¶ added in v1.2.0
func (*SetCandidateOnData) ProtoMessage()
func (*SetCandidateOnData) ProtoReflect ¶ added in v1.2.0
func (x *SetCandidateOnData) ProtoReflect() protoreflect.Message
func (*SetCandidateOnData) Reset ¶ added in v1.2.0
func (x *SetCandidateOnData) Reset()
func (*SetCandidateOnData) String ¶ added in v1.2.0
func (x *SetCandidateOnData) String() string
type SetHaltBlockData ¶ added in v1.2.0
type SetHaltBlockData struct { PubKey string `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*SetHaltBlockData) Descriptor
deprecated
added in
v1.2.0
func (*SetHaltBlockData) Descriptor() ([]byte, []int)
Deprecated: Use SetHaltBlockData.ProtoReflect.Descriptor instead.
func (*SetHaltBlockData) GetHeight ¶ added in v1.2.0
func (x *SetHaltBlockData) GetHeight() uint64
func (*SetHaltBlockData) GetPubKey ¶ added in v1.2.0
func (x *SetHaltBlockData) GetPubKey() string
func (*SetHaltBlockData) ProtoMessage ¶ added in v1.2.0
func (*SetHaltBlockData) ProtoMessage()
func (*SetHaltBlockData) ProtoReflect ¶ added in v1.2.0
func (x *SetHaltBlockData) ProtoReflect() protoreflect.Message
func (*SetHaltBlockData) Reset ¶ added in v1.2.0
func (x *SetHaltBlockData) Reset()
func (*SetHaltBlockData) String ¶ added in v1.2.0
func (x *SetHaltBlockData) String() string
type SlashEvent ¶ added in v1.5.0
type SlashEvent struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` Coin uint64 `protobuf:"varint,3,opt,name=coin,proto3" json:"coin,omitempty"` ValidatorPubKey string `protobuf:"bytes,4,opt,name=validator_pub_key,json=validatorPubKey,proto3" json:"validator_pub_key,omitempty"` // contains filtered or unexported fields }
func (*SlashEvent) Descriptor
deprecated
added in
v1.5.0
func (*SlashEvent) Descriptor() ([]byte, []int)
Deprecated: Use SlashEvent.ProtoReflect.Descriptor instead.
func (*SlashEvent) GetAddress ¶ added in v1.5.0
func (x *SlashEvent) GetAddress() string
func (*SlashEvent) GetAmount ¶ added in v1.5.0
func (x *SlashEvent) GetAmount() string
func (*SlashEvent) GetCoin ¶ added in v1.5.0
func (x *SlashEvent) GetCoin() uint64
func (*SlashEvent) GetValidatorPubKey ¶ added in v1.5.0
func (x *SlashEvent) GetValidatorPubKey() string
func (*SlashEvent) ProtoMessage ¶ added in v1.5.0
func (*SlashEvent) ProtoMessage()
func (*SlashEvent) ProtoReflect ¶ added in v1.5.0
func (x *SlashEvent) ProtoReflect() protoreflect.Message
func (*SlashEvent) Reset ¶ added in v1.5.0
func (x *SlashEvent) Reset()
func (*SlashEvent) String ¶ added in v1.5.0
func (x *SlashEvent) String() string
type StakeKickEvent ¶ added in v1.5.0
type StakeKickEvent struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` Coin uint64 `protobuf:"varint,3,opt,name=coin,proto3" json:"coin,omitempty"` ValidatorPubKey string `protobuf:"bytes,4,opt,name=validator_pub_key,json=validatorPubKey,proto3" json:"validator_pub_key,omitempty"` // contains filtered or unexported fields }
func (*StakeKickEvent) Descriptor
deprecated
added in
v1.5.0
func (*StakeKickEvent) Descriptor() ([]byte, []int)
Deprecated: Use StakeKickEvent.ProtoReflect.Descriptor instead.
func (*StakeKickEvent) GetAddress ¶ added in v1.5.0
func (x *StakeKickEvent) GetAddress() string
func (*StakeKickEvent) GetAmount ¶ added in v1.5.0
func (x *StakeKickEvent) GetAmount() string
func (*StakeKickEvent) GetCoin ¶ added in v1.5.0
func (x *StakeKickEvent) GetCoin() uint64
func (*StakeKickEvent) GetValidatorPubKey ¶ added in v1.5.0
func (x *StakeKickEvent) GetValidatorPubKey() string
func (*StakeKickEvent) ProtoMessage ¶ added in v1.5.0
func (*StakeKickEvent) ProtoMessage()
func (*StakeKickEvent) ProtoReflect ¶ added in v1.5.0
func (x *StakeKickEvent) ProtoReflect() protoreflect.Message
func (*StakeKickEvent) Reset ¶ added in v1.5.0
func (x *StakeKickEvent) Reset()
func (*StakeKickEvent) String ¶ added in v1.5.0
func (x *StakeKickEvent) String() string
type StakeMoveEvent ¶ added in v1.6.0
type StakeMoveEvent struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` Coin uint64 `protobuf:"varint,3,opt,name=coin,proto3" json:"coin,omitempty"` CandidatePubKey string `protobuf:"bytes,4,opt,name=candidate_pub_key,json=candidatePubKey,proto3" json:"candidate_pub_key,omitempty"` ToCandidatePubKey string `protobuf:"bytes,5,opt,name=to_candidate_pub_key,json=toCandidatePubKey,proto3" json:"to_candidate_pub_key,omitempty"` // contains filtered or unexported fields }
func (*StakeMoveEvent) Descriptor
deprecated
added in
v1.6.0
func (*StakeMoveEvent) Descriptor() ([]byte, []int)
Deprecated: Use StakeMoveEvent.ProtoReflect.Descriptor instead.
func (*StakeMoveEvent) GetAddress ¶ added in v1.6.0
func (x *StakeMoveEvent) GetAddress() string
func (*StakeMoveEvent) GetAmount ¶ added in v1.6.0
func (x *StakeMoveEvent) GetAmount() string
func (*StakeMoveEvent) GetCandidatePubKey ¶ added in v1.6.0
func (x *StakeMoveEvent) GetCandidatePubKey() string
func (*StakeMoveEvent) GetCoin ¶ added in v1.6.0
func (x *StakeMoveEvent) GetCoin() uint64
func (*StakeMoveEvent) GetToCandidatePubKey ¶ added in v1.6.0
func (x *StakeMoveEvent) GetToCandidatePubKey() string
func (*StakeMoveEvent) ProtoMessage ¶ added in v1.6.0
func (*StakeMoveEvent) ProtoMessage()
func (*StakeMoveEvent) ProtoReflect ¶ added in v1.6.0
func (x *StakeMoveEvent) ProtoReflect() protoreflect.Message
func (*StakeMoveEvent) Reset ¶ added in v1.6.0
func (x *StakeMoveEvent) Reset()
func (*StakeMoveEvent) String ¶ added in v1.6.0
func (x *StakeMoveEvent) String() string
type StatusResponse ¶
type StatusResponse struct { Version string `protobuf:"bytes,8,opt,name=version,proto3" json:"version,omitempty"` Network string `protobuf:"bytes,11,opt,name=network,proto3" json:"network,omitempty"` InitialHeight uint64 `protobuf:"varint,12,opt,name=initial_height,json=initialHeight,proto3" json:"initial_height,omitempty"` LatestBlockHash string `protobuf:"bytes,1,opt,name=latest_block_hash,json=latestBlockHash,proto3" json:"latest_block_hash,omitempty"` LatestAppHash string `protobuf:"bytes,2,opt,name=latest_app_hash,json=latestAppHash,proto3" json:"latest_app_hash,omitempty"` LatestBlockHeight uint64 `protobuf:"varint,3,opt,name=latest_block_height,json=latestBlockHeight,proto3" json:"latest_block_height,omitempty"` LatestBlockTime string `protobuf:"bytes,4,opt,name=latest_block_time,json=latestBlockTime,proto3" json:"latest_block_time,omitempty"` KeepLastStates uint64 `protobuf:"varint,5,opt,name=keep_last_states,json=keepLastStates,proto3" json:"keep_last_states,omitempty"` TotalSlashed string `protobuf:"bytes,10,opt,name=total_slashed,json=totalSlashed,proto3" json:"total_slashed,omitempty"` CurrentEmission string `protobuf:"bytes,14,opt,name=current_emission,json=currentEmission,proto3" json:"current_emission,omitempty"` CatchingUp bool `protobuf:"varint,6,opt,name=catching_up,json=catchingUp,proto3" json:"catching_up,omitempty"` PublicKey string `protobuf:"bytes,7,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` NodeId string `protobuf:"bytes,9,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` Moniker string `protobuf:"bytes,13,opt,name=moniker,proto3" json:"moniker,omitempty"` // contains filtered or unexported fields }
func (*StatusResponse) Descriptor
deprecated
func (*StatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use StatusResponse.ProtoReflect.Descriptor instead.
func (*StatusResponse) GetCatchingUp ¶
func (x *StatusResponse) GetCatchingUp() bool
func (*StatusResponse) GetCurrentEmission ¶ added in v1.6.0
func (x *StatusResponse) GetCurrentEmission() string
func (*StatusResponse) GetInitialHeight ¶ added in v1.3.0
func (x *StatusResponse) GetInitialHeight() uint64
func (*StatusResponse) GetKeepLastStates ¶
func (x *StatusResponse) GetKeepLastStates() uint64
func (*StatusResponse) GetLatestAppHash ¶
func (x *StatusResponse) GetLatestAppHash() string
func (*StatusResponse) GetLatestBlockHash ¶
func (x *StatusResponse) GetLatestBlockHash() string
func (*StatusResponse) GetLatestBlockHeight ¶
func (x *StatusResponse) GetLatestBlockHeight() uint64
func (*StatusResponse) GetLatestBlockTime ¶
func (x *StatusResponse) GetLatestBlockTime() string
func (*StatusResponse) GetMoniker ¶ added in v1.3.0
func (x *StatusResponse) GetMoniker() string
func (*StatusResponse) GetNetwork ¶ added in v1.2.0
func (x *StatusResponse) GetNetwork() string
func (*StatusResponse) GetNodeId ¶
func (x *StatusResponse) GetNodeId() string
func (*StatusResponse) GetPublicKey ¶
func (x *StatusResponse) GetPublicKey() string
func (*StatusResponse) GetTotalSlashed ¶ added in v1.2.0
func (x *StatusResponse) GetTotalSlashed() string
func (*StatusResponse) GetVersion ¶
func (x *StatusResponse) GetVersion() string
func (*StatusResponse) ProtoMessage ¶
func (*StatusResponse) ProtoMessage()
func (*StatusResponse) ProtoReflect ¶ added in v1.2.0
func (x *StatusResponse) ProtoReflect() protoreflect.Message
func (*StatusResponse) Reset ¶
func (x *StatusResponse) Reset()
func (*StatusResponse) String ¶
func (x *StatusResponse) String() string
type SubscribeRequest ¶
type SubscribeRequest struct { Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` // contains filtered or unexported fields }
func (*SubscribeRequest) Descriptor
deprecated
func (*SubscribeRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeRequest.ProtoReflect.Descriptor instead.
func (*SubscribeRequest) GetQuery ¶
func (x *SubscribeRequest) GetQuery() string
func (*SubscribeRequest) ProtoMessage ¶
func (*SubscribeRequest) ProtoMessage()
func (*SubscribeRequest) ProtoReflect ¶ added in v1.2.0
func (x *SubscribeRequest) ProtoReflect() protoreflect.Message
func (*SubscribeRequest) Reset ¶
func (x *SubscribeRequest) Reset()
func (*SubscribeRequest) String ¶
func (x *SubscribeRequest) String() string
type SubscribeResponse ¶
type SubscribeResponse struct { Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` Data *structpb.Struct `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Events []*SubscribeResponse_Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` // contains filtered or unexported fields }
func (*SubscribeResponse) Descriptor
deprecated
func (*SubscribeResponse) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeResponse.ProtoReflect.Descriptor instead.
func (*SubscribeResponse) GetData ¶
func (x *SubscribeResponse) GetData() *structpb.Struct
func (*SubscribeResponse) GetEvents ¶
func (x *SubscribeResponse) GetEvents() []*SubscribeResponse_Event
func (*SubscribeResponse) GetQuery ¶
func (x *SubscribeResponse) GetQuery() string
func (*SubscribeResponse) ProtoMessage ¶
func (*SubscribeResponse) ProtoMessage()
func (*SubscribeResponse) ProtoReflect ¶ added in v1.2.0
func (x *SubscribeResponse) ProtoReflect() protoreflect.Message
func (*SubscribeResponse) Reset ¶
func (x *SubscribeResponse) Reset()
func (*SubscribeResponse) String ¶
func (x *SubscribeResponse) String() string
type SubscribeResponse_Event ¶
type SubscribeResponse_Event struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Events []string `protobuf:"bytes,2,rep,name=events,proto3" json:"events,omitempty"` // contains filtered or unexported fields }
func (*SubscribeResponse_Event) Descriptor
deprecated
func (*SubscribeResponse_Event) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeResponse_Event.ProtoReflect.Descriptor instead.
func (*SubscribeResponse_Event) GetEvents ¶
func (x *SubscribeResponse_Event) GetEvents() []string
func (*SubscribeResponse_Event) GetKey ¶
func (x *SubscribeResponse_Event) GetKey() string
func (*SubscribeResponse_Event) ProtoMessage ¶
func (*SubscribeResponse_Event) ProtoMessage()
func (*SubscribeResponse_Event) ProtoReflect ¶ added in v1.2.0
func (x *SubscribeResponse_Event) ProtoReflect() protoreflect.Message
func (*SubscribeResponse_Event) Reset ¶
func (x *SubscribeResponse_Event) Reset()
func (*SubscribeResponse_Event) String ¶
func (x *SubscribeResponse_Event) String() string
type SwapFrom ¶ added in v1.3.0
type SwapFrom int32
func (SwapFrom) Descriptor ¶ added in v1.3.0
func (SwapFrom) Descriptor() protoreflect.EnumDescriptor
func (SwapFrom) EnumDescriptor
deprecated
added in
v1.3.0
func (SwapFrom) Number ¶ added in v1.3.0
func (x SwapFrom) Number() protoreflect.EnumNumber
func (SwapFrom) Type ¶ added in v1.3.0
func (SwapFrom) Type() protoreflect.EnumType
type SwapPoolProviderRequest ¶ added in v1.3.0
type SwapPoolProviderRequest struct { Coin0 uint64 `protobuf:"varint,1,opt,name=coin0,proto3" json:"coin0,omitempty"` Coin1 uint64 `protobuf:"varint,2,opt,name=coin1,proto3" json:"coin1,omitempty"` Provider string `protobuf:"bytes,3,opt,name=provider,proto3" json:"provider,omitempty"` Height uint64 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*SwapPoolProviderRequest) Descriptor
deprecated
added in
v1.3.0
func (*SwapPoolProviderRequest) Descriptor() ([]byte, []int)
Deprecated: Use SwapPoolProviderRequest.ProtoReflect.Descriptor instead.
func (*SwapPoolProviderRequest) GetCoin0 ¶ added in v1.3.0
func (x *SwapPoolProviderRequest) GetCoin0() uint64
func (*SwapPoolProviderRequest) GetCoin1 ¶ added in v1.3.0
func (x *SwapPoolProviderRequest) GetCoin1() uint64
func (*SwapPoolProviderRequest) GetHeight ¶ added in v1.3.0
func (x *SwapPoolProviderRequest) GetHeight() uint64
func (*SwapPoolProviderRequest) GetProvider ¶ added in v1.3.0
func (x *SwapPoolProviderRequest) GetProvider() string
func (*SwapPoolProviderRequest) ProtoMessage ¶ added in v1.3.0
func (*SwapPoolProviderRequest) ProtoMessage()
func (*SwapPoolProviderRequest) ProtoReflect ¶ added in v1.3.0
func (x *SwapPoolProviderRequest) ProtoReflect() protoreflect.Message
func (*SwapPoolProviderRequest) Reset ¶ added in v1.3.0
func (x *SwapPoolProviderRequest) Reset()
func (*SwapPoolProviderRequest) String ¶ added in v1.3.0
func (x *SwapPoolProviderRequest) String() string
type SwapPoolRequest ¶ added in v1.3.0
type SwapPoolRequest struct { Coin0 uint64 `protobuf:"varint,1,opt,name=coin0,proto3" json:"coin0,omitempty"` Coin1 uint64 `protobuf:"varint,2,opt,name=coin1,proto3" json:"coin1,omitempty"` Height uint64 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*SwapPoolRequest) Descriptor
deprecated
added in
v1.3.0
func (*SwapPoolRequest) Descriptor() ([]byte, []int)
Deprecated: Use SwapPoolRequest.ProtoReflect.Descriptor instead.
func (*SwapPoolRequest) GetCoin0 ¶ added in v1.3.0
func (x *SwapPoolRequest) GetCoin0() uint64
func (*SwapPoolRequest) GetCoin1 ¶ added in v1.3.0
func (x *SwapPoolRequest) GetCoin1() uint64
func (*SwapPoolRequest) GetHeight ¶ added in v1.3.0
func (x *SwapPoolRequest) GetHeight() uint64
func (*SwapPoolRequest) ProtoMessage ¶ added in v1.3.0
func (*SwapPoolRequest) ProtoMessage()
func (*SwapPoolRequest) ProtoReflect ¶ added in v1.3.0
func (x *SwapPoolRequest) ProtoReflect() protoreflect.Message
func (*SwapPoolRequest) Reset ¶ added in v1.3.0
func (x *SwapPoolRequest) Reset()
func (*SwapPoolRequest) String ¶ added in v1.3.0
func (x *SwapPoolRequest) String() string
type SwapPoolResponse ¶ added in v1.3.0
type SwapPoolResponse struct { Id uint64 `protobuf:"varint,5,opt,name=id,proto3" json:"id,omitempty"` Price string `protobuf:"bytes,4,opt,name=price,proto3" json:"price,omitempty"` Amount0 string `protobuf:"bytes,1,opt,name=amount0,proto3" json:"amount0,omitempty"` Amount1 string `protobuf:"bytes,2,opt,name=amount1,proto3" json:"amount1,omitempty"` Liquidity string `protobuf:"bytes,3,opt,name=liquidity,proto3" json:"liquidity,omitempty"` // contains filtered or unexported fields }
func (*SwapPoolResponse) Descriptor
deprecated
added in
v1.3.0
func (*SwapPoolResponse) Descriptor() ([]byte, []int)
Deprecated: Use SwapPoolResponse.ProtoReflect.Descriptor instead.
func (*SwapPoolResponse) GetAmount0 ¶ added in v1.3.0
func (x *SwapPoolResponse) GetAmount0() string
func (*SwapPoolResponse) GetAmount1 ¶ added in v1.3.0
func (x *SwapPoolResponse) GetAmount1() string
func (*SwapPoolResponse) GetId ¶ added in v1.6.1
func (x *SwapPoolResponse) GetId() uint64
func (*SwapPoolResponse) GetLiquidity ¶ added in v1.3.0
func (x *SwapPoolResponse) GetLiquidity() string
func (*SwapPoolResponse) GetPrice ¶ added in v1.5.0
func (x *SwapPoolResponse) GetPrice() string
func (*SwapPoolResponse) ProtoMessage ¶ added in v1.3.0
func (*SwapPoolResponse) ProtoMessage()
func (*SwapPoolResponse) ProtoReflect ¶ added in v1.3.0
func (x *SwapPoolResponse) ProtoReflect() protoreflect.Message
func (*SwapPoolResponse) Reset ¶ added in v1.3.0
func (x *SwapPoolResponse) Reset()
func (*SwapPoolResponse) String ¶ added in v1.3.0
func (x *SwapPoolResponse) String() string
type SwapPoolsRequest ¶ added in v1.6.1
type SwapPoolsRequest struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` Orders bool `protobuf:"varint,2,opt,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
func (*SwapPoolsRequest) Descriptor
deprecated
added in
v1.6.1
func (*SwapPoolsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SwapPoolsRequest.ProtoReflect.Descriptor instead.
func (*SwapPoolsRequest) GetHeight ¶ added in v1.6.1
func (x *SwapPoolsRequest) GetHeight() uint64
func (*SwapPoolsRequest) GetOrders ¶ added in v1.6.1
func (x *SwapPoolsRequest) GetOrders() bool
func (*SwapPoolsRequest) ProtoMessage ¶ added in v1.6.1
func (*SwapPoolsRequest) ProtoMessage()
func (*SwapPoolsRequest) ProtoReflect ¶ added in v1.6.1
func (x *SwapPoolsRequest) ProtoReflect() protoreflect.Message
func (*SwapPoolsRequest) Reset ¶ added in v1.6.1
func (x *SwapPoolsRequest) Reset()
func (*SwapPoolsRequest) String ¶ added in v1.6.1
func (x *SwapPoolsRequest) String() string
type SwapPoolsResponse ¶ added in v1.6.1
type SwapPoolsResponse struct { Pools []*SwapPoolsResponse_SwapPool `protobuf:"bytes,1,rep,name=pools,proto3" json:"pools,omitempty"` // contains filtered or unexported fields }
func (*SwapPoolsResponse) Descriptor
deprecated
added in
v1.6.1
func (*SwapPoolsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SwapPoolsResponse.ProtoReflect.Descriptor instead.
func (*SwapPoolsResponse) GetPools ¶ added in v1.6.1
func (x *SwapPoolsResponse) GetPools() []*SwapPoolsResponse_SwapPool
func (*SwapPoolsResponse) ProtoMessage ¶ added in v1.6.1
func (*SwapPoolsResponse) ProtoMessage()
func (*SwapPoolsResponse) ProtoReflect ¶ added in v1.6.1
func (x *SwapPoolsResponse) ProtoReflect() protoreflect.Message
func (*SwapPoolsResponse) Reset ¶ added in v1.6.1
func (x *SwapPoolsResponse) Reset()
func (*SwapPoolsResponse) String ¶ added in v1.6.1
func (x *SwapPoolsResponse) String() string
type SwapPoolsResponse_SwapPool ¶ added in v1.6.1
type SwapPoolsResponse_SwapPool struct { Id uint64 `protobuf:"varint,5,opt,name=id,proto3" json:"id,omitempty"` Price string `protobuf:"bytes,4,opt,name=price,proto3" json:"price,omitempty"` Coin0 uint64 `protobuf:"varint,6,opt,name=coin0,proto3" json:"coin0,omitempty"` Coin1 uint64 `protobuf:"varint,7,opt,name=coin1,proto3" json:"coin1,omitempty"` Amount0 string `protobuf:"bytes,1,opt,name=amount0,proto3" json:"amount0,omitempty"` Amount1 string `protobuf:"bytes,2,opt,name=amount1,proto3" json:"amount1,omitempty"` Liquidity string `protobuf:"bytes,3,opt,name=liquidity,proto3" json:"liquidity,omitempty"` OrdersSell []*SwapPoolsResponse_SwapPool_LimitOrder `protobuf:"bytes,8,rep,name=orders_sell,json=ordersSell,proto3" json:"orders_sell,omitempty"` OrdersBuy []*SwapPoolsResponse_SwapPool_LimitOrder `protobuf:"bytes,9,rep,name=orders_buy,json=ordersBuy,proto3" json:"orders_buy,omitempty"` // contains filtered or unexported fields }
func (*SwapPoolsResponse_SwapPool) Descriptor
deprecated
added in
v1.6.1
func (*SwapPoolsResponse_SwapPool) Descriptor() ([]byte, []int)
Deprecated: Use SwapPoolsResponse_SwapPool.ProtoReflect.Descriptor instead.
func (*SwapPoolsResponse_SwapPool) GetAmount0 ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool) GetAmount0() string
func (*SwapPoolsResponse_SwapPool) GetAmount1 ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool) GetAmount1() string
func (*SwapPoolsResponse_SwapPool) GetCoin0 ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool) GetCoin0() uint64
func (*SwapPoolsResponse_SwapPool) GetCoin1 ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool) GetCoin1() uint64
func (*SwapPoolsResponse_SwapPool) GetId ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool) GetId() uint64
func (*SwapPoolsResponse_SwapPool) GetLiquidity ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool) GetLiquidity() string
func (*SwapPoolsResponse_SwapPool) GetOrdersBuy ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool) GetOrdersBuy() []*SwapPoolsResponse_SwapPool_LimitOrder
func (*SwapPoolsResponse_SwapPool) GetOrdersSell ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool) GetOrdersSell() []*SwapPoolsResponse_SwapPool_LimitOrder
func (*SwapPoolsResponse_SwapPool) GetPrice ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool) GetPrice() string
func (*SwapPoolsResponse_SwapPool) ProtoMessage ¶ added in v1.6.1
func (*SwapPoolsResponse_SwapPool) ProtoMessage()
func (*SwapPoolsResponse_SwapPool) ProtoReflect ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool) ProtoReflect() protoreflect.Message
func (*SwapPoolsResponse_SwapPool) Reset ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool) Reset()
func (*SwapPoolsResponse_SwapPool) String ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool) String() string
type SwapPoolsResponse_SwapPool_LimitOrder ¶ added in v1.6.1
type SwapPoolsResponse_SwapPool_LimitOrder struct { Id uint64 `protobuf:"varint,7,opt,name=id,proto3" json:"id,omitempty"` WantSell string `protobuf:"bytes,3,opt,name=want_sell,json=wantSell,proto3" json:"want_sell,omitempty"` WantBuy string `protobuf:"bytes,4,opt,name=want_buy,json=wantBuy,proto3" json:"want_buy,omitempty"` Price string `protobuf:"bytes,8,opt,name=price,proto3" json:"price,omitempty"` Owner string `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"` Height uint64 `protobuf:"varint,6,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*SwapPoolsResponse_SwapPool_LimitOrder) Descriptor
deprecated
added in
v1.6.1
func (*SwapPoolsResponse_SwapPool_LimitOrder) Descriptor() ([]byte, []int)
Deprecated: Use SwapPoolsResponse_SwapPool_LimitOrder.ProtoReflect.Descriptor instead.
func (*SwapPoolsResponse_SwapPool_LimitOrder) GetHeight ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool_LimitOrder) GetHeight() uint64
func (*SwapPoolsResponse_SwapPool_LimitOrder) GetId ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool_LimitOrder) GetId() uint64
func (*SwapPoolsResponse_SwapPool_LimitOrder) GetOwner ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool_LimitOrder) GetOwner() string
func (*SwapPoolsResponse_SwapPool_LimitOrder) GetPrice ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool_LimitOrder) GetPrice() string
func (*SwapPoolsResponse_SwapPool_LimitOrder) GetWantBuy ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool_LimitOrder) GetWantBuy() string
func (*SwapPoolsResponse_SwapPool_LimitOrder) GetWantSell ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool_LimitOrder) GetWantSell() string
func (*SwapPoolsResponse_SwapPool_LimitOrder) ProtoMessage ¶ added in v1.6.1
func (*SwapPoolsResponse_SwapPool_LimitOrder) ProtoMessage()
func (*SwapPoolsResponse_SwapPool_LimitOrder) ProtoReflect ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool_LimitOrder) ProtoReflect() protoreflect.Message
func (*SwapPoolsResponse_SwapPool_LimitOrder) Reset ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool_LimitOrder) Reset()
func (*SwapPoolsResponse_SwapPool_LimitOrder) String ¶ added in v1.6.1
func (x *SwapPoolsResponse_SwapPool_LimitOrder) String() string
type TransactionRequest ¶
type TransactionRequest struct { Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` // contains filtered or unexported fields }
func (*TransactionRequest) Descriptor
deprecated
func (*TransactionRequest) Descriptor() ([]byte, []int)
Deprecated: Use TransactionRequest.ProtoReflect.Descriptor instead.
func (*TransactionRequest) GetHash ¶
func (x *TransactionRequest) GetHash() string
func (*TransactionRequest) ProtoMessage ¶
func (*TransactionRequest) ProtoMessage()
func (*TransactionRequest) ProtoReflect ¶ added in v1.2.0
func (x *TransactionRequest) ProtoReflect() protoreflect.Message
func (*TransactionRequest) Reset ¶
func (x *TransactionRequest) Reset()
func (*TransactionRequest) String ¶
func (x *TransactionRequest) String() string
type TransactionResponse ¶
type TransactionResponse struct { Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` RawTx string `protobuf:"bytes,2,opt,name=raw_tx,json=rawTx,proto3" json:"raw_tx,omitempty"` Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` Index uint64 `protobuf:"varint,4,opt,name=index,proto3" json:"index,omitempty"` From string `protobuf:"bytes,5,opt,name=from,proto3" json:"from,omitempty"` Nonce uint64 `protobuf:"varint,6,opt,name=nonce,proto3" json:"nonce,omitempty"` Gas uint64 `protobuf:"varint,7,opt,name=gas,proto3" json:"gas,omitempty"` GasPrice uint64 `protobuf:"varint,8,opt,name=gas_price,json=gasPrice,proto3" json:"gas_price,omitempty"` GasCoin *Coin `protobuf:"bytes,9,opt,name=gas_coin,json=gasCoin,proto3" json:"gas_coin,omitempty"` TypeHex string `protobuf:"bytes,17,opt,name=type_hex,json=typeHex,proto3" json:"type_hex,omitempty"` // string type_name = 18; Type uint64 `protobuf:"varint,10,opt,name=type,proto3" json:"type,omitempty"` Data *anypb.Any `protobuf:"bytes,11,opt,name=data,proto3" json:"data,omitempty"` Payload []byte `protobuf:"bytes,12,opt,name=payload,proto3" json:"payload,omitempty"` ServiceData []byte `protobuf:"bytes,16,opt,name=service_data,json=serviceData,proto3" json:"service_data,omitempty"` Tags map[string]string `` /* 150-byte string literal not displayed */ Code uint64 `protobuf:"varint,14,opt,name=code,proto3" json:"code,omitempty"` Log string `protobuf:"bytes,15,opt,name=log,proto3" json:"log,omitempty"` // contains filtered or unexported fields }
func (*TransactionResponse) Descriptor
deprecated
func (*TransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use TransactionResponse.ProtoReflect.Descriptor instead.
func (*TransactionResponse) GetCode ¶
func (x *TransactionResponse) GetCode() uint64
func (*TransactionResponse) GetData ¶
func (x *TransactionResponse) GetData() *anypb.Any
func (*TransactionResponse) GetFrom ¶
func (x *TransactionResponse) GetFrom() string
func (*TransactionResponse) GetGas ¶
func (x *TransactionResponse) GetGas() uint64
func (*TransactionResponse) GetGasCoin ¶
func (x *TransactionResponse) GetGasCoin() *Coin
func (*TransactionResponse) GetGasPrice ¶
func (x *TransactionResponse) GetGasPrice() uint64
func (*TransactionResponse) GetHash ¶
func (x *TransactionResponse) GetHash() string
func (*TransactionResponse) GetHeight ¶
func (x *TransactionResponse) GetHeight() uint64
func (*TransactionResponse) GetIndex ¶
func (x *TransactionResponse) GetIndex() uint64
func (*TransactionResponse) GetLog ¶
func (x *TransactionResponse) GetLog() string
func (*TransactionResponse) GetNonce ¶
func (x *TransactionResponse) GetNonce() uint64
func (*TransactionResponse) GetPayload ¶
func (x *TransactionResponse) GetPayload() []byte
func (*TransactionResponse) GetRawTx ¶
func (x *TransactionResponse) GetRawTx() string
func (*TransactionResponse) GetServiceData ¶ added in v1.3.0
func (x *TransactionResponse) GetServiceData() []byte
func (*TransactionResponse) GetTags ¶
func (x *TransactionResponse) GetTags() map[string]string
func (*TransactionResponse) GetType ¶
func (x *TransactionResponse) GetType() uint64
func (*TransactionResponse) GetTypeHex ¶ added in v1.3.0
func (x *TransactionResponse) GetTypeHex() string
func (*TransactionResponse) ProtoMessage ¶
func (*TransactionResponse) ProtoMessage()
func (*TransactionResponse) ProtoReflect ¶ added in v1.2.0
func (x *TransactionResponse) ProtoReflect() protoreflect.Message
func (*TransactionResponse) Reset ¶
func (x *TransactionResponse) Reset()
func (*TransactionResponse) String ¶
func (x *TransactionResponse) String() string
type TransactionResponse_Type ¶ added in v1.5.0
type TransactionResponse_Type int32
const ( TransactionResponse__ TransactionResponse_Type = 0 TransactionResponse_Send TransactionResponse_Type = 1 TransactionResponse_SellCoin TransactionResponse_Type = 2 TransactionResponse_SellAllCoin TransactionResponse_Type = 3 TransactionResponse_BuyCoin TransactionResponse_Type = 4 TransactionResponse_CreateCoin TransactionResponse_Type = 5 TransactionResponse_DeclareCandidacy TransactionResponse_Type = 6 TransactionResponse_Delegate TransactionResponse_Type = 7 TransactionResponse_Unbond TransactionResponse_Type = 8 TransactionResponse_RedeemCheck TransactionResponse_Type = 9 TransactionResponse_SetCandidateOnline TransactionResponse_Type = 10 TransactionResponse_SetCandidateOffline TransactionResponse_Type = 11 TransactionResponse_CreateMultisig TransactionResponse_Type = 12 TransactionResponse_Multisend TransactionResponse_Type = 13 TransactionResponse_EditCandidate TransactionResponse_Type = 14 TransactionResponse_SetHaltBlock TransactionResponse_Type = 15 TransactionResponse_RecreateCoin TransactionResponse_Type = 16 TransactionResponse_EditCoinOwner TransactionResponse_Type = 17 TransactionResponse_EditMultisig TransactionResponse_Type = 18 TransactionResponse_PriceVote TransactionResponse_Type = 19 TransactionResponse_EditCandidatePublicKey TransactionResponse_Type = 20 TransactionResponse_AddLiquidity TransactionResponse_Type = 21 TransactionResponse_RemoveLiquidity TransactionResponse_Type = 22 TransactionResponse_SellSwapPool TransactionResponse_Type = 23 TransactionResponse_BuySwapPool TransactionResponse_Type = 24 TransactionResponse_SellAllSwapPool TransactionResponse_Type = 25 TransactionResponse_EditCommissionCandidate TransactionResponse_Type = 26 TransactionResponse_MoveStake TransactionResponse_Type = 27 TransactionResponse_MintToken TransactionResponse_Type = 28 TransactionResponse_BurnToken TransactionResponse_Type = 29 TransactionResponse_CreateToken TransactionResponse_Type = 30 TransactionResponse_RecreateToken TransactionResponse_Type = 31 TransactionResponse_VoteCommission TransactionResponse_Type = 32 TransactionResponse_VoteUpdate TransactionResponse_Type = 33 TransactionResponse_CreateSwapPool TransactionResponse_Type = 34 TransactionResponse_AddLimitOrder TransactionResponse_Type = 35 TransactionResponse_RemoveLimitOrder TransactionResponse_Type = 36 TransactionResponse_TypeLockStake TransactionResponse_Type = 37 TransactionResponse_TypeLock TransactionResponse_Type = 38 )
func (TransactionResponse_Type) Descriptor ¶ added in v1.5.0
func (TransactionResponse_Type) Descriptor() protoreflect.EnumDescriptor
func (TransactionResponse_Type) Enum ¶ added in v1.5.0
func (x TransactionResponse_Type) Enum() *TransactionResponse_Type
func (TransactionResponse_Type) EnumDescriptor
deprecated
added in
v1.5.0
func (TransactionResponse_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use TransactionResponse_Type.Descriptor instead.
func (TransactionResponse_Type) Number ¶ added in v1.5.0
func (x TransactionResponse_Type) Number() protoreflect.EnumNumber
func (TransactionResponse_Type) String ¶ added in v1.5.0
func (x TransactionResponse_Type) String() string
func (TransactionResponse_Type) Type ¶ added in v1.5.0
func (TransactionResponse_Type) Type() protoreflect.EnumType
type TransactionsRequest ¶
type TransactionsRequest struct { Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` PerPage int32 `protobuf:"varint,3,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"` // contains filtered or unexported fields }
func (*TransactionsRequest) Descriptor
deprecated
func (*TransactionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use TransactionsRequest.ProtoReflect.Descriptor instead.
func (*TransactionsRequest) GetPage ¶
func (x *TransactionsRequest) GetPage() int32
func (*TransactionsRequest) GetPerPage ¶
func (x *TransactionsRequest) GetPerPage() int32
func (*TransactionsRequest) GetQuery ¶
func (x *TransactionsRequest) GetQuery() string
func (*TransactionsRequest) ProtoMessage ¶
func (*TransactionsRequest) ProtoMessage()
func (*TransactionsRequest) ProtoReflect ¶ added in v1.2.0
func (x *TransactionsRequest) ProtoReflect() protoreflect.Message
func (*TransactionsRequest) Reset ¶
func (x *TransactionsRequest) Reset()
func (*TransactionsRequest) String ¶
func (x *TransactionsRequest) String() string
type TransactionsResponse ¶
type TransactionsResponse struct { Transactions []*TransactionResponse `protobuf:"bytes,3,rep,name=transactions,proto3" json:"transactions,omitempty"` // contains filtered or unexported fields }
func (*TransactionsResponse) Descriptor
deprecated
func (*TransactionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use TransactionsResponse.ProtoReflect.Descriptor instead.
func (*TransactionsResponse) GetTransactions ¶
func (x *TransactionsResponse) GetTransactions() []*TransactionResponse
func (*TransactionsResponse) ProtoMessage ¶
func (*TransactionsResponse) ProtoMessage()
func (*TransactionsResponse) ProtoReflect ¶ added in v1.2.0
func (x *TransactionsResponse) ProtoReflect() protoreflect.Message
func (*TransactionsResponse) Reset ¶
func (x *TransactionsResponse) Reset()
func (*TransactionsResponse) String ¶
func (x *TransactionsResponse) String() string
type UnbondData ¶ added in v1.2.0
type UnbondData struct { PubKey string `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` Coin *Coin `protobuf:"bytes,2,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*UnbondData) Descriptor
deprecated
added in
v1.2.0
func (*UnbondData) Descriptor() ([]byte, []int)
Deprecated: Use UnbondData.ProtoReflect.Descriptor instead.
func (*UnbondData) GetCoin ¶ added in v1.2.0
func (x *UnbondData) GetCoin() *Coin
func (*UnbondData) GetPubKey ¶ added in v1.2.0
func (x *UnbondData) GetPubKey() string
func (*UnbondData) GetValue ¶ added in v1.2.0
func (x *UnbondData) GetValue() string
func (*UnbondData) ProtoMessage ¶ added in v1.2.0
func (*UnbondData) ProtoMessage()
func (*UnbondData) ProtoReflect ¶ added in v1.2.0
func (x *UnbondData) ProtoReflect() protoreflect.Message
func (*UnbondData) Reset ¶ added in v1.2.0
func (x *UnbondData) Reset()
func (*UnbondData) String ¶ added in v1.2.0
func (x *UnbondData) String() string
type UnbondEvent ¶ added in v1.5.0
type UnbondEvent struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` Coin uint64 `protobuf:"varint,3,opt,name=coin,proto3" json:"coin,omitempty"` ValidatorPubKey string `protobuf:"bytes,4,opt,name=validator_pub_key,json=validatorPubKey,proto3" json:"validator_pub_key,omitempty"` // contains filtered or unexported fields }
func (*UnbondEvent) Descriptor
deprecated
added in
v1.5.0
func (*UnbondEvent) Descriptor() ([]byte, []int)
Deprecated: Use UnbondEvent.ProtoReflect.Descriptor instead.
func (*UnbondEvent) GetAddress ¶ added in v1.5.0
func (x *UnbondEvent) GetAddress() string
func (*UnbondEvent) GetAmount ¶ added in v1.5.0
func (x *UnbondEvent) GetAmount() string
func (*UnbondEvent) GetCoin ¶ added in v1.5.0
func (x *UnbondEvent) GetCoin() uint64
func (*UnbondEvent) GetValidatorPubKey ¶ added in v1.5.0
func (x *UnbondEvent) GetValidatorPubKey() string
func (*UnbondEvent) ProtoMessage ¶ added in v1.5.0
func (*UnbondEvent) ProtoMessage()
func (*UnbondEvent) ProtoReflect ¶ added in v1.5.0
func (x *UnbondEvent) ProtoReflect() protoreflect.Message
func (*UnbondEvent) Reset ¶ added in v1.5.0
func (x *UnbondEvent) Reset()
func (*UnbondEvent) String ¶ added in v1.5.0
func (x *UnbondEvent) String() string
type UnconfirmedTxsRequest ¶
type UnconfirmedTxsRequest struct { Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*UnconfirmedTxsRequest) Descriptor
deprecated
func (*UnconfirmedTxsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnconfirmedTxsRequest.ProtoReflect.Descriptor instead.
func (*UnconfirmedTxsRequest) GetLimit ¶
func (x *UnconfirmedTxsRequest) GetLimit() int32
func (*UnconfirmedTxsRequest) ProtoMessage ¶
func (*UnconfirmedTxsRequest) ProtoMessage()
func (*UnconfirmedTxsRequest) ProtoReflect ¶ added in v1.2.0
func (x *UnconfirmedTxsRequest) ProtoReflect() protoreflect.Message
func (*UnconfirmedTxsRequest) Reset ¶
func (x *UnconfirmedTxsRequest) Reset()
func (*UnconfirmedTxsRequest) String ¶
func (x *UnconfirmedTxsRequest) String() string
type UnconfirmedTxsResponse ¶
type UnconfirmedTxsResponse struct { TransactionCount uint64 `protobuf:"varint,1,opt,name=transaction_count,json=transactionCount,proto3" json:"transaction_count,omitempty"` TotalTransactions uint64 `protobuf:"varint,2,opt,name=total_transactions,json=totalTransactions,proto3" json:"total_transactions,omitempty"` TotalBytes uint64 `protobuf:"varint,3,opt,name=total_bytes,json=totalBytes,proto3" json:"total_bytes,omitempty"` Transactions []string `protobuf:"bytes,4,rep,name=transactions,proto3" json:"transactions,omitempty"` // contains filtered or unexported fields }
func (*UnconfirmedTxsResponse) Descriptor
deprecated
func (*UnconfirmedTxsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnconfirmedTxsResponse.ProtoReflect.Descriptor instead.
func (*UnconfirmedTxsResponse) GetTotalBytes ¶
func (x *UnconfirmedTxsResponse) GetTotalBytes() uint64
func (*UnconfirmedTxsResponse) GetTotalTransactions ¶
func (x *UnconfirmedTxsResponse) GetTotalTransactions() uint64
func (*UnconfirmedTxsResponse) GetTransactionCount ¶ added in v1.2.0
func (x *UnconfirmedTxsResponse) GetTransactionCount() uint64
func (*UnconfirmedTxsResponse) GetTransactions ¶
func (x *UnconfirmedTxsResponse) GetTransactions() []string
func (*UnconfirmedTxsResponse) ProtoMessage ¶
func (*UnconfirmedTxsResponse) ProtoMessage()
func (*UnconfirmedTxsResponse) ProtoReflect ¶ added in v1.2.0
func (x *UnconfirmedTxsResponse) ProtoReflect() protoreflect.Message
func (*UnconfirmedTxsResponse) Reset ¶
func (x *UnconfirmedTxsResponse) Reset()
func (*UnconfirmedTxsResponse) String ¶
func (x *UnconfirmedTxsResponse) String() string
type UnimplementedApiServiceServer ¶
type UnimplementedApiServiceServer struct { }
UnimplementedApiServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedApiServiceServer) Address ¶
func (UnimplementedApiServiceServer) Address(context.Context, *AddressRequest) (*AddressResponse, error)
func (UnimplementedApiServiceServer) Addresses ¶
func (UnimplementedApiServiceServer) Addresses(context.Context, *AddressesRequest) (*AddressesResponse, error)
func (UnimplementedApiServiceServer) BestTrade ¶ added in v1.6.1
func (UnimplementedApiServiceServer) BestTrade(context.Context, *BestTradeRequest) (*BestTradeResponse, error)
func (UnimplementedApiServiceServer) Block ¶
func (UnimplementedApiServiceServer) Block(context.Context, *BlockRequest) (*BlockResponse, error)
func (UnimplementedApiServiceServer) Blocks ¶ added in v1.3.0
func (UnimplementedApiServiceServer) Blocks(context.Context, *BlocksRequest) (*BlocksResponse, error)
func (UnimplementedApiServiceServer) Candidate ¶
func (UnimplementedApiServiceServer) Candidate(context.Context, *CandidateRequest) (*CandidateResponse, error)
func (UnimplementedApiServiceServer) Candidates ¶
func (UnimplementedApiServiceServer) Candidates(context.Context, *CandidatesRequest) (*CandidatesResponse, error)
func (UnimplementedApiServiceServer) CoinInfo ¶
func (UnimplementedApiServiceServer) CoinInfo(context.Context, *CoinInfoRequest) (*CoinInfoResponse, error)
func (UnimplementedApiServiceServer) CoinInfoById ¶ added in v1.2.0
func (UnimplementedApiServiceServer) CoinInfoById(context.Context, *CoinIdRequest) (*CoinInfoResponse, error)
func (UnimplementedApiServiceServer) CommissionVotes ¶ added in v1.3.0
func (UnimplementedApiServiceServer) CommissionVotes(context.Context, *CommissionVotesRequest) (*CommissionVotesResponse, error)
func (UnimplementedApiServiceServer) EstimateCoinBuy ¶
func (UnimplementedApiServiceServer) EstimateCoinBuy(context.Context, *EstimateCoinBuyRequest) (*EstimateCoinBuyResponse, error)
func (UnimplementedApiServiceServer) EstimateCoinSell ¶
func (UnimplementedApiServiceServer) EstimateCoinSell(context.Context, *EstimateCoinSellRequest) (*EstimateCoinSellResponse, error)
func (UnimplementedApiServiceServer) EstimateCoinSellAll ¶
func (UnimplementedApiServiceServer) EstimateCoinSellAll(context.Context, *EstimateCoinSellAllRequest) (*EstimateCoinSellAllResponse, error)
func (UnimplementedApiServiceServer) EstimateTxCommission ¶
func (UnimplementedApiServiceServer) EstimateTxCommission(context.Context, *EstimateTxCommissionRequest) (*EstimateTxCommissionResponse, error)
func (UnimplementedApiServiceServer) Events ¶
func (UnimplementedApiServiceServer) Events(context.Context, *EventsRequest) (*EventsResponse, error)
func (UnimplementedApiServiceServer) Frozen ¶ added in v1.2.0
func (UnimplementedApiServiceServer) Frozen(context.Context, *FrozenRequest) (*FrozenResponse, error)
func (UnimplementedApiServiceServer) FrozenAll ¶ added in v1.6.0
func (UnimplementedApiServiceServer) FrozenAll(context.Context, *FrozenAllRequest) (*FrozenResponse, error)
func (UnimplementedApiServiceServer) Genesis ¶
func (UnimplementedApiServiceServer) Genesis(context.Context, *emptypb.Empty) (*GenesisResponse, error)
func (UnimplementedApiServiceServer) Halts ¶
func (UnimplementedApiServiceServer) Halts(context.Context, *HaltsRequest) (*HaltsResponse, error)
func (UnimplementedApiServiceServer) LimitOrder ¶ added in v1.5.0
func (UnimplementedApiServiceServer) LimitOrder(context.Context, *LimitOrderRequest) (*LimitOrderResponse, error)
func (UnimplementedApiServiceServer) LimitOrders ¶ added in v1.5.0
func (UnimplementedApiServiceServer) LimitOrders(context.Context, *LimitOrdersRequest) (*LimitOrdersResponse, error)
func (UnimplementedApiServiceServer) LimitOrdersOfPool ¶ added in v1.5.0
func (UnimplementedApiServiceServer) LimitOrdersOfPool(context.Context, *LimitOrdersOfPoolRequest) (*LimitOrdersOfPoolResponse, error)
func (UnimplementedApiServiceServer) MaxGasPrice ¶ added in v1.2.0
func (UnimplementedApiServiceServer) MaxGasPrice(context.Context, *MaxGasPriceRequest) (*MaxGasPriceResponse, error)
func (UnimplementedApiServiceServer) MinGasPrice ¶
func (UnimplementedApiServiceServer) MinGasPrice(context.Context, *emptypb.Empty) (*MinGasPriceResponse, error)
func (UnimplementedApiServiceServer) MissedBlocks ¶
func (UnimplementedApiServiceServer) MissedBlocks(context.Context, *MissedBlocksRequest) (*MissedBlocksResponse, error)
func (UnimplementedApiServiceServer) NetInfo ¶
func (UnimplementedApiServiceServer) NetInfo(context.Context, *emptypb.Empty) (*NetInfoResponse, error)
func (UnimplementedApiServiceServer) PriceCommission ¶ added in v1.3.0
func (UnimplementedApiServiceServer) PriceCommission(context.Context, *PriceCommissionRequest) (*PriceCommissionResponse, error)
func (UnimplementedApiServiceServer) SendTransaction ¶ added in v1.1.2
func (UnimplementedApiServiceServer) SendTransaction(context.Context, *SendTransactionRequest) (*SendTransactionResponse, error)
func (UnimplementedApiServiceServer) Status ¶
func (UnimplementedApiServiceServer) Status(context.Context, *emptypb.Empty) (*StatusResponse, error)
func (UnimplementedApiServiceServer) Subscribe ¶
func (UnimplementedApiServiceServer) Subscribe(*SubscribeRequest, ApiService_SubscribeServer) error
func (UnimplementedApiServiceServer) SwapPool ¶ added in v1.3.0
func (UnimplementedApiServiceServer) SwapPool(context.Context, *SwapPoolRequest) (*SwapPoolResponse, error)
func (UnimplementedApiServiceServer) SwapPoolProvider ¶ added in v1.3.0
func (UnimplementedApiServiceServer) SwapPoolProvider(context.Context, *SwapPoolProviderRequest) (*SwapPoolResponse, error)
func (UnimplementedApiServiceServer) SwapPools ¶ added in v1.6.1
func (UnimplementedApiServiceServer) SwapPools(context.Context, *SwapPoolsRequest) (*SwapPoolsResponse, error)
func (UnimplementedApiServiceServer) TestBlock ¶ added in v1.2.1
func (UnimplementedApiServiceServer) TestBlock(context.Context, *emptypb.Empty) (*BlockResponse, error)
func (UnimplementedApiServiceServer) Transaction ¶
func (UnimplementedApiServiceServer) Transaction(context.Context, *TransactionRequest) (*TransactionResponse, error)
func (UnimplementedApiServiceServer) Transactions ¶
func (UnimplementedApiServiceServer) Transactions(context.Context, *TransactionsRequest) (*TransactionsResponse, error)
func (UnimplementedApiServiceServer) UnconfirmedTxs ¶
func (UnimplementedApiServiceServer) UnconfirmedTxs(context.Context, *UnconfirmedTxsRequest) (*UnconfirmedTxsResponse, error)
func (UnimplementedApiServiceServer) UpdateVotes ¶ added in v1.3.0
func (UnimplementedApiServiceServer) UpdateVotes(context.Context, *UpdateVotesRequest) (*UpdateVotesResponse, error)
func (UnimplementedApiServiceServer) Validators ¶
func (UnimplementedApiServiceServer) Validators(context.Context, *ValidatorsRequest) (*ValidatorsResponse, error)
func (UnimplementedApiServiceServer) VersionNetwork ¶ added in v1.3.0
func (UnimplementedApiServiceServer) VersionNetwork(context.Context, *VersionNetworkRequest) (*VersionNetworkResponse, error)
func (UnimplementedApiServiceServer) WaitList ¶ added in v1.2.0
func (UnimplementedApiServiceServer) WaitList(context.Context, *WaitListRequest) (*WaitListResponse, error)
func (UnimplementedApiServiceServer) WaitLists ¶ added in v1.7.0
func (UnimplementedApiServiceServer) WaitLists(context.Context, *WaitListsRequest) (*WaitListsResponse, error)
type UnlockEvent ¶ added in v1.6.0
type UnlockEvent struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` Coin uint64 `protobuf:"varint,3,opt,name=coin,proto3" json:"coin,omitempty"` // contains filtered or unexported fields }
func (*UnlockEvent) Descriptor
deprecated
added in
v1.6.0
func (*UnlockEvent) Descriptor() ([]byte, []int)
Deprecated: Use UnlockEvent.ProtoReflect.Descriptor instead.
func (*UnlockEvent) GetAddress ¶ added in v1.6.0
func (x *UnlockEvent) GetAddress() string
func (*UnlockEvent) GetAmount ¶ added in v1.6.0
func (x *UnlockEvent) GetAmount() string
func (*UnlockEvent) GetCoin ¶ added in v1.6.0
func (x *UnlockEvent) GetCoin() uint64
func (*UnlockEvent) ProtoMessage ¶ added in v1.6.0
func (*UnlockEvent) ProtoMessage()
func (*UnlockEvent) ProtoReflect ¶ added in v1.6.0
func (x *UnlockEvent) ProtoReflect() protoreflect.Message
func (*UnlockEvent) Reset ¶ added in v1.6.0
func (x *UnlockEvent) Reset()
func (*UnlockEvent) String ¶ added in v1.6.0
func (x *UnlockEvent) String() string
type UnsafeApiServiceServer ¶ added in v1.2.1
type UnsafeApiServiceServer interface {
// contains filtered or unexported methods
}
UnsafeApiServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ApiServiceServer will result in compilation errors.
type UpdateCommissionsEvent ¶ added in v1.5.0
type UpdateCommissionsEvent struct { Coin uint64 `protobuf:"varint,3,opt,name=coin,proto3" json:"coin,omitempty"` PayloadByte string `protobuf:"bytes,4,opt,name=payload_byte,json=payloadByte,proto3" json:"payload_byte,omitempty"` Send string `protobuf:"bytes,5,opt,name=send,proto3" json:"send,omitempty"` BuyBancor string `protobuf:"bytes,38,opt,name=buy_bancor,json=buyBancor,proto3" json:"buy_bancor,omitempty"` SellBancor string `protobuf:"bytes,39,opt,name=sell_bancor,json=sellBancor,proto3" json:"sell_bancor,omitempty"` SellAllBancor string `protobuf:"bytes,40,opt,name=sell_all_bancor,json=sellAllBancor,proto3" json:"sell_all_bancor,omitempty"` BuyPoolBase string `protobuf:"bytes,41,opt,name=buy_pool_base,json=buyPoolBase,proto3" json:"buy_pool_base,omitempty"` BuyPoolDelta string `protobuf:"bytes,53,opt,name=buy_pool_delta,json=buyPoolDelta,proto3" json:"buy_pool_delta,omitempty"` SellPoolBase string `protobuf:"bytes,42,opt,name=sell_pool_base,json=sellPoolBase,proto3" json:"sell_pool_base,omitempty"` SellPoolDelta string `protobuf:"bytes,54,opt,name=sell_pool_delta,json=sellPoolDelta,proto3" json:"sell_pool_delta,omitempty"` SellAllPoolBase string `protobuf:"bytes,43,opt,name=sell_all_pool_base,json=sellAllPoolBase,proto3" json:"sell_all_pool_base,omitempty"` SellAllPoolDelta string `protobuf:"bytes,55,opt,name=sell_all_pool_delta,json=sellAllPoolDelta,proto3" json:"sell_all_pool_delta,omitempty"` CreateTicker3 string `protobuf:"bytes,7,opt,name=create_ticker3,json=createTicker3,proto3" json:"create_ticker3,omitempty"` CreateTicker4 string `protobuf:"bytes,8,opt,name=create_ticker4,json=createTicker4,proto3" json:"create_ticker4,omitempty"` CreateTicker5 string `protobuf:"bytes,9,opt,name=create_ticker5,json=createTicker5,proto3" json:"create_ticker5,omitempty"` CreateTicker6 string `protobuf:"bytes,10,opt,name=create_ticker6,json=createTicker6,proto3" json:"create_ticker6,omitempty"` CreateTicker7_10 string `protobuf:"bytes,11,opt,name=create_ticker7_10,json=createTicker710,proto3" json:"create_ticker7_10,omitempty"` CreateCoin string `protobuf:"bytes,34,opt,name=create_coin,json=createCoin,proto3" json:"create_coin,omitempty"` CreateToken string `protobuf:"bytes,35,opt,name=create_token,json=createToken,proto3" json:"create_token,omitempty"` RecreateCoin string `protobuf:"bytes,36,opt,name=recreate_coin,json=recreateCoin,proto3" json:"recreate_coin,omitempty"` RecreateToken string `protobuf:"bytes,37,opt,name=recreate_token,json=recreateToken,proto3" json:"recreate_token,omitempty"` DeclareCandidacy string `protobuf:"bytes,13,opt,name=declare_candidacy,json=declareCandidacy,proto3" json:"declare_candidacy,omitempty"` Delegate string `protobuf:"bytes,14,opt,name=delegate,proto3" json:"delegate,omitempty"` Unbond string `protobuf:"bytes,15,opt,name=unbond,proto3" json:"unbond,omitempty"` RedeemCheck string `protobuf:"bytes,16,opt,name=redeem_check,json=redeemCheck,proto3" json:"redeem_check,omitempty"` SetCandidateOn string `protobuf:"bytes,44,opt,name=set_candidate_on,json=setCandidateOn,proto3" json:"set_candidate_on,omitempty"` SetCandidateOff string `protobuf:"bytes,45,opt,name=set_candidate_off,json=setCandidateOff,proto3" json:"set_candidate_off,omitempty"` CreateMultisig string `protobuf:"bytes,18,opt,name=create_multisig,json=createMultisig,proto3" json:"create_multisig,omitempty"` MultisendBase string `protobuf:"bytes,51,opt,name=multisend_base,json=multisendBase,proto3" json:"multisend_base,omitempty"` MultisendDelta string `protobuf:"bytes,52,opt,name=multisend_delta,json=multisendDelta,proto3" json:"multisend_delta,omitempty"` EditCandidate string `protobuf:"bytes,20,opt,name=edit_candidate,json=editCandidate,proto3" json:"edit_candidate,omitempty"` SetHaltBlock string `protobuf:"bytes,21,opt,name=set_halt_block,json=setHaltBlock,proto3" json:"set_halt_block,omitempty"` EditTickerOwner string `protobuf:"bytes,22,opt,name=edit_ticker_owner,json=editTickerOwner,proto3" json:"edit_ticker_owner,omitempty"` EditMultisig string `protobuf:"bytes,23,opt,name=edit_multisig,json=editMultisig,proto3" json:"edit_multisig,omitempty"` EditCandidatePublicKey string `` /* 132-byte string literal not displayed */ CreateSwapPool string `protobuf:"bytes,48,opt,name=create_swap_pool,json=createSwapPool,proto3" json:"create_swap_pool,omitempty"` AddLiquidity string `protobuf:"bytes,49,opt,name=add_liquidity,json=addLiquidity,proto3" json:"add_liquidity,omitempty"` RemoveLiquidity string `protobuf:"bytes,50,opt,name=remove_liquidity,json=removeLiquidity,proto3" json:"remove_liquidity,omitempty"` EditCandidateCommission string `` /* 133-byte string literal not displayed */ MintToken string `protobuf:"bytes,46,opt,name=mint_token,json=mintToken,proto3" json:"mint_token,omitempty"` BurnToken string `protobuf:"bytes,47,opt,name=burn_token,json=burnToken,proto3" json:"burn_token,omitempty"` VoteCommission string `protobuf:"bytes,31,opt,name=vote_commission,json=voteCommission,proto3" json:"vote_commission,omitempty"` VoteUpdate string `protobuf:"bytes,32,opt,name=vote_update,json=voteUpdate,proto3" json:"vote_update,omitempty"` FailedTx string `protobuf:"bytes,56,opt,name=failed_tx,json=failedTx,proto3" json:"failed_tx,omitempty"` AddLimitOrder string `protobuf:"bytes,57,opt,name=add_limit_order,json=addLimitOrder,proto3" json:"add_limit_order,omitempty"` RemoveLimitOrder string `protobuf:"bytes,58,opt,name=remove_limit_order,json=removeLimitOrder,proto3" json:"remove_limit_order,omitempty"` MoveStake string `protobuf:"bytes,59,opt,name=move_stake,json=moveStake,proto3" json:"move_stake,omitempty"` LockStake string `protobuf:"bytes,60,opt,name=lock_stake,json=lockStake,proto3" json:"lock_stake,omitempty"` Lock string `protobuf:"bytes,61,opt,name=lock,proto3" json:"lock,omitempty"` // contains filtered or unexported fields }
func (*UpdateCommissionsEvent) Descriptor
deprecated
added in
v1.5.0
func (*UpdateCommissionsEvent) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCommissionsEvent.ProtoReflect.Descriptor instead.
func (*UpdateCommissionsEvent) GetAddLimitOrder ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetAddLimitOrder() string
func (*UpdateCommissionsEvent) GetAddLiquidity ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetAddLiquidity() string
func (*UpdateCommissionsEvent) GetBurnToken ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetBurnToken() string
func (*UpdateCommissionsEvent) GetBuyBancor ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetBuyBancor() string
func (*UpdateCommissionsEvent) GetBuyPoolBase ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetBuyPoolBase() string
func (*UpdateCommissionsEvent) GetBuyPoolDelta ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetBuyPoolDelta() string
func (*UpdateCommissionsEvent) GetCoin ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetCoin() uint64
func (*UpdateCommissionsEvent) GetCreateCoin ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetCreateCoin() string
func (*UpdateCommissionsEvent) GetCreateMultisig ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetCreateMultisig() string
func (*UpdateCommissionsEvent) GetCreateSwapPool ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetCreateSwapPool() string
func (*UpdateCommissionsEvent) GetCreateTicker3 ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetCreateTicker3() string
func (*UpdateCommissionsEvent) GetCreateTicker4 ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetCreateTicker4() string
func (*UpdateCommissionsEvent) GetCreateTicker5 ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetCreateTicker5() string
func (*UpdateCommissionsEvent) GetCreateTicker6 ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetCreateTicker6() string
func (*UpdateCommissionsEvent) GetCreateTicker7_10 ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetCreateTicker7_10() string
func (*UpdateCommissionsEvent) GetCreateToken ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetCreateToken() string
func (*UpdateCommissionsEvent) GetDeclareCandidacy ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetDeclareCandidacy() string
func (*UpdateCommissionsEvent) GetDelegate ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetDelegate() string
func (*UpdateCommissionsEvent) GetEditCandidate ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetEditCandidate() string
func (*UpdateCommissionsEvent) GetEditCandidateCommission ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetEditCandidateCommission() string
func (*UpdateCommissionsEvent) GetEditCandidatePublicKey ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetEditCandidatePublicKey() string
func (*UpdateCommissionsEvent) GetEditMultisig ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetEditMultisig() string
func (*UpdateCommissionsEvent) GetEditTickerOwner ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetEditTickerOwner() string
func (*UpdateCommissionsEvent) GetFailedTx ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetFailedTx() string
func (*UpdateCommissionsEvent) GetLock ¶ added in v1.6.0
func (x *UpdateCommissionsEvent) GetLock() string
func (*UpdateCommissionsEvent) GetLockStake ¶ added in v1.6.0
func (x *UpdateCommissionsEvent) GetLockStake() string
func (*UpdateCommissionsEvent) GetMintToken ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetMintToken() string
func (*UpdateCommissionsEvent) GetMoveStake ¶ added in v1.6.0
func (x *UpdateCommissionsEvent) GetMoveStake() string
func (*UpdateCommissionsEvent) GetMultisendBase ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetMultisendBase() string
func (*UpdateCommissionsEvent) GetMultisendDelta ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetMultisendDelta() string
func (*UpdateCommissionsEvent) GetPayloadByte ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetPayloadByte() string
func (*UpdateCommissionsEvent) GetRecreateCoin ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetRecreateCoin() string
func (*UpdateCommissionsEvent) GetRecreateToken ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetRecreateToken() string
func (*UpdateCommissionsEvent) GetRedeemCheck ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetRedeemCheck() string
func (*UpdateCommissionsEvent) GetRemoveLimitOrder ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetRemoveLimitOrder() string
func (*UpdateCommissionsEvent) GetRemoveLiquidity ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetRemoveLiquidity() string
func (*UpdateCommissionsEvent) GetSellAllBancor ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetSellAllBancor() string
func (*UpdateCommissionsEvent) GetSellAllPoolBase ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetSellAllPoolBase() string
func (*UpdateCommissionsEvent) GetSellAllPoolDelta ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetSellAllPoolDelta() string
func (*UpdateCommissionsEvent) GetSellBancor ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetSellBancor() string
func (*UpdateCommissionsEvent) GetSellPoolBase ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetSellPoolBase() string
func (*UpdateCommissionsEvent) GetSellPoolDelta ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetSellPoolDelta() string
func (*UpdateCommissionsEvent) GetSend ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetSend() string
func (*UpdateCommissionsEvent) GetSetCandidateOff ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetSetCandidateOff() string
func (*UpdateCommissionsEvent) GetSetCandidateOn ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetSetCandidateOn() string
func (*UpdateCommissionsEvent) GetSetHaltBlock ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetSetHaltBlock() string
func (*UpdateCommissionsEvent) GetUnbond ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetUnbond() string
func (*UpdateCommissionsEvent) GetVoteCommission ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetVoteCommission() string
func (*UpdateCommissionsEvent) GetVoteUpdate ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) GetVoteUpdate() string
func (*UpdateCommissionsEvent) ProtoMessage ¶ added in v1.5.0
func (*UpdateCommissionsEvent) ProtoMessage()
func (*UpdateCommissionsEvent) ProtoReflect ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) ProtoReflect() protoreflect.Message
func (*UpdateCommissionsEvent) Reset ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) Reset()
func (*UpdateCommissionsEvent) String ¶ added in v1.5.0
func (x *UpdateCommissionsEvent) String() string
type UpdateNetworkEvent ¶ added in v1.5.0
type UpdateNetworkEvent struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*UpdateNetworkEvent) Descriptor
deprecated
added in
v1.5.0
func (*UpdateNetworkEvent) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNetworkEvent.ProtoReflect.Descriptor instead.
func (*UpdateNetworkEvent) GetVersion ¶ added in v1.5.0
func (x *UpdateNetworkEvent) GetVersion() string
func (*UpdateNetworkEvent) ProtoMessage ¶ added in v1.5.0
func (*UpdateNetworkEvent) ProtoMessage()
func (*UpdateNetworkEvent) ProtoReflect ¶ added in v1.5.0
func (x *UpdateNetworkEvent) ProtoReflect() protoreflect.Message
func (*UpdateNetworkEvent) Reset ¶ added in v1.5.0
func (x *UpdateNetworkEvent) Reset()
func (*UpdateNetworkEvent) String ¶ added in v1.5.0
func (x *UpdateNetworkEvent) String() string
type UpdateVotesRequest ¶ added in v1.3.0
type UpdateVotesRequest struct { TargetVersion uint64 `protobuf:"varint,1,opt,name=target_version,json=targetVersion,proto3" json:"target_version,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*UpdateVotesRequest) Descriptor
deprecated
added in
v1.3.0
func (*UpdateVotesRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateVotesRequest.ProtoReflect.Descriptor instead.
func (*UpdateVotesRequest) GetHeight ¶ added in v1.3.0
func (x *UpdateVotesRequest) GetHeight() uint64
func (*UpdateVotesRequest) GetTargetVersion ¶ added in v1.3.0
func (x *UpdateVotesRequest) GetTargetVersion() uint64
func (*UpdateVotesRequest) ProtoMessage ¶ added in v1.3.0
func (*UpdateVotesRequest) ProtoMessage()
func (*UpdateVotesRequest) ProtoReflect ¶ added in v1.3.0
func (x *UpdateVotesRequest) ProtoReflect() protoreflect.Message
func (*UpdateVotesRequest) Reset ¶ added in v1.3.0
func (x *UpdateVotesRequest) Reset()
func (*UpdateVotesRequest) String ¶ added in v1.3.0
func (x *UpdateVotesRequest) String() string
type UpdateVotesResponse ¶ added in v1.3.0
type UpdateVotesResponse struct { Votes []*UpdateVotesResponse_Vote `protobuf:"bytes,1,rep,name=votes,proto3" json:"votes,omitempty"` // contains filtered or unexported fields }
func (*UpdateVotesResponse) Descriptor
deprecated
added in
v1.3.0
func (*UpdateVotesResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateVotesResponse.ProtoReflect.Descriptor instead.
func (*UpdateVotesResponse) GetVotes ¶ added in v1.3.0
func (x *UpdateVotesResponse) GetVotes() []*UpdateVotesResponse_Vote
func (*UpdateVotesResponse) ProtoMessage ¶ added in v1.3.0
func (*UpdateVotesResponse) ProtoMessage()
func (*UpdateVotesResponse) ProtoReflect ¶ added in v1.3.0
func (x *UpdateVotesResponse) ProtoReflect() protoreflect.Message
func (*UpdateVotesResponse) Reset ¶ added in v1.3.0
func (x *UpdateVotesResponse) Reset()
func (*UpdateVotesResponse) String ¶ added in v1.3.0
func (x *UpdateVotesResponse) String() string
type UpdateVotesResponse_Vote ¶ added in v1.3.0
type UpdateVotesResponse_Vote struct { Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` PublicKeys []string `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` // contains filtered or unexported fields }
func (*UpdateVotesResponse_Vote) Descriptor
deprecated
added in
v1.3.0
func (*UpdateVotesResponse_Vote) Descriptor() ([]byte, []int)
Deprecated: Use UpdateVotesResponse_Vote.ProtoReflect.Descriptor instead.
func (*UpdateVotesResponse_Vote) GetPublicKeys ¶ added in v1.3.0
func (x *UpdateVotesResponse_Vote) GetPublicKeys() []string
func (*UpdateVotesResponse_Vote) GetVersion ¶ added in v1.3.0
func (x *UpdateVotesResponse_Vote) GetVersion() string
func (*UpdateVotesResponse_Vote) ProtoMessage ¶ added in v1.3.0
func (*UpdateVotesResponse_Vote) ProtoMessage()
func (*UpdateVotesResponse_Vote) ProtoReflect ¶ added in v1.3.0
func (x *UpdateVotesResponse_Vote) ProtoReflect() protoreflect.Message
func (*UpdateVotesResponse_Vote) Reset ¶ added in v1.3.0
func (x *UpdateVotesResponse_Vote) Reset()
func (*UpdateVotesResponse_Vote) String ¶ added in v1.3.0
func (x *UpdateVotesResponse_Vote) String() string
type UpdatedBlockRewardEvent ¶ added in v1.6.0
type UpdatedBlockRewardEvent struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` ValueLockedStakeRewards string `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdatedBlockRewardEvent) Descriptor
deprecated
added in
v1.6.0
func (*UpdatedBlockRewardEvent) Descriptor() ([]byte, []int)
Deprecated: Use UpdatedBlockRewardEvent.ProtoReflect.Descriptor instead.
func (*UpdatedBlockRewardEvent) GetValue ¶ added in v1.6.0
func (x *UpdatedBlockRewardEvent) GetValue() string
func (*UpdatedBlockRewardEvent) GetValueLockedStakeRewards ¶ added in v1.6.0
func (x *UpdatedBlockRewardEvent) GetValueLockedStakeRewards() string
func (*UpdatedBlockRewardEvent) ProtoMessage ¶ added in v1.6.0
func (*UpdatedBlockRewardEvent) ProtoMessage()
func (*UpdatedBlockRewardEvent) ProtoReflect ¶ added in v1.6.0
func (x *UpdatedBlockRewardEvent) ProtoReflect() protoreflect.Message
func (*UpdatedBlockRewardEvent) Reset ¶ added in v1.6.0
func (x *UpdatedBlockRewardEvent) Reset()
func (*UpdatedBlockRewardEvent) String ¶ added in v1.6.0
func (x *UpdatedBlockRewardEvent) String() string
type ValidatorsRequest ¶
type ValidatorsRequest struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*ValidatorsRequest) Descriptor
deprecated
func (*ValidatorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorsRequest.ProtoReflect.Descriptor instead.
func (*ValidatorsRequest) GetHeight ¶
func (x *ValidatorsRequest) GetHeight() uint64
func (*ValidatorsRequest) ProtoMessage ¶
func (*ValidatorsRequest) ProtoMessage()
func (*ValidatorsRequest) ProtoReflect ¶ added in v1.2.0
func (x *ValidatorsRequest) ProtoReflect() protoreflect.Message
func (*ValidatorsRequest) Reset ¶
func (x *ValidatorsRequest) Reset()
func (*ValidatorsRequest) String ¶
func (x *ValidatorsRequest) String() string
type ValidatorsResponse ¶
type ValidatorsResponse struct { Validators []*ValidatorsResponse_Result `protobuf:"bytes,3,rep,name=validators,proto3" json:"validators,omitempty"` // contains filtered or unexported fields }
func (*ValidatorsResponse) Descriptor
deprecated
func (*ValidatorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorsResponse.ProtoReflect.Descriptor instead.
func (*ValidatorsResponse) GetValidators ¶
func (x *ValidatorsResponse) GetValidators() []*ValidatorsResponse_Result
func (*ValidatorsResponse) ProtoMessage ¶
func (*ValidatorsResponse) ProtoMessage()
func (*ValidatorsResponse) ProtoReflect ¶ added in v1.2.0
func (x *ValidatorsResponse) ProtoReflect() protoreflect.Message
func (*ValidatorsResponse) Reset ¶
func (x *ValidatorsResponse) Reset()
func (*ValidatorsResponse) String ¶
func (x *ValidatorsResponse) String() string
type ValidatorsResponse_Result ¶
type ValidatorsResponse_Result struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` VotingPower uint64 `protobuf:"varint,2,opt,name=voting_power,json=votingPower,proto3" json:"voting_power,omitempty"` // contains filtered or unexported fields }
func (*ValidatorsResponse_Result) Descriptor
deprecated
func (*ValidatorsResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorsResponse_Result.ProtoReflect.Descriptor instead.
func (*ValidatorsResponse_Result) GetPublicKey ¶
func (x *ValidatorsResponse_Result) GetPublicKey() string
func (*ValidatorsResponse_Result) GetVotingPower ¶
func (x *ValidatorsResponse_Result) GetVotingPower() uint64
func (*ValidatorsResponse_Result) ProtoMessage ¶
func (*ValidatorsResponse_Result) ProtoMessage()
func (*ValidatorsResponse_Result) ProtoReflect ¶ added in v1.2.0
func (x *ValidatorsResponse_Result) ProtoReflect() protoreflect.Message
func (*ValidatorsResponse_Result) Reset ¶
func (x *ValidatorsResponse_Result) Reset()
func (*ValidatorsResponse_Result) String ¶
func (x *ValidatorsResponse_Result) String() string
type VersionNetworkRequest ¶ added in v1.3.0
type VersionNetworkRequest struct {
// contains filtered or unexported fields
}
func (*VersionNetworkRequest) Descriptor
deprecated
added in
v1.3.0
func (*VersionNetworkRequest) Descriptor() ([]byte, []int)
Deprecated: Use VersionNetworkRequest.ProtoReflect.Descriptor instead.
func (*VersionNetworkRequest) ProtoMessage ¶ added in v1.3.0
func (*VersionNetworkRequest) ProtoMessage()
func (*VersionNetworkRequest) ProtoReflect ¶ added in v1.3.0
func (x *VersionNetworkRequest) ProtoReflect() protoreflect.Message
func (*VersionNetworkRequest) Reset ¶ added in v1.3.0
func (x *VersionNetworkRequest) Reset()
func (*VersionNetworkRequest) String ¶ added in v1.3.0
func (x *VersionNetworkRequest) String() string
type VersionNetworkResponse ¶ added in v1.3.0
type VersionNetworkResponse struct { Current string `protobuf:"bytes,1,opt,name=current,proto3" json:"current,omitempty"` Versions []*VersionNetworkResponse_Version `protobuf:"bytes,3,rep,name=versions,proto3" json:"versions,omitempty"` // contains filtered or unexported fields }
func (*VersionNetworkResponse) Descriptor
deprecated
added in
v1.3.0
func (*VersionNetworkResponse) Descriptor() ([]byte, []int)
Deprecated: Use VersionNetworkResponse.ProtoReflect.Descriptor instead.
func (*VersionNetworkResponse) GetCurrent ¶ added in v1.3.0
func (x *VersionNetworkResponse) GetCurrent() string
func (*VersionNetworkResponse) GetVersions ¶ added in v1.3.0
func (x *VersionNetworkResponse) GetVersions() []*VersionNetworkResponse_Version
func (*VersionNetworkResponse) ProtoMessage ¶ added in v1.3.0
func (*VersionNetworkResponse) ProtoMessage()
func (*VersionNetworkResponse) ProtoReflect ¶ added in v1.3.0
func (x *VersionNetworkResponse) ProtoReflect() protoreflect.Message
func (*VersionNetworkResponse) Reset ¶ added in v1.3.0
func (x *VersionNetworkResponse) Reset()
func (*VersionNetworkResponse) String ¶ added in v1.3.0
func (x *VersionNetworkResponse) String() string
type VersionNetworkResponse_Version ¶ added in v1.3.0
type VersionNetworkResponse_Version struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*VersionNetworkResponse_Version) Descriptor
deprecated
added in
v1.3.0
func (*VersionNetworkResponse_Version) Descriptor() ([]byte, []int)
Deprecated: Use VersionNetworkResponse_Version.ProtoReflect.Descriptor instead.
func (*VersionNetworkResponse_Version) GetHeight ¶ added in v1.3.0
func (x *VersionNetworkResponse_Version) GetHeight() uint64
func (*VersionNetworkResponse_Version) GetName ¶ added in v1.3.0
func (x *VersionNetworkResponse_Version) GetName() string
func (*VersionNetworkResponse_Version) ProtoMessage ¶ added in v1.3.0
func (*VersionNetworkResponse_Version) ProtoMessage()
func (*VersionNetworkResponse_Version) ProtoReflect ¶ added in v1.3.0
func (x *VersionNetworkResponse_Version) ProtoReflect() protoreflect.Message
func (*VersionNetworkResponse_Version) Reset ¶ added in v1.3.0
func (x *VersionNetworkResponse_Version) Reset()
func (*VersionNetworkResponse_Version) String ¶ added in v1.3.0
func (x *VersionNetworkResponse_Version) String() string
type VoteCommissionData ¶ added in v1.3.0
type VoteCommissionData struct { PubKey string `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` Coin *Coin `protobuf:"bytes,3,opt,name=coin,proto3" json:"coin,omitempty"` PayloadByte string `protobuf:"bytes,4,opt,name=payload_byte,json=payloadByte,proto3" json:"payload_byte,omitempty"` Send string `protobuf:"bytes,5,opt,name=send,proto3" json:"send,omitempty"` BuyBancor string `protobuf:"bytes,38,opt,name=buy_bancor,json=buyBancor,proto3" json:"buy_bancor,omitempty"` SellBancor string `protobuf:"bytes,39,opt,name=sell_bancor,json=sellBancor,proto3" json:"sell_bancor,omitempty"` SellAllBancor string `protobuf:"bytes,40,opt,name=sell_all_bancor,json=sellAllBancor,proto3" json:"sell_all_bancor,omitempty"` BuyPoolBase string `protobuf:"bytes,41,opt,name=buy_pool_base,json=buyPoolBase,proto3" json:"buy_pool_base,omitempty"` BuyPoolDelta string `protobuf:"bytes,53,opt,name=buy_pool_delta,json=buyPoolDelta,proto3" json:"buy_pool_delta,omitempty"` SellPoolBase string `protobuf:"bytes,42,opt,name=sell_pool_base,json=sellPoolBase,proto3" json:"sell_pool_base,omitempty"` SellPoolDelta string `protobuf:"bytes,54,opt,name=sell_pool_delta,json=sellPoolDelta,proto3" json:"sell_pool_delta,omitempty"` SellAllPoolBase string `protobuf:"bytes,43,opt,name=sell_all_pool_base,json=sellAllPoolBase,proto3" json:"sell_all_pool_base,omitempty"` SellAllPoolDelta string `protobuf:"bytes,55,opt,name=sell_all_pool_delta,json=sellAllPoolDelta,proto3" json:"sell_all_pool_delta,omitempty"` CreateTicker3 string `protobuf:"bytes,7,opt,name=create_ticker3,json=createTicker3,proto3" json:"create_ticker3,omitempty"` CreateTicker4 string `protobuf:"bytes,8,opt,name=create_ticker4,json=createTicker4,proto3" json:"create_ticker4,omitempty"` CreateTicker5 string `protobuf:"bytes,9,opt,name=create_ticker5,json=createTicker5,proto3" json:"create_ticker5,omitempty"` CreateTicker6 string `protobuf:"bytes,10,opt,name=create_ticker6,json=createTicker6,proto3" json:"create_ticker6,omitempty"` CreateTicker7_10 string `protobuf:"bytes,11,opt,name=create_ticker7_10,json=createTicker710,proto3" json:"create_ticker7_10,omitempty"` CreateCoin string `protobuf:"bytes,34,opt,name=create_coin,json=createCoin,proto3" json:"create_coin,omitempty"` CreateToken string `protobuf:"bytes,35,opt,name=create_token,json=createToken,proto3" json:"create_token,omitempty"` RecreateCoin string `protobuf:"bytes,36,opt,name=recreate_coin,json=recreateCoin,proto3" json:"recreate_coin,omitempty"` RecreateToken string `protobuf:"bytes,37,opt,name=recreate_token,json=recreateToken,proto3" json:"recreate_token,omitempty"` DeclareCandidacy string `protobuf:"bytes,13,opt,name=declare_candidacy,json=declareCandidacy,proto3" json:"declare_candidacy,omitempty"` Delegate string `protobuf:"bytes,14,opt,name=delegate,proto3" json:"delegate,omitempty"` Unbond string `protobuf:"bytes,15,opt,name=unbond,proto3" json:"unbond,omitempty"` RedeemCheck string `protobuf:"bytes,16,opt,name=redeem_check,json=redeemCheck,proto3" json:"redeem_check,omitempty"` SetCandidateOn string `protobuf:"bytes,44,opt,name=set_candidate_on,json=setCandidateOn,proto3" json:"set_candidate_on,omitempty"` SetCandidateOff string `protobuf:"bytes,45,opt,name=set_candidate_off,json=setCandidateOff,proto3" json:"set_candidate_off,omitempty"` CreateMultisig string `protobuf:"bytes,18,opt,name=create_multisig,json=createMultisig,proto3" json:"create_multisig,omitempty"` MultisendBase string `protobuf:"bytes,51,opt,name=multisend_base,json=multisendBase,proto3" json:"multisend_base,omitempty"` MultisendDelta string `protobuf:"bytes,52,opt,name=multisend_delta,json=multisendDelta,proto3" json:"multisend_delta,omitempty"` EditCandidate string `protobuf:"bytes,20,opt,name=edit_candidate,json=editCandidate,proto3" json:"edit_candidate,omitempty"` SetHaltBlock string `protobuf:"bytes,21,opt,name=set_halt_block,json=setHaltBlock,proto3" json:"set_halt_block,omitempty"` EditTickerOwner string `protobuf:"bytes,22,opt,name=edit_ticker_owner,json=editTickerOwner,proto3" json:"edit_ticker_owner,omitempty"` EditMultisig string `protobuf:"bytes,23,opt,name=edit_multisig,json=editMultisig,proto3" json:"edit_multisig,omitempty"` EditCandidatePublicKey string `` /* 132-byte string literal not displayed */ CreateSwapPool string `protobuf:"bytes,48,opt,name=create_swap_pool,json=createSwapPool,proto3" json:"create_swap_pool,omitempty"` AddLiquidity string `protobuf:"bytes,49,opt,name=add_liquidity,json=addLiquidity,proto3" json:"add_liquidity,omitempty"` RemoveLiquidity string `protobuf:"bytes,50,opt,name=remove_liquidity,json=removeLiquidity,proto3" json:"remove_liquidity,omitempty"` EditCandidateCommission string `` /* 133-byte string literal not displayed */ MintToken string `protobuf:"bytes,46,opt,name=mint_token,json=mintToken,proto3" json:"mint_token,omitempty"` BurnToken string `protobuf:"bytes,47,opt,name=burn_token,json=burnToken,proto3" json:"burn_token,omitempty"` VoteCommission string `protobuf:"bytes,31,opt,name=vote_commission,json=voteCommission,proto3" json:"vote_commission,omitempty"` VoteUpdate string `protobuf:"bytes,32,opt,name=vote_update,json=voteUpdate,proto3" json:"vote_update,omitempty"` FailedTx string `protobuf:"bytes,56,opt,name=failed_tx,json=failedTx,proto3" json:"failed_tx,omitempty"` AddLimitOrder string `protobuf:"bytes,57,opt,name=add_limit_order,json=addLimitOrder,proto3" json:"add_limit_order,omitempty"` RemoveLimitOrder string `protobuf:"bytes,58,opt,name=remove_limit_order,json=removeLimitOrder,proto3" json:"remove_limit_order,omitempty"` MoveStake string `protobuf:"bytes,59,opt,name=move_stake,json=moveStake,proto3" json:"move_stake,omitempty"` LockStake string `protobuf:"bytes,60,opt,name=lock_stake,json=lockStake,proto3" json:"lock_stake,omitempty"` Lock string `protobuf:"bytes,61,opt,name=lock,proto3" json:"lock,omitempty"` // contains filtered or unexported fields }
func (*VoteCommissionData) Descriptor
deprecated
added in
v1.3.0
func (*VoteCommissionData) Descriptor() ([]byte, []int)
Deprecated: Use VoteCommissionData.ProtoReflect.Descriptor instead.
func (*VoteCommissionData) GetAddLimitOrder ¶ added in v1.4.0
func (x *VoteCommissionData) GetAddLimitOrder() string
func (*VoteCommissionData) GetAddLiquidity ¶ added in v1.3.0
func (x *VoteCommissionData) GetAddLiquidity() string
func (*VoteCommissionData) GetBurnToken ¶ added in v1.3.0
func (x *VoteCommissionData) GetBurnToken() string
func (*VoteCommissionData) GetBuyBancor ¶ added in v1.3.0
func (x *VoteCommissionData) GetBuyBancor() string
func (*VoteCommissionData) GetBuyPoolBase ¶ added in v1.3.0
func (x *VoteCommissionData) GetBuyPoolBase() string
func (*VoteCommissionData) GetBuyPoolDelta ¶ added in v1.3.0
func (x *VoteCommissionData) GetBuyPoolDelta() string
func (*VoteCommissionData) GetCoin ¶ added in v1.3.0
func (x *VoteCommissionData) GetCoin() *Coin
func (*VoteCommissionData) GetCreateCoin ¶ added in v1.3.0
func (x *VoteCommissionData) GetCreateCoin() string
func (*VoteCommissionData) GetCreateMultisig ¶ added in v1.3.0
func (x *VoteCommissionData) GetCreateMultisig() string
func (*VoteCommissionData) GetCreateSwapPool ¶ added in v1.3.0
func (x *VoteCommissionData) GetCreateSwapPool() string
func (*VoteCommissionData) GetCreateTicker3 ¶ added in v1.3.0
func (x *VoteCommissionData) GetCreateTicker3() string
func (*VoteCommissionData) GetCreateTicker4 ¶ added in v1.3.0
func (x *VoteCommissionData) GetCreateTicker4() string
func (*VoteCommissionData) GetCreateTicker5 ¶ added in v1.3.0
func (x *VoteCommissionData) GetCreateTicker5() string
func (*VoteCommissionData) GetCreateTicker6 ¶ added in v1.3.0
func (x *VoteCommissionData) GetCreateTicker6() string
func (*VoteCommissionData) GetCreateTicker7_10 ¶ added in v1.3.0
func (x *VoteCommissionData) GetCreateTicker7_10() string
func (*VoteCommissionData) GetCreateToken ¶ added in v1.3.0
func (x *VoteCommissionData) GetCreateToken() string
func (*VoteCommissionData) GetDeclareCandidacy ¶ added in v1.3.0
func (x *VoteCommissionData) GetDeclareCandidacy() string
func (*VoteCommissionData) GetDelegate ¶ added in v1.3.0
func (x *VoteCommissionData) GetDelegate() string
func (*VoteCommissionData) GetEditCandidate ¶ added in v1.3.0
func (x *VoteCommissionData) GetEditCandidate() string
func (*VoteCommissionData) GetEditCandidateCommission ¶ added in v1.3.0
func (x *VoteCommissionData) GetEditCandidateCommission() string
func (*VoteCommissionData) GetEditCandidatePublicKey ¶ added in v1.3.0
func (x *VoteCommissionData) GetEditCandidatePublicKey() string
func (*VoteCommissionData) GetEditMultisig ¶ added in v1.3.0
func (x *VoteCommissionData) GetEditMultisig() string
func (*VoteCommissionData) GetEditTickerOwner ¶ added in v1.3.0
func (x *VoteCommissionData) GetEditTickerOwner() string
func (*VoteCommissionData) GetFailedTx ¶ added in v1.4.0
func (x *VoteCommissionData) GetFailedTx() string
func (*VoteCommissionData) GetHeight ¶ added in v1.3.0
func (x *VoteCommissionData) GetHeight() uint64
func (*VoteCommissionData) GetLock ¶ added in v1.6.0
func (x *VoteCommissionData) GetLock() string
func (*VoteCommissionData) GetLockStake ¶ added in v1.6.0
func (x *VoteCommissionData) GetLockStake() string
func (*VoteCommissionData) GetMintToken ¶ added in v1.3.0
func (x *VoteCommissionData) GetMintToken() string
func (*VoteCommissionData) GetMoveStake ¶ added in v1.6.0
func (x *VoteCommissionData) GetMoveStake() string
func (*VoteCommissionData) GetMultisendBase ¶ added in v1.3.0
func (x *VoteCommissionData) GetMultisendBase() string
func (*VoteCommissionData) GetMultisendDelta ¶ added in v1.3.0
func (x *VoteCommissionData) GetMultisendDelta() string
func (*VoteCommissionData) GetPayloadByte ¶ added in v1.3.0
func (x *VoteCommissionData) GetPayloadByte() string
func (*VoteCommissionData) GetPubKey ¶ added in v1.3.0
func (x *VoteCommissionData) GetPubKey() string
func (*VoteCommissionData) GetRecreateCoin ¶ added in v1.3.0
func (x *VoteCommissionData) GetRecreateCoin() string
func (*VoteCommissionData) GetRecreateToken ¶ added in v1.3.0
func (x *VoteCommissionData) GetRecreateToken() string
func (*VoteCommissionData) GetRedeemCheck ¶ added in v1.3.0
func (x *VoteCommissionData) GetRedeemCheck() string
func (*VoteCommissionData) GetRemoveLimitOrder ¶ added in v1.4.0
func (x *VoteCommissionData) GetRemoveLimitOrder() string
func (*VoteCommissionData) GetRemoveLiquidity ¶ added in v1.3.0
func (x *VoteCommissionData) GetRemoveLiquidity() string
func (*VoteCommissionData) GetSellAllBancor ¶ added in v1.3.0
func (x *VoteCommissionData) GetSellAllBancor() string
func (*VoteCommissionData) GetSellAllPoolBase ¶ added in v1.3.0
func (x *VoteCommissionData) GetSellAllPoolBase() string
func (*VoteCommissionData) GetSellAllPoolDelta ¶ added in v1.3.0
func (x *VoteCommissionData) GetSellAllPoolDelta() string
func (*VoteCommissionData) GetSellBancor ¶ added in v1.3.0
func (x *VoteCommissionData) GetSellBancor() string
func (*VoteCommissionData) GetSellPoolBase ¶ added in v1.3.0
func (x *VoteCommissionData) GetSellPoolBase() string
func (*VoteCommissionData) GetSellPoolDelta ¶ added in v1.3.0
func (x *VoteCommissionData) GetSellPoolDelta() string
func (*VoteCommissionData) GetSend ¶ added in v1.3.0
func (x *VoteCommissionData) GetSend() string
func (*VoteCommissionData) GetSetCandidateOff ¶ added in v1.3.0
func (x *VoteCommissionData) GetSetCandidateOff() string
func (*VoteCommissionData) GetSetCandidateOn ¶ added in v1.3.0
func (x *VoteCommissionData) GetSetCandidateOn() string
func (*VoteCommissionData) GetSetHaltBlock ¶ added in v1.3.0
func (x *VoteCommissionData) GetSetHaltBlock() string
func (*VoteCommissionData) GetUnbond ¶ added in v1.3.0
func (x *VoteCommissionData) GetUnbond() string
func (*VoteCommissionData) GetVoteCommission ¶ added in v1.3.0
func (x *VoteCommissionData) GetVoteCommission() string
func (*VoteCommissionData) GetVoteUpdate ¶ added in v1.3.0
func (x *VoteCommissionData) GetVoteUpdate() string
func (*VoteCommissionData) ProtoMessage ¶ added in v1.3.0
func (*VoteCommissionData) ProtoMessage()
func (*VoteCommissionData) ProtoReflect ¶ added in v1.3.0
func (x *VoteCommissionData) ProtoReflect() protoreflect.Message
func (*VoteCommissionData) Reset ¶ added in v1.3.0
func (x *VoteCommissionData) Reset()
func (*VoteCommissionData) String ¶ added in v1.3.0
func (x *VoteCommissionData) String() string
type VoteUpdateData ¶ added in v1.3.0
type VoteUpdateData struct { PubKey string `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*VoteUpdateData) Descriptor
deprecated
added in
v1.3.0
func (*VoteUpdateData) Descriptor() ([]byte, []int)
Deprecated: Use VoteUpdateData.ProtoReflect.Descriptor instead.
func (*VoteUpdateData) GetHeight ¶ added in v1.3.0
func (x *VoteUpdateData) GetHeight() uint64
func (*VoteUpdateData) GetPubKey ¶ added in v1.3.0
func (x *VoteUpdateData) GetPubKey() string
func (*VoteUpdateData) GetVersion ¶ added in v1.3.0
func (x *VoteUpdateData) GetVersion() string
func (*VoteUpdateData) ProtoMessage ¶ added in v1.3.0
func (*VoteUpdateData) ProtoMessage()
func (*VoteUpdateData) ProtoReflect ¶ added in v1.3.0
func (x *VoteUpdateData) ProtoReflect() protoreflect.Message
func (*VoteUpdateData) Reset ¶ added in v1.3.0
func (x *VoteUpdateData) Reset()
func (*VoteUpdateData) String ¶ added in v1.3.0
func (x *VoteUpdateData) String() string
type WaitListRequest ¶ added in v1.2.0
type WaitListRequest struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*WaitListRequest) Descriptor
deprecated
added in
v1.2.0
func (*WaitListRequest) Descriptor() ([]byte, []int)
Deprecated: Use WaitListRequest.ProtoReflect.Descriptor instead.
func (*WaitListRequest) GetAddress ¶ added in v1.2.0
func (x *WaitListRequest) GetAddress() string
func (*WaitListRequest) GetHeight ¶ added in v1.2.0
func (x *WaitListRequest) GetHeight() uint64
func (*WaitListRequest) GetPublicKey ¶ added in v1.2.0
func (x *WaitListRequest) GetPublicKey() string
func (*WaitListRequest) ProtoMessage ¶ added in v1.2.0
func (*WaitListRequest) ProtoMessage()
func (*WaitListRequest) ProtoReflect ¶ added in v1.2.0
func (x *WaitListRequest) ProtoReflect() protoreflect.Message
func (*WaitListRequest) Reset ¶ added in v1.2.0
func (x *WaitListRequest) Reset()
func (*WaitListRequest) String ¶ added in v1.2.0
func (x *WaitListRequest) String() string
type WaitListResponse ¶ added in v1.2.0
type WaitListResponse struct { List []*WaitListResponse_Wait `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*WaitListResponse) Descriptor
deprecated
added in
v1.2.0
func (*WaitListResponse) Descriptor() ([]byte, []int)
Deprecated: Use WaitListResponse.ProtoReflect.Descriptor instead.
func (*WaitListResponse) GetList ¶ added in v1.2.0
func (x *WaitListResponse) GetList() []*WaitListResponse_Wait
func (*WaitListResponse) ProtoMessage ¶ added in v1.2.0
func (*WaitListResponse) ProtoMessage()
func (*WaitListResponse) ProtoReflect ¶ added in v1.2.0
func (x *WaitListResponse) ProtoReflect() protoreflect.Message
func (*WaitListResponse) Reset ¶ added in v1.2.0
func (x *WaitListResponse) Reset()
func (*WaitListResponse) String ¶ added in v1.2.0
func (x *WaitListResponse) String() string
type WaitListResponse_Wait ¶ added in v1.2.0
type WaitListResponse_Wait struct { PublicKey string `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Coin *Coin `protobuf:"bytes,1,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*WaitListResponse_Wait) Descriptor
deprecated
added in
v1.2.0
func (*WaitListResponse_Wait) Descriptor() ([]byte, []int)
Deprecated: Use WaitListResponse_Wait.ProtoReflect.Descriptor instead.
func (*WaitListResponse_Wait) GetCoin ¶ added in v1.2.0
func (x *WaitListResponse_Wait) GetCoin() *Coin
func (*WaitListResponse_Wait) GetPublicKey ¶ added in v1.2.0
func (x *WaitListResponse_Wait) GetPublicKey() string
func (*WaitListResponse_Wait) GetValue ¶ added in v1.2.0
func (x *WaitListResponse_Wait) GetValue() string
func (*WaitListResponse_Wait) ProtoMessage ¶ added in v1.2.0
func (*WaitListResponse_Wait) ProtoMessage()
func (*WaitListResponse_Wait) ProtoReflect ¶ added in v1.2.0
func (x *WaitListResponse_Wait) ProtoReflect() protoreflect.Message
func (*WaitListResponse_Wait) Reset ¶ added in v1.2.0
func (x *WaitListResponse_Wait) Reset()
func (*WaitListResponse_Wait) String ¶ added in v1.2.0
func (x *WaitListResponse_Wait) String() string
type WaitListsRequest ¶ added in v1.7.0
type WaitListsRequest struct { Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*WaitListsRequest) Descriptor
deprecated
added in
v1.7.0
func (*WaitListsRequest) Descriptor() ([]byte, []int)
Deprecated: Use WaitListsRequest.ProtoReflect.Descriptor instead.
func (*WaitListsRequest) GetHeight ¶ added in v1.7.0
func (x *WaitListsRequest) GetHeight() uint64
func (*WaitListsRequest) ProtoMessage ¶ added in v1.7.0
func (*WaitListsRequest) ProtoMessage()
func (*WaitListsRequest) ProtoReflect ¶ added in v1.7.0
func (x *WaitListsRequest) ProtoReflect() protoreflect.Message
func (*WaitListsRequest) Reset ¶ added in v1.7.0
func (x *WaitListsRequest) Reset()
func (*WaitListsRequest) String ¶ added in v1.7.0
func (x *WaitListsRequest) String() string
type WaitListsResponse ¶ added in v1.7.0
type WaitListsResponse struct { Addresses []*WaitListsResponse_Address `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"` // contains filtered or unexported fields }
func (*WaitListsResponse) Descriptor
deprecated
added in
v1.7.0
func (*WaitListsResponse) Descriptor() ([]byte, []int)
Deprecated: Use WaitListsResponse.ProtoReflect.Descriptor instead.
func (*WaitListsResponse) GetAddresses ¶ added in v1.7.0
func (x *WaitListsResponse) GetAddresses() []*WaitListsResponse_Address
func (*WaitListsResponse) ProtoMessage ¶ added in v1.7.0
func (*WaitListsResponse) ProtoMessage()
func (*WaitListsResponse) ProtoReflect ¶ added in v1.7.0
func (x *WaitListsResponse) ProtoReflect() protoreflect.Message
func (*WaitListsResponse) Reset ¶ added in v1.7.0
func (x *WaitListsResponse) Reset()
func (*WaitListsResponse) String ¶ added in v1.7.0
func (x *WaitListsResponse) String() string
type WaitListsResponse_Address ¶ added in v1.7.0
type WaitListsResponse_Address struct { Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` List []*WaitListsResponse_Address_Wait `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*WaitListsResponse_Address) Descriptor
deprecated
added in
v1.7.0
func (*WaitListsResponse_Address) Descriptor() ([]byte, []int)
Deprecated: Use WaitListsResponse_Address.ProtoReflect.Descriptor instead.
func (*WaitListsResponse_Address) GetAddress ¶ added in v1.7.0
func (x *WaitListsResponse_Address) GetAddress() string
func (*WaitListsResponse_Address) GetList ¶ added in v1.7.0
func (x *WaitListsResponse_Address) GetList() []*WaitListsResponse_Address_Wait
func (*WaitListsResponse_Address) ProtoMessage ¶ added in v1.7.0
func (*WaitListsResponse_Address) ProtoMessage()
func (*WaitListsResponse_Address) ProtoReflect ¶ added in v1.7.0
func (x *WaitListsResponse_Address) ProtoReflect() protoreflect.Message
func (*WaitListsResponse_Address) Reset ¶ added in v1.7.0
func (x *WaitListsResponse_Address) Reset()
func (*WaitListsResponse_Address) String ¶ added in v1.7.0
func (x *WaitListsResponse_Address) String() string
type WaitListsResponse_Address_Wait ¶ added in v1.7.0
type WaitListsResponse_Address_Wait struct { PublicKey string `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Coin *Coin `protobuf:"bytes,1,opt,name=coin,proto3" json:"coin,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*WaitListsResponse_Address_Wait) Descriptor
deprecated
added in
v1.7.0
func (*WaitListsResponse_Address_Wait) Descriptor() ([]byte, []int)
Deprecated: Use WaitListsResponse_Address_Wait.ProtoReflect.Descriptor instead.
func (*WaitListsResponse_Address_Wait) GetCoin ¶ added in v1.7.0
func (x *WaitListsResponse_Address_Wait) GetCoin() *Coin
func (*WaitListsResponse_Address_Wait) GetPublicKey ¶ added in v1.7.0
func (x *WaitListsResponse_Address_Wait) GetPublicKey() string
func (*WaitListsResponse_Address_Wait) GetValue ¶ added in v1.7.0
func (x *WaitListsResponse_Address_Wait) GetValue() string
func (*WaitListsResponse_Address_Wait) ProtoMessage ¶ added in v1.7.0
func (*WaitListsResponse_Address_Wait) ProtoMessage()
func (*WaitListsResponse_Address_Wait) ProtoReflect ¶ added in v1.7.0
func (x *WaitListsResponse_Address_Wait) ProtoReflect() protoreflect.Message
func (*WaitListsResponse_Address_Wait) Reset ¶ added in v1.7.0
func (x *WaitListsResponse_Address_Wait) Reset()
func (*WaitListsResponse_Address_Wait) String ¶ added in v1.7.0
func (x *WaitListsResponse_Address_Wait) String() string