grpcpb

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2019 License: MIT Imports: 8 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterApiServiceServer

func RegisterApiServiceServer(s *grpc.Server, srv ApiServiceServer)

Types

type AccountCashoutResponse added in v1.0.2

type AccountCashoutResponse struct {
	AccountName          *prototype.AccountName `protobuf:"bytes,1,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	Reward               *prototype.Vest        `protobuf:"bytes,2,opt,name=reward,proto3" json:"reward,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*AccountCashoutResponse) Descriptor added in v1.0.2

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

func (*AccountCashoutResponse) GetAccountName added in v1.0.2

func (m *AccountCashoutResponse) GetAccountName() *prototype.AccountName

func (*AccountCashoutResponse) GetReward added in v1.0.2

func (m *AccountCashoutResponse) GetReward() *prototype.Vest

func (*AccountCashoutResponse) ProtoMessage added in v1.0.2

func (*AccountCashoutResponse) ProtoMessage()

func (*AccountCashoutResponse) Reset added in v1.0.2

func (m *AccountCashoutResponse) Reset()

func (*AccountCashoutResponse) String added in v1.0.2

func (m *AccountCashoutResponse) String() string

func (*AccountCashoutResponse) XXX_DiscardUnknown added in v1.0.2

func (m *AccountCashoutResponse) XXX_DiscardUnknown()

func (*AccountCashoutResponse) XXX_Marshal added in v1.0.2

func (m *AccountCashoutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountCashoutResponse) XXX_Merge added in v1.0.2

func (m *AccountCashoutResponse) XXX_Merge(src proto.Message)

func (*AccountCashoutResponse) XXX_Size added in v1.0.2

func (m *AccountCashoutResponse) XXX_Size() int

func (*AccountCashoutResponse) XXX_Unmarshal added in v1.0.2

func (m *AccountCashoutResponse) XXX_Unmarshal(b []byte) error

type AccountInfo added in v1.0.2

type AccountInfo struct {
	AccountName          *prototype.AccountName   `protobuf:"bytes,1,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	Coin                 *prototype.Coin          `protobuf:"bytes,2,opt,name=coin,proto3" json:"coin,omitempty"`
	Vest                 *prototype.Vest          `protobuf:"bytes,3,opt,name=vest,proto3" json:"vest,omitempty"`
	PublicKey            *prototype.PublicKeyType `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	CreatedTime          *prototype.TimePointSec  `protobuf:"bytes,5,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
	BlockProducer        *BlockProducerResponse   `protobuf:"bytes,6,opt,name=block_producer,json=blockProducer,proto3" json:"block_producer,omitempty"`
	PostCount            uint32                   `protobuf:"varint,7,opt,name=post_count,json=postCount,proto3" json:"post_count,omitempty"`
	FollowerCount        uint32                   `protobuf:"varint,8,opt,name=follower_count,json=followerCount,proto3" json:"follower_count,omitempty"`
	FollowingCount       uint32                   `protobuf:"varint,9,opt,name=following_count,json=followingCount,proto3" json:"following_count,omitempty"`
	TrxCount             uint32                   `protobuf:"varint,10,opt,name=trx_count,json=trxCount,proto3" json:"trx_count,omitempty"`
	VotePower            uint32                   `protobuf:"varint,11,opt,name=vote_power,json=votePower,proto3" json:"vote_power,omitempty"`
	StaminaFreeRemain    uint64                   `protobuf:"varint,12,opt,name=stamina_free_remain,json=staminaFreeRemain,proto3" json:"stamina_free_remain,omitempty"`
	StaminaStakeRemain   uint64                   `protobuf:"varint,13,opt,name=stamina_stake_remain,json=staminaStakeRemain,proto3" json:"stamina_stake_remain,omitempty"`
	StaminaMax           uint64                   `protobuf:"varint,14,opt,name=stamina_max,json=staminaMax,proto3" json:"stamina_max,omitempty"`
	StakeVestForMe       *prototype.Vest          `protobuf:"bytes,15,opt,name=stake_vest_for_me,json=stakeVestForMe,proto3" json:"stake_vest_for_me,omitempty"`
	WithdrawRemains      *prototype.Vest          `protobuf:"bytes,16,opt,name=withdraw_remains,json=withdrawRemains,proto3" json:"withdraw_remains,omitempty"`
	HasWithdrawn         *prototype.Vest          `protobuf:"bytes,17,opt,name=has_withdrawn,json=hasWithdrawn,proto3" json:"has_withdrawn,omitempty"`
	WithdrawEachTime     *prototype.Vest          `protobuf:"bytes,18,opt,name=withdraw_each_time,json=withdrawEachTime,proto3" json:"withdraw_each_time,omitempty"`
	NextWithdrawTime     *prototype.TimePointSec  `protobuf:"bytes,19,opt,name=next_withdraw_time,json=nextWithdrawTime,proto3" json:"next_withdraw_time,omitempty"`
	StartWithdrawTime    *prototype.TimePointSec  `protobuf:"bytes,20,opt,name=start_withdraw_time,json=startWithdrawTime,proto3" json:"start_withdraw_time,omitempty"`
	BpVoteCount          uint32                   `protobuf:"varint,21,opt,name=bp_vote_count,json=bpVoteCount,proto3" json:"bp_vote_count,omitempty"`
	Reputation           uint32                   `protobuf:"varint,22,opt,name=reputation,proto3" json:"reputation,omitempty"`
	ReputationMemo       string                   `protobuf:"bytes,23,opt,name=reputation_memo,json=reputationMemo,proto3" json:"reputation_memo,omitempty"`
	ChargedTicket        uint32                   `protobuf:"varint,24,opt,name=charged_ticket,json=chargedTicket,proto3" json:"charged_ticket,omitempty"`
	FreeTicket           uint32                   `protobuf:"varint,25,opt,name=free_ticket,json=freeTicket,proto3" json:"free_ticket,omitempty"`
	Freeze               uint32                   `protobuf:"varint,26,opt,name=freeze,proto3" json:"freeze,omitempty"`
	FreezeMemo           string                   `protobuf:"bytes,27,opt,name=freeze_memo,json=freezeMemo,proto3" json:"freeze_memo,omitempty"`
	StakeVestFromMe      *prototype.Vest          `protobuf:"bytes,28,opt,name=stake_vest_from_me,json=stakeVestFromMe,proto3" json:"stake_vest_from_me,omitempty"`
	VotedBlockProducer   *prototype.AccountName   `protobuf:"bytes,29,opt,name=voted_block_producer,json=votedBlockProducer,proto3" json:"voted_block_producer,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*AccountInfo) Descriptor added in v1.0.2

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

func (*AccountInfo) GetAccountName added in v1.0.2

func (m *AccountInfo) GetAccountName() *prototype.AccountName

func (*AccountInfo) GetBlockProducer added in v1.0.2

func (m *AccountInfo) GetBlockProducer() *BlockProducerResponse

func (*AccountInfo) GetBpVoteCount added in v1.0.2

func (m *AccountInfo) GetBpVoteCount() uint32

func (*AccountInfo) GetChargedTicket added in v1.0.2

func (m *AccountInfo) GetChargedTicket() uint32

func (*AccountInfo) GetCoin added in v1.0.2

func (m *AccountInfo) GetCoin() *prototype.Coin

func (*AccountInfo) GetCreatedTime added in v1.0.2

func (m *AccountInfo) GetCreatedTime() *prototype.TimePointSec

func (*AccountInfo) GetFollowerCount added in v1.0.2

func (m *AccountInfo) GetFollowerCount() uint32

func (*AccountInfo) GetFollowingCount added in v1.0.2

func (m *AccountInfo) GetFollowingCount() uint32

func (*AccountInfo) GetFreeTicket added in v1.0.2

func (m *AccountInfo) GetFreeTicket() uint32

func (*AccountInfo) GetFreeze added in v1.0.2

func (m *AccountInfo) GetFreeze() uint32

func (*AccountInfo) GetFreezeMemo added in v1.0.2

func (m *AccountInfo) GetFreezeMemo() string

func (*AccountInfo) GetHasWithdrawn added in v1.0.2

func (m *AccountInfo) GetHasWithdrawn() *prototype.Vest

func (*AccountInfo) GetNextWithdrawTime added in v1.0.2

func (m *AccountInfo) GetNextWithdrawTime() *prototype.TimePointSec

func (*AccountInfo) GetPostCount added in v1.0.2

func (m *AccountInfo) GetPostCount() uint32

func (*AccountInfo) GetPublicKey added in v1.0.2

func (m *AccountInfo) GetPublicKey() *prototype.PublicKeyType

func (*AccountInfo) GetReputation added in v1.0.2

func (m *AccountInfo) GetReputation() uint32

func (*AccountInfo) GetReputationMemo added in v1.0.2

func (m *AccountInfo) GetReputationMemo() string

func (*AccountInfo) GetStakeVestForMe added in v1.0.2

func (m *AccountInfo) GetStakeVestForMe() *prototype.Vest

func (*AccountInfo) GetStakeVestFromMe added in v1.0.2

func (m *AccountInfo) GetStakeVestFromMe() *prototype.Vest

func (*AccountInfo) GetStaminaFreeRemain added in v1.0.2

func (m *AccountInfo) GetStaminaFreeRemain() uint64

func (*AccountInfo) GetStaminaMax added in v1.0.2

func (m *AccountInfo) GetStaminaMax() uint64

func (*AccountInfo) GetStaminaStakeRemain added in v1.0.2

func (m *AccountInfo) GetStaminaStakeRemain() uint64

func (*AccountInfo) GetStartWithdrawTime added in v1.0.2

func (m *AccountInfo) GetStartWithdrawTime() *prototype.TimePointSec

func (*AccountInfo) GetTrxCount added in v1.0.2

func (m *AccountInfo) GetTrxCount() uint32

func (*AccountInfo) GetVest added in v1.0.2

func (m *AccountInfo) GetVest() *prototype.Vest

func (*AccountInfo) GetVotePower added in v1.0.2

func (m *AccountInfo) GetVotePower() uint32

func (*AccountInfo) GetVotedBlockProducer added in v1.0.2

func (m *AccountInfo) GetVotedBlockProducer() *prototype.AccountName

func (*AccountInfo) GetWithdrawEachTime added in v1.0.2

func (m *AccountInfo) GetWithdrawEachTime() *prototype.Vest

func (*AccountInfo) GetWithdrawRemains added in v1.0.2

func (m *AccountInfo) GetWithdrawRemains() *prototype.Vest

func (*AccountInfo) ProtoMessage added in v1.0.2

func (*AccountInfo) ProtoMessage()

func (*AccountInfo) Reset added in v1.0.2

func (m *AccountInfo) Reset()

func (*AccountInfo) String added in v1.0.2

func (m *AccountInfo) String() string

func (*AccountInfo) XXX_DiscardUnknown added in v1.0.2

func (m *AccountInfo) XXX_DiscardUnknown()

func (*AccountInfo) XXX_Marshal added in v1.0.2

func (m *AccountInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountInfo) XXX_Merge added in v1.0.2

func (m *AccountInfo) XXX_Merge(src proto.Message)

func (*AccountInfo) XXX_Size added in v1.0.2

func (m *AccountInfo) XXX_Size() int

func (*AccountInfo) XXX_Unmarshal added in v1.0.2

func (m *AccountInfo) XXX_Unmarshal(b []byte) error

type AccountResponse

type AccountResponse struct {
	Info                 *AccountInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	State                *ChainState  `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AccountResponse) Descriptor

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

func (*AccountResponse) GetInfo added in v1.0.2

func (m *AccountResponse) GetInfo() *AccountInfo

func (*AccountResponse) GetState added in v1.0.2

func (m *AccountResponse) GetState() *ChainState

func (*AccountResponse) ProtoMessage

func (*AccountResponse) ProtoMessage()

func (*AccountResponse) Reset

func (m *AccountResponse) Reset()

func (*AccountResponse) String

func (m *AccountResponse) String() string

func (*AccountResponse) XXX_DiscardUnknown

func (m *AccountResponse) XXX_DiscardUnknown()

func (*AccountResponse) XXX_Marshal

func (m *AccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountResponse) XXX_Merge

func (m *AccountResponse) XXX_Merge(src proto.Message)

func (*AccountResponse) XXX_Size

func (m *AccountResponse) XXX_Size() int

func (*AccountResponse) XXX_Unmarshal

func (m *AccountResponse) XXX_Unmarshal(b []byte) error

type AccountRewardResponse

type AccountRewardResponse struct {
	AccountName          *prototype.AccountName `protobuf:"bytes,1,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	Reward               *prototype.Vest        `protobuf:"bytes,2,opt,name=reward,proto3" json:"reward,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*AccountRewardResponse) Descriptor

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

func (*AccountRewardResponse) GetAccountName

func (m *AccountRewardResponse) GetAccountName() *prototype.AccountName

func (*AccountRewardResponse) GetReward

func (m *AccountRewardResponse) GetReward() *prototype.Vest

func (*AccountRewardResponse) ProtoMessage

func (*AccountRewardResponse) ProtoMessage()

func (*AccountRewardResponse) Reset

func (m *AccountRewardResponse) Reset()

func (*AccountRewardResponse) String

func (m *AccountRewardResponse) String() string

func (*AccountRewardResponse) XXX_DiscardUnknown

func (m *AccountRewardResponse) XXX_DiscardUnknown()

func (*AccountRewardResponse) XXX_Marshal

func (m *AccountRewardResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountRewardResponse) XXX_Merge

func (m *AccountRewardResponse) XXX_Merge(src proto.Message)

func (*AccountRewardResponse) XXX_Size

func (m *AccountRewardResponse) XXX_Size() int

func (*AccountRewardResponse) XXX_Unmarshal

func (m *AccountRewardResponse) XXX_Unmarshal(b []byte) error

type ApiServiceClient

type ApiServiceClient interface {
	QueryTableContent(ctx context.Context, in *GetTableContentRequest, opts ...grpc.CallOption) (*TableContentResponse, error)
	GetAccountByName(ctx context.Context, in *GetAccountByNameRequest, opts ...grpc.CallOption) (*AccountResponse, error)
	GetFollowerListByName(ctx context.Context, in *GetFollowerListByNameRequest, opts ...grpc.CallOption) (*GetFollowerListByNameResponse, error)
	GetFollowingListByName(ctx context.Context, in *GetFollowingListByNameRequest, opts ...grpc.CallOption) (*GetFollowingListByNameResponse, error)
	GetFollowCountByName(ctx context.Context, in *GetFollowCountByNameRequest, opts ...grpc.CallOption) (*GetFollowCountByNameResponse, error)
	GetBlockProducerList(ctx context.Context, in *GetBlockProducerListRequest, opts ...grpc.CallOption) (*GetBlockProducerListResponse, error)
	GetPostListByCreated(ctx context.Context, in *GetPostListByCreatedRequest, opts ...grpc.CallOption) (*GetPostListByCreatedResponse, error)
	GetReplyListByPostId(ctx context.Context, in *GetReplyListByPostIdRequest, opts ...grpc.CallOption) (*GetReplyListByPostIdResponse, error)
	GetBlockTransactionsByNum(ctx context.Context, in *GetBlockTransactionsByNumRequest, opts ...grpc.CallOption) (*GetBlockTransactionsByNumResponse, error)
	GetChainState(ctx context.Context, in *NonParamsRequest, opts ...grpc.CallOption) (*GetChainStateResponse, error)
	BroadcastTrx(ctx context.Context, in *BroadcastTrxRequest, opts ...grpc.CallOption) (*BroadcastTrxResponse, error)
	GetBlockList(ctx context.Context, in *GetBlockListRequest, opts ...grpc.CallOption) (*GetBlockListResponse, error)
	GetSignedBlock(ctx context.Context, in *GetSignedBlockRequest, opts ...grpc.CallOption) (*GetSignedBlockResponse, error)
	GetAccountListByBalance(ctx context.Context, in *GetAccountListByBalanceRequest, opts ...grpc.CallOption) (*GetAccountListResponse, error)
	GetDailyTotalTrxInfo(ctx context.Context, in *GetDailyTotalTrxRequest, opts ...grpc.CallOption) (*GetDailyTotalTrxResponse, error)
	GetTrxInfoById(ctx context.Context, in *GetTrxInfoByIdRequest, opts ...grpc.CallOption) (*GetTrxInfoByIdResponse, error)
	GetTrxListByTime(ctx context.Context, in *GetTrxListByTimeRequest, opts ...grpc.CallOption) (*GetTrxListByTimeResponse, error)
	GetPostListByCreateTime(ctx context.Context, in *GetPostListByCreateTimeRequest, opts ...grpc.CallOption) (*GetPostListByCreateTimeResponse, error)
	GetPostListByName(ctx context.Context, in *GetPostListByNameRequest, opts ...grpc.CallOption) (*GetPostListByCreateTimeResponse, error)
	TrxStatByHour(ctx context.Context, in *TrxStatByHourRequest, opts ...grpc.CallOption) (*TrxStatByHourResponse, error)
	GetUserTrxListByTime(ctx context.Context, in *GetUserTrxListByTimeRequest, opts ...grpc.CallOption) (*GetUserTrxListByTimeResponse, error)
	GetPostInfoById(ctx context.Context, in *GetPostInfoByIdRequest, opts ...grpc.CallOption) (*GetPostInfoByIdResponse, error)
	GetContractInfo(ctx context.Context, in *GetContractInfoRequest, opts ...grpc.CallOption) (*GetContractInfoResponse, error)
	GetBlkIsIrreversibleByTxId(ctx context.Context, in *GetBlkIsIrreversibleByTxIdRequest, opts ...grpc.CallOption) (*GetBlkIsIrreversibleByTxIdResponse, error)
	GetAccountListByCreTime(ctx context.Context, in *GetAccountListByCreTimeRequest, opts ...grpc.CallOption) (*GetAccountListResponse, error)
	GetDailyStats(ctx context.Context, in *GetDailyStatsRequest, opts ...grpc.CallOption) (*GetDailyStatsResponse, error)
	GetContractListByTime(ctx context.Context, in *GetContractListByTimeRequest, opts ...grpc.CallOption) (*GetContractListResponse, error)
	GetBlockProducerListByVoteCount(ctx context.Context, in *GetBlockProducerListByVoteCountRequest, opts ...grpc.CallOption) (*GetBlockProducerListResponse, error)
	GetPostListByVest(ctx context.Context, in *GetPostListByVestRequest, opts ...grpc.CallOption) (*GetPostListByVestResponse, error)
	EstimateStamina(ctx context.Context, in *EsimateRequest, opts ...grpc.CallOption) (*EsimateResponse, error)
	GetNodeNeighbours(ctx context.Context, in *NonParamsRequest, opts ...grpc.CallOption) (*GetNodeNeighboursResponse, error)
	GetMyStakers(ctx context.Context, in *GetMyStakerListByNameRequest, opts ...grpc.CallOption) (*GetMyStakerListByNameResponse, error)
	GetMyStakes(ctx context.Context, in *GetMyStakeListByNameRequest, opts ...grpc.CallOption) (*GetMyStakeListByNameResponse, error)
	GetNodeRunningVersion(ctx context.Context, in *NonParamsRequest, opts ...grpc.CallOption) (*GetNodeRunningVersionResponse, error)
	GetAccountListByVest(ctx context.Context, in *GetAccountListByVestRequest, opts ...grpc.CallOption) (*GetAccountListResponse, error)
	GetBlockProducerByName(ctx context.Context, in *GetBlockProducerByNameRequest, opts ...grpc.CallOption) (*BlockProducerResponse, error)
	GetAccountByPubKey(ctx context.Context, in *GetAccountByPubKeyRequest, opts ...grpc.CallOption) (*AccountResponse, error)
	GetBlockBFTInfoByNum(ctx context.Context, in *GetBlockBFTInfoByNumRequest, opts ...grpc.CallOption) (*GetBlockBFTInfoByNumResponse, error)
	GetAppTableRecord(ctx context.Context, in *GetAppTableRecordRequest, opts ...grpc.CallOption) (*GetAppTableRecordResponse, error)
}

ApiServiceClient is the client API for ApiService service.

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

func NewApiServiceClient

func NewApiServiceClient(cc *grpc.ClientConn) ApiServiceClient

type ApiServiceServer

type ApiServiceServer interface {
	QueryTableContent(context.Context, *GetTableContentRequest) (*TableContentResponse, error)
	GetAccountByName(context.Context, *GetAccountByNameRequest) (*AccountResponse, error)
	GetFollowerListByName(context.Context, *GetFollowerListByNameRequest) (*GetFollowerListByNameResponse, error)
	GetFollowingListByName(context.Context, *GetFollowingListByNameRequest) (*GetFollowingListByNameResponse, error)
	GetFollowCountByName(context.Context, *GetFollowCountByNameRequest) (*GetFollowCountByNameResponse, error)
	GetBlockProducerList(context.Context, *GetBlockProducerListRequest) (*GetBlockProducerListResponse, error)
	GetPostListByCreated(context.Context, *GetPostListByCreatedRequest) (*GetPostListByCreatedResponse, error)
	GetReplyListByPostId(context.Context, *GetReplyListByPostIdRequest) (*GetReplyListByPostIdResponse, error)
	GetBlockTransactionsByNum(context.Context, *GetBlockTransactionsByNumRequest) (*GetBlockTransactionsByNumResponse, error)
	GetChainState(context.Context, *NonParamsRequest) (*GetChainStateResponse, error)
	BroadcastTrx(context.Context, *BroadcastTrxRequest) (*BroadcastTrxResponse, error)
	GetBlockList(context.Context, *GetBlockListRequest) (*GetBlockListResponse, error)
	GetSignedBlock(context.Context, *GetSignedBlockRequest) (*GetSignedBlockResponse, error)
	GetAccountListByBalance(context.Context, *GetAccountListByBalanceRequest) (*GetAccountListResponse, error)
	GetDailyTotalTrxInfo(context.Context, *GetDailyTotalTrxRequest) (*GetDailyTotalTrxResponse, error)
	GetTrxInfoById(context.Context, *GetTrxInfoByIdRequest) (*GetTrxInfoByIdResponse, error)
	GetTrxListByTime(context.Context, *GetTrxListByTimeRequest) (*GetTrxListByTimeResponse, error)
	GetPostListByCreateTime(context.Context, *GetPostListByCreateTimeRequest) (*GetPostListByCreateTimeResponse, error)
	GetPostListByName(context.Context, *GetPostListByNameRequest) (*GetPostListByCreateTimeResponse, error)
	TrxStatByHour(context.Context, *TrxStatByHourRequest) (*TrxStatByHourResponse, error)
	GetUserTrxListByTime(context.Context, *GetUserTrxListByTimeRequest) (*GetUserTrxListByTimeResponse, error)
	GetPostInfoById(context.Context, *GetPostInfoByIdRequest) (*GetPostInfoByIdResponse, error)
	GetContractInfo(context.Context, *GetContractInfoRequest) (*GetContractInfoResponse, error)
	GetBlkIsIrreversibleByTxId(context.Context, *GetBlkIsIrreversibleByTxIdRequest) (*GetBlkIsIrreversibleByTxIdResponse, error)
	GetAccountListByCreTime(context.Context, *GetAccountListByCreTimeRequest) (*GetAccountListResponse, error)
	GetDailyStats(context.Context, *GetDailyStatsRequest) (*GetDailyStatsResponse, error)
	GetContractListByTime(context.Context, *GetContractListByTimeRequest) (*GetContractListResponse, error)
	GetBlockProducerListByVoteCount(context.Context, *GetBlockProducerListByVoteCountRequest) (*GetBlockProducerListResponse, error)
	GetPostListByVest(context.Context, *GetPostListByVestRequest) (*GetPostListByVestResponse, error)
	EstimateStamina(context.Context, *EsimateRequest) (*EsimateResponse, error)
	GetNodeNeighbours(context.Context, *NonParamsRequest) (*GetNodeNeighboursResponse, error)
	GetMyStakers(context.Context, *GetMyStakerListByNameRequest) (*GetMyStakerListByNameResponse, error)
	GetMyStakes(context.Context, *GetMyStakeListByNameRequest) (*GetMyStakeListByNameResponse, error)
	GetNodeRunningVersion(context.Context, *NonParamsRequest) (*GetNodeRunningVersionResponse, error)
	GetAccountListByVest(context.Context, *GetAccountListByVestRequest) (*GetAccountListResponse, error)
	GetBlockProducerByName(context.Context, *GetBlockProducerByNameRequest) (*BlockProducerResponse, error)
	GetAccountByPubKey(context.Context, *GetAccountByPubKeyRequest) (*AccountResponse, error)
	GetBlockBFTInfoByNum(context.Context, *GetBlockBFTInfoByNumRequest) (*GetBlockBFTInfoByNumResponse, error)
	GetAppTableRecord(context.Context, *GetAppTableRecordRequest) (*GetAppTableRecordResponse, error)
}

ApiServiceServer is the server API for ApiService service.

type BFTVoteInfo added in v1.0.2

type BFTVoteInfo struct {
	PubKey               string   `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
	Signature            []byte   `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BFTVoteInfo) Descriptor added in v1.0.2

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

func (*BFTVoteInfo) GetPubKey added in v1.0.2

func (m *BFTVoteInfo) GetPubKey() string

func (*BFTVoteInfo) GetSignature added in v1.0.2

func (m *BFTVoteInfo) GetSignature() []byte

func (*BFTVoteInfo) ProtoMessage added in v1.0.2

func (*BFTVoteInfo) ProtoMessage()

func (*BFTVoteInfo) Reset added in v1.0.2

func (m *BFTVoteInfo) Reset()

func (*BFTVoteInfo) String added in v1.0.2

func (m *BFTVoteInfo) String() string

func (*BFTVoteInfo) XXX_DiscardUnknown added in v1.0.2

func (m *BFTVoteInfo) XXX_DiscardUnknown()

func (*BFTVoteInfo) XXX_Marshal added in v1.0.2

func (m *BFTVoteInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BFTVoteInfo) XXX_Merge added in v1.0.2

func (m *BFTVoteInfo) XXX_Merge(src proto.Message)

func (*BFTVoteInfo) XXX_Size added in v1.0.2

func (m *BFTVoteInfo) XXX_Size() int

func (*BFTVoteInfo) XXX_Unmarshal added in v1.0.2

func (m *BFTVoteInfo) XXX_Unmarshal(b []byte) error

type BlockCashoutResponse added in v1.0.2

type BlockCashoutResponse struct {
	CashoutList          []*AccountCashoutResponse `protobuf:"bytes,1,rep,name=cashout_list,json=cashoutList,proto3" json:"cashout_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*BlockCashoutResponse) Descriptor added in v1.0.2

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

func (*BlockCashoutResponse) GetCashoutList added in v1.0.2

func (m *BlockCashoutResponse) GetCashoutList() []*AccountCashoutResponse

func (*BlockCashoutResponse) ProtoMessage added in v1.0.2

func (*BlockCashoutResponse) ProtoMessage()

func (*BlockCashoutResponse) Reset added in v1.0.2

func (m *BlockCashoutResponse) Reset()

func (*BlockCashoutResponse) String added in v1.0.2

func (m *BlockCashoutResponse) String() string

func (*BlockCashoutResponse) XXX_DiscardUnknown added in v1.0.2

func (m *BlockCashoutResponse) XXX_DiscardUnknown()

func (*BlockCashoutResponse) XXX_Marshal added in v1.0.2

func (m *BlockCashoutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockCashoutResponse) XXX_Merge added in v1.0.2

func (m *BlockCashoutResponse) XXX_Merge(src proto.Message)

func (*BlockCashoutResponse) XXX_Size added in v1.0.2

func (m *BlockCashoutResponse) XXX_Size() int

func (*BlockCashoutResponse) XXX_Unmarshal added in v1.0.2

func (m *BlockCashoutResponse) XXX_Unmarshal(b []byte) error

type BlockInfo added in v1.0.2

type BlockInfo struct {
	Timestamp            *prototype.TimePointSec `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	BlockHeight          uint64                  `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	TrxCount             uint32                  `protobuf:"varint,3,opt,name=trx_count,json=trxCount,proto3" json:"trx_count,omitempty"`
	BlockProducer        *prototype.AccountName  `protobuf:"bytes,4,opt,name=block_producer,json=blockProducer,proto3" json:"block_producer,omitempty"`
	BlockId              *prototype.Sha256       `protobuf:"bytes,5,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	PreId                *prototype.Sha256       `protobuf:"bytes,6,opt,name=pre_id,json=preId,proto3" json:"pre_id,omitempty"`
	BlockSize            uint32                  `protobuf:"varint,7,opt,name=block_size,json=blockSize,proto3" json:"block_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*BlockInfo) Descriptor added in v1.0.2

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

func (*BlockInfo) GetBlockHeight added in v1.0.2

func (m *BlockInfo) GetBlockHeight() uint64

func (*BlockInfo) GetBlockId added in v1.0.2

func (m *BlockInfo) GetBlockId() *prototype.Sha256

func (*BlockInfo) GetBlockProducer added in v1.0.2

func (m *BlockInfo) GetBlockProducer() *prototype.AccountName

func (*BlockInfo) GetBlockSize added in v1.0.2

func (m *BlockInfo) GetBlockSize() uint32

func (*BlockInfo) GetPreId added in v1.0.2

func (m *BlockInfo) GetPreId() *prototype.Sha256

func (*BlockInfo) GetTimestamp added in v1.0.2

func (m *BlockInfo) GetTimestamp() *prototype.TimePointSec

func (*BlockInfo) GetTrxCount added in v1.0.2

func (m *BlockInfo) GetTrxCount() uint32

func (*BlockInfo) ProtoMessage added in v1.0.2

func (*BlockInfo) ProtoMessage()

func (*BlockInfo) Reset added in v1.0.2

func (m *BlockInfo) Reset()

func (*BlockInfo) String added in v1.0.2

func (m *BlockInfo) String() string

func (*BlockInfo) XXX_DiscardUnknown added in v1.0.2

func (m *BlockInfo) XXX_DiscardUnknown()

func (*BlockInfo) XXX_Marshal added in v1.0.2

func (m *BlockInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockInfo) XXX_Merge added in v1.0.2

func (m *BlockInfo) XXX_Merge(src proto.Message)

func (*BlockInfo) XXX_Size added in v1.0.2

func (m *BlockInfo) XXX_Size() int

func (*BlockInfo) XXX_Unmarshal added in v1.0.2

func (m *BlockInfo) XXX_Unmarshal(b []byte) error

type BlockProducerResponse added in v1.0.2

type BlockProducerResponse struct {
	Owner                *prototype.AccountName   `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	CreatedTime          *prototype.TimePointSec  `protobuf:"bytes,2,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
	Url                  string                   `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	BpVest               *prototype.BpVestId      `protobuf:"bytes,4,opt,name=bp_vest,json=bpVest,proto3" json:"bp_vest,omitempty"`
	SigningKey           *prototype.PublicKeyType `protobuf:"bytes,5,opt,name=signing_key,json=signingKey,proto3" json:"signing_key,omitempty"`
	ProposedStaminaFree  uint64                   `protobuf:"varint,6,opt,name=proposed_stamina_free,json=proposedStaminaFree,proto3" json:"proposed_stamina_free,omitempty"`
	TpsExpected          uint64                   `protobuf:"varint,7,opt,name=tps_expected,json=tpsExpected,proto3" json:"tps_expected,omitempty"`
	AccountCreateFee     *prototype.Coin          `protobuf:"bytes,8,opt,name=account_create_fee,json=accountCreateFee,proto3" json:"account_create_fee,omitempty"`
	TopNAcquireFreeToken uint32                   `` /* 128-byte string literal not displayed */
	TicketFlushInterval  uint64                   `protobuf:"varint,10,opt,name=ticket_flush_interval,json=ticketFlushInterval,proto3" json:"ticket_flush_interval,omitempty"`
	PerTicketPrice       *prototype.Coin          `protobuf:"bytes,11,opt,name=per_ticket_price,json=perTicketPrice,proto3" json:"per_ticket_price,omitempty"`
	PerTicketWeight      uint64                   `protobuf:"varint,12,opt,name=per_ticket_weight,json=perTicketWeight,proto3" json:"per_ticket_weight,omitempty"`
	VoterCount           uint64                   `protobuf:"varint,13,opt,name=voter_count,json=voterCount,proto3" json:"voter_count,omitempty"`
	GenBlockCount        uint64                   `protobuf:"varint,14,opt,name=gen_block_count,json=genBlockCount,proto3" json:"gen_block_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*BlockProducerResponse) Descriptor added in v1.0.2

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

func (*BlockProducerResponse) GetAccountCreateFee added in v1.0.2

func (m *BlockProducerResponse) GetAccountCreateFee() *prototype.Coin

func (*BlockProducerResponse) GetBpVest added in v1.0.2

func (m *BlockProducerResponse) GetBpVest() *prototype.BpVestId

func (*BlockProducerResponse) GetCreatedTime added in v1.0.2

func (m *BlockProducerResponse) GetCreatedTime() *prototype.TimePointSec

func (*BlockProducerResponse) GetGenBlockCount added in v1.0.2

func (m *BlockProducerResponse) GetGenBlockCount() uint64

func (*BlockProducerResponse) GetOwner added in v1.0.2

func (*BlockProducerResponse) GetPerTicketPrice added in v1.0.2

func (m *BlockProducerResponse) GetPerTicketPrice() *prototype.Coin

func (*BlockProducerResponse) GetPerTicketWeight added in v1.0.2

func (m *BlockProducerResponse) GetPerTicketWeight() uint64

func (*BlockProducerResponse) GetProposedStaminaFree added in v1.0.2

func (m *BlockProducerResponse) GetProposedStaminaFree() uint64

func (*BlockProducerResponse) GetSigningKey added in v1.0.2

func (m *BlockProducerResponse) GetSigningKey() *prototype.PublicKeyType

func (*BlockProducerResponse) GetTicketFlushInterval added in v1.0.2

func (m *BlockProducerResponse) GetTicketFlushInterval() uint64

func (*BlockProducerResponse) GetTopNAcquireFreeToken added in v1.0.2

func (m *BlockProducerResponse) GetTopNAcquireFreeToken() uint32

func (*BlockProducerResponse) GetTpsExpected added in v1.0.2

func (m *BlockProducerResponse) GetTpsExpected() uint64

func (*BlockProducerResponse) GetUrl added in v1.0.2

func (m *BlockProducerResponse) GetUrl() string

func (*BlockProducerResponse) GetVoterCount added in v1.0.2

func (m *BlockProducerResponse) GetVoterCount() uint64

func (*BlockProducerResponse) ProtoMessage added in v1.0.2

func (*BlockProducerResponse) ProtoMessage()

func (*BlockProducerResponse) Reset added in v1.0.2

func (m *BlockProducerResponse) Reset()

func (*BlockProducerResponse) String added in v1.0.2

func (m *BlockProducerResponse) String() string

func (*BlockProducerResponse) XXX_DiscardUnknown added in v1.0.2

func (m *BlockProducerResponse) XXX_DiscardUnknown()

func (*BlockProducerResponse) XXX_Marshal added in v1.0.2

func (m *BlockProducerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockProducerResponse) XXX_Merge added in v1.0.2

func (m *BlockProducerResponse) XXX_Merge(src proto.Message)

func (*BlockProducerResponse) XXX_Size added in v1.0.2

func (m *BlockProducerResponse) XXX_Size() int

func (*BlockProducerResponse) XXX_Unmarshal added in v1.0.2

func (m *BlockProducerResponse) XXX_Unmarshal(b []byte) error

type BroadcastTrxRequest

type BroadcastTrxRequest struct {
	Transaction          *prototype.SignedTransaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	OnlyDeliver          bool                         `protobuf:"varint,2,opt,name=only_deliver,json=onlyDeliver,proto3" json:"only_deliver,omitempty"`
	Finality             bool                         `protobuf:"varint,3,opt,name=finality,proto3" json:"finality,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*BroadcastTrxRequest) Descriptor

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

func (*BroadcastTrxRequest) GetFinality added in v1.0.2

func (m *BroadcastTrxRequest) GetFinality() bool

func (*BroadcastTrxRequest) GetOnlyDeliver added in v1.0.2

func (m *BroadcastTrxRequest) GetOnlyDeliver() bool

func (*BroadcastTrxRequest) GetTransaction

func (m *BroadcastTrxRequest) GetTransaction() *prototype.SignedTransaction

func (*BroadcastTrxRequest) ProtoMessage

func (*BroadcastTrxRequest) ProtoMessage()

func (*BroadcastTrxRequest) Reset

func (m *BroadcastTrxRequest) Reset()

func (*BroadcastTrxRequest) String

func (m *BroadcastTrxRequest) String() string

func (*BroadcastTrxRequest) XXX_DiscardUnknown

func (m *BroadcastTrxRequest) XXX_DiscardUnknown()

func (*BroadcastTrxRequest) XXX_Marshal

func (m *BroadcastTrxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BroadcastTrxRequest) XXX_Merge

func (m *BroadcastTrxRequest) XXX_Merge(src proto.Message)

func (*BroadcastTrxRequest) XXX_Size

func (m *BroadcastTrxRequest) XXX_Size() int

func (*BroadcastTrxRequest) XXX_Unmarshal

func (m *BroadcastTrxRequest) XXX_Unmarshal(b []byte) error

type BroadcastTrxResponse

type BroadcastTrxResponse struct {
	Invoice              *prototype.TransactionReceiptWithInfo `protobuf:"bytes,1,opt,name=invoice,proto3" json:"invoice,omitempty"`
	Status               uint32                                `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	Msg                  string                                `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Finality             bool                                  `protobuf:"varint,4,opt,name=finality,proto3" json:"finality,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*BroadcastTrxResponse) Descriptor

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

func (*BroadcastTrxResponse) GetFinality added in v1.0.2

func (m *BroadcastTrxResponse) GetFinality() bool

func (*BroadcastTrxResponse) GetInvoice

func (*BroadcastTrxResponse) GetMsg

func (m *BroadcastTrxResponse) GetMsg() string

func (*BroadcastTrxResponse) GetStatus

func (m *BroadcastTrxResponse) GetStatus() uint32

func (*BroadcastTrxResponse) ProtoMessage

func (*BroadcastTrxResponse) ProtoMessage()

func (*BroadcastTrxResponse) Reset

func (m *BroadcastTrxResponse) Reset()

func (*BroadcastTrxResponse) String

func (m *BroadcastTrxResponse) String() string

func (*BroadcastTrxResponse) XXX_DiscardUnknown

func (m *BroadcastTrxResponse) XXX_DiscardUnknown()

func (*BroadcastTrxResponse) XXX_Marshal

func (m *BroadcastTrxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BroadcastTrxResponse) XXX_Merge

func (m *BroadcastTrxResponse) XXX_Merge(src proto.Message)

func (*BroadcastTrxResponse) XXX_Size

func (m *BroadcastTrxResponse) XXX_Size() int

func (*BroadcastTrxResponse) XXX_Unmarshal

func (m *BroadcastTrxResponse) XXX_Unmarshal(b []byte) error

type CallResponse

type CallResponse struct {
	Result               string   `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	ExecuteErr           string   `protobuf:"bytes,2,opt,name=execute_err,json=executeErr,proto3" json:"execute_err,omitempty"`
	EstimateGas          string   `protobuf:"bytes,3,opt,name=estimate_gas,json=estimateGas,proto3" json:"estimate_gas,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CallResponse) Descriptor

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

func (*CallResponse) GetEstimateGas

func (m *CallResponse) GetEstimateGas() string

func (*CallResponse) GetExecuteErr

func (m *CallResponse) GetExecuteErr() string

func (*CallResponse) GetResult

func (m *CallResponse) GetResult() string

func (*CallResponse) ProtoMessage

func (*CallResponse) ProtoMessage()

func (*CallResponse) Reset

func (m *CallResponse) Reset()

func (*CallResponse) String

func (m *CallResponse) String() string

func (*CallResponse) XXX_DiscardUnknown

func (m *CallResponse) XXX_DiscardUnknown()

func (*CallResponse) XXX_Marshal

func (m *CallResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CallResponse) XXX_Merge

func (m *CallResponse) XXX_Merge(src proto.Message)

func (*CallResponse) XXX_Size

func (m *CallResponse) XXX_Size() int

func (*CallResponse) XXX_Unmarshal

func (m *CallResponse) XXX_Unmarshal(b []byte) error

type ChainState added in v1.0.2

type ChainState struct {
	LastIrreversibleBlockNumber uint64                       `` /* 147-byte string literal not displayed */
	LastIrreversibleBlockTime   uint64                       `` /* 141-byte string literal not displayed */
	Dgpo                        *prototype.DynamicProperties `protobuf:"bytes,3,opt,name=dgpo,proto3" json:"dgpo,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}                     `json:"-"`
	XXX_unrecognized            []byte                       `json:"-"`
	XXX_sizecache               int32                        `json:"-"`
}

func (*ChainState) Descriptor added in v1.0.2

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

func (*ChainState) GetDgpo added in v1.0.2

func (m *ChainState) GetDgpo() *prototype.DynamicProperties

func (*ChainState) GetLastIrreversibleBlockNumber added in v1.0.2

func (m *ChainState) GetLastIrreversibleBlockNumber() uint64

func (*ChainState) GetLastIrreversibleBlockTime added in v1.0.2

func (m *ChainState) GetLastIrreversibleBlockTime() uint64

func (*ChainState) ProtoMessage added in v1.0.2

func (*ChainState) ProtoMessage()

func (*ChainState) Reset added in v1.0.2

func (m *ChainState) Reset()

func (*ChainState) String added in v1.0.2

func (m *ChainState) String() string

func (*ChainState) XXX_DiscardUnknown added in v1.0.2

func (m *ChainState) XXX_DiscardUnknown()

func (*ChainState) XXX_Marshal added in v1.0.2

func (m *ChainState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainState) XXX_Merge added in v1.0.2

func (m *ChainState) XXX_Merge(src proto.Message)

func (*ChainState) XXX_Size added in v1.0.2

func (m *ChainState) XXX_Size() int

func (*ChainState) XXX_Unmarshal added in v1.0.2

func (m *ChainState) XXX_Unmarshal(b []byte) error

type ContractInfo added in v1.0.2

type ContractInfo struct {
	Owner                *prototype.AccountName  `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Name                 *prototype.AccountName  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CreateTime           *prototype.TimePointSec `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	Balance              *prototype.Coin         `protobuf:"bytes,4,opt,name=balance,proto3" json:"balance,omitempty"`
	ApplyCount           uint32                  `protobuf:"varint,5,opt,name=apply_count,json=applyCount,proto3" json:"apply_count,omitempty"`
	Upgradeable          bool                    `protobuf:"varint,6,opt,name=upgradeable,proto3" json:"upgradeable,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ContractInfo) Descriptor added in v1.0.2

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

func (*ContractInfo) GetApplyCount added in v1.0.2

func (m *ContractInfo) GetApplyCount() uint32

func (*ContractInfo) GetBalance added in v1.0.2

func (m *ContractInfo) GetBalance() *prototype.Coin

func (*ContractInfo) GetCreateTime added in v1.0.2

func (m *ContractInfo) GetCreateTime() *prototype.TimePointSec

func (*ContractInfo) GetName added in v1.0.2

func (m *ContractInfo) GetName() *prototype.AccountName

func (*ContractInfo) GetOwner added in v1.0.2

func (m *ContractInfo) GetOwner() *prototype.AccountName

func (*ContractInfo) GetUpgradeable added in v1.0.2

func (m *ContractInfo) GetUpgradeable() bool

func (*ContractInfo) ProtoMessage added in v1.0.2

func (*ContractInfo) ProtoMessage()

func (*ContractInfo) Reset added in v1.0.2

func (m *ContractInfo) Reset()

func (*ContractInfo) String added in v1.0.2

func (m *ContractInfo) String() string

func (*ContractInfo) XXX_DiscardUnknown added in v1.0.2

func (m *ContractInfo) XXX_DiscardUnknown()

func (*ContractInfo) XXX_Marshal added in v1.0.2

func (m *ContractInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContractInfo) XXX_Merge added in v1.0.2

func (m *ContractInfo) XXX_Merge(src proto.Message)

func (*ContractInfo) XXX_Size added in v1.0.2

func (m *ContractInfo) XXX_Size() int

func (*ContractInfo) XXX_Unmarshal added in v1.0.2

func (m *ContractInfo) XXX_Unmarshal(b []byte) error

type DailyStat added in v1.0.2

type DailyStat struct {
	Date                 uint64   `protobuf:"varint,1,opt,name=date,proto3" json:"date,omitempty"`
	Dapp                 string   `protobuf:"bytes,2,opt,name=dapp,proto3" json:"dapp,omitempty"`
	Dau                  uint32   `protobuf:"varint,3,opt,name=dau,proto3" json:"dau,omitempty"`
	Dnu                  uint32   `protobuf:"varint,4,opt,name=dnu,proto3" json:"dnu,omitempty"`
	Trxs                 uint32   `protobuf:"varint,5,opt,name=trxs,proto3" json:"trxs,omitempty"`
	Amount               uint64   `protobuf:"varint,6,opt,name=amount,proto3" json:"amount,omitempty"`
	TotalUserCount       uint32   `protobuf:"varint,7,opt,name=total_user_count,json=totalUserCount,proto3" json:"total_user_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DailyStat) Descriptor added in v1.0.2

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

func (*DailyStat) GetAmount added in v1.0.2

func (m *DailyStat) GetAmount() uint64

func (*DailyStat) GetDapp added in v1.0.2

func (m *DailyStat) GetDapp() string

func (*DailyStat) GetDate added in v1.0.2

func (m *DailyStat) GetDate() uint64

func (*DailyStat) GetDau added in v1.0.2

func (m *DailyStat) GetDau() uint32

func (*DailyStat) GetDnu added in v1.0.2

func (m *DailyStat) GetDnu() uint32

func (*DailyStat) GetTotalUserCount added in v1.0.2

func (m *DailyStat) GetTotalUserCount() uint32

func (*DailyStat) GetTrxs added in v1.0.2

func (m *DailyStat) GetTrxs() uint32

func (*DailyStat) ProtoMessage added in v1.0.2

func (*DailyStat) ProtoMessage()

func (*DailyStat) Reset added in v1.0.2

func (m *DailyStat) Reset()

func (*DailyStat) String added in v1.0.2

func (m *DailyStat) String() string

func (*DailyStat) XXX_DiscardUnknown added in v1.0.2

func (m *DailyStat) XXX_DiscardUnknown()

func (*DailyStat) XXX_Marshal added in v1.0.2

func (m *DailyStat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DailyStat) XXX_Merge added in v1.0.2

func (m *DailyStat) XXX_Merge(src proto.Message)

func (*DailyStat) XXX_Size added in v1.0.2

func (m *DailyStat) XXX_Size() int

func (*DailyStat) XXX_Unmarshal added in v1.0.2

func (m *DailyStat) XXX_Unmarshal(b []byte) error

type DailyTotalTrx added in v1.0.2

type DailyTotalTrx struct {
	Date                 *prototype.TimePointSec `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	Count                uint64                  `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*DailyTotalTrx) Descriptor added in v1.0.2

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

func (*DailyTotalTrx) GetCount added in v1.0.2

func (m *DailyTotalTrx) GetCount() uint64

func (*DailyTotalTrx) GetDate added in v1.0.2

func (m *DailyTotalTrx) GetDate() *prototype.TimePointSec

func (*DailyTotalTrx) ProtoMessage added in v1.0.2

func (*DailyTotalTrx) ProtoMessage()

func (*DailyTotalTrx) Reset added in v1.0.2

func (m *DailyTotalTrx) Reset()

func (*DailyTotalTrx) String added in v1.0.2

func (m *DailyTotalTrx) String() string

func (*DailyTotalTrx) XXX_DiscardUnknown added in v1.0.2

func (m *DailyTotalTrx) XXX_DiscardUnknown()

func (*DailyTotalTrx) XXX_Marshal added in v1.0.2

func (m *DailyTotalTrx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DailyTotalTrx) XXX_Merge added in v1.0.2

func (m *DailyTotalTrx) XXX_Merge(src proto.Message)

func (*DailyTotalTrx) XXX_Size added in v1.0.2

func (m *DailyTotalTrx) XXX_Size() int

func (*DailyTotalTrx) XXX_Unmarshal added in v1.0.2

func (m *DailyTotalTrx) XXX_Unmarshal(b []byte) error

type EsimateRequest added in v1.0.2

type EsimateRequest struct {
	Transaction          *prototype.SignedTransaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*EsimateRequest) Descriptor added in v1.0.2

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

func (*EsimateRequest) GetTransaction added in v1.0.2

func (m *EsimateRequest) GetTransaction() *prototype.SignedTransaction

func (*EsimateRequest) ProtoMessage added in v1.0.2

func (*EsimateRequest) ProtoMessage()

func (*EsimateRequest) Reset added in v1.0.2

func (m *EsimateRequest) Reset()

func (*EsimateRequest) String added in v1.0.2

func (m *EsimateRequest) String() string

func (*EsimateRequest) XXX_DiscardUnknown added in v1.0.2

func (m *EsimateRequest) XXX_DiscardUnknown()

func (*EsimateRequest) XXX_Marshal added in v1.0.2

func (m *EsimateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EsimateRequest) XXX_Merge added in v1.0.2

func (m *EsimateRequest) XXX_Merge(src proto.Message)

func (*EsimateRequest) XXX_Size added in v1.0.2

func (m *EsimateRequest) XXX_Size() int

func (*EsimateRequest) XXX_Unmarshal added in v1.0.2

func (m *EsimateRequest) XXX_Unmarshal(b []byte) error

type EsimateResponse added in v1.0.2

type EsimateResponse struct {
	Invoice              *prototype.TransactionReceiptWithInfo `protobuf:"bytes,1,opt,name=invoice,proto3" json:"invoice,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*EsimateResponse) Descriptor added in v1.0.2

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

func (*EsimateResponse) GetInvoice added in v1.0.2

func (*EsimateResponse) ProtoMessage added in v1.0.2

func (*EsimateResponse) ProtoMessage()

func (*EsimateResponse) Reset added in v1.0.2

func (m *EsimateResponse) Reset()

func (*EsimateResponse) String added in v1.0.2

func (m *EsimateResponse) String() string

func (*EsimateResponse) XXX_DiscardUnknown added in v1.0.2

func (m *EsimateResponse) XXX_DiscardUnknown()

func (*EsimateResponse) XXX_Marshal added in v1.0.2

func (m *EsimateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EsimateResponse) XXX_Merge added in v1.0.2

func (m *EsimateResponse) XXX_Merge(src proto.Message)

func (*EsimateResponse) XXX_Size added in v1.0.2

func (m *EsimateResponse) XXX_Size() int

func (*EsimateResponse) XXX_Unmarshal added in v1.0.2

func (m *EsimateResponse) XXX_Unmarshal(b []byte) error

type FollowerListInfo added in v1.0.2

type FollowerListInfo struct {
	Account              *AccountResponse                `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	CreateOrder          *prototype.FollowerCreatedOrder `protobuf:"bytes,2,opt,name=create_order,json=createOrder,proto3" json:"create_order,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*FollowerListInfo) Descriptor added in v1.0.2

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

func (*FollowerListInfo) GetAccount added in v1.0.2

func (m *FollowerListInfo) GetAccount() *AccountResponse

func (*FollowerListInfo) GetCreateOrder added in v1.0.2

func (m *FollowerListInfo) GetCreateOrder() *prototype.FollowerCreatedOrder

func (*FollowerListInfo) ProtoMessage added in v1.0.2

func (*FollowerListInfo) ProtoMessage()

func (*FollowerListInfo) Reset added in v1.0.2

func (m *FollowerListInfo) Reset()

func (*FollowerListInfo) String added in v1.0.2

func (m *FollowerListInfo) String() string

func (*FollowerListInfo) XXX_DiscardUnknown added in v1.0.2

func (m *FollowerListInfo) XXX_DiscardUnknown()

func (*FollowerListInfo) XXX_Marshal added in v1.0.2

func (m *FollowerListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FollowerListInfo) XXX_Merge added in v1.0.2

func (m *FollowerListInfo) XXX_Merge(src proto.Message)

func (*FollowerListInfo) XXX_Size added in v1.0.2

func (m *FollowerListInfo) XXX_Size() int

func (*FollowerListInfo) XXX_Unmarshal added in v1.0.2

func (m *FollowerListInfo) XXX_Unmarshal(b []byte) error

type FollowingListInfo added in v1.0.2

type FollowingListInfo struct {
	Account              *AccountResponse                 `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	CreateOrder          *prototype.FollowingCreatedOrder `protobuf:"bytes,2,opt,name=create_order,json=createOrder,proto3" json:"create_order,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*FollowingListInfo) Descriptor added in v1.0.2

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

func (*FollowingListInfo) GetAccount added in v1.0.2

func (m *FollowingListInfo) GetAccount() *AccountResponse

func (*FollowingListInfo) GetCreateOrder added in v1.0.2

func (m *FollowingListInfo) GetCreateOrder() *prototype.FollowingCreatedOrder

func (*FollowingListInfo) ProtoMessage added in v1.0.2

func (*FollowingListInfo) ProtoMessage()

func (*FollowingListInfo) Reset added in v1.0.2

func (m *FollowingListInfo) Reset()

func (*FollowingListInfo) String added in v1.0.2

func (m *FollowingListInfo) String() string

func (*FollowingListInfo) XXX_DiscardUnknown added in v1.0.2

func (m *FollowingListInfo) XXX_DiscardUnknown()

func (*FollowingListInfo) XXX_Marshal added in v1.0.2

func (m *FollowingListInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FollowingListInfo) XXX_Merge added in v1.0.2

func (m *FollowingListInfo) XXX_Merge(src proto.Message)

func (*FollowingListInfo) XXX_Size added in v1.0.2

func (m *FollowingListInfo) XXX_Size() int

func (*FollowingListInfo) XXX_Unmarshal added in v1.0.2

func (m *FollowingListInfo) XXX_Unmarshal(b []byte) error

type GetAccountByNameRequest

type GetAccountByNameRequest struct {
	AccountName          *prototype.AccountName `protobuf:"bytes,1,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetAccountByNameRequest) Descriptor

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

func (*GetAccountByNameRequest) GetAccountName

func (m *GetAccountByNameRequest) GetAccountName() *prototype.AccountName

func (*GetAccountByNameRequest) ProtoMessage

func (*GetAccountByNameRequest) ProtoMessage()

func (*GetAccountByNameRequest) Reset

func (m *GetAccountByNameRequest) Reset()

func (*GetAccountByNameRequest) String

func (m *GetAccountByNameRequest) String() string

func (*GetAccountByNameRequest) XXX_DiscardUnknown

func (m *GetAccountByNameRequest) XXX_DiscardUnknown()

func (*GetAccountByNameRequest) XXX_Marshal

func (m *GetAccountByNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountByNameRequest) XXX_Merge

func (m *GetAccountByNameRequest) XXX_Merge(src proto.Message)

func (*GetAccountByNameRequest) XXX_Size

func (m *GetAccountByNameRequest) XXX_Size() int

func (*GetAccountByNameRequest) XXX_Unmarshal

func (m *GetAccountByNameRequest) XXX_Unmarshal(b []byte) error

type GetAccountByPubKeyRequest added in v1.0.2

type GetAccountByPubKeyRequest struct {
	PublicKey            string   `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAccountByPubKeyRequest) Descriptor added in v1.0.2

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

func (*GetAccountByPubKeyRequest) GetPublicKey added in v1.0.2

func (m *GetAccountByPubKeyRequest) GetPublicKey() string

func (*GetAccountByPubKeyRequest) ProtoMessage added in v1.0.2

func (*GetAccountByPubKeyRequest) ProtoMessage()

func (*GetAccountByPubKeyRequest) Reset added in v1.0.2

func (m *GetAccountByPubKeyRequest) Reset()

func (*GetAccountByPubKeyRequest) String added in v1.0.2

func (m *GetAccountByPubKeyRequest) String() string

func (*GetAccountByPubKeyRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetAccountByPubKeyRequest) XXX_DiscardUnknown()

func (*GetAccountByPubKeyRequest) XXX_Marshal added in v1.0.2

func (m *GetAccountByPubKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountByPubKeyRequest) XXX_Merge added in v1.0.2

func (m *GetAccountByPubKeyRequest) XXX_Merge(src proto.Message)

func (*GetAccountByPubKeyRequest) XXX_Size added in v1.0.2

func (m *GetAccountByPubKeyRequest) XXX_Size() int

func (*GetAccountByPubKeyRequest) XXX_Unmarshal added in v1.0.2

func (m *GetAccountByPubKeyRequest) XXX_Unmarshal(b []byte) error

type GetAccountCashoutRequest added in v1.0.2

type GetAccountCashoutRequest struct {
	AccountName          *prototype.AccountName `protobuf:"bytes,1,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	PostId               uint64                 `protobuf:"varint,2,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetAccountCashoutRequest) Descriptor added in v1.0.2

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

func (*GetAccountCashoutRequest) GetAccountName added in v1.0.2

func (m *GetAccountCashoutRequest) GetAccountName() *prototype.AccountName

func (*GetAccountCashoutRequest) GetPostId added in v1.0.2

func (m *GetAccountCashoutRequest) GetPostId() uint64

func (*GetAccountCashoutRequest) ProtoMessage added in v1.0.2

func (*GetAccountCashoutRequest) ProtoMessage()

func (*GetAccountCashoutRequest) Reset added in v1.0.2

func (m *GetAccountCashoutRequest) Reset()

func (*GetAccountCashoutRequest) String added in v1.0.2

func (m *GetAccountCashoutRequest) String() string

func (*GetAccountCashoutRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetAccountCashoutRequest) XXX_DiscardUnknown()

func (*GetAccountCashoutRequest) XXX_Marshal added in v1.0.2

func (m *GetAccountCashoutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountCashoutRequest) XXX_Merge added in v1.0.2

func (m *GetAccountCashoutRequest) XXX_Merge(src proto.Message)

func (*GetAccountCashoutRequest) XXX_Size added in v1.0.2

func (m *GetAccountCashoutRequest) XXX_Size() int

func (*GetAccountCashoutRequest) XXX_Unmarshal added in v1.0.2

func (m *GetAccountCashoutRequest) XXX_Unmarshal(b []byte) error

type GetAccountListByBalanceRequest added in v1.0.2

type GetAccountListByBalanceRequest struct {
	Start                *prototype.Coin `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.Coin `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	LastAccount          *AccountInfo    `protobuf:"bytes,3,opt,name=last_account,json=lastAccount,proto3" json:"last_account,omitempty"`
	Limit                uint32          `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetAccountListByBalanceRequest) Descriptor added in v1.0.2

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

func (*GetAccountListByBalanceRequest) GetEnd added in v1.0.2

func (*GetAccountListByBalanceRequest) GetLastAccount added in v1.0.2

func (m *GetAccountListByBalanceRequest) GetLastAccount() *AccountInfo

func (*GetAccountListByBalanceRequest) GetLimit added in v1.0.2

func (m *GetAccountListByBalanceRequest) GetLimit() uint32

func (*GetAccountListByBalanceRequest) GetStart added in v1.0.2

func (*GetAccountListByBalanceRequest) ProtoMessage added in v1.0.2

func (*GetAccountListByBalanceRequest) ProtoMessage()

func (*GetAccountListByBalanceRequest) Reset added in v1.0.2

func (m *GetAccountListByBalanceRequest) Reset()

func (*GetAccountListByBalanceRequest) String added in v1.0.2

func (*GetAccountListByBalanceRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetAccountListByBalanceRequest) XXX_DiscardUnknown()

func (*GetAccountListByBalanceRequest) XXX_Marshal added in v1.0.2

func (m *GetAccountListByBalanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountListByBalanceRequest) XXX_Merge added in v1.0.2

func (m *GetAccountListByBalanceRequest) XXX_Merge(src proto.Message)

func (*GetAccountListByBalanceRequest) XXX_Size added in v1.0.2

func (m *GetAccountListByBalanceRequest) XXX_Size() int

func (*GetAccountListByBalanceRequest) XXX_Unmarshal added in v1.0.2

func (m *GetAccountListByBalanceRequest) XXX_Unmarshal(b []byte) error

type GetAccountListByCreTimeRequest added in v1.0.2

type GetAccountListByCreTimeRequest struct {
	Start                *prototype.TimePointSec `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.TimePointSec `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	LastAccount          *AccountInfo            `protobuf:"bytes,3,opt,name=last_account,json=lastAccount,proto3" json:"last_account,omitempty"`
	Limit                uint32                  `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*GetAccountListByCreTimeRequest) Descriptor added in v1.0.2

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

func (*GetAccountListByCreTimeRequest) GetEnd added in v1.0.2

func (*GetAccountListByCreTimeRequest) GetLastAccount added in v1.0.2

func (m *GetAccountListByCreTimeRequest) GetLastAccount() *AccountInfo

func (*GetAccountListByCreTimeRequest) GetLimit added in v1.0.2

func (m *GetAccountListByCreTimeRequest) GetLimit() uint32

func (*GetAccountListByCreTimeRequest) GetStart added in v1.0.2

func (*GetAccountListByCreTimeRequest) ProtoMessage added in v1.0.2

func (*GetAccountListByCreTimeRequest) ProtoMessage()

func (*GetAccountListByCreTimeRequest) Reset added in v1.0.2

func (m *GetAccountListByCreTimeRequest) Reset()

func (*GetAccountListByCreTimeRequest) String added in v1.0.2

func (*GetAccountListByCreTimeRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetAccountListByCreTimeRequest) XXX_DiscardUnknown()

func (*GetAccountListByCreTimeRequest) XXX_Marshal added in v1.0.2

func (m *GetAccountListByCreTimeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountListByCreTimeRequest) XXX_Merge added in v1.0.2

func (m *GetAccountListByCreTimeRequest) XXX_Merge(src proto.Message)

func (*GetAccountListByCreTimeRequest) XXX_Size added in v1.0.2

func (m *GetAccountListByCreTimeRequest) XXX_Size() int

func (*GetAccountListByCreTimeRequest) XXX_Unmarshal added in v1.0.2

func (m *GetAccountListByCreTimeRequest) XXX_Unmarshal(b []byte) error

type GetAccountListByVestRequest added in v1.0.2

type GetAccountListByVestRequest struct {
	Start                *prototype.Vest `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.Vest `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	LastAccount          *AccountInfo    `protobuf:"bytes,3,opt,name=last_account,json=lastAccount,proto3" json:"last_account,omitempty"`
	Limit                uint32          `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetAccountListByVestRequest) Descriptor added in v1.0.2

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

func (*GetAccountListByVestRequest) GetEnd added in v1.0.2

func (*GetAccountListByVestRequest) GetLastAccount added in v1.0.2

func (m *GetAccountListByVestRequest) GetLastAccount() *AccountInfo

func (*GetAccountListByVestRequest) GetLimit added in v1.0.2

func (m *GetAccountListByVestRequest) GetLimit() uint32

func (*GetAccountListByVestRequest) GetStart added in v1.0.2

func (*GetAccountListByVestRequest) ProtoMessage added in v1.0.2

func (*GetAccountListByVestRequest) ProtoMessage()

func (*GetAccountListByVestRequest) Reset added in v1.0.2

func (m *GetAccountListByVestRequest) Reset()

func (*GetAccountListByVestRequest) String added in v1.0.2

func (m *GetAccountListByVestRequest) String() string

func (*GetAccountListByVestRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetAccountListByVestRequest) XXX_DiscardUnknown()

func (*GetAccountListByVestRequest) XXX_Marshal added in v1.0.2

func (m *GetAccountListByVestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountListByVestRequest) XXX_Merge added in v1.0.2

func (m *GetAccountListByVestRequest) XXX_Merge(src proto.Message)

func (*GetAccountListByVestRequest) XXX_Size added in v1.0.2

func (m *GetAccountListByVestRequest) XXX_Size() int

func (*GetAccountListByVestRequest) XXX_Unmarshal added in v1.0.2

func (m *GetAccountListByVestRequest) XXX_Unmarshal(b []byte) error

type GetAccountListResponse added in v1.0.2

type GetAccountListResponse struct {
	List                 []*AccountResponse `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GetAccountListResponse) Descriptor added in v1.0.2

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

func (*GetAccountListResponse) GetList added in v1.0.2

func (m *GetAccountListResponse) GetList() []*AccountResponse

func (*GetAccountListResponse) ProtoMessage added in v1.0.2

func (*GetAccountListResponse) ProtoMessage()

func (*GetAccountListResponse) Reset added in v1.0.2

func (m *GetAccountListResponse) Reset()

func (*GetAccountListResponse) String added in v1.0.2

func (m *GetAccountListResponse) String() string

func (*GetAccountListResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetAccountListResponse) XXX_DiscardUnknown()

func (*GetAccountListResponse) XXX_Marshal added in v1.0.2

func (m *GetAccountListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountListResponse) XXX_Merge added in v1.0.2

func (m *GetAccountListResponse) XXX_Merge(src proto.Message)

func (*GetAccountListResponse) XXX_Size added in v1.0.2

func (m *GetAccountListResponse) XXX_Size() int

func (*GetAccountListResponse) XXX_Unmarshal added in v1.0.2

func (m *GetAccountListResponse) XXX_Unmarshal(b []byte) error

type GetAccountRewardByNameRequest

type GetAccountRewardByNameRequest struct {
	AccountName          *prototype.AccountName `protobuf:"bytes,1,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetAccountRewardByNameRequest) Descriptor

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

func (*GetAccountRewardByNameRequest) GetAccountName

func (*GetAccountRewardByNameRequest) ProtoMessage

func (*GetAccountRewardByNameRequest) ProtoMessage()

func (*GetAccountRewardByNameRequest) Reset

func (m *GetAccountRewardByNameRequest) Reset()

func (*GetAccountRewardByNameRequest) String

func (*GetAccountRewardByNameRequest) XXX_DiscardUnknown

func (m *GetAccountRewardByNameRequest) XXX_DiscardUnknown()

func (*GetAccountRewardByNameRequest) XXX_Marshal

func (m *GetAccountRewardByNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountRewardByNameRequest) XXX_Merge

func (m *GetAccountRewardByNameRequest) XXX_Merge(src proto.Message)

func (*GetAccountRewardByNameRequest) XXX_Size

func (m *GetAccountRewardByNameRequest) XXX_Size() int

func (*GetAccountRewardByNameRequest) XXX_Unmarshal

func (m *GetAccountRewardByNameRequest) XXX_Unmarshal(b []byte) error

type GetAppTableRecordRequest added in v1.0.2

type GetAppTableRecordRequest struct {
	TableName            string   `protobuf:"bytes,1,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	Key                  string   `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAppTableRecordRequest) Descriptor added in v1.0.2

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

func (*GetAppTableRecordRequest) GetKey added in v1.0.2

func (m *GetAppTableRecordRequest) GetKey() string

func (*GetAppTableRecordRequest) GetTableName added in v1.0.2

func (m *GetAppTableRecordRequest) GetTableName() string

func (*GetAppTableRecordRequest) ProtoMessage added in v1.0.2

func (*GetAppTableRecordRequest) ProtoMessage()

func (*GetAppTableRecordRequest) Reset added in v1.0.2

func (m *GetAppTableRecordRequest) Reset()

func (*GetAppTableRecordRequest) String added in v1.0.2

func (m *GetAppTableRecordRequest) String() string

func (*GetAppTableRecordRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetAppTableRecordRequest) XXX_DiscardUnknown()

func (*GetAppTableRecordRequest) XXX_Marshal added in v1.0.2

func (m *GetAppTableRecordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAppTableRecordRequest) XXX_Merge added in v1.0.2

func (m *GetAppTableRecordRequest) XXX_Merge(src proto.Message)

func (*GetAppTableRecordRequest) XXX_Size added in v1.0.2

func (m *GetAppTableRecordRequest) XXX_Size() int

func (*GetAppTableRecordRequest) XXX_Unmarshal added in v1.0.2

func (m *GetAppTableRecordRequest) XXX_Unmarshal(b []byte) error

type GetAppTableRecordResponse added in v1.0.2

type GetAppTableRecordResponse struct {
	Success              bool     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	ErrorMsg             string   `protobuf:"bytes,2,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
	Record               string   `protobuf:"bytes,3,opt,name=record,proto3" json:"record,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAppTableRecordResponse) Descriptor added in v1.0.2

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

func (*GetAppTableRecordResponse) GetErrorMsg added in v1.0.2

func (m *GetAppTableRecordResponse) GetErrorMsg() string

func (*GetAppTableRecordResponse) GetRecord added in v1.0.2

func (m *GetAppTableRecordResponse) GetRecord() string

func (*GetAppTableRecordResponse) GetSuccess added in v1.0.2

func (m *GetAppTableRecordResponse) GetSuccess() bool

func (*GetAppTableRecordResponse) ProtoMessage added in v1.0.2

func (*GetAppTableRecordResponse) ProtoMessage()

func (*GetAppTableRecordResponse) Reset added in v1.0.2

func (m *GetAppTableRecordResponse) Reset()

func (*GetAppTableRecordResponse) String added in v1.0.2

func (m *GetAppTableRecordResponse) String() string

func (*GetAppTableRecordResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetAppTableRecordResponse) XXX_DiscardUnknown()

func (*GetAppTableRecordResponse) XXX_Marshal added in v1.0.2

func (m *GetAppTableRecordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAppTableRecordResponse) XXX_Merge added in v1.0.2

func (m *GetAppTableRecordResponse) XXX_Merge(src proto.Message)

func (*GetAppTableRecordResponse) XXX_Size added in v1.0.2

func (m *GetAppTableRecordResponse) XXX_Size() int

func (*GetAppTableRecordResponse) XXX_Unmarshal added in v1.0.2

func (m *GetAppTableRecordResponse) XXX_Unmarshal(b []byte) error

type GetBlkIsIrreversibleByTxIdRequest added in v1.0.2

type GetBlkIsIrreversibleByTxIdRequest struct {
	TrxId                *prototype.Sha256 `protobuf:"bytes,1,opt,name=trx_id,json=trxId,proto3" json:"trx_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetBlkIsIrreversibleByTxIdRequest) Descriptor added in v1.0.2

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

func (*GetBlkIsIrreversibleByTxIdRequest) GetTrxId added in v1.0.2

func (*GetBlkIsIrreversibleByTxIdRequest) ProtoMessage added in v1.0.2

func (*GetBlkIsIrreversibleByTxIdRequest) ProtoMessage()

func (*GetBlkIsIrreversibleByTxIdRequest) Reset added in v1.0.2

func (*GetBlkIsIrreversibleByTxIdRequest) String added in v1.0.2

func (*GetBlkIsIrreversibleByTxIdRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetBlkIsIrreversibleByTxIdRequest) XXX_DiscardUnknown()

func (*GetBlkIsIrreversibleByTxIdRequest) XXX_Marshal added in v1.0.2

func (m *GetBlkIsIrreversibleByTxIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlkIsIrreversibleByTxIdRequest) XXX_Merge added in v1.0.2

func (*GetBlkIsIrreversibleByTxIdRequest) XXX_Size added in v1.0.2

func (m *GetBlkIsIrreversibleByTxIdRequest) XXX_Size() int

func (*GetBlkIsIrreversibleByTxIdRequest) XXX_Unmarshal added in v1.0.2

func (m *GetBlkIsIrreversibleByTxIdRequest) XXX_Unmarshal(b []byte) error

type GetBlkIsIrreversibleByTxIdResponse added in v1.0.2

type GetBlkIsIrreversibleByTxIdResponse struct {
	Result               bool     `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlkIsIrreversibleByTxIdResponse) Descriptor added in v1.0.2

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

func (*GetBlkIsIrreversibleByTxIdResponse) GetResult added in v1.0.2

func (*GetBlkIsIrreversibleByTxIdResponse) ProtoMessage added in v1.0.2

func (*GetBlkIsIrreversibleByTxIdResponse) ProtoMessage()

func (*GetBlkIsIrreversibleByTxIdResponse) Reset added in v1.0.2

func (*GetBlkIsIrreversibleByTxIdResponse) String added in v1.0.2

func (*GetBlkIsIrreversibleByTxIdResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetBlkIsIrreversibleByTxIdResponse) XXX_DiscardUnknown()

func (*GetBlkIsIrreversibleByTxIdResponse) XXX_Marshal added in v1.0.2

func (m *GetBlkIsIrreversibleByTxIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlkIsIrreversibleByTxIdResponse) XXX_Merge added in v1.0.2

func (*GetBlkIsIrreversibleByTxIdResponse) XXX_Size added in v1.0.2

func (*GetBlkIsIrreversibleByTxIdResponse) XXX_Unmarshal added in v1.0.2

func (m *GetBlkIsIrreversibleByTxIdResponse) XXX_Unmarshal(b []byte) error

type GetBlockBFTInfoByNumRequest added in v1.0.2

type GetBlockBFTInfoByNumRequest struct {
	BlockNum             uint64   `protobuf:"varint,1,opt,name=block_num,json=blockNum,proto3" json:"block_num,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockBFTInfoByNumRequest) Descriptor added in v1.0.2

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

func (*GetBlockBFTInfoByNumRequest) GetBlockNum added in v1.0.2

func (m *GetBlockBFTInfoByNumRequest) GetBlockNum() uint64

func (*GetBlockBFTInfoByNumRequest) ProtoMessage added in v1.0.2

func (*GetBlockBFTInfoByNumRequest) ProtoMessage()

func (*GetBlockBFTInfoByNumRequest) Reset added in v1.0.2

func (m *GetBlockBFTInfoByNumRequest) Reset()

func (*GetBlockBFTInfoByNumRequest) String added in v1.0.2

func (m *GetBlockBFTInfoByNumRequest) String() string

func (*GetBlockBFTInfoByNumRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetBlockBFTInfoByNumRequest) XXX_DiscardUnknown()

func (*GetBlockBFTInfoByNumRequest) XXX_Marshal added in v1.0.2

func (m *GetBlockBFTInfoByNumRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockBFTInfoByNumRequest) XXX_Merge added in v1.0.2

func (m *GetBlockBFTInfoByNumRequest) XXX_Merge(src proto.Message)

func (*GetBlockBFTInfoByNumRequest) XXX_Size added in v1.0.2

func (m *GetBlockBFTInfoByNumRequest) XXX_Size() int

func (*GetBlockBFTInfoByNumRequest) XXX_Unmarshal added in v1.0.2

func (m *GetBlockBFTInfoByNumRequest) XXX_Unmarshal(b []byte) error

type GetBlockBFTInfoByNumResponse added in v1.0.2

type GetBlockBFTInfoByNumResponse struct {
	CommitterPubKey      string         `protobuf:"bytes,1,opt,name=committer_pub_key,json=committerPubKey,proto3" json:"committer_pub_key,omitempty"`
	Signature            []byte         `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	Vote                 []*BFTVoteInfo `protobuf:"bytes,3,rep,name=vote,proto3" json:"vote,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*GetBlockBFTInfoByNumResponse) Descriptor added in v1.0.2

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

func (*GetBlockBFTInfoByNumResponse) GetCommitterPubKey added in v1.0.2

func (m *GetBlockBFTInfoByNumResponse) GetCommitterPubKey() string

func (*GetBlockBFTInfoByNumResponse) GetSignature added in v1.0.2

func (m *GetBlockBFTInfoByNumResponse) GetSignature() []byte

func (*GetBlockBFTInfoByNumResponse) GetVote added in v1.0.2

func (m *GetBlockBFTInfoByNumResponse) GetVote() []*BFTVoteInfo

func (*GetBlockBFTInfoByNumResponse) ProtoMessage added in v1.0.2

func (*GetBlockBFTInfoByNumResponse) ProtoMessage()

func (*GetBlockBFTInfoByNumResponse) Reset added in v1.0.2

func (m *GetBlockBFTInfoByNumResponse) Reset()

func (*GetBlockBFTInfoByNumResponse) String added in v1.0.2

func (*GetBlockBFTInfoByNumResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetBlockBFTInfoByNumResponse) XXX_DiscardUnknown()

func (*GetBlockBFTInfoByNumResponse) XXX_Marshal added in v1.0.2

func (m *GetBlockBFTInfoByNumResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockBFTInfoByNumResponse) XXX_Merge added in v1.0.2

func (m *GetBlockBFTInfoByNumResponse) XXX_Merge(src proto.Message)

func (*GetBlockBFTInfoByNumResponse) XXX_Size added in v1.0.2

func (m *GetBlockBFTInfoByNumResponse) XXX_Size() int

func (*GetBlockBFTInfoByNumResponse) XXX_Unmarshal added in v1.0.2

func (m *GetBlockBFTInfoByNumResponse) XXX_Unmarshal(b []byte) error

type GetBlockCashoutRequest added in v1.0.2

type GetBlockCashoutRequest struct {
	BlockHeight          uint64   `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockCashoutRequest) Descriptor added in v1.0.2

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

func (*GetBlockCashoutRequest) GetBlockHeight added in v1.0.2

func (m *GetBlockCashoutRequest) GetBlockHeight() uint64

func (*GetBlockCashoutRequest) ProtoMessage added in v1.0.2

func (*GetBlockCashoutRequest) ProtoMessage()

func (*GetBlockCashoutRequest) Reset added in v1.0.2

func (m *GetBlockCashoutRequest) Reset()

func (*GetBlockCashoutRequest) String added in v1.0.2

func (m *GetBlockCashoutRequest) String() string

func (*GetBlockCashoutRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetBlockCashoutRequest) XXX_DiscardUnknown()

func (*GetBlockCashoutRequest) XXX_Marshal added in v1.0.2

func (m *GetBlockCashoutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockCashoutRequest) XXX_Merge added in v1.0.2

func (m *GetBlockCashoutRequest) XXX_Merge(src proto.Message)

func (*GetBlockCashoutRequest) XXX_Size added in v1.0.2

func (m *GetBlockCashoutRequest) XXX_Size() int

func (*GetBlockCashoutRequest) XXX_Unmarshal added in v1.0.2

func (m *GetBlockCashoutRequest) XXX_Unmarshal(b []byte) error

type GetBlockListRequest added in v1.0.2

type GetBlockListRequest struct {
	Start                uint64   `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  uint64   `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
	Limit                uint32   `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockListRequest) Descriptor added in v1.0.2

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

func (*GetBlockListRequest) GetEnd added in v1.0.2

func (m *GetBlockListRequest) GetEnd() uint64

func (*GetBlockListRequest) GetLimit added in v1.0.2

func (m *GetBlockListRequest) GetLimit() uint32

func (*GetBlockListRequest) GetStart added in v1.0.2

func (m *GetBlockListRequest) GetStart() uint64

func (*GetBlockListRequest) ProtoMessage added in v1.0.2

func (*GetBlockListRequest) ProtoMessage()

func (*GetBlockListRequest) Reset added in v1.0.2

func (m *GetBlockListRequest) Reset()

func (*GetBlockListRequest) String added in v1.0.2

func (m *GetBlockListRequest) String() string

func (*GetBlockListRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetBlockListRequest) XXX_DiscardUnknown()

func (*GetBlockListRequest) XXX_Marshal added in v1.0.2

func (m *GetBlockListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockListRequest) XXX_Merge added in v1.0.2

func (m *GetBlockListRequest) XXX_Merge(src proto.Message)

func (*GetBlockListRequest) XXX_Size added in v1.0.2

func (m *GetBlockListRequest) XXX_Size() int

func (*GetBlockListRequest) XXX_Unmarshal added in v1.0.2

func (m *GetBlockListRequest) XXX_Unmarshal(b []byte) error

type GetBlockListResponse added in v1.0.2

type GetBlockListResponse struct {
	Blocks               []*BlockInfo `protobuf:"bytes,1,rep,name=blocks,proto3" json:"blocks,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetBlockListResponse) Descriptor added in v1.0.2

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

func (*GetBlockListResponse) GetBlocks added in v1.0.2

func (m *GetBlockListResponse) GetBlocks() []*BlockInfo

func (*GetBlockListResponse) ProtoMessage added in v1.0.2

func (*GetBlockListResponse) ProtoMessage()

func (*GetBlockListResponse) Reset added in v1.0.2

func (m *GetBlockListResponse) Reset()

func (*GetBlockListResponse) String added in v1.0.2

func (m *GetBlockListResponse) String() string

func (*GetBlockListResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetBlockListResponse) XXX_DiscardUnknown()

func (*GetBlockListResponse) XXX_Marshal added in v1.0.2

func (m *GetBlockListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockListResponse) XXX_Merge added in v1.0.2

func (m *GetBlockListResponse) XXX_Merge(src proto.Message)

func (*GetBlockListResponse) XXX_Size added in v1.0.2

func (m *GetBlockListResponse) XXX_Size() int

func (*GetBlockListResponse) XXX_Unmarshal added in v1.0.2

func (m *GetBlockListResponse) XXX_Unmarshal(b []byte) error

type GetBlockProducerByNameRequest added in v1.0.2

type GetBlockProducerByNameRequest struct {
	BpName               *prototype.AccountName `protobuf:"bytes,1,opt,name=bp_name,json=bpName,proto3" json:"bp_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetBlockProducerByNameRequest) Descriptor added in v1.0.2

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

func (*GetBlockProducerByNameRequest) GetBpName added in v1.0.2

func (*GetBlockProducerByNameRequest) ProtoMessage added in v1.0.2

func (*GetBlockProducerByNameRequest) ProtoMessage()

func (*GetBlockProducerByNameRequest) Reset added in v1.0.2

func (m *GetBlockProducerByNameRequest) Reset()

func (*GetBlockProducerByNameRequest) String added in v1.0.2

func (*GetBlockProducerByNameRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetBlockProducerByNameRequest) XXX_DiscardUnknown()

func (*GetBlockProducerByNameRequest) XXX_Marshal added in v1.0.2

func (m *GetBlockProducerByNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockProducerByNameRequest) XXX_Merge added in v1.0.2

func (m *GetBlockProducerByNameRequest) XXX_Merge(src proto.Message)

func (*GetBlockProducerByNameRequest) XXX_Size added in v1.0.2

func (m *GetBlockProducerByNameRequest) XXX_Size() int

func (*GetBlockProducerByNameRequest) XXX_Unmarshal added in v1.0.2

func (m *GetBlockProducerByNameRequest) XXX_Unmarshal(b []byte) error

type GetBlockProducerListByVoteCountRequest added in v1.0.2

type GetBlockProducerListByVoteCountRequest struct {
	Start                *prototype.Vest        `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.Vest        `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	LastBlockProducer    *BlockProducerResponse `protobuf:"bytes,3,opt,name=last_block_producer,json=lastBlockProducer,proto3" json:"last_block_producer,omitempty"`
	Limit                uint32                 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetBlockProducerListByVoteCountRequest) Descriptor added in v1.0.2

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

func (*GetBlockProducerListByVoteCountRequest) GetEnd added in v1.0.2

func (*GetBlockProducerListByVoteCountRequest) GetLastBlockProducer added in v1.0.2

func (*GetBlockProducerListByVoteCountRequest) GetLimit added in v1.0.2

func (*GetBlockProducerListByVoteCountRequest) GetStart added in v1.0.2

func (*GetBlockProducerListByVoteCountRequest) ProtoMessage added in v1.0.2

func (*GetBlockProducerListByVoteCountRequest) Reset added in v1.0.2

func (*GetBlockProducerListByVoteCountRequest) String added in v1.0.2

func (*GetBlockProducerListByVoteCountRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetBlockProducerListByVoteCountRequest) XXX_DiscardUnknown()

func (*GetBlockProducerListByVoteCountRequest) XXX_Marshal added in v1.0.2

func (m *GetBlockProducerListByVoteCountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockProducerListByVoteCountRequest) XXX_Merge added in v1.0.2

func (*GetBlockProducerListByVoteCountRequest) XXX_Size added in v1.0.2

func (*GetBlockProducerListByVoteCountRequest) XXX_Unmarshal added in v1.0.2

func (m *GetBlockProducerListByVoteCountRequest) XXX_Unmarshal(b []byte) error

type GetBlockProducerListRequest added in v1.0.2

type GetBlockProducerListRequest struct {
	Start                *prototype.AccountName `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	Limit                uint32                 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetBlockProducerListRequest) Descriptor added in v1.0.2

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

func (*GetBlockProducerListRequest) GetLimit added in v1.0.2

func (m *GetBlockProducerListRequest) GetLimit() uint32

func (*GetBlockProducerListRequest) GetStart added in v1.0.2

func (*GetBlockProducerListRequest) ProtoMessage added in v1.0.2

func (*GetBlockProducerListRequest) ProtoMessage()

func (*GetBlockProducerListRequest) Reset added in v1.0.2

func (m *GetBlockProducerListRequest) Reset()

func (*GetBlockProducerListRequest) String added in v1.0.2

func (m *GetBlockProducerListRequest) String() string

func (*GetBlockProducerListRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetBlockProducerListRequest) XXX_DiscardUnknown()

func (*GetBlockProducerListRequest) XXX_Marshal added in v1.0.2

func (m *GetBlockProducerListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockProducerListRequest) XXX_Merge added in v1.0.2

func (m *GetBlockProducerListRequest) XXX_Merge(src proto.Message)

func (*GetBlockProducerListRequest) XXX_Size added in v1.0.2

func (m *GetBlockProducerListRequest) XXX_Size() int

func (*GetBlockProducerListRequest) XXX_Unmarshal added in v1.0.2

func (m *GetBlockProducerListRequest) XXX_Unmarshal(b []byte) error

type GetBlockProducerListResponse added in v1.0.2

type GetBlockProducerListResponse struct {
	BlockProducerList    []*BlockProducerResponse `protobuf:"bytes,1,rep,name=block_producer_list,json=blockProducerList,proto3" json:"block_producer_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*GetBlockProducerListResponse) Descriptor added in v1.0.2

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

func (*GetBlockProducerListResponse) GetBlockProducerList added in v1.0.2

func (m *GetBlockProducerListResponse) GetBlockProducerList() []*BlockProducerResponse

func (*GetBlockProducerListResponse) ProtoMessage added in v1.0.2

func (*GetBlockProducerListResponse) ProtoMessage()

func (*GetBlockProducerListResponse) Reset added in v1.0.2

func (m *GetBlockProducerListResponse) Reset()

func (*GetBlockProducerListResponse) String added in v1.0.2

func (*GetBlockProducerListResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetBlockProducerListResponse) XXX_DiscardUnknown()

func (*GetBlockProducerListResponse) XXX_Marshal added in v1.0.2

func (m *GetBlockProducerListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockProducerListResponse) XXX_Merge added in v1.0.2

func (m *GetBlockProducerListResponse) XXX_Merge(src proto.Message)

func (*GetBlockProducerListResponse) XXX_Size added in v1.0.2

func (m *GetBlockProducerListResponse) XXX_Size() int

func (*GetBlockProducerListResponse) XXX_Unmarshal added in v1.0.2

func (m *GetBlockProducerListResponse) XXX_Unmarshal(b []byte) error

type GetBlockTransactionsByNumRequest

type GetBlockTransactionsByNumRequest struct {
	BlockNum             uint32   `protobuf:"varint,1,opt,name=block_num,json=blockNum,proto3" json:"block_num,omitempty"`
	Start                uint32   `protobuf:"varint,2,opt,name=start,proto3" json:"start,omitempty"`
	Limit                uint32   `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockTransactionsByNumRequest) Descriptor

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

func (*GetBlockTransactionsByNumRequest) GetBlockNum

func (m *GetBlockTransactionsByNumRequest) GetBlockNum() uint32

func (*GetBlockTransactionsByNumRequest) GetLimit

func (*GetBlockTransactionsByNumRequest) GetStart

func (*GetBlockTransactionsByNumRequest) ProtoMessage

func (*GetBlockTransactionsByNumRequest) ProtoMessage()

func (*GetBlockTransactionsByNumRequest) Reset

func (*GetBlockTransactionsByNumRequest) String

func (*GetBlockTransactionsByNumRequest) XXX_DiscardUnknown

func (m *GetBlockTransactionsByNumRequest) XXX_DiscardUnknown()

func (*GetBlockTransactionsByNumRequest) XXX_Marshal

func (m *GetBlockTransactionsByNumRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockTransactionsByNumRequest) XXX_Merge

func (*GetBlockTransactionsByNumRequest) XXX_Size

func (m *GetBlockTransactionsByNumRequest) XXX_Size() int

func (*GetBlockTransactionsByNumRequest) XXX_Unmarshal

func (m *GetBlockTransactionsByNumRequest) XXX_Unmarshal(b []byte) error

type GetBlockTransactionsByNumResponse

type GetBlockTransactionsByNumResponse struct {
	Transactions         []*prototype.SignedTransaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*GetBlockTransactionsByNumResponse) Descriptor

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

func (*GetBlockTransactionsByNumResponse) GetTransactions

func (*GetBlockTransactionsByNumResponse) ProtoMessage

func (*GetBlockTransactionsByNumResponse) ProtoMessage()

func (*GetBlockTransactionsByNumResponse) Reset

func (*GetBlockTransactionsByNumResponse) String

func (*GetBlockTransactionsByNumResponse) XXX_DiscardUnknown

func (m *GetBlockTransactionsByNumResponse) XXX_DiscardUnknown()

func (*GetBlockTransactionsByNumResponse) XXX_Marshal

func (m *GetBlockTransactionsByNumResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockTransactionsByNumResponse) XXX_Merge

func (*GetBlockTransactionsByNumResponse) XXX_Size

func (m *GetBlockTransactionsByNumResponse) XXX_Size() int

func (*GetBlockTransactionsByNumResponse) XXX_Unmarshal

func (m *GetBlockTransactionsByNumResponse) XXX_Unmarshal(b []byte) error

type GetChainStateResponse

type GetChainStateResponse struct {
	State                *ChainState `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetChainStateResponse) Descriptor

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

func (*GetChainStateResponse) GetState added in v1.0.2

func (m *GetChainStateResponse) GetState() *ChainState

func (*GetChainStateResponse) ProtoMessage

func (*GetChainStateResponse) ProtoMessage()

func (*GetChainStateResponse) Reset

func (m *GetChainStateResponse) Reset()

func (*GetChainStateResponse) String

func (m *GetChainStateResponse) String() string

func (*GetChainStateResponse) XXX_DiscardUnknown

func (m *GetChainStateResponse) XXX_DiscardUnknown()

func (*GetChainStateResponse) XXX_Marshal

func (m *GetChainStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetChainStateResponse) XXX_Merge

func (m *GetChainStateResponse) XXX_Merge(src proto.Message)

func (*GetChainStateResponse) XXX_Size

func (m *GetChainStateResponse) XXX_Size() int

func (*GetChainStateResponse) XXX_Unmarshal

func (m *GetChainStateResponse) XXX_Unmarshal(b []byte) error

type GetContractInfoRequest added in v1.0.2

type GetContractInfoRequest struct {
	Owner                *prototype.AccountName `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	ContractName         string                 `protobuf:"bytes,2,opt,name=contract_name,json=contractName,proto3" json:"contract_name,omitempty"`
	FetchAbi             bool                   `protobuf:"varint,3,opt,name=fetchAbi,proto3" json:"fetchAbi,omitempty"`
	FetchCode            bool                   `protobuf:"varint,4,opt,name=fetchCode,proto3" json:"fetchCode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetContractInfoRequest) Descriptor added in v1.0.2

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

func (*GetContractInfoRequest) GetContractName added in v1.0.2

func (m *GetContractInfoRequest) GetContractName() string

func (*GetContractInfoRequest) GetFetchAbi added in v1.0.2

func (m *GetContractInfoRequest) GetFetchAbi() bool

func (*GetContractInfoRequest) GetFetchCode added in v1.0.2

func (m *GetContractInfoRequest) GetFetchCode() bool

func (*GetContractInfoRequest) GetOwner added in v1.0.2

func (*GetContractInfoRequest) ProtoMessage added in v1.0.2

func (*GetContractInfoRequest) ProtoMessage()

func (*GetContractInfoRequest) Reset added in v1.0.2

func (m *GetContractInfoRequest) Reset()

func (*GetContractInfoRequest) String added in v1.0.2

func (m *GetContractInfoRequest) String() string

func (*GetContractInfoRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetContractInfoRequest) XXX_DiscardUnknown()

func (*GetContractInfoRequest) XXX_Marshal added in v1.0.2

func (m *GetContractInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetContractInfoRequest) XXX_Merge added in v1.0.2

func (m *GetContractInfoRequest) XXX_Merge(src proto.Message)

func (*GetContractInfoRequest) XXX_Size added in v1.0.2

func (m *GetContractInfoRequest) XXX_Size() int

func (*GetContractInfoRequest) XXX_Unmarshal added in v1.0.2

func (m *GetContractInfoRequest) XXX_Unmarshal(b []byte) error

type GetContractInfoResponse added in v1.0.2

type GetContractInfoResponse struct {
	Exist                bool     `protobuf:"varint,1,opt,name=exist,proto3" json:"exist,omitempty"`
	Abi                  string   `protobuf:"bytes,2,opt,name=abi,proto3" json:"abi,omitempty"`
	Code                 []byte   `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	Url                  string   `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	Describe             string   `protobuf:"bytes,5,opt,name=describe,proto3" json:"describe,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetContractInfoResponse) Descriptor added in v1.0.2

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

func (*GetContractInfoResponse) GetAbi added in v1.0.2

func (m *GetContractInfoResponse) GetAbi() string

func (*GetContractInfoResponse) GetCode added in v1.0.2

func (m *GetContractInfoResponse) GetCode() []byte

func (*GetContractInfoResponse) GetDescribe added in v1.0.2

func (m *GetContractInfoResponse) GetDescribe() string

func (*GetContractInfoResponse) GetExist added in v1.0.2

func (m *GetContractInfoResponse) GetExist() bool

func (*GetContractInfoResponse) GetUrl added in v1.0.2

func (m *GetContractInfoResponse) GetUrl() string

func (*GetContractInfoResponse) ProtoMessage added in v1.0.2

func (*GetContractInfoResponse) ProtoMessage()

func (*GetContractInfoResponse) Reset added in v1.0.2

func (m *GetContractInfoResponse) Reset()

func (*GetContractInfoResponse) String added in v1.0.2

func (m *GetContractInfoResponse) String() string

func (*GetContractInfoResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetContractInfoResponse) XXX_DiscardUnknown()

func (*GetContractInfoResponse) XXX_Marshal added in v1.0.2

func (m *GetContractInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetContractInfoResponse) XXX_Merge added in v1.0.2

func (m *GetContractInfoResponse) XXX_Merge(src proto.Message)

func (*GetContractInfoResponse) XXX_Size added in v1.0.2

func (m *GetContractInfoResponse) XXX_Size() int

func (*GetContractInfoResponse) XXX_Unmarshal added in v1.0.2

func (m *GetContractInfoResponse) XXX_Unmarshal(b []byte) error

type GetContractListByTimeRequest added in v1.0.2

type GetContractListByTimeRequest struct {
	Start                *prototype.TimePointSec `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.TimePointSec `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	LastContract         *ContractInfo           `protobuf:"bytes,3,opt,name=last_contract,json=lastContract,proto3" json:"last_contract,omitempty"`
	Limit                uint32                  `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*GetContractListByTimeRequest) Descriptor added in v1.0.2

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

func (*GetContractListByTimeRequest) GetEnd added in v1.0.2

func (*GetContractListByTimeRequest) GetLastContract added in v1.0.2

func (m *GetContractListByTimeRequest) GetLastContract() *ContractInfo

func (*GetContractListByTimeRequest) GetLimit added in v1.0.2

func (m *GetContractListByTimeRequest) GetLimit() uint32

func (*GetContractListByTimeRequest) GetStart added in v1.0.2

func (*GetContractListByTimeRequest) ProtoMessage added in v1.0.2

func (*GetContractListByTimeRequest) ProtoMessage()

func (*GetContractListByTimeRequest) Reset added in v1.0.2

func (m *GetContractListByTimeRequest) Reset()

func (*GetContractListByTimeRequest) String added in v1.0.2

func (*GetContractListByTimeRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetContractListByTimeRequest) XXX_DiscardUnknown()

func (*GetContractListByTimeRequest) XXX_Marshal added in v1.0.2

func (m *GetContractListByTimeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetContractListByTimeRequest) XXX_Merge added in v1.0.2

func (m *GetContractListByTimeRequest) XXX_Merge(src proto.Message)

func (*GetContractListByTimeRequest) XXX_Size added in v1.0.2

func (m *GetContractListByTimeRequest) XXX_Size() int

func (*GetContractListByTimeRequest) XXX_Unmarshal added in v1.0.2

func (m *GetContractListByTimeRequest) XXX_Unmarshal(b []byte) error

type GetContractListResponse added in v1.0.2

type GetContractListResponse struct {
	ContractList         []*ContractInfo `protobuf:"bytes,1,rep,name=contract_list,json=contractList,proto3" json:"contract_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetContractListResponse) Descriptor added in v1.0.2

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

func (*GetContractListResponse) GetContractList added in v1.0.2

func (m *GetContractListResponse) GetContractList() []*ContractInfo

func (*GetContractListResponse) ProtoMessage added in v1.0.2

func (*GetContractListResponse) ProtoMessage()

func (*GetContractListResponse) Reset added in v1.0.2

func (m *GetContractListResponse) Reset()

func (*GetContractListResponse) String added in v1.0.2

func (m *GetContractListResponse) String() string

func (*GetContractListResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetContractListResponse) XXX_DiscardUnknown()

func (*GetContractListResponse) XXX_Marshal added in v1.0.2

func (m *GetContractListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetContractListResponse) XXX_Merge added in v1.0.2

func (m *GetContractListResponse) XXX_Merge(src proto.Message)

func (*GetContractListResponse) XXX_Size added in v1.0.2

func (m *GetContractListResponse) XXX_Size() int

func (*GetContractListResponse) XXX_Unmarshal added in v1.0.2

func (m *GetContractListResponse) XXX_Unmarshal(b []byte) error

type GetDailyStatsRequest added in v1.0.2

type GetDailyStatsRequest struct {
	Days                 uint32   `protobuf:"varint,1,opt,name=days,proto3" json:"days,omitempty"`
	Dapp                 string   `protobuf:"bytes,2,opt,name=dapp,proto3" json:"dapp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDailyStatsRequest) Descriptor added in v1.0.2

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

func (*GetDailyStatsRequest) GetDapp added in v1.0.2

func (m *GetDailyStatsRequest) GetDapp() string

func (*GetDailyStatsRequest) GetDays added in v1.0.2

func (m *GetDailyStatsRequest) GetDays() uint32

func (*GetDailyStatsRequest) ProtoMessage added in v1.0.2

func (*GetDailyStatsRequest) ProtoMessage()

func (*GetDailyStatsRequest) Reset added in v1.0.2

func (m *GetDailyStatsRequest) Reset()

func (*GetDailyStatsRequest) String added in v1.0.2

func (m *GetDailyStatsRequest) String() string

func (*GetDailyStatsRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetDailyStatsRequest) XXX_DiscardUnknown()

func (*GetDailyStatsRequest) XXX_Marshal added in v1.0.2

func (m *GetDailyStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDailyStatsRequest) XXX_Merge added in v1.0.2

func (m *GetDailyStatsRequest) XXX_Merge(src proto.Message)

func (*GetDailyStatsRequest) XXX_Size added in v1.0.2

func (m *GetDailyStatsRequest) XXX_Size() int

func (*GetDailyStatsRequest) XXX_Unmarshal added in v1.0.2

func (m *GetDailyStatsRequest) XXX_Unmarshal(b []byte) error

type GetDailyStatsResponse added in v1.0.2

type GetDailyStatsResponse struct {
	Stat                 []*DailyStat `protobuf:"bytes,1,rep,name=stat,proto3" json:"stat,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetDailyStatsResponse) Descriptor added in v1.0.2

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

func (*GetDailyStatsResponse) GetStat added in v1.0.2

func (m *GetDailyStatsResponse) GetStat() []*DailyStat

func (*GetDailyStatsResponse) ProtoMessage added in v1.0.2

func (*GetDailyStatsResponse) ProtoMessage()

func (*GetDailyStatsResponse) Reset added in v1.0.2

func (m *GetDailyStatsResponse) Reset()

func (*GetDailyStatsResponse) String added in v1.0.2

func (m *GetDailyStatsResponse) String() string

func (*GetDailyStatsResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetDailyStatsResponse) XXX_DiscardUnknown()

func (*GetDailyStatsResponse) XXX_Marshal added in v1.0.2

func (m *GetDailyStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDailyStatsResponse) XXX_Merge added in v1.0.2

func (m *GetDailyStatsResponse) XXX_Merge(src proto.Message)

func (*GetDailyStatsResponse) XXX_Size added in v1.0.2

func (m *GetDailyStatsResponse) XXX_Size() int

func (*GetDailyStatsResponse) XXX_Unmarshal added in v1.0.2

func (m *GetDailyStatsResponse) XXX_Unmarshal(b []byte) error

type GetDailyTotalTrxRequest added in v1.0.2

type GetDailyTotalTrxRequest struct {
	Start                *prototype.TimePointSec `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.TimePointSec `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	LastInfo             *DailyTotalTrx          `protobuf:"bytes,3,opt,name=last_info,json=lastInfo,proto3" json:"last_info,omitempty"`
	Limit                uint32                  `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*GetDailyTotalTrxRequest) Descriptor added in v1.0.2

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

func (*GetDailyTotalTrxRequest) GetEnd added in v1.0.2

func (*GetDailyTotalTrxRequest) GetLastInfo added in v1.0.2

func (m *GetDailyTotalTrxRequest) GetLastInfo() *DailyTotalTrx

func (*GetDailyTotalTrxRequest) GetLimit added in v1.0.2

func (m *GetDailyTotalTrxRequest) GetLimit() uint32

func (*GetDailyTotalTrxRequest) GetStart added in v1.0.2

func (*GetDailyTotalTrxRequest) ProtoMessage added in v1.0.2

func (*GetDailyTotalTrxRequest) ProtoMessage()

func (*GetDailyTotalTrxRequest) Reset added in v1.0.2

func (m *GetDailyTotalTrxRequest) Reset()

func (*GetDailyTotalTrxRequest) String added in v1.0.2

func (m *GetDailyTotalTrxRequest) String() string

func (*GetDailyTotalTrxRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetDailyTotalTrxRequest) XXX_DiscardUnknown()

func (*GetDailyTotalTrxRequest) XXX_Marshal added in v1.0.2

func (m *GetDailyTotalTrxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDailyTotalTrxRequest) XXX_Merge added in v1.0.2

func (m *GetDailyTotalTrxRequest) XXX_Merge(src proto.Message)

func (*GetDailyTotalTrxRequest) XXX_Size added in v1.0.2

func (m *GetDailyTotalTrxRequest) XXX_Size() int

func (*GetDailyTotalTrxRequest) XXX_Unmarshal added in v1.0.2

func (m *GetDailyTotalTrxRequest) XXX_Unmarshal(b []byte) error

type GetDailyTotalTrxResponse added in v1.0.2

type GetDailyTotalTrxResponse struct {
	List                 []*DailyTotalTrx `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetDailyTotalTrxResponse) Descriptor added in v1.0.2

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

func (*GetDailyTotalTrxResponse) GetList added in v1.0.2

func (m *GetDailyTotalTrxResponse) GetList() []*DailyTotalTrx

func (*GetDailyTotalTrxResponse) ProtoMessage added in v1.0.2

func (*GetDailyTotalTrxResponse) ProtoMessage()

func (*GetDailyTotalTrxResponse) Reset added in v1.0.2

func (m *GetDailyTotalTrxResponse) Reset()

func (*GetDailyTotalTrxResponse) String added in v1.0.2

func (m *GetDailyTotalTrxResponse) String() string

func (*GetDailyTotalTrxResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetDailyTotalTrxResponse) XXX_DiscardUnknown()

func (*GetDailyTotalTrxResponse) XXX_Marshal added in v1.0.2

func (m *GetDailyTotalTrxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDailyTotalTrxResponse) XXX_Merge added in v1.0.2

func (m *GetDailyTotalTrxResponse) XXX_Merge(src proto.Message)

func (*GetDailyTotalTrxResponse) XXX_Size added in v1.0.2

func (m *GetDailyTotalTrxResponse) XXX_Size() int

func (*GetDailyTotalTrxResponse) XXX_Unmarshal added in v1.0.2

func (m *GetDailyTotalTrxResponse) XXX_Unmarshal(b []byte) error

type GetFollowCountByNameRequest

type GetFollowCountByNameRequest struct {
	AccountName          *prototype.AccountName `protobuf:"bytes,1,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetFollowCountByNameRequest) Descriptor

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

func (*GetFollowCountByNameRequest) GetAccountName

func (m *GetFollowCountByNameRequest) GetAccountName() *prototype.AccountName

func (*GetFollowCountByNameRequest) ProtoMessage

func (*GetFollowCountByNameRequest) ProtoMessage()

func (*GetFollowCountByNameRequest) Reset

func (m *GetFollowCountByNameRequest) Reset()

func (*GetFollowCountByNameRequest) String

func (m *GetFollowCountByNameRequest) String() string

func (*GetFollowCountByNameRequest) XXX_DiscardUnknown

func (m *GetFollowCountByNameRequest) XXX_DiscardUnknown()

func (*GetFollowCountByNameRequest) XXX_Marshal

func (m *GetFollowCountByNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetFollowCountByNameRequest) XXX_Merge

func (m *GetFollowCountByNameRequest) XXX_Merge(src proto.Message)

func (*GetFollowCountByNameRequest) XXX_Size

func (m *GetFollowCountByNameRequest) XXX_Size() int

func (*GetFollowCountByNameRequest) XXX_Unmarshal

func (m *GetFollowCountByNameRequest) XXX_Unmarshal(b []byte) error

type GetFollowCountByNameResponse

type GetFollowCountByNameResponse struct {
	FerCnt               uint32   `protobuf:"varint,1,opt,name=fer_cnt,json=ferCnt,proto3" json:"fer_cnt,omitempty"`
	FingCnt              uint32   `protobuf:"varint,2,opt,name=fing_cnt,json=fingCnt,proto3" json:"fing_cnt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetFollowCountByNameResponse) Descriptor

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

func (*GetFollowCountByNameResponse) GetFerCnt

func (m *GetFollowCountByNameResponse) GetFerCnt() uint32

func (*GetFollowCountByNameResponse) GetFingCnt

func (m *GetFollowCountByNameResponse) GetFingCnt() uint32

func (*GetFollowCountByNameResponse) ProtoMessage

func (*GetFollowCountByNameResponse) ProtoMessage()

func (*GetFollowCountByNameResponse) Reset

func (m *GetFollowCountByNameResponse) Reset()

func (*GetFollowCountByNameResponse) String

func (*GetFollowCountByNameResponse) XXX_DiscardUnknown

func (m *GetFollowCountByNameResponse) XXX_DiscardUnknown()

func (*GetFollowCountByNameResponse) XXX_Marshal

func (m *GetFollowCountByNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetFollowCountByNameResponse) XXX_Merge

func (m *GetFollowCountByNameResponse) XXX_Merge(src proto.Message)

func (*GetFollowCountByNameResponse) XXX_Size

func (m *GetFollowCountByNameResponse) XXX_Size() int

func (*GetFollowCountByNameResponse) XXX_Unmarshal

func (m *GetFollowCountByNameResponse) XXX_Unmarshal(b []byte) error

type GetFollowerListByNameRequest

type GetFollowerListByNameRequest struct {
	Start                *prototype.FollowerCreatedOrder `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.FollowerCreatedOrder `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	Limit                uint32                          `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	LastOrder            *prototype.FollowerCreatedOrder `protobuf:"bytes,4,opt,name=last_order,json=lastOrder,proto3" json:"last_order,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*GetFollowerListByNameRequest) Descriptor

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

func (*GetFollowerListByNameRequest) GetEnd

func (*GetFollowerListByNameRequest) GetLastOrder added in v1.0.2

func (*GetFollowerListByNameRequest) GetLimit

func (m *GetFollowerListByNameRequest) GetLimit() uint32

func (*GetFollowerListByNameRequest) GetStart

func (*GetFollowerListByNameRequest) ProtoMessage

func (*GetFollowerListByNameRequest) ProtoMessage()

func (*GetFollowerListByNameRequest) Reset

func (m *GetFollowerListByNameRequest) Reset()

func (*GetFollowerListByNameRequest) String

func (*GetFollowerListByNameRequest) XXX_DiscardUnknown

func (m *GetFollowerListByNameRequest) XXX_DiscardUnknown()

func (*GetFollowerListByNameRequest) XXX_Marshal

func (m *GetFollowerListByNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetFollowerListByNameRequest) XXX_Merge

func (m *GetFollowerListByNameRequest) XXX_Merge(src proto.Message)

func (*GetFollowerListByNameRequest) XXX_Size

func (m *GetFollowerListByNameRequest) XXX_Size() int

func (*GetFollowerListByNameRequest) XXX_Unmarshal

func (m *GetFollowerListByNameRequest) XXX_Unmarshal(b []byte) error

type GetFollowerListByNameResponse

type GetFollowerListByNameResponse struct {
	FollowerList         []*FollowerListInfo `protobuf:"bytes,1,rep,name=follower_list,json=followerList,proto3" json:"follower_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GetFollowerListByNameResponse) Descriptor

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

func (*GetFollowerListByNameResponse) GetFollowerList

func (m *GetFollowerListByNameResponse) GetFollowerList() []*FollowerListInfo

func (*GetFollowerListByNameResponse) ProtoMessage

func (*GetFollowerListByNameResponse) ProtoMessage()

func (*GetFollowerListByNameResponse) Reset

func (m *GetFollowerListByNameResponse) Reset()

func (*GetFollowerListByNameResponse) String

func (*GetFollowerListByNameResponse) XXX_DiscardUnknown

func (m *GetFollowerListByNameResponse) XXX_DiscardUnknown()

func (*GetFollowerListByNameResponse) XXX_Marshal

func (m *GetFollowerListByNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetFollowerListByNameResponse) XXX_Merge

func (m *GetFollowerListByNameResponse) XXX_Merge(src proto.Message)

func (*GetFollowerListByNameResponse) XXX_Size

func (m *GetFollowerListByNameResponse) XXX_Size() int

func (*GetFollowerListByNameResponse) XXX_Unmarshal

func (m *GetFollowerListByNameResponse) XXX_Unmarshal(b []byte) error

type GetFollowingListByNameRequest

type GetFollowingListByNameRequest struct {
	Start                *prototype.FollowingCreatedOrder `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.FollowingCreatedOrder `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	Limit                uint32                           `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	LastOrder            *prototype.FollowingCreatedOrder `protobuf:"bytes,4,opt,name=last_order,json=lastOrder,proto3" json:"last_order,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*GetFollowingListByNameRequest) Descriptor

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

func (*GetFollowingListByNameRequest) GetEnd

func (*GetFollowingListByNameRequest) GetLastOrder added in v1.0.2

func (*GetFollowingListByNameRequest) GetLimit

func (m *GetFollowingListByNameRequest) GetLimit() uint32

func (*GetFollowingListByNameRequest) GetStart

func (*GetFollowingListByNameRequest) ProtoMessage

func (*GetFollowingListByNameRequest) ProtoMessage()

func (*GetFollowingListByNameRequest) Reset

func (m *GetFollowingListByNameRequest) Reset()

func (*GetFollowingListByNameRequest) String

func (*GetFollowingListByNameRequest) XXX_DiscardUnknown

func (m *GetFollowingListByNameRequest) XXX_DiscardUnknown()

func (*GetFollowingListByNameRequest) XXX_Marshal

func (m *GetFollowingListByNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetFollowingListByNameRequest) XXX_Merge

func (m *GetFollowingListByNameRequest) XXX_Merge(src proto.Message)

func (*GetFollowingListByNameRequest) XXX_Size

func (m *GetFollowingListByNameRequest) XXX_Size() int

func (*GetFollowingListByNameRequest) XXX_Unmarshal

func (m *GetFollowingListByNameRequest) XXX_Unmarshal(b []byte) error

type GetFollowingListByNameResponse

type GetFollowingListByNameResponse struct {
	FollowingList        []*FollowingListInfo `protobuf:"bytes,1,rep,name=following_list,json=followingList,proto3" json:"following_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetFollowingListByNameResponse) Descriptor

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

func (*GetFollowingListByNameResponse) GetFollowingList

func (m *GetFollowingListByNameResponse) GetFollowingList() []*FollowingListInfo

func (*GetFollowingListByNameResponse) ProtoMessage

func (*GetFollowingListByNameResponse) ProtoMessage()

func (*GetFollowingListByNameResponse) Reset

func (m *GetFollowingListByNameResponse) Reset()

func (*GetFollowingListByNameResponse) String

func (*GetFollowingListByNameResponse) XXX_DiscardUnknown

func (m *GetFollowingListByNameResponse) XXX_DiscardUnknown()

func (*GetFollowingListByNameResponse) XXX_Marshal

func (m *GetFollowingListByNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetFollowingListByNameResponse) XXX_Merge

func (m *GetFollowingListByNameResponse) XXX_Merge(src proto.Message)

func (*GetFollowingListByNameResponse) XXX_Size

func (m *GetFollowingListByNameResponse) XXX_Size() int

func (*GetFollowingListByNameResponse) XXX_Unmarshal

func (m *GetFollowingListByNameResponse) XXX_Unmarshal(b []byte) error

type GetMyStakeListByNameRequest added in v1.0.2

type GetMyStakeListByNameRequest struct {
	Start                *prototype.StakeRecord `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.StakeRecord `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	Limit                uint32                 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetMyStakeListByNameRequest) Descriptor added in v1.0.2

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

func (*GetMyStakeListByNameRequest) GetEnd added in v1.0.2

func (*GetMyStakeListByNameRequest) GetLimit added in v1.0.2

func (m *GetMyStakeListByNameRequest) GetLimit() uint32

func (*GetMyStakeListByNameRequest) GetStart added in v1.0.2

func (*GetMyStakeListByNameRequest) ProtoMessage added in v1.0.2

func (*GetMyStakeListByNameRequest) ProtoMessage()

func (*GetMyStakeListByNameRequest) Reset added in v1.0.2

func (m *GetMyStakeListByNameRequest) Reset()

func (*GetMyStakeListByNameRequest) String added in v1.0.2

func (m *GetMyStakeListByNameRequest) String() string

func (*GetMyStakeListByNameRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetMyStakeListByNameRequest) XXX_DiscardUnknown()

func (*GetMyStakeListByNameRequest) XXX_Marshal added in v1.0.2

func (m *GetMyStakeListByNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMyStakeListByNameRequest) XXX_Merge added in v1.0.2

func (m *GetMyStakeListByNameRequest) XXX_Merge(src proto.Message)

func (*GetMyStakeListByNameRequest) XXX_Size added in v1.0.2

func (m *GetMyStakeListByNameRequest) XXX_Size() int

func (*GetMyStakeListByNameRequest) XXX_Unmarshal added in v1.0.2

func (m *GetMyStakeListByNameRequest) XXX_Unmarshal(b []byte) error

type GetMyStakeListByNameResponse added in v1.0.2

type GetMyStakeListByNameResponse struct {
	MyStakeList          []*StakeInfo `protobuf:"bytes,1,rep,name=my_stake_list,json=myStakeList,proto3" json:"my_stake_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetMyStakeListByNameResponse) Descriptor added in v1.0.2

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

func (*GetMyStakeListByNameResponse) GetMyStakeList added in v1.0.2

func (m *GetMyStakeListByNameResponse) GetMyStakeList() []*StakeInfo

func (*GetMyStakeListByNameResponse) ProtoMessage added in v1.0.2

func (*GetMyStakeListByNameResponse) ProtoMessage()

func (*GetMyStakeListByNameResponse) Reset added in v1.0.2

func (m *GetMyStakeListByNameResponse) Reset()

func (*GetMyStakeListByNameResponse) String added in v1.0.2

func (*GetMyStakeListByNameResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetMyStakeListByNameResponse) XXX_DiscardUnknown()

func (*GetMyStakeListByNameResponse) XXX_Marshal added in v1.0.2

func (m *GetMyStakeListByNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMyStakeListByNameResponse) XXX_Merge added in v1.0.2

func (m *GetMyStakeListByNameResponse) XXX_Merge(src proto.Message)

func (*GetMyStakeListByNameResponse) XXX_Size added in v1.0.2

func (m *GetMyStakeListByNameResponse) XXX_Size() int

func (*GetMyStakeListByNameResponse) XXX_Unmarshal added in v1.0.2

func (m *GetMyStakeListByNameResponse) XXX_Unmarshal(b []byte) error

type GetMyStakerListByNameRequest added in v1.0.2

type GetMyStakerListByNameRequest struct {
	Start                *prototype.StakeRecordReverse `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.StakeRecordReverse `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	Limit                uint32                        `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*GetMyStakerListByNameRequest) Descriptor added in v1.0.2

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

func (*GetMyStakerListByNameRequest) GetEnd added in v1.0.2

func (*GetMyStakerListByNameRequest) GetLimit added in v1.0.2

func (m *GetMyStakerListByNameRequest) GetLimit() uint32

func (*GetMyStakerListByNameRequest) GetStart added in v1.0.2

func (*GetMyStakerListByNameRequest) ProtoMessage added in v1.0.2

func (*GetMyStakerListByNameRequest) ProtoMessage()

func (*GetMyStakerListByNameRequest) Reset added in v1.0.2

func (m *GetMyStakerListByNameRequest) Reset()

func (*GetMyStakerListByNameRequest) String added in v1.0.2

func (*GetMyStakerListByNameRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetMyStakerListByNameRequest) XXX_DiscardUnknown()

func (*GetMyStakerListByNameRequest) XXX_Marshal added in v1.0.2

func (m *GetMyStakerListByNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMyStakerListByNameRequest) XXX_Merge added in v1.0.2

func (m *GetMyStakerListByNameRequest) XXX_Merge(src proto.Message)

func (*GetMyStakerListByNameRequest) XXX_Size added in v1.0.2

func (m *GetMyStakerListByNameRequest) XXX_Size() int

func (*GetMyStakerListByNameRequest) XXX_Unmarshal added in v1.0.2

func (m *GetMyStakerListByNameRequest) XXX_Unmarshal(b []byte) error

type GetMyStakerListByNameResponse added in v1.0.2

type GetMyStakerListByNameResponse struct {
	MyStakerList         []*StakeInfo `protobuf:"bytes,1,rep,name=my_staker_list,json=myStakerList,proto3" json:"my_staker_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetMyStakerListByNameResponse) Descriptor added in v1.0.2

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

func (*GetMyStakerListByNameResponse) GetMyStakerList added in v1.0.2

func (m *GetMyStakerListByNameResponse) GetMyStakerList() []*StakeInfo

func (*GetMyStakerListByNameResponse) ProtoMessage added in v1.0.2

func (*GetMyStakerListByNameResponse) ProtoMessage()

func (*GetMyStakerListByNameResponse) Reset added in v1.0.2

func (m *GetMyStakerListByNameResponse) Reset()

func (*GetMyStakerListByNameResponse) String added in v1.0.2

func (*GetMyStakerListByNameResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetMyStakerListByNameResponse) XXX_DiscardUnknown()

func (*GetMyStakerListByNameResponse) XXX_Marshal added in v1.0.2

func (m *GetMyStakerListByNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMyStakerListByNameResponse) XXX_Merge added in v1.0.2

func (m *GetMyStakerListByNameResponse) XXX_Merge(src proto.Message)

func (*GetMyStakerListByNameResponse) XXX_Size added in v1.0.2

func (m *GetMyStakerListByNameResponse) XXX_Size() int

func (*GetMyStakerListByNameResponse) XXX_Unmarshal added in v1.0.2

func (m *GetMyStakerListByNameResponse) XXX_Unmarshal(b []byte) error

type GetNodeNeighboursResponse added in v1.0.2

type GetNodeNeighboursResponse struct {
	Peerlist             string   `protobuf:"bytes,1,opt,name=peerlist,proto3" json:"peerlist,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNodeNeighboursResponse) Descriptor added in v1.0.2

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

func (*GetNodeNeighboursResponse) GetPeerlist added in v1.0.2

func (m *GetNodeNeighboursResponse) GetPeerlist() string

func (*GetNodeNeighboursResponse) ProtoMessage added in v1.0.2

func (*GetNodeNeighboursResponse) ProtoMessage()

func (*GetNodeNeighboursResponse) Reset added in v1.0.2

func (m *GetNodeNeighboursResponse) Reset()

func (*GetNodeNeighboursResponse) String added in v1.0.2

func (m *GetNodeNeighboursResponse) String() string

func (*GetNodeNeighboursResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetNodeNeighboursResponse) XXX_DiscardUnknown()

func (*GetNodeNeighboursResponse) XXX_Marshal added in v1.0.2

func (m *GetNodeNeighboursResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNodeNeighboursResponse) XXX_Merge added in v1.0.2

func (m *GetNodeNeighboursResponse) XXX_Merge(src proto.Message)

func (*GetNodeNeighboursResponse) XXX_Size added in v1.0.2

func (m *GetNodeNeighboursResponse) XXX_Size() int

func (*GetNodeNeighboursResponse) XXX_Unmarshal added in v1.0.2

func (m *GetNodeNeighboursResponse) XXX_Unmarshal(b []byte) error

type GetNodeRunningVersionResponse added in v1.0.2

type GetNodeRunningVersionResponse struct {
	NodeVersion          string   `protobuf:"bytes,1,opt,name=nodeVersion,proto3" json:"nodeVersion,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNodeRunningVersionResponse) Descriptor added in v1.0.2

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

func (*GetNodeRunningVersionResponse) GetNodeVersion added in v1.0.2

func (m *GetNodeRunningVersionResponse) GetNodeVersion() string

func (*GetNodeRunningVersionResponse) ProtoMessage added in v1.0.2

func (*GetNodeRunningVersionResponse) ProtoMessage()

func (*GetNodeRunningVersionResponse) Reset added in v1.0.2

func (m *GetNodeRunningVersionResponse) Reset()

func (*GetNodeRunningVersionResponse) String added in v1.0.2

func (*GetNodeRunningVersionResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetNodeRunningVersionResponse) XXX_DiscardUnknown()

func (*GetNodeRunningVersionResponse) XXX_Marshal added in v1.0.2

func (m *GetNodeRunningVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNodeRunningVersionResponse) XXX_Merge added in v1.0.2

func (m *GetNodeRunningVersionResponse) XXX_Merge(src proto.Message)

func (*GetNodeRunningVersionResponse) XXX_Size added in v1.0.2

func (m *GetNodeRunningVersionResponse) XXX_Size() int

func (*GetNodeRunningVersionResponse) XXX_Unmarshal added in v1.0.2

func (m *GetNodeRunningVersionResponse) XXX_Unmarshal(b []byte) error

type GetPostInfoByIdRequest added in v1.0.2

type GetPostInfoByIdRequest struct {
	PostId               uint64   `protobuf:"varint,1,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"`
	VoterListLimit       uint32   `protobuf:"varint,2,opt,name=voter_list_limit,json=voterListLimit,proto3" json:"voter_list_limit,omitempty"`
	ReplyListLimit       uint32   `protobuf:"varint,3,opt,name=reply_list_limit,json=replyListLimit,proto3" json:"reply_list_limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetPostInfoByIdRequest) Descriptor added in v1.0.2

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

func (*GetPostInfoByIdRequest) GetPostId added in v1.0.2

func (m *GetPostInfoByIdRequest) GetPostId() uint64

func (*GetPostInfoByIdRequest) GetReplyListLimit added in v1.0.2

func (m *GetPostInfoByIdRequest) GetReplyListLimit() uint32

func (*GetPostInfoByIdRequest) GetVoterListLimit added in v1.0.2

func (m *GetPostInfoByIdRequest) GetVoterListLimit() uint32

func (*GetPostInfoByIdRequest) ProtoMessage added in v1.0.2

func (*GetPostInfoByIdRequest) ProtoMessage()

func (*GetPostInfoByIdRequest) Reset added in v1.0.2

func (m *GetPostInfoByIdRequest) Reset()

func (*GetPostInfoByIdRequest) String added in v1.0.2

func (m *GetPostInfoByIdRequest) String() string

func (*GetPostInfoByIdRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetPostInfoByIdRequest) XXX_DiscardUnknown()

func (*GetPostInfoByIdRequest) XXX_Marshal added in v1.0.2

func (m *GetPostInfoByIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPostInfoByIdRequest) XXX_Merge added in v1.0.2

func (m *GetPostInfoByIdRequest) XXX_Merge(src proto.Message)

func (*GetPostInfoByIdRequest) XXX_Size added in v1.0.2

func (m *GetPostInfoByIdRequest) XXX_Size() int

func (*GetPostInfoByIdRequest) XXX_Unmarshal added in v1.0.2

func (m *GetPostInfoByIdRequest) XXX_Unmarshal(b []byte) error

type GetPostInfoByIdResponse added in v1.0.2

type GetPostInfoByIdResponse struct {
	PostInfo             *PostResponse   `protobuf:"bytes,1,opt,name=post_info,json=postInfo,proto3" json:"post_info,omitempty"`
	VoterList            []*VoterOfPost  `protobuf:"bytes,2,rep,name=voter_list,json=voterList,proto3" json:"voter_list,omitempty"`
	ReplyList            []*PostResponse `protobuf:"bytes,3,rep,name=reply_list,json=replyList,proto3" json:"reply_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetPostInfoByIdResponse) Descriptor added in v1.0.2

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

func (*GetPostInfoByIdResponse) GetPostInfo added in v1.0.2

func (m *GetPostInfoByIdResponse) GetPostInfo() *PostResponse

func (*GetPostInfoByIdResponse) GetReplyList added in v1.0.2

func (m *GetPostInfoByIdResponse) GetReplyList() []*PostResponse

func (*GetPostInfoByIdResponse) GetVoterList added in v1.0.2

func (m *GetPostInfoByIdResponse) GetVoterList() []*VoterOfPost

func (*GetPostInfoByIdResponse) ProtoMessage added in v1.0.2

func (*GetPostInfoByIdResponse) ProtoMessage()

func (*GetPostInfoByIdResponse) Reset added in v1.0.2

func (m *GetPostInfoByIdResponse) Reset()

func (*GetPostInfoByIdResponse) String added in v1.0.2

func (m *GetPostInfoByIdResponse) String() string

func (*GetPostInfoByIdResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetPostInfoByIdResponse) XXX_DiscardUnknown()

func (*GetPostInfoByIdResponse) XXX_Marshal added in v1.0.2

func (m *GetPostInfoByIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPostInfoByIdResponse) XXX_Merge added in v1.0.2

func (m *GetPostInfoByIdResponse) XXX_Merge(src proto.Message)

func (*GetPostInfoByIdResponse) XXX_Size added in v1.0.2

func (m *GetPostInfoByIdResponse) XXX_Size() int

func (*GetPostInfoByIdResponse) XXX_Unmarshal added in v1.0.2

func (m *GetPostInfoByIdResponse) XXX_Unmarshal(b []byte) error

type GetPostListByCreateTimeRequest added in v1.0.2

type GetPostListByCreateTimeRequest struct {
	Start                *prototype.TimePointSec `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.TimePointSec `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	LastPost             *PostResponse           `protobuf:"bytes,3,opt,name=last_post,json=lastPost,proto3" json:"last_post,omitempty"`
	Limit                uint32                  `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*GetPostListByCreateTimeRequest) Descriptor added in v1.0.2

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

func (*GetPostListByCreateTimeRequest) GetEnd added in v1.0.2

func (*GetPostListByCreateTimeRequest) GetLastPost added in v1.0.2

func (m *GetPostListByCreateTimeRequest) GetLastPost() *PostResponse

func (*GetPostListByCreateTimeRequest) GetLimit added in v1.0.2

func (m *GetPostListByCreateTimeRequest) GetLimit() uint32

func (*GetPostListByCreateTimeRequest) GetStart added in v1.0.2

func (*GetPostListByCreateTimeRequest) ProtoMessage added in v1.0.2

func (*GetPostListByCreateTimeRequest) ProtoMessage()

func (*GetPostListByCreateTimeRequest) Reset added in v1.0.2

func (m *GetPostListByCreateTimeRequest) Reset()

func (*GetPostListByCreateTimeRequest) String added in v1.0.2

func (*GetPostListByCreateTimeRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetPostListByCreateTimeRequest) XXX_DiscardUnknown()

func (*GetPostListByCreateTimeRequest) XXX_Marshal added in v1.0.2

func (m *GetPostListByCreateTimeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPostListByCreateTimeRequest) XXX_Merge added in v1.0.2

func (m *GetPostListByCreateTimeRequest) XXX_Merge(src proto.Message)

func (*GetPostListByCreateTimeRequest) XXX_Size added in v1.0.2

func (m *GetPostListByCreateTimeRequest) XXX_Size() int

func (*GetPostListByCreateTimeRequest) XXX_Unmarshal added in v1.0.2

func (m *GetPostListByCreateTimeRequest) XXX_Unmarshal(b []byte) error

type GetPostListByCreateTimeResponse added in v1.0.2

type GetPostListByCreateTimeResponse struct {
	PostedList           []*PostResponse `protobuf:"bytes,1,rep,name=posted_list,json=postedList,proto3" json:"posted_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetPostListByCreateTimeResponse) Descriptor added in v1.0.2

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

func (*GetPostListByCreateTimeResponse) GetPostedList added in v1.0.2

func (m *GetPostListByCreateTimeResponse) GetPostedList() []*PostResponse

func (*GetPostListByCreateTimeResponse) ProtoMessage added in v1.0.2

func (*GetPostListByCreateTimeResponse) ProtoMessage()

func (*GetPostListByCreateTimeResponse) Reset added in v1.0.2

func (*GetPostListByCreateTimeResponse) String added in v1.0.2

func (*GetPostListByCreateTimeResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetPostListByCreateTimeResponse) XXX_DiscardUnknown()

func (*GetPostListByCreateTimeResponse) XXX_Marshal added in v1.0.2

func (m *GetPostListByCreateTimeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPostListByCreateTimeResponse) XXX_Merge added in v1.0.2

func (m *GetPostListByCreateTimeResponse) XXX_Merge(src proto.Message)

func (*GetPostListByCreateTimeResponse) XXX_Size added in v1.0.2

func (m *GetPostListByCreateTimeResponse) XXX_Size() int

func (*GetPostListByCreateTimeResponse) XXX_Unmarshal added in v1.0.2

func (m *GetPostListByCreateTimeResponse) XXX_Unmarshal(b []byte) error

type GetPostListByCreatedRequest

type GetPostListByCreatedRequest struct {
	Start                *prototype.PostCreatedOrder `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.PostCreatedOrder `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	Limit                uint32                      `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*GetPostListByCreatedRequest) Descriptor

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

func (*GetPostListByCreatedRequest) GetEnd

func (*GetPostListByCreatedRequest) GetLimit

func (m *GetPostListByCreatedRequest) GetLimit() uint32

func (*GetPostListByCreatedRequest) GetStart

func (*GetPostListByCreatedRequest) ProtoMessage

func (*GetPostListByCreatedRequest) ProtoMessage()

func (*GetPostListByCreatedRequest) Reset

func (m *GetPostListByCreatedRequest) Reset()

func (*GetPostListByCreatedRequest) String

func (m *GetPostListByCreatedRequest) String() string

func (*GetPostListByCreatedRequest) XXX_DiscardUnknown

func (m *GetPostListByCreatedRequest) XXX_DiscardUnknown()

func (*GetPostListByCreatedRequest) XXX_Marshal

func (m *GetPostListByCreatedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPostListByCreatedRequest) XXX_Merge

func (m *GetPostListByCreatedRequest) XXX_Merge(src proto.Message)

func (*GetPostListByCreatedRequest) XXX_Size

func (m *GetPostListByCreatedRequest) XXX_Size() int

func (*GetPostListByCreatedRequest) XXX_Unmarshal

func (m *GetPostListByCreatedRequest) XXX_Unmarshal(b []byte) error

type GetPostListByCreatedResponse

type GetPostListByCreatedResponse struct {
	PostList             []*PostResponse `protobuf:"bytes,1,rep,name=post_list,json=postList,proto3" json:"post_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetPostListByCreatedResponse) Descriptor

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

func (*GetPostListByCreatedResponse) GetPostList

func (m *GetPostListByCreatedResponse) GetPostList() []*PostResponse

func (*GetPostListByCreatedResponse) ProtoMessage

func (*GetPostListByCreatedResponse) ProtoMessage()

func (*GetPostListByCreatedResponse) Reset

func (m *GetPostListByCreatedResponse) Reset()

func (*GetPostListByCreatedResponse) String

func (*GetPostListByCreatedResponse) XXX_DiscardUnknown

func (m *GetPostListByCreatedResponse) XXX_DiscardUnknown()

func (*GetPostListByCreatedResponse) XXX_Marshal

func (m *GetPostListByCreatedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPostListByCreatedResponse) XXX_Merge

func (m *GetPostListByCreatedResponse) XXX_Merge(src proto.Message)

func (*GetPostListByCreatedResponse) XXX_Size

func (m *GetPostListByCreatedResponse) XXX_Size() int

func (*GetPostListByCreatedResponse) XXX_Unmarshal

func (m *GetPostListByCreatedResponse) XXX_Unmarshal(b []byte) error

type GetPostListByNameRequest added in v1.0.2

type GetPostListByNameRequest struct {
	Start                *prototype.UserPostCreateOrder `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.UserPostCreateOrder `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	LastPost             *PostResponse                  `protobuf:"bytes,3,opt,name=last_post,json=lastPost,proto3" json:"last_post,omitempty"`
	Limit                uint32                         `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*GetPostListByNameRequest) Descriptor added in v1.0.2

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

func (*GetPostListByNameRequest) GetEnd added in v1.0.2

func (*GetPostListByNameRequest) GetLastPost added in v1.0.2

func (m *GetPostListByNameRequest) GetLastPost() *PostResponse

func (*GetPostListByNameRequest) GetLimit added in v1.0.2

func (m *GetPostListByNameRequest) GetLimit() uint32

func (*GetPostListByNameRequest) GetStart added in v1.0.2

func (*GetPostListByNameRequest) ProtoMessage added in v1.0.2

func (*GetPostListByNameRequest) ProtoMessage()

func (*GetPostListByNameRequest) Reset added in v1.0.2

func (m *GetPostListByNameRequest) Reset()

func (*GetPostListByNameRequest) String added in v1.0.2

func (m *GetPostListByNameRequest) String() string

func (*GetPostListByNameRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetPostListByNameRequest) XXX_DiscardUnknown()

func (*GetPostListByNameRequest) XXX_Marshal added in v1.0.2

func (m *GetPostListByNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPostListByNameRequest) XXX_Merge added in v1.0.2

func (m *GetPostListByNameRequest) XXX_Merge(src proto.Message)

func (*GetPostListByNameRequest) XXX_Size added in v1.0.2

func (m *GetPostListByNameRequest) XXX_Size() int

func (*GetPostListByNameRequest) XXX_Unmarshal added in v1.0.2

func (m *GetPostListByNameRequest) XXX_Unmarshal(b []byte) error

type GetPostListByVestRequest added in v1.0.2

type GetPostListByVestRequest struct {
	Start                *prototype.Vest `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.Vest `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	LastPost             *PostResponse   `protobuf:"bytes,3,opt,name=last_post,json=lastPost,proto3" json:"last_post,omitempty"`
	Limit                uint32          `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetPostListByVestRequest) Descriptor added in v1.0.2

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

func (*GetPostListByVestRequest) GetEnd added in v1.0.2

func (*GetPostListByVestRequest) GetLastPost added in v1.0.2

func (m *GetPostListByVestRequest) GetLastPost() *PostResponse

func (*GetPostListByVestRequest) GetLimit added in v1.0.2

func (m *GetPostListByVestRequest) GetLimit() uint32

func (*GetPostListByVestRequest) GetStart added in v1.0.2

func (m *GetPostListByVestRequest) GetStart() *prototype.Vest

func (*GetPostListByVestRequest) ProtoMessage added in v1.0.2

func (*GetPostListByVestRequest) ProtoMessage()

func (*GetPostListByVestRequest) Reset added in v1.0.2

func (m *GetPostListByVestRequest) Reset()

func (*GetPostListByVestRequest) String added in v1.0.2

func (m *GetPostListByVestRequest) String() string

func (*GetPostListByVestRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetPostListByVestRequest) XXX_DiscardUnknown()

func (*GetPostListByVestRequest) XXX_Marshal added in v1.0.2

func (m *GetPostListByVestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPostListByVestRequest) XXX_Merge added in v1.0.2

func (m *GetPostListByVestRequest) XXX_Merge(src proto.Message)

func (*GetPostListByVestRequest) XXX_Size added in v1.0.2

func (m *GetPostListByVestRequest) XXX_Size() int

func (*GetPostListByVestRequest) XXX_Unmarshal added in v1.0.2

func (m *GetPostListByVestRequest) XXX_Unmarshal(b []byte) error

type GetPostListByVestResponse added in v1.0.2

type GetPostListByVestResponse struct {
	PostList             []*PostResponse `protobuf:"bytes,1,rep,name=post_list,json=postList,proto3" json:"post_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetPostListByVestResponse) Descriptor added in v1.0.2

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

func (*GetPostListByVestResponse) GetPostList added in v1.0.2

func (m *GetPostListByVestResponse) GetPostList() []*PostResponse

func (*GetPostListByVestResponse) ProtoMessage added in v1.0.2

func (*GetPostListByVestResponse) ProtoMessage()

func (*GetPostListByVestResponse) Reset added in v1.0.2

func (m *GetPostListByVestResponse) Reset()

func (*GetPostListByVestResponse) String added in v1.0.2

func (m *GetPostListByVestResponse) String() string

func (*GetPostListByVestResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetPostListByVestResponse) XXX_DiscardUnknown()

func (*GetPostListByVestResponse) XXX_Marshal added in v1.0.2

func (m *GetPostListByVestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPostListByVestResponse) XXX_Merge added in v1.0.2

func (m *GetPostListByVestResponse) XXX_Merge(src proto.Message)

func (*GetPostListByVestResponse) XXX_Size added in v1.0.2

func (m *GetPostListByVestResponse) XXX_Size() int

func (*GetPostListByVestResponse) XXX_Unmarshal added in v1.0.2

func (m *GetPostListByVestResponse) XXX_Unmarshal(b []byte) error

type GetReplyListByPostIdRequest

type GetReplyListByPostIdRequest struct {
	Start                *prototype.ReplyCreatedOrder `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.ReplyCreatedOrder `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	Limit                uint32                       `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*GetReplyListByPostIdRequest) Descriptor

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

func (*GetReplyListByPostIdRequest) GetEnd

func (*GetReplyListByPostIdRequest) GetLimit

func (m *GetReplyListByPostIdRequest) GetLimit() uint32

func (*GetReplyListByPostIdRequest) GetStart

func (*GetReplyListByPostIdRequest) ProtoMessage

func (*GetReplyListByPostIdRequest) ProtoMessage()

func (*GetReplyListByPostIdRequest) Reset

func (m *GetReplyListByPostIdRequest) Reset()

func (*GetReplyListByPostIdRequest) String

func (m *GetReplyListByPostIdRequest) String() string

func (*GetReplyListByPostIdRequest) XXX_DiscardUnknown

func (m *GetReplyListByPostIdRequest) XXX_DiscardUnknown()

func (*GetReplyListByPostIdRequest) XXX_Marshal

func (m *GetReplyListByPostIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetReplyListByPostIdRequest) XXX_Merge

func (m *GetReplyListByPostIdRequest) XXX_Merge(src proto.Message)

func (*GetReplyListByPostIdRequest) XXX_Size

func (m *GetReplyListByPostIdRequest) XXX_Size() int

func (*GetReplyListByPostIdRequest) XXX_Unmarshal

func (m *GetReplyListByPostIdRequest) XXX_Unmarshal(b []byte) error

type GetReplyListByPostIdResponse

type GetReplyListByPostIdResponse struct {
	ReplyList            []*PostResponse `protobuf:"bytes,1,rep,name=reply_list,json=replyList,proto3" json:"reply_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetReplyListByPostIdResponse) Descriptor

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

func (*GetReplyListByPostIdResponse) GetReplyList

func (m *GetReplyListByPostIdResponse) GetReplyList() []*PostResponse

func (*GetReplyListByPostIdResponse) ProtoMessage

func (*GetReplyListByPostIdResponse) ProtoMessage()

func (*GetReplyListByPostIdResponse) Reset

func (m *GetReplyListByPostIdResponse) Reset()

func (*GetReplyListByPostIdResponse) String

func (*GetReplyListByPostIdResponse) XXX_DiscardUnknown

func (m *GetReplyListByPostIdResponse) XXX_DiscardUnknown()

func (*GetReplyListByPostIdResponse) XXX_Marshal

func (m *GetReplyListByPostIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetReplyListByPostIdResponse) XXX_Merge

func (m *GetReplyListByPostIdResponse) XXX_Merge(src proto.Message)

func (*GetReplyListByPostIdResponse) XXX_Size

func (m *GetReplyListByPostIdResponse) XXX_Size() int

func (*GetReplyListByPostIdResponse) XXX_Unmarshal

func (m *GetReplyListByPostIdResponse) XXX_Unmarshal(b []byte) error

type GetSignedBlockRequest added in v1.0.2

type GetSignedBlockRequest struct {
	Start                uint64   `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSignedBlockRequest) Descriptor added in v1.0.2

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

func (*GetSignedBlockRequest) GetStart added in v1.0.2

func (m *GetSignedBlockRequest) GetStart() uint64

func (*GetSignedBlockRequest) ProtoMessage added in v1.0.2

func (*GetSignedBlockRequest) ProtoMessage()

func (*GetSignedBlockRequest) Reset added in v1.0.2

func (m *GetSignedBlockRequest) Reset()

func (*GetSignedBlockRequest) String added in v1.0.2

func (m *GetSignedBlockRequest) String() string

func (*GetSignedBlockRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetSignedBlockRequest) XXX_DiscardUnknown()

func (*GetSignedBlockRequest) XXX_Marshal added in v1.0.2

func (m *GetSignedBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSignedBlockRequest) XXX_Merge added in v1.0.2

func (m *GetSignedBlockRequest) XXX_Merge(src proto.Message)

func (*GetSignedBlockRequest) XXX_Size added in v1.0.2

func (m *GetSignedBlockRequest) XXX_Size() int

func (*GetSignedBlockRequest) XXX_Unmarshal added in v1.0.2

func (m *GetSignedBlockRequest) XXX_Unmarshal(b []byte) error

type GetSignedBlockResponse added in v1.0.2

type GetSignedBlockResponse struct {
	Block                *prototype.SignedBlock `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetSignedBlockResponse) Descriptor added in v1.0.2

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

func (*GetSignedBlockResponse) GetBlock added in v1.0.2

func (*GetSignedBlockResponse) ProtoMessage added in v1.0.2

func (*GetSignedBlockResponse) ProtoMessage()

func (*GetSignedBlockResponse) Reset added in v1.0.2

func (m *GetSignedBlockResponse) Reset()

func (*GetSignedBlockResponse) String added in v1.0.2

func (m *GetSignedBlockResponse) String() string

func (*GetSignedBlockResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetSignedBlockResponse) XXX_DiscardUnknown()

func (*GetSignedBlockResponse) XXX_Marshal added in v1.0.2

func (m *GetSignedBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSignedBlockResponse) XXX_Merge added in v1.0.2

func (m *GetSignedBlockResponse) XXX_Merge(src proto.Message)

func (*GetSignedBlockResponse) XXX_Size added in v1.0.2

func (m *GetSignedBlockResponse) XXX_Size() int

func (*GetSignedBlockResponse) XXX_Unmarshal added in v1.0.2

func (m *GetSignedBlockResponse) XXX_Unmarshal(b []byte) error

type GetTableContentRequest added in v1.0.2

type GetTableContentRequest struct {
	Owner                string   `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Contract             string   `protobuf:"bytes,2,opt,name=contract,proto3" json:"contract,omitempty"`
	Table                string   `protobuf:"bytes,3,opt,name=table,proto3" json:"table,omitempty"`
	Field                string   `protobuf:"bytes,4,opt,name=field,proto3" json:"field,omitempty"`
	Begin                string   `protobuf:"bytes,5,opt,name=begin,proto3" json:"begin,omitempty"`
	Count                uint32   `protobuf:"varint,6,opt,name=count,proto3" json:"count,omitempty"`
	Reverse              bool     `protobuf:"varint,7,opt,name=reverse,proto3" json:"reverse,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTableContentRequest) Descriptor added in v1.0.2

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

func (*GetTableContentRequest) GetBegin added in v1.0.2

func (m *GetTableContentRequest) GetBegin() string

func (*GetTableContentRequest) GetContract added in v1.0.2

func (m *GetTableContentRequest) GetContract() string

func (*GetTableContentRequest) GetCount added in v1.0.2

func (m *GetTableContentRequest) GetCount() uint32

func (*GetTableContentRequest) GetField added in v1.0.2

func (m *GetTableContentRequest) GetField() string

func (*GetTableContentRequest) GetOwner added in v1.0.2

func (m *GetTableContentRequest) GetOwner() string

func (*GetTableContentRequest) GetReverse added in v1.0.2

func (m *GetTableContentRequest) GetReverse() bool

func (*GetTableContentRequest) GetTable added in v1.0.2

func (m *GetTableContentRequest) GetTable() string

func (*GetTableContentRequest) ProtoMessage added in v1.0.2

func (*GetTableContentRequest) ProtoMessage()

func (*GetTableContentRequest) Reset added in v1.0.2

func (m *GetTableContentRequest) Reset()

func (*GetTableContentRequest) String added in v1.0.2

func (m *GetTableContentRequest) String() string

func (*GetTableContentRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetTableContentRequest) XXX_DiscardUnknown()

func (*GetTableContentRequest) XXX_Marshal added in v1.0.2

func (m *GetTableContentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTableContentRequest) XXX_Merge added in v1.0.2

func (m *GetTableContentRequest) XXX_Merge(src proto.Message)

func (*GetTableContentRequest) XXX_Size added in v1.0.2

func (m *GetTableContentRequest) XXX_Size() int

func (*GetTableContentRequest) XXX_Unmarshal added in v1.0.2

func (m *GetTableContentRequest) XXX_Unmarshal(b []byte) error

type GetTrxInfoByIdRequest added in v1.0.2

type GetTrxInfoByIdRequest struct {
	TrxId                *prototype.Sha256 `protobuf:"bytes,1,opt,name=trx_id,json=trxId,proto3" json:"trx_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetTrxInfoByIdRequest) Descriptor added in v1.0.2

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

func (*GetTrxInfoByIdRequest) GetTrxId added in v1.0.2

func (m *GetTrxInfoByIdRequest) GetTrxId() *prototype.Sha256

func (*GetTrxInfoByIdRequest) ProtoMessage added in v1.0.2

func (*GetTrxInfoByIdRequest) ProtoMessage()

func (*GetTrxInfoByIdRequest) Reset added in v1.0.2

func (m *GetTrxInfoByIdRequest) Reset()

func (*GetTrxInfoByIdRequest) String added in v1.0.2

func (m *GetTrxInfoByIdRequest) String() string

func (*GetTrxInfoByIdRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetTrxInfoByIdRequest) XXX_DiscardUnknown()

func (*GetTrxInfoByIdRequest) XXX_Marshal added in v1.0.2

func (m *GetTrxInfoByIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTrxInfoByIdRequest) XXX_Merge added in v1.0.2

func (m *GetTrxInfoByIdRequest) XXX_Merge(src proto.Message)

func (*GetTrxInfoByIdRequest) XXX_Size added in v1.0.2

func (m *GetTrxInfoByIdRequest) XXX_Size() int

func (*GetTrxInfoByIdRequest) XXX_Unmarshal added in v1.0.2

func (m *GetTrxInfoByIdRequest) XXX_Unmarshal(b []byte) error

type GetTrxInfoByIdResponse added in v1.0.2

type GetTrxInfoByIdResponse struct {
	Info                 *TrxInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTrxInfoByIdResponse) Descriptor added in v1.0.2

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

func (*GetTrxInfoByIdResponse) GetInfo added in v1.0.2

func (m *GetTrxInfoByIdResponse) GetInfo() *TrxInfo

func (*GetTrxInfoByIdResponse) ProtoMessage added in v1.0.2

func (*GetTrxInfoByIdResponse) ProtoMessage()

func (*GetTrxInfoByIdResponse) Reset added in v1.0.2

func (m *GetTrxInfoByIdResponse) Reset()

func (*GetTrxInfoByIdResponse) String added in v1.0.2

func (m *GetTrxInfoByIdResponse) String() string

func (*GetTrxInfoByIdResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetTrxInfoByIdResponse) XXX_DiscardUnknown()

func (*GetTrxInfoByIdResponse) XXX_Marshal added in v1.0.2

func (m *GetTrxInfoByIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTrxInfoByIdResponse) XXX_Merge added in v1.0.2

func (m *GetTrxInfoByIdResponse) XXX_Merge(src proto.Message)

func (*GetTrxInfoByIdResponse) XXX_Size added in v1.0.2

func (m *GetTrxInfoByIdResponse) XXX_Size() int

func (*GetTrxInfoByIdResponse) XXX_Unmarshal added in v1.0.2

func (m *GetTrxInfoByIdResponse) XXX_Unmarshal(b []byte) error

type GetTrxListByTimeRequest added in v1.0.2

type GetTrxListByTimeRequest struct {
	Start                *prototype.TimePointSec `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.TimePointSec `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	Limit                uint32                  `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	LastInfo             *TrxInfo                `protobuf:"bytes,4,opt,name=last_info,json=lastInfo,proto3" json:"last_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*GetTrxListByTimeRequest) Descriptor added in v1.0.2

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

func (*GetTrxListByTimeRequest) GetEnd added in v1.0.2

func (*GetTrxListByTimeRequest) GetLastInfo added in v1.0.2

func (m *GetTrxListByTimeRequest) GetLastInfo() *TrxInfo

func (*GetTrxListByTimeRequest) GetLimit added in v1.0.2

func (m *GetTrxListByTimeRequest) GetLimit() uint32

func (*GetTrxListByTimeRequest) GetStart added in v1.0.2

func (*GetTrxListByTimeRequest) ProtoMessage added in v1.0.2

func (*GetTrxListByTimeRequest) ProtoMessage()

func (*GetTrxListByTimeRequest) Reset added in v1.0.2

func (m *GetTrxListByTimeRequest) Reset()

func (*GetTrxListByTimeRequest) String added in v1.0.2

func (m *GetTrxListByTimeRequest) String() string

func (*GetTrxListByTimeRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetTrxListByTimeRequest) XXX_DiscardUnknown()

func (*GetTrxListByTimeRequest) XXX_Marshal added in v1.0.2

func (m *GetTrxListByTimeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTrxListByTimeRequest) XXX_Merge added in v1.0.2

func (m *GetTrxListByTimeRequest) XXX_Merge(src proto.Message)

func (*GetTrxListByTimeRequest) XXX_Size added in v1.0.2

func (m *GetTrxListByTimeRequest) XXX_Size() int

func (*GetTrxListByTimeRequest) XXX_Unmarshal added in v1.0.2

func (m *GetTrxListByTimeRequest) XXX_Unmarshal(b []byte) error

type GetTrxListByTimeResponse added in v1.0.2

type GetTrxListByTimeResponse struct {
	List                 []*TrxInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GetTrxListByTimeResponse) Descriptor added in v1.0.2

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

func (*GetTrxListByTimeResponse) GetList added in v1.0.2

func (m *GetTrxListByTimeResponse) GetList() []*TrxInfo

func (*GetTrxListByTimeResponse) ProtoMessage added in v1.0.2

func (*GetTrxListByTimeResponse) ProtoMessage()

func (*GetTrxListByTimeResponse) Reset added in v1.0.2

func (m *GetTrxListByTimeResponse) Reset()

func (*GetTrxListByTimeResponse) String added in v1.0.2

func (m *GetTrxListByTimeResponse) String() string

func (*GetTrxListByTimeResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetTrxListByTimeResponse) XXX_DiscardUnknown()

func (*GetTrxListByTimeResponse) XXX_Marshal added in v1.0.2

func (m *GetTrxListByTimeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTrxListByTimeResponse) XXX_Merge added in v1.0.2

func (m *GetTrxListByTimeResponse) XXX_Merge(src proto.Message)

func (*GetTrxListByTimeResponse) XXX_Size added in v1.0.2

func (m *GetTrxListByTimeResponse) XXX_Size() int

func (*GetTrxListByTimeResponse) XXX_Unmarshal added in v1.0.2

func (m *GetTrxListByTimeResponse) XXX_Unmarshal(b []byte) error

type GetUserTrxListByTimeRequest added in v1.0.2

type GetUserTrxListByTimeRequest struct {
	Name                 *prototype.AccountName  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Start                *prototype.TimePointSec `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"`
	End                  *prototype.TimePointSec `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
	LastTrx              *TrxInfo                `protobuf:"bytes,4,opt,name=last_trx,json=lastTrx,proto3" json:"last_trx,omitempty"`
	Limit                uint32                  `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*GetUserTrxListByTimeRequest) Descriptor added in v1.0.2

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

func (*GetUserTrxListByTimeRequest) GetEnd added in v1.0.2

func (*GetUserTrxListByTimeRequest) GetLastTrx added in v1.0.2

func (m *GetUserTrxListByTimeRequest) GetLastTrx() *TrxInfo

func (*GetUserTrxListByTimeRequest) GetLimit added in v1.0.2

func (m *GetUserTrxListByTimeRequest) GetLimit() uint32

func (*GetUserTrxListByTimeRequest) GetName added in v1.0.2

func (*GetUserTrxListByTimeRequest) GetStart added in v1.0.2

func (*GetUserTrxListByTimeRequest) ProtoMessage added in v1.0.2

func (*GetUserTrxListByTimeRequest) ProtoMessage()

func (*GetUserTrxListByTimeRequest) Reset added in v1.0.2

func (m *GetUserTrxListByTimeRequest) Reset()

func (*GetUserTrxListByTimeRequest) String added in v1.0.2

func (m *GetUserTrxListByTimeRequest) String() string

func (*GetUserTrxListByTimeRequest) XXX_DiscardUnknown added in v1.0.2

func (m *GetUserTrxListByTimeRequest) XXX_DiscardUnknown()

func (*GetUserTrxListByTimeRequest) XXX_Marshal added in v1.0.2

func (m *GetUserTrxListByTimeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserTrxListByTimeRequest) XXX_Merge added in v1.0.2

func (m *GetUserTrxListByTimeRequest) XXX_Merge(src proto.Message)

func (*GetUserTrxListByTimeRequest) XXX_Size added in v1.0.2

func (m *GetUserTrxListByTimeRequest) XXX_Size() int

func (*GetUserTrxListByTimeRequest) XXX_Unmarshal added in v1.0.2

func (m *GetUserTrxListByTimeRequest) XXX_Unmarshal(b []byte) error

type GetUserTrxListByTimeResponse added in v1.0.2

type GetUserTrxListByTimeResponse struct {
	TrxList              []*TrxInfo `protobuf:"bytes,1,rep,name=trx_list,json=trxList,proto3" json:"trx_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GetUserTrxListByTimeResponse) Descriptor added in v1.0.2

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

func (*GetUserTrxListByTimeResponse) GetTrxList added in v1.0.2

func (m *GetUserTrxListByTimeResponse) GetTrxList() []*TrxInfo

func (*GetUserTrxListByTimeResponse) ProtoMessage added in v1.0.2

func (*GetUserTrxListByTimeResponse) ProtoMessage()

func (*GetUserTrxListByTimeResponse) Reset added in v1.0.2

func (m *GetUserTrxListByTimeResponse) Reset()

func (*GetUserTrxListByTimeResponse) String added in v1.0.2

func (*GetUserTrxListByTimeResponse) XXX_DiscardUnknown added in v1.0.2

func (m *GetUserTrxListByTimeResponse) XXX_DiscardUnknown()

func (*GetUserTrxListByTimeResponse) XXX_Marshal added in v1.0.2

func (m *GetUserTrxListByTimeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserTrxListByTimeResponse) XXX_Merge added in v1.0.2

func (m *GetUserTrxListByTimeResponse) XXX_Merge(src proto.Message)

func (*GetUserTrxListByTimeResponse) XXX_Size added in v1.0.2

func (m *GetUserTrxListByTimeResponse) XXX_Size() int

func (*GetUserTrxListByTimeResponse) XXX_Unmarshal added in v1.0.2

func (m *GetUserTrxListByTimeResponse) XXX_Unmarshal(b []byte) error

type NonParamsRequest

type NonParamsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NonParamsRequest) Descriptor

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

func (*NonParamsRequest) ProtoMessage

func (*NonParamsRequest) ProtoMessage()

func (*NonParamsRequest) Reset

func (m *NonParamsRequest) Reset()

func (*NonParamsRequest) String

func (m *NonParamsRequest) String() string

func (*NonParamsRequest) XXX_DiscardUnknown

func (m *NonParamsRequest) XXX_DiscardUnknown()

func (*NonParamsRequest) XXX_Marshal

func (m *NonParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NonParamsRequest) XXX_Merge

func (m *NonParamsRequest) XXX_Merge(src proto.Message)

func (*NonParamsRequest) XXX_Size

func (m *NonParamsRequest) XXX_Size() int

func (*NonParamsRequest) XXX_Unmarshal

func (m *NonParamsRequest) XXX_Unmarshal(b []byte) error

type PostResponse

type PostResponse struct {
	PostId               uint64                            `protobuf:"varint,1,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"`
	Category             string                            `protobuf:"bytes,2,opt,name=category,proto3" json:"category,omitempty"`
	ParentAuthor         *prototype.AccountName            `protobuf:"bytes,3,opt,name=parent_author,json=parentAuthor,proto3" json:"parent_author,omitempty"`
	Author               *prototype.AccountName            `protobuf:"bytes,5,opt,name=author,proto3" json:"author,omitempty"`
	Title                string                            `protobuf:"bytes,7,opt,name=title,proto3" json:"title,omitempty"`
	Body                 string                            `protobuf:"bytes,8,opt,name=body,proto3" json:"body,omitempty"`
	Created              *prototype.TimePointSec           `protobuf:"bytes,11,opt,name=created,proto3" json:"created,omitempty"`
	LastPayout           *prototype.TimePointSec           `protobuf:"bytes,13,opt,name=last_payout,json=lastPayout,proto3" json:"last_payout,omitempty"`
	Depth                uint32                            `protobuf:"varint,14,opt,name=depth,proto3" json:"depth,omitempty"`
	Children             uint32                            `protobuf:"varint,15,opt,name=children,proto3" json:"children,omitempty"`
	RootId               uint64                            `protobuf:"varint,16,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"`
	ParentId             uint64                            `protobuf:"varint,17,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	Tags                 []string                          `protobuf:"bytes,18,rep,name=tags,proto3" json:"tags,omitempty"`
	Beneficiaries        []*prototype.BeneficiaryRouteType `protobuf:"bytes,19,rep,name=beneficiaries,proto3" json:"beneficiaries,omitempty"`
	VoteCnt              uint64                            `protobuf:"varint,20,opt,name=vote_cnt,json=voteCnt,proto3" json:"vote_cnt,omitempty"`
	WeightedVp           string                            `protobuf:"bytes,21,opt,name=weighted_vp,json=weightedVp,proto3" json:"weighted_vp,omitempty"`
	Rewards              *prototype.Vest                   `protobuf:"bytes,22,opt,name=rewards,proto3" json:"rewards,omitempty"`
	DappRewards          *prototype.Vest                   `protobuf:"bytes,23,opt,name=dapp_rewards,json=dappRewards,proto3" json:"dapp_rewards,omitempty"`
	CashoutInterval      uint64                            `protobuf:"varint,24,opt,name=cashout_interval,json=cashoutInterval,proto3" json:"cashout_interval,omitempty"`
	GlobalRewards        *prototype.Vest                   `protobuf:"bytes,25,opt,name=global_rewards,json=globalRewards,proto3" json:"global_rewards,omitempty"`
	GlobalWeightedVp     string                            `protobuf:"bytes,26,opt,name=global_weighted_vp,json=globalWeightedVp,proto3" json:"global_weighted_vp,omitempty"`
	Ticket               uint32                            `protobuf:"varint,27,opt,name=ticket,proto3" json:"ticket,omitempty"`
	Copyright            uint32                            `protobuf:"varint,28,opt,name=copyright,proto3" json:"copyright,omitempty"`
	CopyrightMemo        string                            `protobuf:"bytes,29,opt,name=copyright_memo,json=copyrightMemo,proto3" json:"copyright_memo,omitempty"`
	CashoutBlockNum      uint64                            `protobuf:"varint,30,opt,name=cashout_block_num,json=cashoutBlockNum,proto3" json:"cashout_block_num,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*PostResponse) Descriptor

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

func (*PostResponse) GetAuthor

func (m *PostResponse) GetAuthor() *prototype.AccountName

func (*PostResponse) GetBeneficiaries

func (m *PostResponse) GetBeneficiaries() []*prototype.BeneficiaryRouteType

func (*PostResponse) GetBody

func (m *PostResponse) GetBody() string

func (*PostResponse) GetCashoutBlockNum added in v1.0.2

func (m *PostResponse) GetCashoutBlockNum() uint64

func (*PostResponse) GetCashoutInterval added in v1.0.2

func (m *PostResponse) GetCashoutInterval() uint64

func (*PostResponse) GetCategory

func (m *PostResponse) GetCategory() string

func (*PostResponse) GetChildren

func (m *PostResponse) GetChildren() uint32

func (*PostResponse) GetCopyright added in v1.0.2

func (m *PostResponse) GetCopyright() uint32

func (*PostResponse) GetCopyrightMemo added in v1.0.2

func (m *PostResponse) GetCopyrightMemo() string

func (*PostResponse) GetCreated

func (m *PostResponse) GetCreated() *prototype.TimePointSec

func (*PostResponse) GetDappRewards added in v1.0.2

func (m *PostResponse) GetDappRewards() *prototype.Vest

func (*PostResponse) GetDepth

func (m *PostResponse) GetDepth() uint32

func (*PostResponse) GetGlobalRewards added in v1.0.2

func (m *PostResponse) GetGlobalRewards() *prototype.Vest

func (*PostResponse) GetGlobalWeightedVp added in v1.0.2

func (m *PostResponse) GetGlobalWeightedVp() string

func (*PostResponse) GetLastPayout

func (m *PostResponse) GetLastPayout() *prototype.TimePointSec

func (*PostResponse) GetParentAuthor

func (m *PostResponse) GetParentAuthor() *prototype.AccountName

func (*PostResponse) GetParentId

func (m *PostResponse) GetParentId() uint64

func (*PostResponse) GetPostId

func (m *PostResponse) GetPostId() uint64

func (*PostResponse) GetRewards added in v1.0.2

func (m *PostResponse) GetRewards() *prototype.Vest

func (*PostResponse) GetRootId

func (m *PostResponse) GetRootId() uint64

func (*PostResponse) GetTags

func (m *PostResponse) GetTags() []string

func (*PostResponse) GetTicket added in v1.0.2

func (m *PostResponse) GetTicket() uint32

func (*PostResponse) GetTitle

func (m *PostResponse) GetTitle() string

func (*PostResponse) GetVoteCnt added in v1.0.2

func (m *PostResponse) GetVoteCnt() uint64

func (*PostResponse) GetWeightedVp added in v1.0.2

func (m *PostResponse) GetWeightedVp() string

func (*PostResponse) ProtoMessage

func (*PostResponse) ProtoMessage()

func (*PostResponse) Reset

func (m *PostResponse) Reset()

func (*PostResponse) String

func (m *PostResponse) String() string

func (*PostResponse) XXX_DiscardUnknown

func (m *PostResponse) XXX_DiscardUnknown()

func (*PostResponse) XXX_Marshal

func (m *PostResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostResponse) XXX_Merge

func (m *PostResponse) XXX_Merge(src proto.Message)

func (*PostResponse) XXX_Size

func (m *PostResponse) XXX_Size() int

func (*PostResponse) XXX_Unmarshal

func (m *PostResponse) XXX_Unmarshal(b []byte) error

type StakeInfo added in v1.0.2

type StakeInfo struct {
	Account              *prototype.AccountName `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	StakeAmount          *prototype.Vest        `protobuf:"bytes,2,opt,name=stake_amount,json=stakeAmount,proto3" json:"stake_amount,omitempty"`
	StakeBlockNum        uint64                 `protobuf:"varint,3,opt,name=stake_block_num,json=stakeBlockNum,proto3" json:"stake_block_num,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*StakeInfo) Descriptor added in v1.0.2

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

func (*StakeInfo) GetAccount added in v1.0.2

func (m *StakeInfo) GetAccount() *prototype.AccountName

func (*StakeInfo) GetStakeAmount added in v1.0.2

func (m *StakeInfo) GetStakeAmount() *prototype.Vest

func (*StakeInfo) GetStakeBlockNum added in v1.0.2

func (m *StakeInfo) GetStakeBlockNum() uint64

func (*StakeInfo) ProtoMessage added in v1.0.2

func (*StakeInfo) ProtoMessage()

func (*StakeInfo) Reset added in v1.0.2

func (m *StakeInfo) Reset()

func (*StakeInfo) String added in v1.0.2

func (m *StakeInfo) String() string

func (*StakeInfo) XXX_DiscardUnknown added in v1.0.2

func (m *StakeInfo) XXX_DiscardUnknown()

func (*StakeInfo) XXX_Marshal added in v1.0.2

func (m *StakeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StakeInfo) XXX_Merge added in v1.0.2

func (m *StakeInfo) XXX_Merge(src proto.Message)

func (*StakeInfo) XXX_Size added in v1.0.2

func (m *StakeInfo) XXX_Size() int

func (*StakeInfo) XXX_Unmarshal added in v1.0.2

func (m *StakeInfo) XXX_Unmarshal(b []byte) error

type StatByHour added in v1.0.2

type StatByHour struct {
	Hour                 uint32   `protobuf:"varint,1,opt,name=hour,proto3" json:"hour,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StatByHour) Descriptor added in v1.0.2

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

func (*StatByHour) GetCount added in v1.0.2

func (m *StatByHour) GetCount() uint32

func (*StatByHour) GetHour added in v1.0.2

func (m *StatByHour) GetHour() uint32

func (*StatByHour) ProtoMessage added in v1.0.2

func (*StatByHour) ProtoMessage()

func (*StatByHour) Reset added in v1.0.2

func (m *StatByHour) Reset()

func (*StatByHour) String added in v1.0.2

func (m *StatByHour) String() string

func (*StatByHour) XXX_DiscardUnknown added in v1.0.2

func (m *StatByHour) XXX_DiscardUnknown()

func (*StatByHour) XXX_Marshal added in v1.0.2

func (m *StatByHour) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatByHour) XXX_Merge added in v1.0.2

func (m *StatByHour) XXX_Merge(src proto.Message)

func (*StatByHour) XXX_Size added in v1.0.2

func (m *StatByHour) XXX_Size() int

func (*StatByHour) XXX_Unmarshal added in v1.0.2

func (m *StatByHour) XXX_Unmarshal(b []byte) error

type TableContentResponse added in v1.0.2

type TableContentResponse struct {
	TableContent         string   `protobuf:"bytes,1,opt,name=table_content,json=tableContent,proto3" json:"table_content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TableContentResponse) Descriptor added in v1.0.2

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

func (*TableContentResponse) GetTableContent added in v1.0.2

func (m *TableContentResponse) GetTableContent() string

func (*TableContentResponse) ProtoMessage added in v1.0.2

func (*TableContentResponse) ProtoMessage()

func (*TableContentResponse) Reset added in v1.0.2

func (m *TableContentResponse) Reset()

func (*TableContentResponse) String added in v1.0.2

func (m *TableContentResponse) String() string

func (*TableContentResponse) XXX_DiscardUnknown added in v1.0.2

func (m *TableContentResponse) XXX_DiscardUnknown()

func (*TableContentResponse) XXX_Marshal added in v1.0.2

func (m *TableContentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableContentResponse) XXX_Merge added in v1.0.2

func (m *TableContentResponse) XXX_Merge(src proto.Message)

func (*TableContentResponse) XXX_Size added in v1.0.2

func (m *TableContentResponse) XXX_Size() int

func (*TableContentResponse) XXX_Unmarshal added in v1.0.2

func (m *TableContentResponse) XXX_Unmarshal(b []byte) error

type TrxInfo added in v1.0.2

type TrxInfo struct {
	TrxId                *prototype.Sha256             `protobuf:"bytes,1,opt,name=trx_id,json=trxId,proto3" json:"trx_id,omitempty"`
	BlockHeight          uint64                        `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	TrxWrap              *prototype.TransactionWrapper `protobuf:"bytes,3,opt,name=trx_wrap,json=trxWrap,proto3" json:"trx_wrap,omitempty"`
	BlockTime            *prototype.TimePointSec       `protobuf:"bytes,4,opt,name=block_time,json=blockTime,proto3" json:"block_time,omitempty"`
	BlockId              *prototype.Sha256             `protobuf:"bytes,5,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	BlkIsIrreversible    bool                          `protobuf:"varint,6,opt,name=blk_is_irreversible,json=blkIsIrreversible,proto3" json:"blk_is_irreversible,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*TrxInfo) Descriptor added in v1.0.2

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

func (*TrxInfo) GetBlkIsIrreversible added in v1.0.2

func (m *TrxInfo) GetBlkIsIrreversible() bool

func (*TrxInfo) GetBlockHeight added in v1.0.2

func (m *TrxInfo) GetBlockHeight() uint64

func (*TrxInfo) GetBlockId added in v1.0.2

func (m *TrxInfo) GetBlockId() *prototype.Sha256

func (*TrxInfo) GetBlockTime added in v1.0.2

func (m *TrxInfo) GetBlockTime() *prototype.TimePointSec

func (*TrxInfo) GetTrxId added in v1.0.2

func (m *TrxInfo) GetTrxId() *prototype.Sha256

func (*TrxInfo) GetTrxWrap added in v1.0.2

func (m *TrxInfo) GetTrxWrap() *prototype.TransactionWrapper

func (*TrxInfo) ProtoMessage added in v1.0.2

func (*TrxInfo) ProtoMessage()

func (*TrxInfo) Reset added in v1.0.2

func (m *TrxInfo) Reset()

func (*TrxInfo) String added in v1.0.2

func (m *TrxInfo) String() string

func (*TrxInfo) XXX_DiscardUnknown added in v1.0.2

func (m *TrxInfo) XXX_DiscardUnknown()

func (*TrxInfo) XXX_Marshal added in v1.0.2

func (m *TrxInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TrxInfo) XXX_Merge added in v1.0.2

func (m *TrxInfo) XXX_Merge(src proto.Message)

func (*TrxInfo) XXX_Size added in v1.0.2

func (m *TrxInfo) XXX_Size() int

func (*TrxInfo) XXX_Unmarshal added in v1.0.2

func (m *TrxInfo) XXX_Unmarshal(b []byte) error

type TrxStatByHourRequest added in v1.0.2

type TrxStatByHourRequest struct {
	Hours                uint32   `protobuf:"varint,1,opt,name=hours,proto3" json:"hours,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TrxStatByHourRequest) Descriptor added in v1.0.2

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

func (*TrxStatByHourRequest) GetHours added in v1.0.2

func (m *TrxStatByHourRequest) GetHours() uint32

func (*TrxStatByHourRequest) ProtoMessage added in v1.0.2

func (*TrxStatByHourRequest) ProtoMessage()

func (*TrxStatByHourRequest) Reset added in v1.0.2

func (m *TrxStatByHourRequest) Reset()

func (*TrxStatByHourRequest) String added in v1.0.2

func (m *TrxStatByHourRequest) String() string

func (*TrxStatByHourRequest) XXX_DiscardUnknown added in v1.0.2

func (m *TrxStatByHourRequest) XXX_DiscardUnknown()

func (*TrxStatByHourRequest) XXX_Marshal added in v1.0.2

func (m *TrxStatByHourRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TrxStatByHourRequest) XXX_Merge added in v1.0.2

func (m *TrxStatByHourRequest) XXX_Merge(src proto.Message)

func (*TrxStatByHourRequest) XXX_Size added in v1.0.2

func (m *TrxStatByHourRequest) XXX_Size() int

func (*TrxStatByHourRequest) XXX_Unmarshal added in v1.0.2

func (m *TrxStatByHourRequest) XXX_Unmarshal(b []byte) error

type TrxStatByHourResponse added in v1.0.2

type TrxStatByHourResponse struct {
	Stat                 []*StatByHour `protobuf:"bytes,1,rep,name=stat,proto3" json:"stat,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*TrxStatByHourResponse) Descriptor added in v1.0.2

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

func (*TrxStatByHourResponse) GetStat added in v1.0.2

func (m *TrxStatByHourResponse) GetStat() []*StatByHour

func (*TrxStatByHourResponse) ProtoMessage added in v1.0.2

func (*TrxStatByHourResponse) ProtoMessage()

func (*TrxStatByHourResponse) Reset added in v1.0.2

func (m *TrxStatByHourResponse) Reset()

func (*TrxStatByHourResponse) String added in v1.0.2

func (m *TrxStatByHourResponse) String() string

func (*TrxStatByHourResponse) XXX_DiscardUnknown added in v1.0.2

func (m *TrxStatByHourResponse) XXX_DiscardUnknown()

func (*TrxStatByHourResponse) XXX_Marshal added in v1.0.2

func (m *TrxStatByHourResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TrxStatByHourResponse) XXX_Merge added in v1.0.2

func (m *TrxStatByHourResponse) XXX_Merge(src proto.Message)

func (*TrxStatByHourResponse) XXX_Size added in v1.0.2

func (m *TrxStatByHourResponse) XXX_Size() int

func (*TrxStatByHourResponse) XXX_Unmarshal added in v1.0.2

func (m *TrxStatByHourResponse) XXX_Unmarshal(b []byte) error

type UnimplementedApiServiceServer added in v1.0.2

type UnimplementedApiServiceServer struct {
}

UnimplementedApiServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedApiServiceServer) BroadcastTrx added in v1.0.2

func (*UnimplementedApiServiceServer) EstimateStamina added in v1.0.2

func (*UnimplementedApiServiceServer) GetAccountByName added in v1.0.2

func (*UnimplementedApiServiceServer) GetAccountByPubKey added in v1.0.2

func (*UnimplementedApiServiceServer) GetAccountListByBalance added in v1.0.2

func (*UnimplementedApiServiceServer) GetAccountListByCreTime added in v1.0.2

func (*UnimplementedApiServiceServer) GetAccountListByVest added in v1.0.2

func (*UnimplementedApiServiceServer) GetAppTableRecord added in v1.0.2

func (*UnimplementedApiServiceServer) GetBlkIsIrreversibleByTxId added in v1.0.2

func (*UnimplementedApiServiceServer) GetBlockBFTInfoByNum added in v1.0.2

func (*UnimplementedApiServiceServer) GetBlockList added in v1.0.2

func (*UnimplementedApiServiceServer) GetBlockProducerByName added in v1.0.2

func (*UnimplementedApiServiceServer) GetBlockProducerList added in v1.0.2

func (*UnimplementedApiServiceServer) GetBlockProducerListByVoteCount added in v1.0.2

func (*UnimplementedApiServiceServer) GetBlockTransactionsByNum added in v1.0.2

func (*UnimplementedApiServiceServer) GetChainState added in v1.0.2

func (*UnimplementedApiServiceServer) GetContractInfo added in v1.0.2

func (*UnimplementedApiServiceServer) GetContractListByTime added in v1.0.2

func (*UnimplementedApiServiceServer) GetDailyStats added in v1.0.2

func (*UnimplementedApiServiceServer) GetDailyTotalTrxInfo added in v1.0.2

func (*UnimplementedApiServiceServer) GetFollowCountByName added in v1.0.2

func (*UnimplementedApiServiceServer) GetFollowerListByName added in v1.0.2

func (*UnimplementedApiServiceServer) GetFollowingListByName added in v1.0.2

func (*UnimplementedApiServiceServer) GetMyStakers added in v1.0.2

func (*UnimplementedApiServiceServer) GetMyStakes added in v1.0.2

func (*UnimplementedApiServiceServer) GetNodeNeighbours added in v1.0.2

func (*UnimplementedApiServiceServer) GetNodeRunningVersion added in v1.0.2

func (*UnimplementedApiServiceServer) GetPostInfoById added in v1.0.2

func (*UnimplementedApiServiceServer) GetPostListByCreateTime added in v1.0.2

func (*UnimplementedApiServiceServer) GetPostListByCreated added in v1.0.2

func (*UnimplementedApiServiceServer) GetPostListByName added in v1.0.2

func (*UnimplementedApiServiceServer) GetPostListByVest added in v1.0.2

func (*UnimplementedApiServiceServer) GetReplyListByPostId added in v1.0.2

func (*UnimplementedApiServiceServer) GetSignedBlock added in v1.0.2

func (*UnimplementedApiServiceServer) GetTrxInfoById added in v1.0.2

func (*UnimplementedApiServiceServer) GetTrxListByTime added in v1.0.2

func (*UnimplementedApiServiceServer) GetUserTrxListByTime added in v1.0.2

func (*UnimplementedApiServiceServer) QueryTableContent added in v1.0.2

func (*UnimplementedApiServiceServer) TrxStatByHour added in v1.0.2

type VoterOfPost added in v1.0.2

type VoterOfPost struct {
	AccountName          *prototype.AccountName `protobuf:"bytes,1,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	WeightedVp           string                 `protobuf:"bytes,2,opt,name=weighted_vp,json=weightedVp,proto3" json:"weighted_vp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*VoterOfPost) Descriptor added in v1.0.2

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

func (*VoterOfPost) GetAccountName added in v1.0.2

func (m *VoterOfPost) GetAccountName() *prototype.AccountName

func (*VoterOfPost) GetWeightedVp added in v1.0.2

func (m *VoterOfPost) GetWeightedVp() string

func (*VoterOfPost) ProtoMessage added in v1.0.2

func (*VoterOfPost) ProtoMessage()

func (*VoterOfPost) Reset added in v1.0.2

func (m *VoterOfPost) Reset()

func (*VoterOfPost) String added in v1.0.2

func (m *VoterOfPost) String() string

func (*VoterOfPost) XXX_DiscardUnknown added in v1.0.2

func (m *VoterOfPost) XXX_DiscardUnknown()

func (*VoterOfPost) XXX_Marshal added in v1.0.2

func (m *VoterOfPost) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VoterOfPost) XXX_Merge added in v1.0.2

func (m *VoterOfPost) XXX_Merge(src proto.Message)

func (*VoterOfPost) XXX_Size added in v1.0.2

func (m *VoterOfPost) XXX_Size() int

func (*VoterOfPost) XXX_Unmarshal added in v1.0.2

func (m *VoterOfPost) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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