blocks

package
v0.0.41 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BlocksService_BlockInfo_FullMethodName                 = "/blocks.BlocksService/BlockInfo"
	BlocksService_BlockInfoByHash_FullMethodName           = "/blocks.BlocksService/BlockInfoByHash"
	BlocksService_BlockValidators_FullMethodName           = "/blocks.BlocksService/BlockValidators"
	BlocksService_TxChartByDay_FullMethodName              = "/blocks.BlocksService/TxChartByDay"
	BlocksService_TxByHash_FullMethodName                  = "/blocks.BlocksService/TxByHash"
	BlocksService_TotalTransactions_FullMethodName         = "/blocks.BlocksService/TotalTransactions"
	BlocksService_Transactions_FullMethodName              = "/blocks.BlocksService/Transactions"
	BlocksService_TotalBlocks_FullMethodName               = "/blocks.BlocksService/TotalBlocks"
	BlocksService_GetBlocks_FullMethodName                 = "/blocks.BlocksService/GetBlocks"
	BlocksService_BlockSignatures_FullMethodName           = "/blocks.BlocksService/BlockSignatures"
	BlocksService_TxsByBlock_FullMethodName                = "/blocks.BlocksService/TxsByBlock"
	BlocksService_TransactionRawLog_FullMethodName         = "/blocks.BlocksService/TransactionRawLog"
	BlocksService_TransactionSigners_FullMethodName        = "/blocks.BlocksService/TransactionSigners"
	BlocksService_CacheTransactions_FullMethodName         = "/blocks.BlocksService/CacheTransactions"
	BlocksService_CacheGetBlocks_FullMethodName            = "/blocks.BlocksService/CacheGetBlocks"
	BlocksService_CacheAggregated_FullMethodName           = "/blocks.BlocksService/CacheAggregated"
	BlocksService_SearchHashByText_FullMethodName          = "/blocks.BlocksService/SearchHashByText"
	BlocksService_ChartTransactionsByHour_FullMethodName   = "/blocks.BlocksService/ChartTransactionsByHour"
	BlocksService_ChartTransactionsVolume_FullMethodName   = "/blocks.BlocksService/ChartTransactionsVolume"
	BlocksService_BlockUpTime_FullMethodName               = "/blocks.BlocksService/BlockUpTime"
	BlocksService_UptimeByBlocks_FullMethodName            = "/blocks.BlocksService/UptimeByBlocks"
	BlocksService_GetVotes_FullMethodName                  = "/blocks.BlocksService/GetVotes"
	BlocksService_GetPowerEvents_FullMethodName            = "/blocks.BlocksService/GetPowerEvents"
	BlocksService_GetValidatorHistoryEvents_FullMethodName = "/blocks.BlocksService/GetValidatorHistoryEvents"
	BlocksService_TransactionsByEventValue_FullMethodName  = "/blocks.BlocksService/TransactionsByEventValue"
	BlocksService_GetVotesByAccounts_FullMethodName        = "/blocks.BlocksService/GetVotesByAccounts"
	BlocksService_GetWalletsCountPerPeriod_FullMethodName  = "/blocks.BlocksService/GetWalletsCountPerPeriod"
	BlocksService_GetWalletsWithTx_FullMethodName          = "/blocks.BlocksService/GetWalletsWithTx"
)

Variables

View Source
var BlocksService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "blocks.BlocksService",
	HandlerType: (*BlocksServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "BlockInfo",
			Handler:    _BlocksService_BlockInfo_Handler,
		},
		{
			MethodName: "BlockInfoByHash",
			Handler:    _BlocksService_BlockInfoByHash_Handler,
		},
		{
			MethodName: "BlockValidators",
			Handler:    _BlocksService_BlockValidators_Handler,
		},
		{
			MethodName: "TxChartByDay",
			Handler:    _BlocksService_TxChartByDay_Handler,
		},
		{
			MethodName: "TxByHash",
			Handler:    _BlocksService_TxByHash_Handler,
		},
		{
			MethodName: "TotalTransactions",
			Handler:    _BlocksService_TotalTransactions_Handler,
		},
		{
			MethodName: "Transactions",
			Handler:    _BlocksService_Transactions_Handler,
		},
		{
			MethodName: "TotalBlocks",
			Handler:    _BlocksService_TotalBlocks_Handler,
		},
		{
			MethodName: "GetBlocks",
			Handler:    _BlocksService_GetBlocks_Handler,
		},
		{
			MethodName: "BlockSignatures",
			Handler:    _BlocksService_BlockSignatures_Handler,
		},
		{
			MethodName: "TxsByBlock",
			Handler:    _BlocksService_TxsByBlock_Handler,
		},
		{
			MethodName: "TransactionRawLog",
			Handler:    _BlocksService_TransactionRawLog_Handler,
		},
		{
			MethodName: "TransactionSigners",
			Handler:    _BlocksService_TransactionSigners_Handler,
		},
		{
			MethodName: "CacheTransactions",
			Handler:    _BlocksService_CacheTransactions_Handler,
		},
		{
			MethodName: "CacheGetBlocks",
			Handler:    _BlocksService_CacheGetBlocks_Handler,
		},
		{
			MethodName: "CacheAggregated",
			Handler:    _BlocksService_CacheAggregated_Handler,
		},
		{
			MethodName: "SearchHashByText",
			Handler:    _BlocksService_SearchHashByText_Handler,
		},
		{
			MethodName: "ChartTransactionsByHour",
			Handler:    _BlocksService_ChartTransactionsByHour_Handler,
		},
		{
			MethodName: "ChartTransactionsVolume",
			Handler:    _BlocksService_ChartTransactionsVolume_Handler,
		},
		{
			MethodName: "BlockUpTime",
			Handler:    _BlocksService_BlockUpTime_Handler,
		},
		{
			MethodName: "UptimeByBlocks",
			Handler:    _BlocksService_UptimeByBlocks_Handler,
		},
		{
			MethodName: "GetVotes",
			Handler:    _BlocksService_GetVotes_Handler,
		},
		{
			MethodName: "GetPowerEvents",
			Handler:    _BlocksService_GetPowerEvents_Handler,
		},
		{
			MethodName: "GetValidatorHistoryEvents",
			Handler:    _BlocksService_GetValidatorHistoryEvents_Handler,
		},
		{
			MethodName: "TransactionsByEventValue",
			Handler:    _BlocksService_TransactionsByEventValue_Handler,
		},
		{
			MethodName: "GetVotesByAccounts",
			Handler:    _BlocksService_GetVotesByAccounts_Handler,
		},
		{
			MethodName: "GetWalletsCountPerPeriod",
			Handler:    _BlocksService_GetWalletsCountPerPeriod_Handler,
		},
		{
			MethodName: "GetWalletsWithTx",
			Handler:    _BlocksService_GetWalletsWithTx_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "blocks.proto",
}

BlocksService_ServiceDesc is the grpc.ServiceDesc for BlocksService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_blocks_proto protoreflect.FileDescriptor

Functions

func RegisterBlocksServiceServer

func RegisterBlocksServiceServer(s grpc.ServiceRegistrar, srv BlocksServiceServer)

Types

type Block

type Block struct {
	BlockHeight       int64                  `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	ProposedValidator string                 `protobuf:"bytes,2,opt,name=proposed_validator,json=proposedValidator,proto3" json:"proposed_validator,omitempty"`
	GenerationTime    *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=generation_time,json=generationTime,proto3" json:"generation_time,omitempty"`
	TotalFees         string                 `protobuf:"bytes,4,opt,name=total_fees,json=totalFees,proto3" json:"total_fees,omitempty"`
	TxHash            string                 `protobuf:"bytes,5,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	TotalTx           int64                  `protobuf:"varint,6,opt,name=total_tx,json=totalTx,proto3" json:"total_tx,omitempty"`
	GasUsed           string                 `protobuf:"bytes,7,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
	GasWanted         string                 `protobuf:"bytes,8,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"`
	BlockRewards      string                 `protobuf:"bytes,9,opt,name=block_rewards,json=blockRewards,proto3" json:"block_rewards,omitempty"`
	// contains filtered or unexported fields
}

func (*Block) Descriptor deprecated

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

Deprecated: Use Block.ProtoReflect.Descriptor instead.

func (*Block) GetBlockHeight

func (x *Block) GetBlockHeight() int64

func (*Block) GetBlockRewards

func (x *Block) GetBlockRewards() string

func (*Block) GetGasUsed

func (x *Block) GetGasUsed() string

func (*Block) GetGasWanted

func (x *Block) GetGasWanted() string

func (*Block) GetGenerationTime

func (x *Block) GetGenerationTime() *timestamppb.Timestamp

func (*Block) GetProposedValidator

func (x *Block) GetProposedValidator() string

func (*Block) GetTotalFees

func (x *Block) GetTotalFees() string

func (*Block) GetTotalTx

func (x *Block) GetTotalTx() int64

func (*Block) GetTxHash

func (x *Block) GetTxHash() string

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) ProtoReflect

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

func (*Block) Reset

func (x *Block) Reset()

func (*Block) String

func (x *Block) String() string

type BlockInfoByHashRequest

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

func (*BlockInfoByHashRequest) Descriptor deprecated

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

Deprecated: Use BlockInfoByHashRequest.ProtoReflect.Descriptor instead.

func (*BlockInfoByHashRequest) GetHash

func (x *BlockInfoByHashRequest) GetHash() string

func (*BlockInfoByHashRequest) ProtoMessage

func (*BlockInfoByHashRequest) ProtoMessage()

func (*BlockInfoByHashRequest) ProtoReflect

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

func (*BlockInfoByHashRequest) Reset

func (x *BlockInfoByHashRequest) Reset()

func (*BlockInfoByHashRequest) String

func (x *BlockInfoByHashRequest) String() string

type BlockInfoByHashResponse

type BlockInfoByHashResponse struct {
	Info *Block `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockInfoByHashResponse) Descriptor deprecated

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

Deprecated: Use BlockInfoByHashResponse.ProtoReflect.Descriptor instead.

func (*BlockInfoByHashResponse) GetInfo

func (x *BlockInfoByHashResponse) GetInfo() *Block

func (*BlockInfoByHashResponse) ProtoMessage

func (*BlockInfoByHashResponse) ProtoMessage()

func (*BlockInfoByHashResponse) ProtoReflect

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

func (*BlockInfoByHashResponse) Reset

func (x *BlockInfoByHashResponse) Reset()

func (*BlockInfoByHashResponse) String

func (x *BlockInfoByHashResponse) String() string

type BlockSignaturesRequest

type BlockSignaturesRequest struct {
	BlockHeight int64  `protobuf:"varint,1,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	Limit       *Limit `protobuf:"bytes,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockSignaturesRequest) Descriptor deprecated

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

Deprecated: Use BlockSignaturesRequest.ProtoReflect.Descriptor instead.

func (*BlockSignaturesRequest) GetBlockHeight

func (x *BlockSignaturesRequest) GetBlockHeight() int64

func (*BlockSignaturesRequest) GetLimit

func (x *BlockSignaturesRequest) GetLimit() *Limit

func (*BlockSignaturesRequest) ProtoMessage

func (*BlockSignaturesRequest) ProtoMessage()

func (*BlockSignaturesRequest) ProtoReflect

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

func (*BlockSignaturesRequest) Reset

func (x *BlockSignaturesRequest) Reset()

func (*BlockSignaturesRequest) String

func (x *BlockSignaturesRequest) String() string

type BlockSignaturesResponse

type BlockSignaturesResponse struct {
	Signers []*SignerAddress `protobuf:"bytes,1,rep,name=signers,proto3" json:"signers,omitempty"`
	Result  *Result          `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockSignaturesResponse) Descriptor deprecated

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

Deprecated: Use BlockSignaturesResponse.ProtoReflect.Descriptor instead.

func (*BlockSignaturesResponse) GetResult

func (x *BlockSignaturesResponse) GetResult() *Result

func (*BlockSignaturesResponse) GetSigners

func (x *BlockSignaturesResponse) GetSigners() []*SignerAddress

func (*BlockSignaturesResponse) ProtoMessage

func (*BlockSignaturesResponse) ProtoMessage()

func (*BlockSignaturesResponse) ProtoReflect

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

func (*BlockSignaturesResponse) Reset

func (x *BlockSignaturesResponse) Reset()

func (*BlockSignaturesResponse) String

func (x *BlockSignaturesResponse) String() string

type BlockSigned added in v0.0.25

type BlockSigned struct {
	BlockHeight int64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	Signed      bool  `protobuf:"varint,2,opt,name=signed,proto3" json:"signed,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockSigned) Descriptor deprecated added in v0.0.25

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

Deprecated: Use BlockSigned.ProtoReflect.Descriptor instead.

func (*BlockSigned) GetBlockHeight added in v0.0.25

func (x *BlockSigned) GetBlockHeight() int64

func (*BlockSigned) GetSigned added in v0.0.25

func (x *BlockSigned) GetSigned() bool

func (*BlockSigned) ProtoMessage added in v0.0.25

func (*BlockSigned) ProtoMessage()

func (*BlockSigned) ProtoReflect added in v0.0.25

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

func (*BlockSigned) Reset added in v0.0.25

func (x *BlockSigned) Reset()

func (*BlockSigned) String added in v0.0.25

func (x *BlockSigned) String() string

type BlockUpTimeRequest added in v0.0.24

type BlockUpTimeRequest struct {
	BlockWindow      int64  `protobuf:"varint,1,opt,name=block_window,json=blockWindow,proto3" json:"block_window,omitempty"`
	BlockHeight      int64  `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	ValidatorAddress string `protobuf:"bytes,3,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockUpTimeRequest) Descriptor deprecated added in v0.0.24

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

Deprecated: Use BlockUpTimeRequest.ProtoReflect.Descriptor instead.

func (*BlockUpTimeRequest) GetBlockHeight added in v0.0.24

func (x *BlockUpTimeRequest) GetBlockHeight() int64

func (*BlockUpTimeRequest) GetBlockWindow added in v0.0.24

func (x *BlockUpTimeRequest) GetBlockWindow() int64

func (*BlockUpTimeRequest) GetValidatorAddress added in v0.0.24

func (x *BlockUpTimeRequest) GetValidatorAddress() string

func (*BlockUpTimeRequest) ProtoMessage added in v0.0.24

func (*BlockUpTimeRequest) ProtoMessage()

func (*BlockUpTimeRequest) ProtoReflect added in v0.0.24

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

func (*BlockUpTimeRequest) Reset added in v0.0.24

func (x *BlockUpTimeRequest) Reset()

func (*BlockUpTimeRequest) String added in v0.0.24

func (x *BlockUpTimeRequest) String() string

type BlockUpTimeResponse added in v0.0.24

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

func (*BlockUpTimeResponse) Descriptor deprecated added in v0.0.24

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

Deprecated: Use BlockUpTimeResponse.ProtoReflect.Descriptor instead.

func (*BlockUpTimeResponse) GetUptime added in v0.0.24

func (x *BlockUpTimeResponse) GetUptime() string

func (*BlockUpTimeResponse) ProtoMessage added in v0.0.24

func (*BlockUpTimeResponse) ProtoMessage()

func (*BlockUpTimeResponse) ProtoReflect added in v0.0.24

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

func (*BlockUpTimeResponse) Reset added in v0.0.24

func (x *BlockUpTimeResponse) Reset()

func (*BlockUpTimeResponse) String added in v0.0.24

func (x *BlockUpTimeResponse) String() string

type BlocksServiceClient

type BlocksServiceClient interface {
	BlockInfo(ctx context.Context, in *GetBlockInfoRequest, opts ...grpc.CallOption) (*GetBlockInfoResponse, error)
	BlockInfoByHash(ctx context.Context, in *BlockInfoByHashRequest, opts ...grpc.CallOption) (*BlockInfoByHashResponse, error)
	BlockValidators(ctx context.Context, in *GetBlockValidatorsRequest, opts ...grpc.CallOption) (*GetBlockValidatorsResponse, error)
	TxChartByDay(ctx context.Context, in *TxChartByDayRequest, opts ...grpc.CallOption) (*TxChartByDayResponse, error)
	TxByHash(ctx context.Context, in *TxByHashRequest, opts ...grpc.CallOption) (*TxByHashResponse, error)
	TotalTransactions(ctx context.Context, in *TotalTransactionsRequest, opts ...grpc.CallOption) (*TotalTransactionsResponse, error)
	Transactions(ctx context.Context, in *TransactionsRequest, opts ...grpc.CallOption) (*TransactionsResponse, error)
	TotalBlocks(ctx context.Context, in *TotalBlocksRequest, opts ...grpc.CallOption) (*TotalBlocksResponse, error)
	GetBlocks(ctx context.Context, in *GetBlocksRequest, opts ...grpc.CallOption) (*GetBlocksResponse, error)
	BlockSignatures(ctx context.Context, in *BlockSignaturesRequest, opts ...grpc.CallOption) (*BlockSignaturesResponse, error)
	TxsByBlock(ctx context.Context, in *TxsByBlockRequest, opts ...grpc.CallOption) (*TxsByBlockResponse, error)
	TransactionRawLog(ctx context.Context, in *TransactionRawLogRequest, opts ...grpc.CallOption) (*TransactionRawLogResponse, error)
	TransactionSigners(ctx context.Context, in *TransactionSignersRequest, opts ...grpc.CallOption) (*TransactionSignersResponse, error)
	CacheTransactions(ctx context.Context, in *TransactionsRequest, opts ...grpc.CallOption) (*TransactionsResponse, error)
	CacheGetBlocks(ctx context.Context, in *GetBlocksRequest, opts ...grpc.CallOption) (*GetBlocksResponse, error)
	CacheAggregated(ctx context.Context, in *CacheAggregatedRequest, opts ...grpc.CallOption) (*CacheAggregatedResponse, error)
	SearchHashByText(ctx context.Context, in *SearchHashByTextRequest, opts ...grpc.CallOption) (*SearchHashByTextResponse, error)
	ChartTransactionsByHour(ctx context.Context, in *ChartTransactionsByHourRequest, opts ...grpc.CallOption) (*ChartTransactionsByHourResponse, error)
	ChartTransactionsVolume(ctx context.Context, in *ChartTransactionsVolumeRequest, opts ...grpc.CallOption) (*ChartTransactionsVolumeResponse, error)
	BlockUpTime(ctx context.Context, in *BlockUpTimeRequest, opts ...grpc.CallOption) (*BlockUpTimeResponse, error)
	UptimeByBlocks(ctx context.Context, in *UptimeByBlocksRequest, opts ...grpc.CallOption) (*UptimeByBlocksResponse, error)
	GetVotes(ctx context.Context, in *GetVotesRequest, opts ...grpc.CallOption) (*GetVotesResponse, error)
	GetPowerEvents(ctx context.Context, in *GetPowerEventsRequest, opts ...grpc.CallOption) (*GetPowerEventsResponse, error)
	GetValidatorHistoryEvents(ctx context.Context, in *GetValidatorHistoryEventsRequest, opts ...grpc.CallOption) (*GetValidatorHistoryEventsResponse, error)
	TransactionsByEventValue(ctx context.Context, in *TransactionsByEventValueRequest, opts ...grpc.CallOption) (*TransactionsByEventValueResponse, error)
	GetVotesByAccounts(ctx context.Context, in *GetVotesByAccountsRequest, opts ...grpc.CallOption) (*GetVotesByAccountsResponse, error)
	GetWalletsCountPerPeriod(ctx context.Context, in *GetWalletsCountPerPeriodRequest, opts ...grpc.CallOption) (*GetWalletsCountPerPeriodResponse, error)
	GetWalletsWithTx(ctx context.Context, in *GetWalletsWithTxRequest, opts ...grpc.CallOption) (*GetWalletsWithTxResponse, error)
}

BlocksServiceClient is the client API for BlocksService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type BlocksServiceServer

type BlocksServiceServer interface {
	BlockInfo(context.Context, *GetBlockInfoRequest) (*GetBlockInfoResponse, error)
	BlockInfoByHash(context.Context, *BlockInfoByHashRequest) (*BlockInfoByHashResponse, error)
	BlockValidators(context.Context, *GetBlockValidatorsRequest) (*GetBlockValidatorsResponse, error)
	TxChartByDay(context.Context, *TxChartByDayRequest) (*TxChartByDayResponse, error)
	TxByHash(context.Context, *TxByHashRequest) (*TxByHashResponse, error)
	TotalTransactions(context.Context, *TotalTransactionsRequest) (*TotalTransactionsResponse, error)
	Transactions(context.Context, *TransactionsRequest) (*TransactionsResponse, error)
	TotalBlocks(context.Context, *TotalBlocksRequest) (*TotalBlocksResponse, error)
	GetBlocks(context.Context, *GetBlocksRequest) (*GetBlocksResponse, error)
	BlockSignatures(context.Context, *BlockSignaturesRequest) (*BlockSignaturesResponse, error)
	TxsByBlock(context.Context, *TxsByBlockRequest) (*TxsByBlockResponse, error)
	TransactionRawLog(context.Context, *TransactionRawLogRequest) (*TransactionRawLogResponse, error)
	TransactionSigners(context.Context, *TransactionSignersRequest) (*TransactionSignersResponse, error)
	CacheTransactions(context.Context, *TransactionsRequest) (*TransactionsResponse, error)
	CacheGetBlocks(context.Context, *GetBlocksRequest) (*GetBlocksResponse, error)
	CacheAggregated(context.Context, *CacheAggregatedRequest) (*CacheAggregatedResponse, error)
	SearchHashByText(context.Context, *SearchHashByTextRequest) (*SearchHashByTextResponse, error)
	ChartTransactionsByHour(context.Context, *ChartTransactionsByHourRequest) (*ChartTransactionsByHourResponse, error)
	ChartTransactionsVolume(context.Context, *ChartTransactionsVolumeRequest) (*ChartTransactionsVolumeResponse, error)
	BlockUpTime(context.Context, *BlockUpTimeRequest) (*BlockUpTimeResponse, error)
	UptimeByBlocks(context.Context, *UptimeByBlocksRequest) (*UptimeByBlocksResponse, error)
	GetVotes(context.Context, *GetVotesRequest) (*GetVotesResponse, error)
	GetPowerEvents(context.Context, *GetPowerEventsRequest) (*GetPowerEventsResponse, error)
	GetValidatorHistoryEvents(context.Context, *GetValidatorHistoryEventsRequest) (*GetValidatorHistoryEventsResponse, error)
	TransactionsByEventValue(context.Context, *TransactionsByEventValueRequest) (*TransactionsByEventValueResponse, error)
	GetVotesByAccounts(context.Context, *GetVotesByAccountsRequest) (*GetVotesByAccountsResponse, error)
	GetWalletsCountPerPeriod(context.Context, *GetWalletsCountPerPeriodRequest) (*GetWalletsCountPerPeriodResponse, error)
	GetWalletsWithTx(context.Context, *GetWalletsWithTxRequest) (*GetWalletsWithTxResponse, error)
	// contains filtered or unexported methods
}

BlocksServiceServer is the server API for BlocksService service. All implementations must embed UnimplementedBlocksServiceServer for forward compatibility

type CacheAggregatedRequest

type CacheAggregatedRequest struct {
	// contains filtered or unexported fields
}

func (*CacheAggregatedRequest) Descriptor deprecated

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

Deprecated: Use CacheAggregatedRequest.ProtoReflect.Descriptor instead.

func (*CacheAggregatedRequest) ProtoMessage

func (*CacheAggregatedRequest) ProtoMessage()

func (*CacheAggregatedRequest) ProtoReflect

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

func (*CacheAggregatedRequest) Reset

func (x *CacheAggregatedRequest) Reset()

func (*CacheAggregatedRequest) String

func (x *CacheAggregatedRequest) String() string

type CacheAggregatedResponse

type CacheAggregatedResponse struct {
	Transactions *TotalTransactionsResponse `protobuf:"bytes,1,opt,name=transactions,proto3" json:"transactions,omitempty"`
	Blocks       *TotalBlocksResponse       `protobuf:"bytes,2,opt,name=blocks,proto3" json:"blocks,omitempty"`
	Wallets      *TotalWallets              `protobuf:"bytes,3,opt,name=wallets,proto3" json:"wallets,omitempty"`
	// contains filtered or unexported fields
}

func (*CacheAggregatedResponse) Descriptor deprecated

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

Deprecated: Use CacheAggregatedResponse.ProtoReflect.Descriptor instead.

func (*CacheAggregatedResponse) GetBlocks

func (*CacheAggregatedResponse) GetTransactions

func (x *CacheAggregatedResponse) GetTransactions() *TotalTransactionsResponse

func (*CacheAggregatedResponse) GetWallets

func (x *CacheAggregatedResponse) GetWallets() *TotalWallets

func (*CacheAggregatedResponse) ProtoMessage

func (*CacheAggregatedResponse) ProtoMessage()

func (*CacheAggregatedResponse) ProtoReflect

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

func (*CacheAggregatedResponse) Reset

func (x *CacheAggregatedResponse) Reset()

func (*CacheAggregatedResponse) String

func (x *CacheAggregatedResponse) String() string

type ChartTransactionsByHourRequest added in v0.0.8

type ChartTransactionsByHourRequest struct {
	To *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=to,proto3" json:"to,omitempty"`
	// contains filtered or unexported fields
}

func (*ChartTransactionsByHourRequest) Descriptor deprecated added in v0.0.8

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

Deprecated: Use ChartTransactionsByHourRequest.ProtoReflect.Descriptor instead.

func (*ChartTransactionsByHourRequest) GetTo added in v0.0.8

func (*ChartTransactionsByHourRequest) ProtoMessage added in v0.0.8

func (*ChartTransactionsByHourRequest) ProtoMessage()

func (*ChartTransactionsByHourRequest) ProtoReflect added in v0.0.8

func (*ChartTransactionsByHourRequest) Reset added in v0.0.8

func (x *ChartTransactionsByHourRequest) Reset()

func (*ChartTransactionsByHourRequest) String added in v0.0.8

type ChartTransactionsByHourResponse added in v0.0.8

type ChartTransactionsByHourResponse struct {
	Points    []*TxsByHour `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	Total_24H int64        `protobuf:"varint,2,opt,name=total_24H,json=total24H,proto3" json:"total_24H,omitempty"`
	Total_48H int64        `protobuf:"varint,3,opt,name=total_48H,json=total48H,proto3" json:"total_48H,omitempty"`
	// contains filtered or unexported fields
}

func (*ChartTransactionsByHourResponse) Descriptor deprecated added in v0.0.8

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

Deprecated: Use ChartTransactionsByHourResponse.ProtoReflect.Descriptor instead.

func (*ChartTransactionsByHourResponse) GetPoints added in v0.0.8

func (x *ChartTransactionsByHourResponse) GetPoints() []*TxsByHour

func (*ChartTransactionsByHourResponse) GetTotal_24H added in v0.0.8

func (x *ChartTransactionsByHourResponse) GetTotal_24H() int64

func (*ChartTransactionsByHourResponse) GetTotal_48H added in v0.0.8

func (x *ChartTransactionsByHourResponse) GetTotal_48H() int64

func (*ChartTransactionsByHourResponse) ProtoMessage added in v0.0.8

func (*ChartTransactionsByHourResponse) ProtoMessage()

func (*ChartTransactionsByHourResponse) ProtoReflect added in v0.0.8

func (*ChartTransactionsByHourResponse) Reset added in v0.0.8

func (*ChartTransactionsByHourResponse) String added in v0.0.8

type ChartTransactionsVolumeRequest added in v0.0.8

type ChartTransactionsVolumeRequest struct {
	To *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=to,proto3" json:"to,omitempty"`
	// contains filtered or unexported fields
}

func (*ChartTransactionsVolumeRequest) Descriptor deprecated added in v0.0.8

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

Deprecated: Use ChartTransactionsVolumeRequest.ProtoReflect.Descriptor instead.

func (*ChartTransactionsVolumeRequest) GetTo added in v0.0.8

func (*ChartTransactionsVolumeRequest) ProtoMessage added in v0.0.8

func (*ChartTransactionsVolumeRequest) ProtoMessage()

func (*ChartTransactionsVolumeRequest) ProtoReflect added in v0.0.8

func (*ChartTransactionsVolumeRequest) Reset added in v0.0.8

func (x *ChartTransactionsVolumeRequest) Reset()

func (*ChartTransactionsVolumeRequest) String added in v0.0.8

type ChartTransactionsVolumeResponse added in v0.0.8

type ChartTransactionsVolumeResponse struct {
	Points []*TxsVolumeByHour `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

func (*ChartTransactionsVolumeResponse) Descriptor deprecated added in v0.0.8

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

Deprecated: Use ChartTransactionsVolumeResponse.ProtoReflect.Descriptor instead.

func (*ChartTransactionsVolumeResponse) GetPoints added in v0.0.8

func (*ChartTransactionsVolumeResponse) ProtoMessage added in v0.0.8

func (*ChartTransactionsVolumeResponse) ProtoMessage()

func (*ChartTransactionsVolumeResponse) ProtoReflect added in v0.0.8

func (*ChartTransactionsVolumeResponse) Reset added in v0.0.8

func (*ChartTransactionsVolumeResponse) String added in v0.0.8

type Denom

type Denom struct {
	Denom  string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
	Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*Denom) Descriptor deprecated

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

Deprecated: Use Denom.ProtoReflect.Descriptor instead.

func (*Denom) GetAmount

func (x *Denom) GetAmount() string

func (*Denom) GetDenom

func (x *Denom) GetDenom() string

func (*Denom) ProtoMessage

func (*Denom) ProtoMessage()

func (*Denom) ProtoReflect

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

func (*Denom) Reset

func (x *Denom) Reset()

func (*Denom) String

func (x *Denom) String() string

type Fee

type Fee struct {
	Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	Denom  string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"`
	Payer  string `protobuf:"bytes,3,opt,name=payer,proto3" json:"payer,omitempty"`
	// contains filtered or unexported fields
}

func (*Fee) Descriptor deprecated

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

Deprecated: Use Fee.ProtoReflect.Descriptor instead.

func (*Fee) GetAmount

func (x *Fee) GetAmount() string

func (*Fee) GetDenom

func (x *Fee) GetDenom() string

func (*Fee) GetPayer

func (x *Fee) GetPayer() string

func (*Fee) ProtoMessage

func (*Fee) ProtoMessage()

func (*Fee) ProtoReflect

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

func (*Fee) Reset

func (x *Fee) Reset()

func (*Fee) String

func (x *Fee) String() string

type GetBlockInfoRequest

type GetBlockInfoRequest struct {
	BlockNumber int32 `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	ChainId     int32 `protobuf:"varint,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockInfoRequest) Descriptor deprecated

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

Deprecated: Use GetBlockInfoRequest.ProtoReflect.Descriptor instead.

func (*GetBlockInfoRequest) GetBlockNumber

func (x *GetBlockInfoRequest) GetBlockNumber() int32

func (*GetBlockInfoRequest) GetChainId

func (x *GetBlockInfoRequest) GetChainId() int32

func (*GetBlockInfoRequest) ProtoMessage

func (*GetBlockInfoRequest) ProtoMessage()

func (*GetBlockInfoRequest) ProtoReflect

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

func (*GetBlockInfoRequest) Reset

func (x *GetBlockInfoRequest) Reset()

func (*GetBlockInfoRequest) String

func (x *GetBlockInfoRequest) String() string

type GetBlockInfoResponse

type GetBlockInfoResponse struct {
	BlockNumber int32  `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	ChainId     int32  `protobuf:"varint,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	Info        *Block `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockInfoResponse) Descriptor deprecated

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

Deprecated: Use GetBlockInfoResponse.ProtoReflect.Descriptor instead.

func (*GetBlockInfoResponse) GetBlockNumber

func (x *GetBlockInfoResponse) GetBlockNumber() int32

func (*GetBlockInfoResponse) GetChainId

func (x *GetBlockInfoResponse) GetChainId() int32

func (*GetBlockInfoResponse) GetInfo

func (x *GetBlockInfoResponse) GetInfo() *Block

func (*GetBlockInfoResponse) ProtoMessage

func (*GetBlockInfoResponse) ProtoMessage()

func (*GetBlockInfoResponse) ProtoReflect

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

func (*GetBlockInfoResponse) Reset

func (x *GetBlockInfoResponse) Reset()

func (*GetBlockInfoResponse) String

func (x *GetBlockInfoResponse) String() string

type GetBlockValidatorsRequest

type GetBlockValidatorsRequest struct {
	BlockNumber int32 `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	ChainId     int32 `protobuf:"varint,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockValidatorsRequest) Descriptor deprecated

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

Deprecated: Use GetBlockValidatorsRequest.ProtoReflect.Descriptor instead.

func (*GetBlockValidatorsRequest) GetBlockNumber

func (x *GetBlockValidatorsRequest) GetBlockNumber() int32

func (*GetBlockValidatorsRequest) GetChainId

func (x *GetBlockValidatorsRequest) GetChainId() int32

func (*GetBlockValidatorsRequest) ProtoMessage

func (*GetBlockValidatorsRequest) ProtoMessage()

func (*GetBlockValidatorsRequest) ProtoReflect

func (*GetBlockValidatorsRequest) Reset

func (x *GetBlockValidatorsRequest) Reset()

func (*GetBlockValidatorsRequest) String

func (x *GetBlockValidatorsRequest) String() string

type GetBlockValidatorsResponse

type GetBlockValidatorsResponse struct {
	BlockNumber    int32    `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	ChainId        int32    `protobuf:"varint,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	ValidatorsList []string `protobuf:"bytes,3,rep,name=validators_list,json=validatorsList,proto3" json:"validators_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockValidatorsResponse) Descriptor deprecated

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

Deprecated: Use GetBlockValidatorsResponse.ProtoReflect.Descriptor instead.

func (*GetBlockValidatorsResponse) GetBlockNumber

func (x *GetBlockValidatorsResponse) GetBlockNumber() int32

func (*GetBlockValidatorsResponse) GetChainId

func (x *GetBlockValidatorsResponse) GetChainId() int32

func (*GetBlockValidatorsResponse) GetValidatorsList

func (x *GetBlockValidatorsResponse) GetValidatorsList() []string

func (*GetBlockValidatorsResponse) ProtoMessage

func (*GetBlockValidatorsResponse) ProtoMessage()

func (*GetBlockValidatorsResponse) ProtoReflect

func (*GetBlockValidatorsResponse) Reset

func (x *GetBlockValidatorsResponse) Reset()

func (*GetBlockValidatorsResponse) String

func (x *GetBlockValidatorsResponse) String() string

type GetBlocksRequest

type GetBlocksRequest struct {
	Limit *Limit `protobuf:"bytes,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlocksRequest) Descriptor deprecated

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

Deprecated: Use GetBlocksRequest.ProtoReflect.Descriptor instead.

func (*GetBlocksRequest) GetLimit

func (x *GetBlocksRequest) GetLimit() *Limit

func (*GetBlocksRequest) ProtoMessage

func (*GetBlocksRequest) ProtoMessage()

func (*GetBlocksRequest) ProtoReflect

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

func (*GetBlocksRequest) Reset

func (x *GetBlocksRequest) Reset()

func (*GetBlocksRequest) String

func (x *GetBlocksRequest) String() string

type GetBlocksResponse

type GetBlocksResponse struct {
	Blocks []*Block `protobuf:"bytes,1,rep,name=blocks,proto3" json:"blocks,omitempty"`
	Result *Result  `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlocksResponse) Descriptor deprecated

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

Deprecated: Use GetBlocksResponse.ProtoReflect.Descriptor instead.

func (*GetBlocksResponse) GetBlocks

func (x *GetBlocksResponse) GetBlocks() []*Block

func (*GetBlocksResponse) GetResult

func (x *GetBlocksResponse) GetResult() *Result

func (*GetBlocksResponse) ProtoMessage

func (*GetBlocksResponse) ProtoMessage()

func (*GetBlocksResponse) ProtoReflect

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

func (*GetBlocksResponse) Reset

func (x *GetBlocksResponse) Reset()

func (*GetBlocksResponse) String

func (x *GetBlocksResponse) String() string

type GetPowerEventsRequest added in v0.0.29

type GetPowerEventsRequest struct {
	ValidatorAccountAddress string `` /* 132-byte string literal not displayed */
	Limit                   *Limit `protobuf:"bytes,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPowerEventsRequest) Descriptor deprecated added in v0.0.29

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

Deprecated: Use GetPowerEventsRequest.ProtoReflect.Descriptor instead.

func (*GetPowerEventsRequest) GetLimit added in v0.0.29

func (x *GetPowerEventsRequest) GetLimit() *Limit

func (*GetPowerEventsRequest) GetValidatorAccountAddress added in v0.0.29

func (x *GetPowerEventsRequest) GetValidatorAccountAddress() string

func (*GetPowerEventsRequest) ProtoMessage added in v0.0.29

func (*GetPowerEventsRequest) ProtoMessage()

func (*GetPowerEventsRequest) ProtoReflect added in v0.0.29

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

func (*GetPowerEventsRequest) Reset added in v0.0.29

func (x *GetPowerEventsRequest) Reset()

func (*GetPowerEventsRequest) String added in v0.0.29

func (x *GetPowerEventsRequest) String() string

type GetPowerEventsResponse added in v0.0.29

type GetPowerEventsResponse struct {
	Data   []*TxByHash `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Result *Result     `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPowerEventsResponse) Descriptor deprecated added in v0.0.29

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

Deprecated: Use GetPowerEventsResponse.ProtoReflect.Descriptor instead.

func (*GetPowerEventsResponse) GetData added in v0.0.29

func (x *GetPowerEventsResponse) GetData() []*TxByHash

func (*GetPowerEventsResponse) GetResult added in v0.0.29

func (x *GetPowerEventsResponse) GetResult() *Result

func (*GetPowerEventsResponse) ProtoMessage added in v0.0.29

func (*GetPowerEventsResponse) ProtoMessage()

func (*GetPowerEventsResponse) ProtoReflect added in v0.0.29

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

func (*GetPowerEventsResponse) Reset added in v0.0.29

func (x *GetPowerEventsResponse) Reset()

func (*GetPowerEventsResponse) String added in v0.0.29

func (x *GetPowerEventsResponse) String() string

type GetValidatorHistoryEventsRequest added in v0.0.30

type GetValidatorHistoryEventsRequest struct {
	ValidatorAccountAddress string `` /* 132-byte string literal not displayed */
	Limit                   *Limit `protobuf:"bytes,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetValidatorHistoryEventsRequest) Descriptor deprecated added in v0.0.30

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

Deprecated: Use GetValidatorHistoryEventsRequest.ProtoReflect.Descriptor instead.

func (*GetValidatorHistoryEventsRequest) GetLimit added in v0.0.30

func (x *GetValidatorHistoryEventsRequest) GetLimit() *Limit

func (*GetValidatorHistoryEventsRequest) GetValidatorAccountAddress added in v0.0.30

func (x *GetValidatorHistoryEventsRequest) GetValidatorAccountAddress() string

func (*GetValidatorHistoryEventsRequest) ProtoMessage added in v0.0.30

func (*GetValidatorHistoryEventsRequest) ProtoMessage()

func (*GetValidatorHistoryEventsRequest) ProtoReflect added in v0.0.30

func (*GetValidatorHistoryEventsRequest) Reset added in v0.0.30

func (*GetValidatorHistoryEventsRequest) String added in v0.0.30

type GetValidatorHistoryEventsResponse added in v0.0.30

type GetValidatorHistoryEventsResponse struct {
	Data   []*TxByHash `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Result *Result     `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetValidatorHistoryEventsResponse) Descriptor deprecated added in v0.0.30

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

Deprecated: Use GetValidatorHistoryEventsResponse.ProtoReflect.Descriptor instead.

func (*GetValidatorHistoryEventsResponse) GetData added in v0.0.30

func (*GetValidatorHistoryEventsResponse) GetResult added in v0.0.30

func (x *GetValidatorHistoryEventsResponse) GetResult() *Result

func (*GetValidatorHistoryEventsResponse) ProtoMessage added in v0.0.30

func (*GetValidatorHistoryEventsResponse) ProtoMessage()

func (*GetValidatorHistoryEventsResponse) ProtoReflect added in v0.0.30

func (*GetValidatorHistoryEventsResponse) Reset added in v0.0.30

func (*GetValidatorHistoryEventsResponse) String added in v0.0.30

type GetVotesByAccountsRequest added in v0.0.32

type GetVotesByAccountsRequest struct {
	Accounts   []string `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	Exclude    bool     `protobuf:"varint,2,opt,name=exclude,proto3" json:"exclude,omitempty"`
	VoteType   string   `protobuf:"bytes,3,opt,name=vote_type,json=voteType,proto3" json:"vote_type,omitempty"`
	ProposalID int32    `protobuf:"varint,4,opt,name=proposalID,proto3" json:"proposalID,omitempty"`
	Limit      *Limit   `protobuf:"bytes,5,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVotesByAccountsRequest) Descriptor deprecated added in v0.0.32

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

Deprecated: Use GetVotesByAccountsRequest.ProtoReflect.Descriptor instead.

func (*GetVotesByAccountsRequest) GetAccounts added in v0.0.32

func (x *GetVotesByAccountsRequest) GetAccounts() []string

func (*GetVotesByAccountsRequest) GetExclude added in v0.0.32

func (x *GetVotesByAccountsRequest) GetExclude() bool

func (*GetVotesByAccountsRequest) GetLimit added in v0.0.32

func (x *GetVotesByAccountsRequest) GetLimit() *Limit

func (*GetVotesByAccountsRequest) GetProposalID added in v0.0.32

func (x *GetVotesByAccountsRequest) GetProposalID() int32

func (*GetVotesByAccountsRequest) GetVoteType added in v0.0.32

func (x *GetVotesByAccountsRequest) GetVoteType() string

func (*GetVotesByAccountsRequest) ProtoMessage added in v0.0.32

func (*GetVotesByAccountsRequest) ProtoMessage()

func (*GetVotesByAccountsRequest) ProtoReflect added in v0.0.32

func (*GetVotesByAccountsRequest) Reset added in v0.0.32

func (x *GetVotesByAccountsRequest) Reset()

func (*GetVotesByAccountsRequest) String added in v0.0.32

func (x *GetVotesByAccountsRequest) String() string

type GetVotesByAccountsResponse added in v0.0.32

type GetVotesByAccountsResponse struct {
	Data   []*TxByHash `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Result *Result     `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVotesByAccountsResponse) Descriptor deprecated added in v0.0.32

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

Deprecated: Use GetVotesByAccountsResponse.ProtoReflect.Descriptor instead.

func (*GetVotesByAccountsResponse) GetData added in v0.0.32

func (x *GetVotesByAccountsResponse) GetData() []*TxByHash

func (*GetVotesByAccountsResponse) GetResult added in v0.0.32

func (x *GetVotesByAccountsResponse) GetResult() *Result

func (*GetVotesByAccountsResponse) ProtoMessage added in v0.0.32

func (*GetVotesByAccountsResponse) ProtoMessage()

func (*GetVotesByAccountsResponse) ProtoReflect added in v0.0.32

func (*GetVotesByAccountsResponse) Reset added in v0.0.32

func (x *GetVotesByAccountsResponse) Reset()

func (*GetVotesByAccountsResponse) String added in v0.0.32

func (x *GetVotesByAccountsResponse) String() string

type GetVotesRequest added in v0.0.27

type GetVotesRequest struct {
	ValidatorAccountAddress string `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetVotesRequest) Descriptor deprecated added in v0.0.27

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

Deprecated: Use GetVotesRequest.ProtoReflect.Descriptor instead.

func (*GetVotesRequest) GetValidatorAccountAddress added in v0.0.27

func (x *GetVotesRequest) GetValidatorAccountAddress() string

func (*GetVotesRequest) ProtoMessage added in v0.0.27

func (*GetVotesRequest) ProtoMessage()

func (*GetVotesRequest) ProtoReflect added in v0.0.27

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

func (*GetVotesRequest) Reset added in v0.0.27

func (x *GetVotesRequest) Reset()

func (*GetVotesRequest) String added in v0.0.27

func (x *GetVotesRequest) String() string

type GetVotesResponse added in v0.0.27

type GetVotesResponse struct {
	Transactions []*VotesTransaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVotesResponse) Descriptor deprecated added in v0.0.27

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

Deprecated: Use GetVotesResponse.ProtoReflect.Descriptor instead.

func (*GetVotesResponse) GetTransactions added in v0.0.27

func (x *GetVotesResponse) GetTransactions() []*VotesTransaction

func (*GetVotesResponse) ProtoMessage added in v0.0.27

func (*GetVotesResponse) ProtoMessage()

func (*GetVotesResponse) ProtoReflect added in v0.0.27

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

func (*GetVotesResponse) Reset added in v0.0.27

func (x *GetVotesResponse) Reset()

func (*GetVotesResponse) String added in v0.0.27

func (x *GetVotesResponse) String() string

type GetWalletsCountPerPeriodRequest added in v0.0.40

type GetWalletsCountPerPeriodRequest struct {
	Start *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWalletsCountPerPeriodRequest) Descriptor deprecated added in v0.0.40

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

Deprecated: Use GetWalletsCountPerPeriodRequest.ProtoReflect.Descriptor instead.

func (*GetWalletsCountPerPeriodRequest) GetEnd added in v0.0.40

func (*GetWalletsCountPerPeriodRequest) GetStart added in v0.0.40

func (*GetWalletsCountPerPeriodRequest) ProtoMessage added in v0.0.40

func (*GetWalletsCountPerPeriodRequest) ProtoMessage()

func (*GetWalletsCountPerPeriodRequest) ProtoReflect added in v0.0.40

func (*GetWalletsCountPerPeriodRequest) Reset added in v0.0.40

func (*GetWalletsCountPerPeriodRequest) String added in v0.0.40

type GetWalletsCountPerPeriodResponse added in v0.0.40

type GetWalletsCountPerPeriodResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWalletsCountPerPeriodResponse) Descriptor deprecated added in v0.0.40

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

Deprecated: Use GetWalletsCountPerPeriodResponse.ProtoReflect.Descriptor instead.

func (*GetWalletsCountPerPeriodResponse) GetResult added in v0.0.40

func (x *GetWalletsCountPerPeriodResponse) GetResult() int64

func (*GetWalletsCountPerPeriodResponse) ProtoMessage added in v0.0.40

func (*GetWalletsCountPerPeriodResponse) ProtoMessage()

func (*GetWalletsCountPerPeriodResponse) ProtoReflect added in v0.0.40

func (*GetWalletsCountPerPeriodResponse) Reset added in v0.0.40

func (*GetWalletsCountPerPeriodResponse) String added in v0.0.40

type GetWalletsWithTxRequest added in v0.0.40

type GetWalletsWithTxRequest struct {
	Limit *Limit `protobuf:"bytes,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWalletsWithTxRequest) Descriptor deprecated added in v0.0.40

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

Deprecated: Use GetWalletsWithTxRequest.ProtoReflect.Descriptor instead.

func (*GetWalletsWithTxRequest) GetLimit added in v0.0.40

func (x *GetWalletsWithTxRequest) GetLimit() *Limit

func (*GetWalletsWithTxRequest) ProtoMessage added in v0.0.40

func (*GetWalletsWithTxRequest) ProtoMessage()

func (*GetWalletsWithTxRequest) ProtoReflect added in v0.0.40

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

func (*GetWalletsWithTxRequest) Reset added in v0.0.40

func (x *GetWalletsWithTxRequest) Reset()

func (*GetWalletsWithTxRequest) String added in v0.0.40

func (x *GetWalletsWithTxRequest) String() string

type GetWalletsWithTxResponse added in v0.0.40

type GetWalletsWithTxResponse struct {
	Data   []*WalletWithTxs `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Result *Result          `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWalletsWithTxResponse) Descriptor deprecated added in v0.0.40

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

Deprecated: Use GetWalletsWithTxResponse.ProtoReflect.Descriptor instead.

func (*GetWalletsWithTxResponse) GetData added in v0.0.40

func (x *GetWalletsWithTxResponse) GetData() []*WalletWithTxs

func (*GetWalletsWithTxResponse) GetResult added in v0.0.40

func (x *GetWalletsWithTxResponse) GetResult() *Result

func (*GetWalletsWithTxResponse) ProtoMessage added in v0.0.40

func (*GetWalletsWithTxResponse) ProtoMessage()

func (*GetWalletsWithTxResponse) ProtoReflect added in v0.0.40

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

func (*GetWalletsWithTxResponse) Reset added in v0.0.40

func (x *GetWalletsWithTxResponse) Reset()

func (*GetWalletsWithTxResponse) String added in v0.0.40

func (x *GetWalletsWithTxResponse) String() string

type Limit

type Limit struct {
	Limit  int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*Limit) Descriptor deprecated

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

Deprecated: Use Limit.ProtoReflect.Descriptor instead.

func (*Limit) GetLimit

func (x *Limit) GetLimit() int64

func (*Limit) GetOffset

func (x *Limit) GetOffset() int64

func (*Limit) ProtoMessage

func (*Limit) ProtoMessage()

func (*Limit) ProtoReflect

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

func (*Limit) Reset

func (x *Limit) Reset()

func (*Limit) String

func (x *Limit) String() string

type Result

type Result struct {
	Limit  int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	All    int64 `protobuf:"varint,3,opt,name=all,proto3" json:"all,omitempty"`
	// contains filtered or unexported fields
}

func (*Result) Descriptor deprecated

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

Deprecated: Use Result.ProtoReflect.Descriptor instead.

func (*Result) GetAll

func (x *Result) GetAll() int64

func (*Result) GetLimit

func (x *Result) GetLimit() int64

func (*Result) GetOffset

func (x *Result) GetOffset() int64

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) ProtoReflect

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

func (*Result) Reset

func (x *Result) Reset()

func (*Result) String

func (x *Result) String() string

type SearchHashByTextRequest

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

func (*SearchHashByTextRequest) Descriptor deprecated

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

Deprecated: Use SearchHashByTextRequest.ProtoReflect.Descriptor instead.

func (*SearchHashByTextRequest) GetText

func (x *SearchHashByTextRequest) GetText() string

func (*SearchHashByTextRequest) ProtoMessage

func (*SearchHashByTextRequest) ProtoMessage()

func (*SearchHashByTextRequest) ProtoReflect

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

func (*SearchHashByTextRequest) Reset

func (x *SearchHashByTextRequest) Reset()

func (*SearchHashByTextRequest) String

func (x *SearchHashByTextRequest) String() string

type SearchHashByTextResponse

type SearchHashByTextResponse struct {
	Results []*SearchResults `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchHashByTextResponse) Descriptor deprecated

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

Deprecated: Use SearchHashByTextResponse.ProtoReflect.Descriptor instead.

func (*SearchHashByTextResponse) GetResults

func (x *SearchHashByTextResponse) GetResults() []*SearchResults

func (*SearchHashByTextResponse) ProtoMessage

func (*SearchHashByTextResponse) ProtoMessage()

func (*SearchHashByTextResponse) ProtoReflect

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

func (*SearchHashByTextResponse) Reset

func (x *SearchHashByTextResponse) Reset()

func (*SearchHashByTextResponse) String

func (x *SearchHashByTextResponse) String() string

type SearchResults

type SearchResults struct {
	Hash        string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	HashType    string `protobuf:"bytes,2,opt,name=hash_type,json=hashType,proto3" json:"hash_type,omitempty"`
	BlockHeight string `protobuf:"bytes,3,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchResults) Descriptor deprecated

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

Deprecated: Use SearchResults.ProtoReflect.Descriptor instead.

func (*SearchResults) GetBlockHeight added in v0.0.6

func (x *SearchResults) GetBlockHeight() string

func (*SearchResults) GetHash

func (x *SearchResults) GetHash() string

func (*SearchResults) GetHashType

func (x *SearchResults) GetHashType() string

func (*SearchResults) ProtoMessage

func (*SearchResults) ProtoMessage()

func (*SearchResults) ProtoReflect

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

func (*SearchResults) Reset

func (x *SearchResults) Reset()

func (*SearchResults) String

func (x *SearchResults) String() string

type SignerAddress

type SignerAddress struct {
	Address string                 `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Time    *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
	Rank    int64                  `protobuf:"varint,3,opt,name=rank,proto3" json:"rank,omitempty"`
	// contains filtered or unexported fields
}

func (*SignerAddress) Descriptor deprecated

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

Deprecated: Use SignerAddress.ProtoReflect.Descriptor instead.

func (*SignerAddress) GetAddress

func (x *SignerAddress) GetAddress() string

func (*SignerAddress) GetRank

func (x *SignerAddress) GetRank() int64

func (*SignerAddress) GetTime

func (x *SignerAddress) GetTime() *timestamppb.Timestamp

func (*SignerAddress) ProtoMessage

func (*SignerAddress) ProtoMessage()

func (*SignerAddress) ProtoReflect

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

func (*SignerAddress) Reset

func (x *SignerAddress) Reset()

func (*SignerAddress) String

func (x *SignerAddress) String() string

type SignerInfo

type SignerInfo struct {
	Address  string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	ModeInfo string `protobuf:"bytes,2,opt,name=mode_info,json=modeInfo,proto3" json:"mode_info,omitempty"`
	Sequence int64  `protobuf:"varint,3,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*SignerInfo) Descriptor deprecated

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

Deprecated: Use SignerInfo.ProtoReflect.Descriptor instead.

func (*SignerInfo) GetAddress

func (x *SignerInfo) GetAddress() string

func (*SignerInfo) GetModeInfo

func (x *SignerInfo) GetModeInfo() string

func (*SignerInfo) GetSequence

func (x *SignerInfo) GetSequence() int64

func (*SignerInfo) ProtoMessage

func (*SignerInfo) ProtoMessage()

func (*SignerInfo) ProtoReflect

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

func (*SignerInfo) Reset

func (x *SignerInfo) Reset()

func (*SignerInfo) String

func (x *SignerInfo) String() string

type TotalBlocksRequest

type TotalBlocksRequest struct {
	To *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=to,proto3" json:"to,omitempty"`
	// contains filtered or unexported fields
}

func (*TotalBlocksRequest) Descriptor deprecated

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

Deprecated: Use TotalBlocksRequest.ProtoReflect.Descriptor instead.

func (*TotalBlocksRequest) GetTo

func (*TotalBlocksRequest) ProtoMessage

func (*TotalBlocksRequest) ProtoMessage()

func (*TotalBlocksRequest) ProtoReflect

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

func (*TotalBlocksRequest) Reset

func (x *TotalBlocksRequest) Reset()

func (*TotalBlocksRequest) String

func (x *TotalBlocksRequest) String() string

type TotalBlocksResponse

type TotalBlocksResponse struct {
	Height      int64  `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Count24H    int64  `protobuf:"varint,2,opt,name=count24H,proto3" json:"count24H,omitempty"`
	Time        int64  `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	TotalFee24H string `protobuf:"bytes,4,opt,name=totalFee24H,proto3" json:"totalFee24H,omitempty"`
	Count48H    int64  `protobuf:"varint,5,opt,name=count48H,proto3" json:"count48H,omitempty"`
	// contains filtered or unexported fields
}

func (*TotalBlocksResponse) Descriptor deprecated

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

Deprecated: Use TotalBlocksResponse.ProtoReflect.Descriptor instead.

func (*TotalBlocksResponse) GetCount24H

func (x *TotalBlocksResponse) GetCount24H() int64

func (*TotalBlocksResponse) GetCount48H

func (x *TotalBlocksResponse) GetCount48H() int64

func (*TotalBlocksResponse) GetHeight

func (x *TotalBlocksResponse) GetHeight() int64

func (*TotalBlocksResponse) GetTime

func (x *TotalBlocksResponse) GetTime() int64

func (*TotalBlocksResponse) GetTotalFee24H

func (x *TotalBlocksResponse) GetTotalFee24H() string

func (*TotalBlocksResponse) ProtoMessage

func (*TotalBlocksResponse) ProtoMessage()

func (*TotalBlocksResponse) ProtoReflect

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

func (*TotalBlocksResponse) Reset

func (x *TotalBlocksResponse) Reset()

func (*TotalBlocksResponse) String

func (x *TotalBlocksResponse) String() string

type TotalTransactionsRequest

type TotalTransactionsRequest struct {
	To *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=to,proto3" json:"to,omitempty"`
	// contains filtered or unexported fields
}

func (*TotalTransactionsRequest) Descriptor deprecated

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

Deprecated: Use TotalTransactionsRequest.ProtoReflect.Descriptor instead.

func (*TotalTransactionsRequest) GetTo

func (*TotalTransactionsRequest) ProtoMessage

func (*TotalTransactionsRequest) ProtoMessage()

func (*TotalTransactionsRequest) ProtoReflect

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

func (*TotalTransactionsRequest) Reset

func (x *TotalTransactionsRequest) Reset()

func (*TotalTransactionsRequest) String

func (x *TotalTransactionsRequest) String() string

type TotalTransactionsResponse

type TotalTransactionsResponse struct {
	Total     string `protobuf:"bytes,1,opt,name=total,proto3" json:"total,omitempty"`
	Total24H  string `protobuf:"bytes,2,opt,name=total24h,proto3" json:"total24h,omitempty"`
	Total30D  string `protobuf:"bytes,3,opt,name=total30d,proto3" json:"total30d,omitempty"`
	Volume24H string `protobuf:"bytes,4,opt,name=volume24h,proto3" json:"volume24h,omitempty"`
	Volume30D string `protobuf:"bytes,5,opt,name=volume30d,proto3" json:"volume30d,omitempty"`
	Total48H  string `protobuf:"bytes,6,opt,name=total48h,proto3" json:"total48h,omitempty"`
	// contains filtered or unexported fields
}

func (*TotalTransactionsResponse) Descriptor deprecated

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

Deprecated: Use TotalTransactionsResponse.ProtoReflect.Descriptor instead.

func (*TotalTransactionsResponse) GetTotal

func (x *TotalTransactionsResponse) GetTotal() string

func (*TotalTransactionsResponse) GetTotal24H

func (x *TotalTransactionsResponse) GetTotal24H() string

func (*TotalTransactionsResponse) GetTotal30D

func (x *TotalTransactionsResponse) GetTotal30D() string

func (*TotalTransactionsResponse) GetTotal48H

func (x *TotalTransactionsResponse) GetTotal48H() string

func (*TotalTransactionsResponse) GetVolume24H

func (x *TotalTransactionsResponse) GetVolume24H() string

func (*TotalTransactionsResponse) GetVolume30D

func (x *TotalTransactionsResponse) GetVolume30D() string

func (*TotalTransactionsResponse) ProtoMessage

func (*TotalTransactionsResponse) ProtoMessage()

func (*TotalTransactionsResponse) ProtoReflect

func (*TotalTransactionsResponse) Reset

func (x *TotalTransactionsResponse) Reset()

func (*TotalTransactionsResponse) String

func (x *TotalTransactionsResponse) String() string

type TotalWallets

type TotalWallets struct {
	Total     int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	Count_24H int64 `protobuf:"varint,2,opt,name=count_24H,json=count24H,proto3" json:"count_24H,omitempty"`
	Count_48H int64 `protobuf:"varint,3,opt,name=count_48H,json=count48H,proto3" json:"count_48H,omitempty"`
	Count_30D int64 `protobuf:"varint,4,opt,name=count_30D,json=count30D,proto3" json:"count_30D,omitempty"`
	// contains filtered or unexported fields
}

func (*TotalWallets) Descriptor deprecated

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

Deprecated: Use TotalWallets.ProtoReflect.Descriptor instead.

func (*TotalWallets) GetCount_24H

func (x *TotalWallets) GetCount_24H() int64

func (*TotalWallets) GetCount_30D added in v0.0.40

func (x *TotalWallets) GetCount_30D() int64

func (*TotalWallets) GetCount_48H

func (x *TotalWallets) GetCount_48H() int64

func (*TotalWallets) GetTotal

func (x *TotalWallets) GetTotal() int64

func (*TotalWallets) ProtoMessage

func (*TotalWallets) ProtoMessage()

func (*TotalWallets) ProtoReflect

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

func (*TotalWallets) Reset

func (x *TotalWallets) Reset()

func (*TotalWallets) String

func (x *TotalWallets) String() string

type TransactionRawLogRequest

type TransactionRawLogRequest struct {
	TxHash string `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionRawLogRequest) Descriptor deprecated

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

Deprecated: Use TransactionRawLogRequest.ProtoReflect.Descriptor instead.

func (*TransactionRawLogRequest) GetTxHash

func (x *TransactionRawLogRequest) GetTxHash() string

func (*TransactionRawLogRequest) ProtoMessage

func (*TransactionRawLogRequest) ProtoMessage()

func (*TransactionRawLogRequest) ProtoReflect

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

func (*TransactionRawLogRequest) Reset

func (x *TransactionRawLogRequest) Reset()

func (*TransactionRawLogRequest) String

func (x *TransactionRawLogRequest) String() string

type TransactionRawLogResponse

type TransactionRawLogResponse struct {
	RawLog []byte `protobuf:"bytes,1,opt,name=raw_log,json=rawLog,proto3" json:"raw_log,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionRawLogResponse) Descriptor deprecated

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

Deprecated: Use TransactionRawLogResponse.ProtoReflect.Descriptor instead.

func (*TransactionRawLogResponse) GetRawLog

func (x *TransactionRawLogResponse) GetRawLog() []byte

func (*TransactionRawLogResponse) ProtoMessage

func (*TransactionRawLogResponse) ProtoMessage()

func (*TransactionRawLogResponse) ProtoReflect

func (*TransactionRawLogResponse) Reset

func (x *TransactionRawLogResponse) Reset()

func (*TransactionRawLogResponse) String

func (x *TransactionRawLogResponse) String() string

type TransactionSignersRequest

type TransactionSignersRequest struct {
	TxHash string `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionSignersRequest) Descriptor deprecated

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

Deprecated: Use TransactionSignersRequest.ProtoReflect.Descriptor instead.

func (*TransactionSignersRequest) GetTxHash

func (x *TransactionSignersRequest) GetTxHash() string

func (*TransactionSignersRequest) ProtoMessage

func (*TransactionSignersRequest) ProtoMessage()

func (*TransactionSignersRequest) ProtoReflect

func (*TransactionSignersRequest) Reset

func (x *TransactionSignersRequest) Reset()

func (*TransactionSignersRequest) String

func (x *TransactionSignersRequest) String() string

type TransactionSignersResponse

type TransactionSignersResponse struct {
	Signers []*SignerInfo `protobuf:"bytes,1,rep,name=signers,proto3" json:"signers,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionSignersResponse) Descriptor deprecated

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

Deprecated: Use TransactionSignersResponse.ProtoReflect.Descriptor instead.

func (*TransactionSignersResponse) GetSigners

func (x *TransactionSignersResponse) GetSigners() []*SignerInfo

func (*TransactionSignersResponse) ProtoMessage

func (*TransactionSignersResponse) ProtoMessage()

func (*TransactionSignersResponse) ProtoReflect

func (*TransactionSignersResponse) Reset

func (x *TransactionSignersResponse) Reset()

func (*TransactionSignersResponse) String

func (x *TransactionSignersResponse) String() string

type TransactionsByEventValueRequest added in v0.0.32

type TransactionsByEventValueRequest struct {
	Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	Type   []string `protobuf:"bytes,2,rep,name=type,proto3" json:"type,omitempty"`
	Limit  *Limit   `protobuf:"bytes,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionsByEventValueRequest) Descriptor deprecated added in v0.0.32

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

Deprecated: Use TransactionsByEventValueRequest.ProtoReflect.Descriptor instead.

func (*TransactionsByEventValueRequest) GetLimit added in v0.0.32

func (x *TransactionsByEventValueRequest) GetLimit() *Limit

func (*TransactionsByEventValueRequest) GetType added in v0.0.32

func (x *TransactionsByEventValueRequest) GetType() []string

func (*TransactionsByEventValueRequest) GetValues added in v0.0.32

func (x *TransactionsByEventValueRequest) GetValues() []string

func (*TransactionsByEventValueRequest) ProtoMessage added in v0.0.32

func (*TransactionsByEventValueRequest) ProtoMessage()

func (*TransactionsByEventValueRequest) ProtoReflect added in v0.0.32

func (*TransactionsByEventValueRequest) Reset added in v0.0.32

func (*TransactionsByEventValueRequest) String added in v0.0.32

type TransactionsByEventValueResponse added in v0.0.32

type TransactionsByEventValueResponse struct {
	Data   []*TxByHash `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Result *Result     `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionsByEventValueResponse) Descriptor deprecated added in v0.0.32

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

Deprecated: Use TransactionsByEventValueResponse.ProtoReflect.Descriptor instead.

func (*TransactionsByEventValueResponse) GetData added in v0.0.32

func (*TransactionsByEventValueResponse) GetResult added in v0.0.32

func (x *TransactionsByEventValueResponse) GetResult() *Result

func (*TransactionsByEventValueResponse) ProtoMessage added in v0.0.32

func (*TransactionsByEventValueResponse) ProtoMessage()

func (*TransactionsByEventValueResponse) ProtoReflect added in v0.0.32

func (*TransactionsByEventValueResponse) Reset added in v0.0.32

func (*TransactionsByEventValueResponse) String added in v0.0.32

type TransactionsRequest

type TransactionsRequest struct {
	Limit *Limit `protobuf:"bytes,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionsRequest) Descriptor deprecated

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

Deprecated: Use TransactionsRequest.ProtoReflect.Descriptor instead.

func (*TransactionsRequest) GetLimit

func (x *TransactionsRequest) GetLimit() *Limit

func (*TransactionsRequest) ProtoMessage

func (*TransactionsRequest) ProtoMessage()

func (*TransactionsRequest) ProtoReflect

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 {
	Tx     []*TxByHash `protobuf:"bytes,1,rep,name=tx,proto3" json:"tx,omitempty"`
	Result *Result     `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionsResponse) Descriptor deprecated

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

Deprecated: Use TransactionsResponse.ProtoReflect.Descriptor instead.

func (*TransactionsResponse) GetResult

func (x *TransactionsResponse) GetResult() *Result

func (*TransactionsResponse) GetTx

func (x *TransactionsResponse) GetTx() []*TxByHash

func (*TransactionsResponse) ProtoMessage

func (*TransactionsResponse) ProtoMessage()

func (*TransactionsResponse) ProtoReflect

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

func (*TransactionsResponse) Reset

func (x *TransactionsResponse) Reset()

func (*TransactionsResponse) String

func (x *TransactionsResponse) String() string

type TxAuthInfo

type TxAuthInfo struct {
	PublicKey   []string      `protobuf:"bytes,1,rep,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Fee         *TxFee        `protobuf:"bytes,2,opt,name=fee,proto3" json:"fee,omitempty"`
	Signatures  [][]byte      `protobuf:"bytes,3,rep,name=signatures,proto3" json:"signatures,omitempty"`
	Tip         *TxTip        `protobuf:"bytes,4,opt,name=tip,proto3" json:"tip,omitempty"`
	SignerInfos []*SignerInfo `protobuf:"bytes,5,rep,name=signer_infos,json=signerInfos,proto3" json:"signer_infos,omitempty"`
	// contains filtered or unexported fields
}

func (*TxAuthInfo) Descriptor deprecated

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

Deprecated: Use TxAuthInfo.ProtoReflect.Descriptor instead.

func (*TxAuthInfo) GetFee

func (x *TxAuthInfo) GetFee() *TxFee

func (*TxAuthInfo) GetPublicKey

func (x *TxAuthInfo) GetPublicKey() []string

func (*TxAuthInfo) GetSignatures

func (x *TxAuthInfo) GetSignatures() [][]byte

func (*TxAuthInfo) GetSignerInfos

func (x *TxAuthInfo) GetSignerInfos() []*SignerInfo

func (*TxAuthInfo) GetTip

func (x *TxAuthInfo) GetTip() *TxTip

func (*TxAuthInfo) ProtoMessage

func (*TxAuthInfo) ProtoMessage()

func (*TxAuthInfo) ProtoReflect

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

func (*TxAuthInfo) Reset

func (x *TxAuthInfo) Reset()

func (*TxAuthInfo) String

func (x *TxAuthInfo) String() string

type TxByDay

type TxByDay struct {
	TxNum int32                  `protobuf:"varint,1,opt,name=tx_num,json=txNum,proto3" json:"tx_num,omitempty"`
	Day   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=day,proto3" json:"day,omitempty"`
	// contains filtered or unexported fields
}

func (*TxByDay) Descriptor deprecated

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

Deprecated: Use TxByDay.ProtoReflect.Descriptor instead.

func (*TxByDay) GetDay

func (x *TxByDay) GetDay() *timestamppb.Timestamp

func (*TxByDay) GetTxNum

func (x *TxByDay) GetTxNum() int32

func (*TxByDay) ProtoMessage

func (*TxByDay) ProtoMessage()

func (*TxByDay) ProtoReflect

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

func (*TxByDay) Reset

func (x *TxByDay) Reset()

func (*TxByDay) String

func (x *TxByDay) String() string

type TxByHash

type TxByHash struct {
	Messages                    []string          `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	Memo                        string            `protobuf:"bytes,2,opt,name=memo,proto3" json:"memo,omitempty"`
	TimeoutHeight               string            `protobuf:"bytes,3,opt,name=timeout_height,json=timeoutHeight,proto3" json:"timeout_height,omitempty"`
	ExtensionOptions            []string          `protobuf:"bytes,4,rep,name=extension_options,json=extensionOptions,proto3" json:"extension_options,omitempty"`
	NonCriticalExtensionOptions []string          `` /* 146-byte string literal not displayed */
	AuthInfo                    *TxAuthInfo       `protobuf:"bytes,6,opt,name=auth_info,json=authInfo,proto3" json:"auth_info,omitempty"`
	TxResponse                  *TxResponse       `protobuf:"bytes,7,opt,name=tx_response,json=txResponse,proto3" json:"tx_response,omitempty"`
	Block                       *Block            `protobuf:"bytes,8,opt,name=block,proto3" json:"block,omitempty"`
	Fees                        []*Fee            `protobuf:"bytes,9,rep,name=fees,proto3" json:"fees,omitempty"`
	SenderReceiver              *TxSenderReceiver `protobuf:"bytes,10,opt,name=sender_receiver,json=senderReceiver,proto3,oneof" json:"sender_receiver,omitempty"`
	Events                      []*TxEvent        `protobuf:"bytes,11,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*TxByHash) Descriptor deprecated

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

Deprecated: Use TxByHash.ProtoReflect.Descriptor instead.

func (*TxByHash) GetAuthInfo

func (x *TxByHash) GetAuthInfo() *TxAuthInfo

func (*TxByHash) GetBlock

func (x *TxByHash) GetBlock() *Block

func (*TxByHash) GetEvents added in v0.0.32

func (x *TxByHash) GetEvents() []*TxEvent

func (*TxByHash) GetExtensionOptions

func (x *TxByHash) GetExtensionOptions() []string

func (*TxByHash) GetFees

func (x *TxByHash) GetFees() []*Fee

func (*TxByHash) GetMemo

func (x *TxByHash) GetMemo() string

func (*TxByHash) GetMessages

func (x *TxByHash) GetMessages() []string

func (*TxByHash) GetNonCriticalExtensionOptions

func (x *TxByHash) GetNonCriticalExtensionOptions() []string

func (*TxByHash) GetSenderReceiver

func (x *TxByHash) GetSenderReceiver() *TxSenderReceiver

func (*TxByHash) GetTimeoutHeight

func (x *TxByHash) GetTimeoutHeight() string

func (*TxByHash) GetTxResponse

func (x *TxByHash) GetTxResponse() *TxResponse

func (*TxByHash) ProtoMessage

func (*TxByHash) ProtoMessage()

func (*TxByHash) ProtoReflect

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

func (*TxByHash) Reset

func (x *TxByHash) Reset()

func (*TxByHash) String

func (x *TxByHash) String() string

type TxByHashRequest

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

func (*TxByHashRequest) Descriptor deprecated

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

Deprecated: Use TxByHashRequest.ProtoReflect.Descriptor instead.

func (*TxByHashRequest) GetHash

func (x *TxByHashRequest) GetHash() string

func (*TxByHashRequest) ProtoMessage

func (*TxByHashRequest) ProtoMessage()

func (*TxByHashRequest) ProtoReflect

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

func (*TxByHashRequest) Reset

func (x *TxByHashRequest) Reset()

func (*TxByHashRequest) String

func (x *TxByHashRequest) String() string

type TxByHashResponse

type TxByHashResponse struct {
	Tx *TxByHash `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
	// contains filtered or unexported fields
}

func (*TxByHashResponse) Descriptor deprecated

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

Deprecated: Use TxByHashResponse.ProtoReflect.Descriptor instead.

func (*TxByHashResponse) GetTx

func (x *TxByHashResponse) GetTx() *TxByHash

func (*TxByHashResponse) ProtoMessage

func (*TxByHashResponse) ProtoMessage()

func (*TxByHashResponse) ProtoReflect

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

func (*TxByHashResponse) Reset

func (x *TxByHashResponse) Reset()

func (*TxByHashResponse) String

func (x *TxByHashResponse) String() string

type TxChartByDayRequest

type TxChartByDayRequest struct {
	From *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	// contains filtered or unexported fields
}

func (*TxChartByDayRequest) Descriptor deprecated

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

Deprecated: Use TxChartByDayRequest.ProtoReflect.Descriptor instead.

func (*TxChartByDayRequest) GetFrom

func (*TxChartByDayRequest) GetTo

func (*TxChartByDayRequest) ProtoMessage

func (*TxChartByDayRequest) ProtoMessage()

func (*TxChartByDayRequest) ProtoReflect

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

func (*TxChartByDayRequest) Reset

func (x *TxChartByDayRequest) Reset()

func (*TxChartByDayRequest) String

func (x *TxChartByDayRequest) String() string

type TxChartByDayResponse

type TxChartByDayResponse struct {
	TxByDay []*TxByDay `protobuf:"bytes,1,rep,name=tx_by_day,json=txByDay,proto3" json:"tx_by_day,omitempty"`
	// contains filtered or unexported fields
}

func (*TxChartByDayResponse) Descriptor deprecated

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

Deprecated: Use TxChartByDayResponse.ProtoReflect.Descriptor instead.

func (*TxChartByDayResponse) GetTxByDay

func (x *TxChartByDayResponse) GetTxByDay() []*TxByDay

func (*TxChartByDayResponse) ProtoMessage

func (*TxChartByDayResponse) ProtoMessage()

func (*TxChartByDayResponse) ProtoReflect

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

func (*TxChartByDayResponse) Reset

func (x *TxChartByDayResponse) Reset()

func (*TxChartByDayResponse) String

func (x *TxChartByDayResponse) String() string

type TxEvent added in v0.0.32

type TxEvent struct {
	MessageType string `protobuf:"bytes,1,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	EventIndex  int32  `protobuf:"varint,2,opt,name=event_index,json=eventIndex,proto3" json:"event_index,omitempty"`
	Type        string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Index       int32  `protobuf:"varint,4,opt,name=index,proto3" json:"index,omitempty"`
	Value       string `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"`
	Key         string `protobuf:"bytes,6,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*TxEvent) Descriptor deprecated added in v0.0.32

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

Deprecated: Use TxEvent.ProtoReflect.Descriptor instead.

func (*TxEvent) GetEventIndex added in v0.0.32

func (x *TxEvent) GetEventIndex() int32

func (*TxEvent) GetIndex added in v0.0.32

func (x *TxEvent) GetIndex() int32

func (*TxEvent) GetKey added in v0.0.32

func (x *TxEvent) GetKey() string

func (*TxEvent) GetMessageType added in v0.0.32

func (x *TxEvent) GetMessageType() string

func (*TxEvent) GetType added in v0.0.32

func (x *TxEvent) GetType() string

func (*TxEvent) GetValue added in v0.0.32

func (x *TxEvent) GetValue() string

func (*TxEvent) ProtoMessage added in v0.0.32

func (*TxEvent) ProtoMessage()

func (*TxEvent) ProtoReflect added in v0.0.32

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

func (*TxEvent) Reset added in v0.0.32

func (x *TxEvent) Reset()

func (*TxEvent) String added in v0.0.32

func (x *TxEvent) String() string

type TxFee

type TxFee struct {
	Amount   []*Denom `protobuf:"bytes,1,rep,name=amount,proto3" json:"amount,omitempty"`
	GasLimit string   `protobuf:"bytes,2,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"`
	Payer    string   `protobuf:"bytes,3,opt,name=payer,proto3" json:"payer,omitempty"`
	Granter  string   `protobuf:"bytes,4,opt,name=granter,proto3" json:"granter,omitempty"`
	// contains filtered or unexported fields
}

func (*TxFee) Descriptor deprecated

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

Deprecated: Use TxFee.ProtoReflect.Descriptor instead.

func (*TxFee) GetAmount

func (x *TxFee) GetAmount() []*Denom

func (*TxFee) GetGasLimit

func (x *TxFee) GetGasLimit() string

func (*TxFee) GetGranter

func (x *TxFee) GetGranter() string

func (*TxFee) GetPayer

func (x *TxFee) GetPayer() string

func (*TxFee) ProtoMessage

func (*TxFee) ProtoMessage()

func (*TxFee) ProtoReflect

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

func (*TxFee) Reset

func (x *TxFee) Reset()

func (*TxFee) String

func (x *TxFee) String() string

type TxLog

type TxLog struct {
	MsgIndex int32  `protobuf:"varint,1,opt,name=msg_index,json=msgIndex,proto3" json:"msg_index,omitempty"`
	Log      string `protobuf:"bytes,2,opt,name=log,proto3" json:"log,omitempty"`
	// contains filtered or unexported fields
}

func (*TxLog) Descriptor deprecated

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

Deprecated: Use TxLog.ProtoReflect.Descriptor instead.

func (*TxLog) GetLog

func (x *TxLog) GetLog() string

func (*TxLog) GetMsgIndex

func (x *TxLog) GetMsgIndex() int32

func (*TxLog) ProtoMessage

func (*TxLog) ProtoMessage()

func (*TxLog) ProtoReflect

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

func (*TxLog) Reset

func (x *TxLog) Reset()

func (*TxLog) String

func (x *TxLog) String() string

type TxResponse

type TxResponse struct {
	Height    string   `protobuf:"bytes,1,opt,name=height,proto3" json:"height,omitempty"`
	Txhash    string   `protobuf:"bytes,2,opt,name=txhash,proto3" json:"txhash,omitempty"`
	Codespace string   `protobuf:"bytes,3,opt,name=codespace,proto3" json:"codespace,omitempty"`
	Code      int32    `protobuf:"varint,4,opt,name=code,proto3" json:"code,omitempty"`
	Data      string   `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	RawLog    string   `protobuf:"bytes,6,opt,name=raw_log,json=rawLog,proto3" json:"raw_log,omitempty"`
	Logs      []*TxLog `protobuf:"bytes,7,rep,name=logs,proto3" json:"logs,omitempty"`
	Info      string   `protobuf:"bytes,8,opt,name=info,proto3" json:"info,omitempty"`
	GasWanted string   `protobuf:"bytes,9,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"`
	GasUsed   string   `protobuf:"bytes,10,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
	Timestamp string   `protobuf:"bytes,11,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*TxResponse) Descriptor deprecated

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

Deprecated: Use TxResponse.ProtoReflect.Descriptor instead.

func (*TxResponse) GetCode

func (x *TxResponse) GetCode() int32

func (*TxResponse) GetCodespace

func (x *TxResponse) GetCodespace() string

func (*TxResponse) GetData

func (x *TxResponse) GetData() string

func (*TxResponse) GetGasUsed

func (x *TxResponse) GetGasUsed() string

func (*TxResponse) GetGasWanted

func (x *TxResponse) GetGasWanted() string

func (*TxResponse) GetHeight

func (x *TxResponse) GetHeight() string

func (*TxResponse) GetInfo

func (x *TxResponse) GetInfo() string

func (*TxResponse) GetLogs

func (x *TxResponse) GetLogs() []*TxLog

func (*TxResponse) GetRawLog

func (x *TxResponse) GetRawLog() string

func (*TxResponse) GetTimestamp

func (x *TxResponse) GetTimestamp() string

func (*TxResponse) GetTxhash

func (x *TxResponse) GetTxhash() string

func (*TxResponse) ProtoMessage

func (*TxResponse) ProtoMessage()

func (*TxResponse) ProtoReflect

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

func (*TxResponse) Reset

func (x *TxResponse) Reset()

func (*TxResponse) String

func (x *TxResponse) String() string

type TxSenderReceiver

type TxSenderReceiver struct {
	MessageType string `protobuf:"bytes,1,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	Sender      string `protobuf:"bytes,2,opt,name=sender,proto3" json:"sender,omitempty"`
	Receiver    string `protobuf:"bytes,3,opt,name=receiver,proto3" json:"receiver,omitempty"`
	Amount      string `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"`
	Denom       string `protobuf:"bytes,5,opt,name=denom,proto3" json:"denom,omitempty"`
	// contains filtered or unexported fields
}

func (*TxSenderReceiver) Descriptor deprecated

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

Deprecated: Use TxSenderReceiver.ProtoReflect.Descriptor instead.

func (*TxSenderReceiver) GetAmount

func (x *TxSenderReceiver) GetAmount() string

func (*TxSenderReceiver) GetDenom added in v0.0.16

func (x *TxSenderReceiver) GetDenom() string

func (*TxSenderReceiver) GetMessageType

func (x *TxSenderReceiver) GetMessageType() string

func (*TxSenderReceiver) GetReceiver

func (x *TxSenderReceiver) GetReceiver() string

func (*TxSenderReceiver) GetSender

func (x *TxSenderReceiver) GetSender() string

func (*TxSenderReceiver) ProtoMessage

func (*TxSenderReceiver) ProtoMessage()

func (*TxSenderReceiver) ProtoReflect

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

func (*TxSenderReceiver) Reset

func (x *TxSenderReceiver) Reset()

func (*TxSenderReceiver) String

func (x *TxSenderReceiver) String() string

type TxTip

type TxTip struct {
	Amount []*Denom `protobuf:"bytes,1,rep,name=amount,proto3" json:"amount,omitempty"`
	Tipper string   `protobuf:"bytes,2,opt,name=tipper,proto3" json:"tipper,omitempty"`
	// contains filtered or unexported fields
}

func (*TxTip) Descriptor deprecated

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

Deprecated: Use TxTip.ProtoReflect.Descriptor instead.

func (*TxTip) GetAmount

func (x *TxTip) GetAmount() []*Denom

func (*TxTip) GetTipper

func (x *TxTip) GetTipper() string

func (*TxTip) ProtoMessage

func (*TxTip) ProtoMessage()

func (*TxTip) ProtoReflect

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

func (*TxTip) Reset

func (x *TxTip) Reset()

func (*TxTip) String

func (x *TxTip) String() string

type TxsByBlockRequest

type TxsByBlockRequest struct {
	BlockHeight int64  `protobuf:"varint,1,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	Limit       *Limit `protobuf:"bytes,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*TxsByBlockRequest) Descriptor deprecated

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

Deprecated: Use TxsByBlockRequest.ProtoReflect.Descriptor instead.

func (*TxsByBlockRequest) GetBlockHeight

func (x *TxsByBlockRequest) GetBlockHeight() int64

func (*TxsByBlockRequest) GetLimit

func (x *TxsByBlockRequest) GetLimit() *Limit

func (*TxsByBlockRequest) ProtoMessage

func (*TxsByBlockRequest) ProtoMessage()

func (*TxsByBlockRequest) ProtoReflect

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

func (*TxsByBlockRequest) Reset

func (x *TxsByBlockRequest) Reset()

func (*TxsByBlockRequest) String

func (x *TxsByBlockRequest) String() string

type TxsByBlockResponse

type TxsByBlockResponse struct {
	Data   []*TxByHash `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Result *Result     `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*TxsByBlockResponse) Descriptor deprecated

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

Deprecated: Use TxsByBlockResponse.ProtoReflect.Descriptor instead.

func (*TxsByBlockResponse) GetData

func (x *TxsByBlockResponse) GetData() []*TxByHash

func (*TxsByBlockResponse) GetResult

func (x *TxsByBlockResponse) GetResult() *Result

func (*TxsByBlockResponse) ProtoMessage

func (*TxsByBlockResponse) ProtoMessage()

func (*TxsByBlockResponse) ProtoReflect

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

func (*TxsByBlockResponse) Reset

func (x *TxsByBlockResponse) Reset()

func (*TxsByBlockResponse) String

func (x *TxsByBlockResponse) String() string

type TxsByHour added in v0.0.8

type TxsByHour struct {
	TxNum int64                  `protobuf:"varint,1,opt,name=tx_num,json=txNum,proto3" json:"tx_num,omitempty"`
	Hour  *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=hour,proto3" json:"hour,omitempty"`
	// contains filtered or unexported fields
}

func (*TxsByHour) Descriptor deprecated added in v0.0.8

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

Deprecated: Use TxsByHour.ProtoReflect.Descriptor instead.

func (*TxsByHour) GetHour added in v0.0.8

func (x *TxsByHour) GetHour() *timestamppb.Timestamp

func (*TxsByHour) GetTxNum added in v0.0.8

func (x *TxsByHour) GetTxNum() int64

func (*TxsByHour) ProtoMessage added in v0.0.8

func (*TxsByHour) ProtoMessage()

func (*TxsByHour) ProtoReflect added in v0.0.8

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

func (*TxsByHour) Reset added in v0.0.8

func (x *TxsByHour) Reset()

func (*TxsByHour) String added in v0.0.8

func (x *TxsByHour) String() string

type TxsVolumeByHour added in v0.0.8

type TxsVolumeByHour struct {
	TxVolume string                 `protobuf:"bytes,1,opt,name=tx_volume,json=txVolume,proto3" json:"tx_volume,omitempty"`
	Hour     *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=hour,proto3" json:"hour,omitempty"`
	// contains filtered or unexported fields
}

func (*TxsVolumeByHour) Descriptor deprecated added in v0.0.8

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

Deprecated: Use TxsVolumeByHour.ProtoReflect.Descriptor instead.

func (*TxsVolumeByHour) GetHour added in v0.0.8

func (x *TxsVolumeByHour) GetHour() *timestamppb.Timestamp

func (*TxsVolumeByHour) GetTxVolume added in v0.0.8

func (x *TxsVolumeByHour) GetTxVolume() string

func (*TxsVolumeByHour) ProtoMessage added in v0.0.8

func (*TxsVolumeByHour) ProtoMessage()

func (*TxsVolumeByHour) ProtoReflect added in v0.0.8

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

func (*TxsVolumeByHour) Reset added in v0.0.8

func (x *TxsVolumeByHour) Reset()

func (*TxsVolumeByHour) String added in v0.0.8

func (x *TxsVolumeByHour) String() string

type UnimplementedBlocksServiceServer

type UnimplementedBlocksServiceServer struct {
}

UnimplementedBlocksServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedBlocksServiceServer) BlockInfo

func (UnimplementedBlocksServiceServer) BlockInfoByHash

func (UnimplementedBlocksServiceServer) BlockSignatures

func (UnimplementedBlocksServiceServer) BlockUpTime added in v0.0.24

func (UnimplementedBlocksServiceServer) CacheAggregated

func (UnimplementedBlocksServiceServer) CacheGetBlocks

func (UnimplementedBlocksServiceServer) CacheTransactions

func (UnimplementedBlocksServiceServer) ChartTransactionsByHour added in v0.0.8

func (UnimplementedBlocksServiceServer) ChartTransactionsVolume added in v0.0.8

func (UnimplementedBlocksServiceServer) GetBlocks

func (UnimplementedBlocksServiceServer) GetPowerEvents added in v0.0.29

func (UnimplementedBlocksServiceServer) GetValidatorHistoryEvents added in v0.0.30

func (UnimplementedBlocksServiceServer) GetVotes added in v0.0.27

func (UnimplementedBlocksServiceServer) GetVotesByAccounts added in v0.0.32

func (UnimplementedBlocksServiceServer) GetWalletsCountPerPeriod added in v0.0.40

func (UnimplementedBlocksServiceServer) GetWalletsWithTx added in v0.0.40

func (UnimplementedBlocksServiceServer) SearchHashByText

func (UnimplementedBlocksServiceServer) TotalBlocks

func (UnimplementedBlocksServiceServer) TotalTransactions

func (UnimplementedBlocksServiceServer) TransactionRawLog

func (UnimplementedBlocksServiceServer) TransactionSigners

func (UnimplementedBlocksServiceServer) Transactions

func (UnimplementedBlocksServiceServer) TransactionsByEventValue added in v0.0.32

func (UnimplementedBlocksServiceServer) TxByHash

func (UnimplementedBlocksServiceServer) TxChartByDay

func (UnimplementedBlocksServiceServer) TxsByBlock

func (UnimplementedBlocksServiceServer) UptimeByBlocks added in v0.0.25

type UnsafeBlocksServiceServer

type UnsafeBlocksServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBlocksServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BlocksServiceServer will result in compilation errors.

type UptimeByBlocksRequest added in v0.0.25

type UptimeByBlocksRequest struct {
	BlockWindow      int64  `protobuf:"varint,1,opt,name=block_window,json=blockWindow,proto3" json:"block_window,omitempty"`
	BlockHeight      int64  `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	ValidatorAddress string `protobuf:"bytes,3,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	// contains filtered or unexported fields
}

func (*UptimeByBlocksRequest) Descriptor deprecated added in v0.0.25

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

Deprecated: Use UptimeByBlocksRequest.ProtoReflect.Descriptor instead.

func (*UptimeByBlocksRequest) GetBlockHeight added in v0.0.25

func (x *UptimeByBlocksRequest) GetBlockHeight() int64

func (*UptimeByBlocksRequest) GetBlockWindow added in v0.0.25

func (x *UptimeByBlocksRequest) GetBlockWindow() int64

func (*UptimeByBlocksRequest) GetValidatorAddress added in v0.0.25

func (x *UptimeByBlocksRequest) GetValidatorAddress() string

func (*UptimeByBlocksRequest) ProtoMessage added in v0.0.25

func (*UptimeByBlocksRequest) ProtoMessage()

func (*UptimeByBlocksRequest) ProtoReflect added in v0.0.25

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

func (*UptimeByBlocksRequest) Reset added in v0.0.25

func (x *UptimeByBlocksRequest) Reset()

func (*UptimeByBlocksRequest) String added in v0.0.25

func (x *UptimeByBlocksRequest) String() string

type UptimeByBlocksResponse added in v0.0.25

type UptimeByBlocksResponse struct {
	Blocks []*BlockSigned `protobuf:"bytes,1,rep,name=blocks,proto3" json:"blocks,omitempty"`
	Uptime float32        `protobuf:"fixed32,2,opt,name=uptime,proto3" json:"uptime,omitempty"`
	// contains filtered or unexported fields
}

func (*UptimeByBlocksResponse) Descriptor deprecated added in v0.0.25

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

Deprecated: Use UptimeByBlocksResponse.ProtoReflect.Descriptor instead.

func (*UptimeByBlocksResponse) GetBlocks added in v0.0.25

func (x *UptimeByBlocksResponse) GetBlocks() []*BlockSigned

func (*UptimeByBlocksResponse) GetUptime added in v0.0.25

func (x *UptimeByBlocksResponse) GetUptime() float32

func (*UptimeByBlocksResponse) ProtoMessage added in v0.0.25

func (*UptimeByBlocksResponse) ProtoMessage()

func (*UptimeByBlocksResponse) ProtoReflect added in v0.0.25

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

func (*UptimeByBlocksResponse) Reset added in v0.0.25

func (x *UptimeByBlocksResponse) Reset()

func (*UptimeByBlocksResponse) String added in v0.0.25

func (x *UptimeByBlocksResponse) String() string

type VotesTransaction added in v0.0.27

type VotesTransaction struct {
	BlockHeight int64                  `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	Time        *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
	TxHash      string                 `protobuf:"bytes,3,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	ProposalId  int32                  `protobuf:"varint,4,opt,name=proposal_id,json=proposalId,proto3" json:"proposal_id,omitempty"`
	Voter       string                 `protobuf:"bytes,5,opt,name=voter,proto3" json:"voter,omitempty"`
	Option      string                 `protobuf:"bytes,6,opt,name=option,proto3" json:"option,omitempty"`
	Weight      string                 `protobuf:"bytes,7,opt,name=weight,proto3" json:"weight,omitempty"`
	// contains filtered or unexported fields
}

func (*VotesTransaction) Descriptor deprecated added in v0.0.27

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

Deprecated: Use VotesTransaction.ProtoReflect.Descriptor instead.

func (*VotesTransaction) GetBlockHeight added in v0.0.27

func (x *VotesTransaction) GetBlockHeight() int64

func (*VotesTransaction) GetOption added in v0.0.27

func (x *VotesTransaction) GetOption() string

func (*VotesTransaction) GetProposalId added in v0.0.27

func (x *VotesTransaction) GetProposalId() int32

func (*VotesTransaction) GetTime added in v0.0.27

func (x *VotesTransaction) GetTime() *timestamppb.Timestamp

func (*VotesTransaction) GetTxHash added in v0.0.27

func (x *VotesTransaction) GetTxHash() string

func (*VotesTransaction) GetVoter added in v0.0.27

func (x *VotesTransaction) GetVoter() string

func (*VotesTransaction) GetWeight added in v0.0.27

func (x *VotesTransaction) GetWeight() string

func (*VotesTransaction) ProtoMessage added in v0.0.27

func (*VotesTransaction) ProtoMessage()

func (*VotesTransaction) ProtoReflect added in v0.0.27

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

func (*VotesTransaction) Reset added in v0.0.27

func (x *VotesTransaction) Reset()

func (*VotesTransaction) String added in v0.0.27

func (x *VotesTransaction) String() string

type WalletWithTxs added in v0.0.40

type WalletWithTxs struct {
	Account string `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	TxCount int64  `protobuf:"varint,2,opt,name=tx_count,json=txCount,proto3" json:"tx_count,omitempty"`
	// contains filtered or unexported fields
}

func (*WalletWithTxs) Descriptor deprecated added in v0.0.40

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

Deprecated: Use WalletWithTxs.ProtoReflect.Descriptor instead.

func (*WalletWithTxs) GetAccount added in v0.0.40

func (x *WalletWithTxs) GetAccount() string

func (*WalletWithTxs) GetTxCount added in v0.0.40

func (x *WalletWithTxs) GetTxCount() int64

func (*WalletWithTxs) ProtoMessage added in v0.0.40

func (*WalletWithTxs) ProtoMessage()

func (*WalletWithTxs) ProtoReflect added in v0.0.40

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

func (*WalletWithTxs) Reset added in v0.0.40

func (x *WalletWithTxs) Reset()

func (*WalletWithTxs) String added in v0.0.40

func (x *WalletWithTxs) String() string

Jump to

Keyboard shortcuts

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