api_pb

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2020 License: MIT Imports: 22 Imported by: 23

Documentation

Overview

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	BlockRequest_Field_name = map[int32]string{
		0: "transactions",
		1: "missed",
		2: "block_reward",
		3: "size",
		4: "proposer",
		5: "validators",
		6: "evidence",
	}
	BlockRequest_Field_value = map[string]int32{
		"transactions": 0,
		"missed":       1,
		"block_reward": 2,
		"size":         3,
		"proposer":     4,
		"validators":   5,
		"evidence":     6,
	}
)

Enum value maps for BlockRequest_Field.

View Source
var (
	CandidatesRequest_CandidateStatus_name = map[int32]string{
		0: "all",
		1: "off",
		2: "on",
	}
	CandidatesRequest_CandidateStatus_value = map[string]int32{
		"all": 0,
		"off": 1,
		"on":  2,
	}
)

Enum value maps for CandidatesRequest_CandidateStatus.

View Source
var File_resources_proto protoreflect.FileDescriptor
View Source
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.Server, srv ApiServiceServer)

Types

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"`
	// 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) 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 requesting delegator steaks
	Delegated []*AddressDelegatedBalance `protobuf:"bytes,6,rep,name=delegated,proto3" json:"delegated,omitempty"`
	// Sum of balance and delegated by coins.
	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"`
	// 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 (*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 {
	//Returns a subscription for events by query.
	Subscribe(ctx context.Context, in *SubscribeRequest, opts ...grpc.CallOption) (ApiService_SubscribeClient, error)
	//Returns the candidate votes for stopping the network at block.
	Halts(ctx context.Context, in *HaltsRequest, opts ...grpc.CallOption) (*HaltsResponse, error)
	//Returns genesis file.
	Genesis(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GenesisResponse, error)
	//Returns current min gas price.
	MinGasPrice(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*MinGasPriceResponse, error)
	//Returns network info
	NetInfo(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*NetInfoResponse, error)
	//Returns node status including pubkey, latest block.
	Status(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*StatusResponse, error)
	//Returns coins list, balance and transaction count of an address.
	Address(ctx context.Context, in *AddressRequest, opts ...grpc.CallOption) (*AddressResponse, error)
	//Returns list of addresses.
	Addresses(ctx context.Context, in *AddressesRequest, opts ...grpc.CallOption) (*AddressesResponse, error)
	//Returns block data at given height.
	Block(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*BlockResponse, error)
	//Returns candidate’s info by provided public_key.
	Candidate(ctx context.Context, in *CandidateRequest, opts ...grpc.CallOption) (*CandidateResponse, error)
	//Returns list of candidates.
	Candidates(ctx context.Context, in *CandidatesRequest, opts ...grpc.CallOption) (*CandidatesResponse, error)
	//Returns information about coin ID.
	CoinInfoById(ctx context.Context, in *CoinIdRequest, opts ...grpc.CallOption) (*CoinInfoResponse, error)
	//Returns information about coin symbol.
	CoinInfo(ctx context.Context, in *CoinInfoRequest, opts ...grpc.CallOption) (*CoinInfoResponse, error)
	//Return estimate of buy coin transaction.
	EstimateCoinBuy(ctx context.Context, in *EstimateCoinBuyRequest, opts ...grpc.CallOption) (*EstimateCoinBuyResponse, error)
	//Return estimate of sell coin transaction.
	EstimateCoinSell(ctx context.Context, in *EstimateCoinSellRequest, opts ...grpc.CallOption) (*EstimateCoinSellResponse, error)
	//Return estimate of sell all coin transaction.
	EstimateCoinSellAll(ctx context.Context, in *EstimateCoinSellAllRequest, opts ...grpc.CallOption) (*EstimateCoinSellAllResponse, error)
	//Return estimate of transaction.
	EstimateTxCommission(ctx context.Context, in *EstimateTxCommissionRequest, opts ...grpc.CallOption) (*EstimateTxCommissionResponse, error)
	//Returns events at given height.
	Events(ctx context.Context, in *EventsRequest, opts ...grpc.CallOption) (*EventsResponse, error)
	//Returns current max gas.
	MaxGasPrice(ctx context.Context, in *MaxGasPriceRequest, opts ...grpc.CallOption) (*MaxGasPriceResponse, error)
	//Returns missed blocks by validator public key.
	MissedBlocks(ctx context.Context, in *MissedBlocksRequest, opts ...grpc.CallOption) (*MissedBlocksResponse, error)
	//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)
	//Returns transaction info.
	Transaction(ctx context.Context, in *TransactionRequest, opts ...grpc.CallOption) (*TransactionResponse, error)
	//Return transactions by query.
	Transactions(ctx context.Context, in *TransactionsRequest, opts ...grpc.CallOption) (*TransactionsResponse, error)
	//Returns unconfirmed transactions.
	UnconfirmedTxs(ctx context.Context, in *UnconfirmedTxsRequest, opts ...grpc.CallOption) (*UnconfirmedTxsResponse, error)
	//Returns list of active validators.
	Validators(ctx context.Context, in *ValidatorsRequest, opts ...grpc.CallOption) (*ValidatorsResponse, error)
	//Returns frozen balance.
	Frozen(ctx context.Context, in *FrozenRequest, opts ...grpc.CallOption) (*FrozenResponse, error)
	//Returns the list of address stakes in waitlist.
	WaitList(ctx context.Context, in *WaitListRequest, opts ...grpc.CallOption) (*WaitListResponse, error)
}

ApiServiceClient is the client API for ApiService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewApiServiceClient

func NewApiServiceClient(cc grpc.ClientConnInterface) ApiServiceClient

type ApiServiceServer

type ApiServiceServer interface {
	//Returns a subscription for events by query.
	Subscribe(*SubscribeRequest, ApiService_SubscribeServer) error
	//Returns the candidate votes for stopping the network at block.
	Halts(context.Context, *HaltsRequest) (*HaltsResponse, error)
	//Returns genesis file.
	Genesis(context.Context, *empty.Empty) (*GenesisResponse, error)
	//Returns current min gas price.
	MinGasPrice(context.Context, *empty.Empty) (*MinGasPriceResponse, error)
	//Returns network info
	NetInfo(context.Context, *empty.Empty) (*NetInfoResponse, error)
	//Returns node status including pubkey, latest block.
	Status(context.Context, *empty.Empty) (*StatusResponse, error)
	//Returns coins list, balance and transaction count of an address.
	Address(context.Context, *AddressRequest) (*AddressResponse, error)
	//Returns list of addresses.
	Addresses(context.Context, *AddressesRequest) (*AddressesResponse, error)
	//Returns block data at given height.
	Block(context.Context, *BlockRequest) (*BlockResponse, error)
	//Returns candidate’s info by provided public_key.
	Candidate(context.Context, *CandidateRequest) (*CandidateResponse, error)
	//Returns list of candidates.
	Candidates(context.Context, *CandidatesRequest) (*CandidatesResponse, error)
	//Returns information about coin ID.
	CoinInfoById(context.Context, *CoinIdRequest) (*CoinInfoResponse, error)
	//Returns information about coin symbol.
	CoinInfo(context.Context, *CoinInfoRequest) (*CoinInfoResponse, error)
	//Return estimate of buy coin transaction.
	EstimateCoinBuy(context.Context, *EstimateCoinBuyRequest) (*EstimateCoinBuyResponse, error)
	//Return estimate of sell coin transaction.
	EstimateCoinSell(context.Context, *EstimateCoinSellRequest) (*EstimateCoinSellResponse, error)
	//Return estimate of sell all coin transaction.
	EstimateCoinSellAll(context.Context, *EstimateCoinSellAllRequest) (*EstimateCoinSellAllResponse, error)
	//Return estimate of transaction.
	EstimateTxCommission(context.Context, *EstimateTxCommissionRequest) (*EstimateTxCommissionResponse, error)
	//Returns events at given height.
	Events(context.Context, *EventsRequest) (*EventsResponse, error)
	//Returns current max gas.
	MaxGasPrice(context.Context, *MaxGasPriceRequest) (*MaxGasPriceResponse, error)
	//Returns missed blocks by validator public key.
	MissedBlocks(context.Context, *MissedBlocksRequest) (*MissedBlocksResponse, error)
	//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)
	//Returns transaction info.
	Transaction(context.Context, *TransactionRequest) (*TransactionResponse, error)
	//Return transactions by query.
	Transactions(context.Context, *TransactionsRequest) (*TransactionsResponse, error)
	//Returns unconfirmed transactions.
	UnconfirmedTxs(context.Context, *UnconfirmedTxsRequest) (*UnconfirmedTxsResponse, error)
	//Returns list of active validators.
	Validators(context.Context, *ValidatorsRequest) (*ValidatorsResponse, error)
	//Returns frozen balance.
	Frozen(context.Context, *FrozenRequest) (*FrozenResponse, error)
	//Returns the list of address stakes in waitlist.
	WaitList(context.Context, *WaitListRequest) (*WaitListResponse, error)
}

ApiServiceServer is the server API for ApiService service.

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 BlockRequest

type BlockRequest struct {
	Height uint64               `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Fields []BlockRequest_Field `protobuf:"varint,2,rep,packed,name=fields,proto3,enum=api_pb.BlockRequest_Field" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockRequest) Descriptor deprecated

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

Deprecated: Use BlockRequest.ProtoReflect.Descriptor instead.

func (*BlockRequest) GetFields added in v1.2.0

func (x *BlockRequest) GetFields() []BlockRequest_Field

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

type BlockRequest_Field int32
const (
	BlockRequest_transactions BlockRequest_Field = 0
	BlockRequest_missed       BlockRequest_Field = 1
	BlockRequest_block_reward BlockRequest_Field = 2
	BlockRequest_size         BlockRequest_Field = 3
	BlockRequest_proposer     BlockRequest_Field = 4
	BlockRequest_validators   BlockRequest_Field = 5
	BlockRequest_evidence     BlockRequest_Field = 6
)

func (BlockRequest_Field) Descriptor added in v1.2.0

func (BlockRequest_Field) Enum added in v1.2.0

func (BlockRequest_Field) EnumDescriptor deprecated added in v1.2.0

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

Deprecated: Use BlockRequest_Field.Descriptor instead.

func (BlockRequest_Field) Number added in v1.2.0

func (BlockRequest_Field) String added in v1.2.0

func (x BlockRequest_Field) String() string

func (BlockRequest_Field) Type added in v1.2.0

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     []*BlockResponse_Transaction `protobuf:"bytes,6,rep,name=transactions,proto3" json:"transactions,omitempty"`
	BlockReward      string                       `protobuf:"bytes,7,opt,name=block_reward,json=blockReward,proto3" json:"block_reward,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"`
	// 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() string

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) 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() []*BlockResponse_Transaction

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 []*_struct.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() []*_struct.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_Transaction

type BlockResponse_Transaction 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"`
	From        string            `protobuf:"bytes,3,opt,name=from,proto3" json:"from,omitempty"`
	Nonce       uint64            `protobuf:"varint,4,opt,name=nonce,proto3" json:"nonce,omitempty"`
	GasPrice    uint64            `protobuf:"varint,5,opt,name=gas_price,json=gasPrice,proto3" json:"gas_price,omitempty"`
	Type        uint64            `protobuf:"varint,6,opt,name=type,proto3" json:"type,omitempty"`
	Data        *any.Any          `protobuf:"bytes,7,opt,name=data,proto3" json:"data,omitempty"`
	Payload     []byte            `protobuf:"bytes,8,opt,name=payload,proto3" json:"payload,omitempty"`
	ServiceData []byte            `protobuf:"bytes,9,opt,name=service_data,json=serviceData,proto3" json:"service_data,omitempty"`
	Gas         uint64            `protobuf:"varint,10,opt,name=gas,proto3" json:"gas,omitempty"`
	GasCoin     *Coin             `protobuf:"bytes,11,opt,name=gas_coin,json=gasCoin,proto3" json:"gas_coin,omitempty"`
	Tags        map[string]string `` /* 150-byte string literal not displayed */
	Code        uint64            `protobuf:"varint,13,opt,name=code,proto3" json:"code,omitempty"`
	Log         string            `protobuf:"bytes,14,opt,name=log,proto3" json:"log,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockResponse_Transaction) Descriptor deprecated

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

Deprecated: Use BlockResponse_Transaction.ProtoReflect.Descriptor instead.

func (*BlockResponse_Transaction) GetCode

func (x *BlockResponse_Transaction) GetCode() uint64

func (*BlockResponse_Transaction) GetData

func (x *BlockResponse_Transaction) GetData() *any.Any

func (*BlockResponse_Transaction) GetFrom

func (x *BlockResponse_Transaction) GetFrom() string

func (*BlockResponse_Transaction) GetGas

func (x *BlockResponse_Transaction) GetGas() uint64

func (*BlockResponse_Transaction) GetGasCoin

func (x *BlockResponse_Transaction) GetGasCoin() *Coin

func (*BlockResponse_Transaction) GetGasPrice

func (x *BlockResponse_Transaction) GetGasPrice() uint64

func (*BlockResponse_Transaction) GetHash

func (x *BlockResponse_Transaction) GetHash() string

func (*BlockResponse_Transaction) GetLog

func (x *BlockResponse_Transaction) GetLog() string

func (*BlockResponse_Transaction) GetNonce

func (x *BlockResponse_Transaction) GetNonce() uint64

func (*BlockResponse_Transaction) GetPayload

func (x *BlockResponse_Transaction) GetPayload() []byte

func (*BlockResponse_Transaction) GetRawTx

func (x *BlockResponse_Transaction) GetRawTx() string

func (*BlockResponse_Transaction) GetServiceData

func (x *BlockResponse_Transaction) GetServiceData() []byte

func (*BlockResponse_Transaction) GetTags

func (x *BlockResponse_Transaction) GetTags() map[string]string

func (*BlockResponse_Transaction) GetType

func (x *BlockResponse_Transaction) GetType() uint64

func (*BlockResponse_Transaction) ProtoMessage

func (*BlockResponse_Transaction) ProtoMessage()

func (*BlockResponse_Transaction) ProtoReflect added in v1.2.0

func (*BlockResponse_Transaction) Reset

func (x *BlockResponse_Transaction) Reset()

func (*BlockResponse_Transaction) String

func (x *BlockResponse_Transaction) 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 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 CandidateRequest

type CandidateRequest 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 (*CandidateRequest) Descriptor deprecated

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

Deprecated: Use CandidateRequest.ProtoReflect.Descriptor instead.

func (*CandidateRequest) GetHeight

func (x *CandidateRequest) GetHeight() uint64

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 {
	RewardAddress  string `protobuf:"bytes,1,opt,name=reward_address,json=rewardAddress,proto3" json:"reward_address,omitempty"`
	OwnerAddress   string `protobuf:"bytes,10,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"`
	ControlAddress string `protobuf:"bytes,11,opt,name=control_address,json=controlAddress,proto3" json:"control_address,omitempty"`
	TotalStake     string `protobuf:"bytes,2,opt,name=total_stake,json=totalStake,proto3" json:"total_stake,omitempty"`
	PublicKey      string `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Commission     uint64 `protobuf:"varint,4,opt,name=commission,proto3" json:"commission,omitempty"`
	// To be completed when requesting candidate steaks
	UsedSlots *wrappers.UInt64Value `protobuf:"bytes,7,opt,name=used_slots,json=usedSlots,proto3" json:"used_slots,omitempty"`
	// To be completed when requesting candidate steaks
	UniqUsers *wrappers.UInt64Value `protobuf:"bytes,8,opt,name=uniq_users,json=uniqUsers,proto3" json:"uniq_users,omitempty"`
	// To be completed when requesting candidate steaks
	MinStake *wrappers.StringValue `protobuf:"bytes,9,opt,name=min_stake,json=minStake,proto3" json:"min_stake,omitempty"`
	// To be completed when requesting candidate steaks
	Stakes []*CandidateResponse_Stake `protobuf:"bytes,5,rep,name=stakes,proto3" json:"stakes,omitempty"`
	Status uint64                     `protobuf:"varint,6,opt,name=status,proto3" json:"status,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) GetMinStake added in v1.2.0

func (x *CandidateResponse) GetMinStake() *wrappers.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() *wrappers.UInt64Value

func (*CandidateResponse) GetUsedSlots added in v1.2.0

func (x *CandidateResponse) GetUsedSlots() *wrappers.UInt64Value

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 {
	Height        uint64                            `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	IncludeStakes bool                              `protobuf:"varint,2,opt,name=include_stakes,json=includeStakes,proto3" json:"include_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) GetStatus added in v1.2.0

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
)

func (CandidatesRequest_CandidateStatus) Descriptor added in v1.2.0

func (CandidatesRequest_CandidateStatus) Enum added in v1.2.0

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 (CandidatesRequest_CandidateStatus) String added in v1.2.0

func (CandidatesRequest_CandidateStatus) Type added in v1.2.0

type CandidatesResponse

type CandidatesResponse struct {
	Candidates []*CandidateResponse `protobuf:"bytes,3,rep,name=candidates,proto3" json:"candidates,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) 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 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) Descriptor() ([]byte, []int)

Deprecated: Use Coin.ProtoReflect.Descriptor instead.

func (*Coin) GetId added in v1.2.0

func (x *Coin) GetId() uint64

func (*Coin) GetSymbol added in v1.2.0

func (x *Coin) GetSymbol() string

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

func (*Coin) Reset added in v1.2.0

func (x *Coin) Reset()

func (*Coin) String added in v1.2.0

func (x *Coin) String() string

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   *wrappers.StringValue `protobuf:"bytes,7,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"`
	// contains filtered or unexported fields
}

func (*CoinInfoResponse) Descriptor deprecated

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

Deprecated: Use CoinInfoResponse.ProtoReflect.Descriptor instead.

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) GetName

func (x *CoinInfoResponse) GetName() string

func (*CoinInfoResponse) GetOwnerAddress added in v1.2.0

func (x *CoinInfoResponse) GetOwnerAddress() *wrappers.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 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 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 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 (*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) Descriptor() ([]byte, []int)

Deprecated: Use ErrorBody.ProtoReflect.Descriptor instead.

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

func (*ErrorBody) Reset added in v1.2.0

func (x *ErrorBody) Reset()

func (*ErrorBody) String added in v1.2.0

func (x *ErrorBody) String() string

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"`
	// 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) 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) GetHeight

func (x *EstimateCoinBuyRequest) GetHeight() uint64

func (*EstimateCoinBuyRequest) GetSell added in v1.2.0

func (m *EstimateCoinBuyRequest) GetSell() isEstimateCoinBuyRequest_Sell

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_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"`
	// 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) 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"`
	// 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) GetSell added in v1.2.0

func (m *EstimateCoinSellAllRequest) GetSell() isEstimateCoinSellAllRequest_Sell

func (*EstimateCoinSellAllRequest) GetValueToSell

func (x *EstimateCoinSellAllRequest) GetValueToSell() string

func (*EstimateCoinSellAllRequest) ProtoMessage

func (*EstimateCoinSellAllRequest) ProtoMessage()

func (*EstimateCoinSellAllRequest) ProtoReflect added in v1.2.0

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"`
	// contains filtered or unexported fields
}

func (*EstimateCoinSellAllResponse) Descriptor deprecated

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

Deprecated: Use EstimateCoinSellAllResponse.ProtoReflect.Descriptor instead.

func (*EstimateCoinSellAllResponse) GetWillGet

func (x *EstimateCoinSellAllResponse) GetWillGet() string

func (*EstimateCoinSellAllResponse) ProtoMessage

func (*EstimateCoinSellAllResponse) ProtoMessage()

func (*EstimateCoinSellAllResponse) ProtoReflect added in v1.2.0

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"`
	// 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) 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) GetHeight

func (x *EstimateCoinSellRequest) GetHeight() uint64

func (*EstimateCoinSellRequest) GetSell added in v1.2.0

func (m *EstimateCoinSellRequest) GetSell() isEstimateCoinSellRequest_Sell

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_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"`
	// 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) 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 (*EstimateTxCommissionRequest) ProtoMessage

func (*EstimateTxCommissionRequest) ProtoMessage()

func (*EstimateTxCommissionRequest) ProtoReflect added in v1.2.0

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 (*EstimateTxCommissionResponse) Reset

func (x *EstimateTxCommissionResponse) Reset()

func (*EstimateTxCommissionResponse) String

type EventsRequest

type EventsRequest struct {
	Height uint64   `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	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 []*_struct.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() []*_struct.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 FrozenRequest added in v1.2.0

type FrozenRequest struct {
	Address string                `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	CoinId  *wrappers.UInt64Value `protobuf:"bytes,2,opt,name=coin_id,json=coinId,proto3" json:"coin_id,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() *wrappers.UInt64Value

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 string `protobuf:"bytes,3,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"`
	// 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() string

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) 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"`
	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) 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 {
	Note         string                                 `protobuf:"bytes,10,opt,name=note,proto3" json:"note,omitempty"`
	StartHeight  uint64                                 `protobuf:"varint,1,opt,name=start_height,json=startHeight,proto3" json:"start_height,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"`
	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"`
	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"`
	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"`
	// 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 (*GenesisResponse_AppState) GetCandidates added in v1.2.0

func (*GenesisResponse_AppState) GetCoins added in v1.2.0

func (*GenesisResponse_AppState) GetFrozenFunds added in v1.2.0

func (*GenesisResponse_AppState) GetHaltBlocks added in v1.2.0

func (*GenesisResponse_AppState) GetMaxGas added in v1.2.0

func (x *GenesisResponse_AppState) GetMaxGas() uint64

func (*GenesisResponse_AppState) GetNote added in v1.2.0

func (x *GenesisResponse_AppState) GetNote() string

func (*GenesisResponse_AppState) GetStartHeight added in v1.2.0

func (x *GenesisResponse_AppState) GetStartHeight() uint64

func (*GenesisResponse_AppState) GetTotalSlashed added in v1.2.0

func (x *GenesisResponse_AppState) GetTotalSlashed() string

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 (*GenesisResponse_AppState) GetWaitlist added in v1.2.0

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"`
	// 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 (*GenesisResponse_AppState_Account) GetMultisigData added in v1.2.0

func (*GenesisResponse_AppState_Account) GetNonce added in v1.2.0

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 (*GenesisResponse_AppState_Account) Reset added in v1.2.0

func (*GenesisResponse_AppState_Account) String added in v1.2.0

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 (*GenesisResponse_AppState_Account_Balance) GetValue added in v1.2.0

func (*GenesisResponse_AppState_Account_Balance) ProtoMessage added in v1.2.0

func (*GenesisResponse_AppState_Account_Balance) ProtoReflect added in v1.2.0

func (*GenesisResponse_AppState_Account_Balance) Reset added in v1.2.0

func (*GenesisResponse_AppState_Account_Balance) String added in v1.2.0

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

Deprecated: Use GenesisResponse_AppState_Account_MultisigData.ProtoReflect.Descriptor instead.

func (*GenesisResponse_AppState_Account_MultisigData) GetAddresses added in v1.2.0

func (*GenesisResponse_AppState_Account_MultisigData) GetThreshold added in v1.2.0

func (*GenesisResponse_AppState_Account_MultisigData) GetWeights added in v1.2.0

func (*GenesisResponse_AppState_Account_MultisigData) ProtoMessage added in v1.2.0

func (*GenesisResponse_AppState_Account_MultisigData) ProtoReflect added in v1.2.0

func (*GenesisResponse_AppState_Account_MultisigData) Reset added in v1.2.0

func (*GenesisResponse_AppState_Account_MultisigData) String added in v1.2.0

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"`
	// 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 (*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 (*GenesisResponse_AppState_Candidate) GetStatus added in v1.2.0

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 (*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 (*GenesisResponse_AppState_Candidate) Reset added in v1.2.0

func (*GenesisResponse_AppState_Candidate) String added in v1.2.0

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 (*GenesisResponse_AppState_Candidate_Stake) GetCoin added in v1.2.0

func (*GenesisResponse_AppState_Candidate_Stake) GetOwner added in v1.2.0

func (*GenesisResponse_AppState_Candidate_Stake) GetValue added in v1.2.0

func (*GenesisResponse_AppState_Candidate_Stake) ProtoMessage added in v1.2.0

func (*GenesisResponse_AppState_Candidate_Stake) ProtoReflect added in v1.2.0

func (*GenesisResponse_AppState_Candidate_Stake) Reset added in v1.2.0

func (*GenesisResponse_AppState_Candidate_Stake) String added in v1.2.0

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 *wrappers.StringValue `protobuf:"bytes,8,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,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) GetCrr added in v1.2.0

func (*GenesisResponse_AppState_Coin) GetId added in v1.2.0

func (*GenesisResponse_AppState_Coin) GetMaxSupply added in v1.2.0

func (x *GenesisResponse_AppState_Coin) GetMaxSupply() string

func (*GenesisResponse_AppState_Coin) GetName added in v1.2.0

func (*GenesisResponse_AppState_Coin) GetOwnerAddress added in v1.2.0

func (x *GenesisResponse_AppState_Coin) GetOwnerAddress() *wrappers.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 (*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

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 *wrappers.StringValue `protobuf:"bytes,2,opt,name=candidate_key,json=candidateKey,proto3" json:"candidate_key,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_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 (*GenesisResponse_AppState_FrozenFund) GetCandidateKey added in v1.2.0

func (*GenesisResponse_AppState_FrozenFund) GetCoin added in v1.2.0

func (*GenesisResponse_AppState_FrozenFund) GetHeight added in v1.2.0

func (*GenesisResponse_AppState_FrozenFund) GetValue added in v1.2.0

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 (*GenesisResponse_AppState_FrozenFund) Reset added in v1.2.0

func (*GenesisResponse_AppState_FrozenFund) String added in v1.2.0

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 (*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 (*GenesisResponse_AppState_HaltBlock) Reset added in v1.2.0

func (*GenesisResponse_AppState_HaltBlock) String added in v1.2.0

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 (*GenesisResponse_AppState_Validators) Reset added in v1.2.0

func (*GenesisResponse_AppState_Validators) String added in v1.2.0

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 (*GenesisResponse_AppState_Waitlist) GetOwner added in v1.2.0

func (*GenesisResponse_AppState_Waitlist) GetValue added in v1.2.0

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 (*GenesisResponse_AppState_Waitlist) Reset added in v1.2.0

func (*GenesisResponse_AppState_Waitlist) String added in v1.2.0

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"`
	// 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 (*GenesisResponse_ConsensusParams) GetEvidence

func (*GenesisResponse_ConsensusParams) GetValidator

func (*GenesisResponse_ConsensusParams) ProtoMessage

func (*GenesisResponse_ConsensusParams) ProtoMessage()

func (*GenesisResponse_ConsensusParams) ProtoReflect added in v1.2.0

func (*GenesisResponse_ConsensusParams) Reset

func (*GenesisResponse_ConsensusParams) 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 (*GenesisResponse_ConsensusParams_Block) GetMaxGas

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 (*GenesisResponse_ConsensusParams_Block) Reset

func (*GenesisResponse_ConsensusParams_Block) 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) ProtoReflect added in v1.2.0

func (*GenesisResponse_ConsensusParams_Evidence) Reset

func (*GenesisResponse_ConsensusParams_Evidence) 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) ProtoReflect added in v1.2.0

func (*GenesisResponse_ConsensusParams_Validator) Reset

func (*GenesisResponse_ConsensusParams_Validator) 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 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 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 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 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 *wrappers.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 (*NetInfoResponse_Peer) GetIsOutbound

func (x *NetInfoResponse_Peer) GetIsOutbound() bool

func (*NetInfoResponse_Peer) GetLatestBlockHeight added in v1.2.0

func (x *NetInfoResponse_Peer) GetLatestBlockHeight() *wrappers.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 (*NetInfoResponse_Peer_ConnectionStatus) GetDuration

func (*NetInfoResponse_Peer_ConnectionStatus) GetRecvMonitor

func (*NetInfoResponse_Peer_ConnectionStatus) GetSendMonitor

func (*NetInfoResponse_Peer_ConnectionStatus) ProtoMessage

func (*NetInfoResponse_Peer_ConnectionStatus) ProtoMessage()

func (*NetInfoResponse_Peer_ConnectionStatus) ProtoReflect added in v1.2.0

func (*NetInfoResponse_Peer_ConnectionStatus) Reset

func (*NetInfoResponse_Peer_ConnectionStatus) 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

Deprecated: Use NetInfoResponse_Peer_ConnectionStatus_Channel.ProtoReflect.Descriptor instead.

func (*NetInfoResponse_Peer_ConnectionStatus_Channel) GetId

func (*NetInfoResponse_Peer_ConnectionStatus_Channel) GetPriority

func (*NetInfoResponse_Peer_ConnectionStatus_Channel) GetRecentlySent

func (*NetInfoResponse_Peer_ConnectionStatus_Channel) GetSendQueueCapacity

func (x *NetInfoResponse_Peer_ConnectionStatus_Channel) GetSendQueueCapacity() int64

func (*NetInfoResponse_Peer_ConnectionStatus_Channel) GetSendQueueSize

func (*NetInfoResponse_Peer_ConnectionStatus_Channel) ProtoMessage

func (*NetInfoResponse_Peer_ConnectionStatus_Channel) ProtoReflect added in v1.2.0

func (*NetInfoResponse_Peer_ConnectionStatus_Channel) Reset

func (*NetInfoResponse_Peer_ConnectionStatus_Channel) 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

Deprecated: Use NetInfoResponse_Peer_ConnectionStatus_Monitor.ProtoReflect.Descriptor instead.

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetActive

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetAvgRate

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetBytes

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetBytesRem

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetCurRate

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetDuration

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetIdle

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetInstRate

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetPeakRate

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetProgress

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetSamples

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetStart

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) GetTimeRem

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) ProtoMessage

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) ProtoReflect added in v1.2.0

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) Reset

func (*NetInfoResponse_Peer_ConnectionStatus_Monitor) 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) Descriptor() ([]byte, []int)

Deprecated: Use NodeInfo.ProtoReflect.Descriptor instead.

func (*NodeInfo) GetChannels

func (x *NodeInfo) GetChannels() string

func (*NodeInfo) GetId

func (x *NodeInfo) GetId() string

func (*NodeInfo) GetListenAddr

func (x *NodeInfo) GetListenAddr() string

func (*NodeInfo) GetMoniker

func (x *NodeInfo) GetMoniker() string

func (*NodeInfo) GetNetwork

func (x *NodeInfo) GetNetwork() string

func (*NodeInfo) GetOther

func (x *NodeInfo) GetOther() *NodeInfo_Other

func (*NodeInfo) GetProtocolVersion

func (x *NodeInfo) GetProtocolVersion() *NodeInfo_ProtocolVersion

func (*NodeInfo) GetVersion

func (x *NodeInfo) GetVersion() string

func (*NodeInfo) ProtoMessage

func (*NodeInfo) ProtoMessage()

func (*NodeInfo) ProtoReflect added in v1.2.0

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

func (*NodeInfo) Reset

func (x *NodeInfo) Reset()

func (*NodeInfo) String

func (x *NodeInfo) String() string

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

type PriceVoteData struct {
	Price string `protobuf:"bytes,1,opt,name=price,proto3" json:"price,omitempty"`
	// contains filtered or unexported fields
}

func (*PriceVoteData) Descriptor deprecated added in v1.2.0

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

Deprecated: Use PriceVoteData.ProtoReflect.Descriptor instead.

func (*PriceVoteData) GetPrice added in v1.2.0

func (x *PriceVoteData) GetPrice() string

func (*PriceVoteData) ProtoMessage added in v1.2.0

func (*PriceVoteData) ProtoMessage()

func (*PriceVoteData) ProtoReflect added in v1.2.0

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

func (*PriceVoteData) Reset added in v1.2.0

func (x *PriceVoteData) Reset()

func (*PriceVoteData) String added in v1.2.0

func (x *PriceVoteData) 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 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 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 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 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) Descriptor() ([]byte, []int)

Deprecated: Use SendData.ProtoReflect.Descriptor instead.

func (*SendData) GetCoin added in v1.2.0

func (x *SendData) GetCoin() *Coin

func (*SendData) GetTo added in v1.2.0

func (x *SendData) GetTo() string

func (*SendData) GetValue added in v1.2.0

func (x *SendData) GetValue() string

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

func (*SendData) Reset added in v1.2.0

func (x *SendData) Reset()

func (*SendData) String added in v1.2.0

func (x *SendData) String() string

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 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"`
	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"`
	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"`
	// 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) 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) 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   *_struct.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() *_struct.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 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"`
	Type     uint64            `protobuf:"varint,10,opt,name=type,proto3" json:"type,omitempty"`
	Data     *any.Any          `protobuf:"bytes,11,opt,name=data,proto3" json:"data,omitempty"`
	Payload  []byte            `protobuf:"bytes,12,opt,name=payload,proto3" json:"payload,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() *any.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) GetTags

func (x *TransactionResponse) GetTags() map[string]string

func (*TransactionResponse) GetType

func (x *TransactionResponse) GetType() uint64

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 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 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 can be embedded to have forward compatible implementations.

func (*UnimplementedApiServiceServer) Address

func (*UnimplementedApiServiceServer) Addresses

func (*UnimplementedApiServiceServer) Block

func (*UnimplementedApiServiceServer) Candidate

func (*UnimplementedApiServiceServer) Candidates

func (*UnimplementedApiServiceServer) CoinInfo

func (*UnimplementedApiServiceServer) CoinInfoById added in v1.2.0

func (*UnimplementedApiServiceServer) EstimateCoinBuy

func (*UnimplementedApiServiceServer) EstimateCoinSell

func (*UnimplementedApiServiceServer) EstimateCoinSellAll

func (*UnimplementedApiServiceServer) Events

func (*UnimplementedApiServiceServer) Frozen added in v1.2.0

func (*UnimplementedApiServiceServer) Genesis

func (*UnimplementedApiServiceServer) Halts

func (*UnimplementedApiServiceServer) MaxGasPrice added in v1.2.0

func (*UnimplementedApiServiceServer) MinGasPrice

func (*UnimplementedApiServiceServer) MissedBlocks

func (*UnimplementedApiServiceServer) NetInfo

func (*UnimplementedApiServiceServer) SendTransaction added in v1.1.2

func (*UnimplementedApiServiceServer) Status

func (*UnimplementedApiServiceServer) Subscribe

func (*UnimplementedApiServiceServer) Transaction

func (*UnimplementedApiServiceServer) Transactions

func (*UnimplementedApiServiceServer) UnconfirmedTxs

func (*UnimplementedApiServiceServer) Validators

func (*UnimplementedApiServiceServer) WaitList added in v1.2.0

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 (*ValidatorsResponse_Result) Reset

func (x *ValidatorsResponse_Result) Reset()

func (*ValidatorsResponse_Result) String

func (x *ValidatorsResponse_Result) 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

Jump to

Keyboard shortcuts

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