types

package
v1.4.2-beta1 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_types_basic_proto protoreflect.FileDescriptor
View Source
var File_types_contract_proto protoreflect.FileDescriptor
View Source
var File_types_pov_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccountMeta

type AccountMeta struct {
	Address     string       `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	CoinBalance int64        `protobuf:"varint,2,opt,name=coinBalance,proto3" json:"coinBalance,omitempty"`
	CoinVote    int64        `protobuf:"varint,3,opt,name=coinVote,proto3" json:"coinVote,omitempty"`
	CoinNetwork int64        `protobuf:"varint,4,opt,name=coinNetwork,proto3" json:"coinNetwork,omitempty"`
	CoinStorage int64        `protobuf:"varint,5,opt,name=coinStorage,proto3" json:"coinStorage,omitempty"`
	CoinOracle  int64        `protobuf:"varint,6,opt,name=coinOracle,proto3" json:"coinOracle,omitempty"`
	Tokens      []*TokenMeta `protobuf:"bytes,7,rep,name=tokens,proto3" json:"tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountMeta) Descriptor deprecated

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

Deprecated: Use AccountMeta.ProtoReflect.Descriptor instead.

func (*AccountMeta) GetAddress

func (x *AccountMeta) GetAddress() string

func (*AccountMeta) GetCoinBalance

func (x *AccountMeta) GetCoinBalance() int64

func (*AccountMeta) GetCoinNetwork

func (x *AccountMeta) GetCoinNetwork() int64

func (*AccountMeta) GetCoinOracle

func (x *AccountMeta) GetCoinOracle() int64

func (*AccountMeta) GetCoinStorage

func (x *AccountMeta) GetCoinStorage() int64

func (*AccountMeta) GetCoinVote

func (x *AccountMeta) GetCoinVote() int64

func (*AccountMeta) GetTokens

func (x *AccountMeta) GetTokens() []*TokenMeta

func (*AccountMeta) ProtoMessage

func (*AccountMeta) ProtoMessage()

func (*AccountMeta) ProtoReflect

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

func (*AccountMeta) Reset

func (x *AccountMeta) Reset()

func (*AccountMeta) String

func (x *AccountMeta) String() string

type Address

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

func (*Address) Descriptor deprecated

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

Deprecated: Use Address.ProtoReflect.Descriptor instead.

func (*Address) GetAddress

func (x *Address) GetAddress() string

func (*Address) ProtoMessage

func (*Address) ProtoMessage()

func (*Address) ProtoReflect

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

func (*Address) Reset

func (x *Address) Reset()

func (*Address) String

func (x *Address) String() string

type Addresses

type Addresses struct {
	Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*Addresses) Descriptor deprecated

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

Deprecated: Use Addresses.ProtoReflect.Descriptor instead.

func (*Addresses) GetAddresses

func (x *Addresses) GetAddresses() []string

func (*Addresses) ProtoMessage

func (*Addresses) ProtoMessage()

func (*Addresses) ProtoReflect

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

func (*Addresses) Reset

func (x *Addresses) Reset()

func (*Addresses) String

func (x *Addresses) String() string

type Asset

type Asset struct {
	Mcc         uint64 `protobuf:"varint,1,opt,name=mcc,proto3" json:"mcc,omitempty"`
	Mnc         uint64 `protobuf:"varint,2,opt,name=mnc,proto3" json:"mnc,omitempty"`
	TotalAmount uint64 `protobuf:"varint,3,opt,name=totalAmount,proto3" json:"totalAmount,omitempty"`
	Sla         []*SLA `protobuf:"bytes,4,rep,name=sla,proto3" json:"sla,omitempty"`
	// contains filtered or unexported fields
}

func (*Asset) Descriptor deprecated

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

Deprecated: Use Asset.ProtoReflect.Descriptor instead.

func (*Asset) GetMcc

func (x *Asset) GetMcc() uint64

func (*Asset) GetMnc

func (x *Asset) GetMnc() uint64

func (*Asset) GetSla

func (x *Asset) GetSla() []*SLA

func (*Asset) GetTotalAmount

func (x *Asset) GetTotalAmount() uint64

func (*Asset) ProtoMessage

func (*Asset) ProtoMessage()

func (*Asset) ProtoReflect

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

func (*Asset) Reset

func (x *Asset) Reset()

func (*Asset) String

func (x *Asset) String() string

type AssetParam

type AssetParam struct {
	Owner     *Contractor `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Assets    []*Asset    `protobuf:"bytes,2,rep,name=assets,proto3" json:"assets,omitempty"`
	SignDate  int64       `protobuf:"varint,3,opt,name=signDate,proto3" json:"signDate,omitempty"`
	StartDate int64       `protobuf:"varint,4,opt,name=startDate,proto3" json:"startDate,omitempty"`
	EndDate   int64       `protobuf:"varint,5,opt,name=endDate,proto3" json:"endDate,omitempty"`
	Status    int32       `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"`
	Address   string      `protobuf:"bytes,7,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*AssetParam) Descriptor deprecated

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

Deprecated: Use AssetParam.ProtoReflect.Descriptor instead.

func (*AssetParam) GetAddress

func (x *AssetParam) GetAddress() string

func (*AssetParam) GetAssets

func (x *AssetParam) GetAssets() []*Asset

func (*AssetParam) GetEndDate

func (x *AssetParam) GetEndDate() int64

func (*AssetParam) GetOwner

func (x *AssetParam) GetOwner() *Contractor

func (*AssetParam) GetSignDate

func (x *AssetParam) GetSignDate() int64

func (*AssetParam) GetStartDate

func (x *AssetParam) GetStartDate() int64

func (*AssetParam) GetStatus

func (x *AssetParam) GetStatus() int32

func (*AssetParam) ProtoMessage

func (*AssetParam) ProtoMessage()

func (*AssetParam) ProtoReflect

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

func (*AssetParam) Reset

func (x *AssetParam) Reset()

func (*AssetParam) String

func (x *AssetParam) String() string

type Balance

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

func (*Balance) Descriptor deprecated

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

Deprecated: Use Balance.ProtoReflect.Descriptor instead.

func (*Balance) GetBalance

func (x *Balance) GetBalance() int64

func (*Balance) ProtoMessage

func (*Balance) ProtoMessage()

func (*Balance) ProtoReflect

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

func (*Balance) Reset

func (x *Balance) Reset()

func (*Balance) String

func (x *Balance) String() string

type Benefit

type Benefit struct {
	Balance int64 `protobuf:"varint,1,opt,name=balance,proto3" json:"balance,omitempty"`
	Vote    int64 `protobuf:"varint,2,opt,name=vote,proto3" json:"vote,omitempty"`
	Network int64 `protobuf:"varint,3,opt,name=network,proto3" json:"network,omitempty"`
	Storage int64 `protobuf:"varint,4,opt,name=storage,proto3" json:"storage,omitempty"`
	Oracle  int64 `protobuf:"varint,5,opt,name=oracle,proto3" json:"oracle,omitempty"`
	Total   int64 `protobuf:"varint,6,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*Benefit) Descriptor deprecated

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

Deprecated: Use Benefit.ProtoReflect.Descriptor instead.

func (*Benefit) GetBalance

func (x *Benefit) GetBalance() int64

func (*Benefit) GetNetwork

func (x *Benefit) GetNetwork() int64

func (*Benefit) GetOracle

func (x *Benefit) GetOracle() int64

func (*Benefit) GetStorage

func (x *Benefit) GetStorage() int64

func (*Benefit) GetTotal

func (x *Benefit) GetTotal() int64

func (*Benefit) GetVote

func (x *Benefit) GetVote() int64

func (*Benefit) ProtoMessage

func (*Benefit) ProtoMessage()

func (*Benefit) ProtoReflect

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

func (*Benefit) Reset

func (x *Benefit) Reset()

func (*Benefit) String

func (x *Benefit) String() string

type CDRParam

type CDRParam struct {
	Index         uint64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	SmsDt         int64  `protobuf:"varint,2,opt,name=smsDt,proto3" json:"smsDt,omitempty"`
	Account       string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	Sender        string `protobuf:"bytes,4,opt,name=sender,proto3" json:"sender,omitempty"`
	Customer      string `protobuf:"bytes,5,opt,name=customer,proto3" json:"customer,omitempty"`
	Destination   string `protobuf:"bytes,6,opt,name=destination,proto3" json:"destination,omitempty"`
	SendingStatus int32  `protobuf:"varint,7,opt,name=sendingStatus,proto3" json:"sendingStatus,omitempty"`
	DlrStatus     int32  `protobuf:"varint,8,opt,name=dlrStatus,proto3" json:"dlrStatus,omitempty"`
	PreStop       string `protobuf:"bytes,9,opt,name=preStop,proto3" json:"preStop,omitempty"`
	NextStop      string `protobuf:"bytes,10,opt,name=nextStop,proto3" json:"nextStop,omitempty"`
	// contains filtered or unexported fields
}

func (*CDRParam) Descriptor deprecated

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

Deprecated: Use CDRParam.ProtoReflect.Descriptor instead.

func (*CDRParam) GetAccount

func (x *CDRParam) GetAccount() string

func (*CDRParam) GetCustomer

func (x *CDRParam) GetCustomer() string

func (*CDRParam) GetDestination

func (x *CDRParam) GetDestination() string

func (*CDRParam) GetDlrStatus

func (x *CDRParam) GetDlrStatus() int32

func (*CDRParam) GetIndex

func (x *CDRParam) GetIndex() uint64

func (*CDRParam) GetNextStop

func (x *CDRParam) GetNextStop() string

func (*CDRParam) GetPreStop

func (x *CDRParam) GetPreStop() string

func (*CDRParam) GetSender

func (x *CDRParam) GetSender() string

func (*CDRParam) GetSendingStatus

func (x *CDRParam) GetSendingStatus() int32

func (*CDRParam) GetSmsDt

func (x *CDRParam) GetSmsDt() int64

func (*CDRParam) ProtoMessage

func (*CDRParam) ProtoMessage()

func (*CDRParam) ProtoReflect

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

func (*CDRParam) Reset

func (x *CDRParam) Reset()

func (*CDRParam) String

func (x *CDRParam) String() string

type CDRParams

type CDRParams struct {
	CdrParams []*CDRParam `protobuf:"bytes,1,rep,name=cdrParams,proto3" json:"cdrParams,omitempty"`
	// contains filtered or unexported fields
}

func (*CDRParams) Descriptor deprecated

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

Deprecated: Use CDRParams.ProtoReflect.Descriptor instead.

func (*CDRParams) GetCdrParams

func (x *CDRParams) GetCdrParams() []*CDRParam

func (*CDRParams) ProtoMessage

func (*CDRParams) ProtoMessage()

func (*CDRParams) ProtoReflect

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

func (*CDRParams) Reset

func (x *CDRParams) Reset()

func (*CDRParams) String

func (x *CDRParams) String() string

type CDRStatus

type CDRStatus struct {
	Params map[string]*CDRParams `` /* 153-byte string literal not displayed */
	Status int32                 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*CDRStatus) Descriptor deprecated

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

Deprecated: Use CDRStatus.ProtoReflect.Descriptor instead.

func (*CDRStatus) GetParams

func (x *CDRStatus) GetParams() map[string]*CDRParams

func (*CDRStatus) GetStatus

func (x *CDRStatus) GetStatus() int32

func (*CDRStatus) ProtoMessage

func (*CDRStatus) ProtoMessage()

func (*CDRStatus) ProtoReflect

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

func (*CDRStatus) Reset

func (x *CDRStatus) Reset()

func (*CDRStatus) String

func (x *CDRStatus) String() string

type CompareRecord

type CompareRecord struct {
	Records map[string]*MatchingRecord `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CompareRecord) Descriptor deprecated

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

Deprecated: Use CompareRecord.ProtoReflect.Descriptor instead.

func (*CompareRecord) GetRecords

func (x *CompareRecord) GetRecords() map[string]*MatchingRecord

func (*CompareRecord) ProtoMessage

func (*CompareRecord) ProtoMessage()

func (*CompareRecord) ProtoReflect

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

func (*CompareRecord) Reset

func (x *CompareRecord) Reset()

func (*CompareRecord) String

func (x *CompareRecord) String() string

type Compensation

type Compensation struct {
	Low  float32 `protobuf:"fixed32,1,opt,name=low,proto3" json:"low,omitempty"`
	High float32 `protobuf:"fixed32,2,opt,name=high,proto3" json:"high,omitempty"`
	Rate float32 `protobuf:"fixed32,3,opt,name=rate,proto3" json:"rate,omitempty"`
	// contains filtered or unexported fields
}

func (*Compensation) Descriptor deprecated

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

Deprecated: Use Compensation.ProtoReflect.Descriptor instead.

func (*Compensation) GetHigh

func (x *Compensation) GetHigh() float32

func (*Compensation) GetLow

func (x *Compensation) GetLow() float32

func (*Compensation) GetRate

func (x *Compensation) GetRate() float32

func (*Compensation) ProtoMessage

func (*Compensation) ProtoMessage()

func (*Compensation) ProtoReflect

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

func (*Compensation) Reset

func (x *Compensation) Reset()

func (*Compensation) String

func (x *Compensation) String() string

type ContractParam

type ContractParam struct {
	ContractParam *CreateContractParam `protobuf:"bytes,1,opt,name=contractParam,proto3" json:"contractParam,omitempty"`
	PreStops      []string             `protobuf:"bytes,2,rep,name=preStops,proto3" json:"preStops,omitempty"`
	NextStops     []string             `protobuf:"bytes,3,rep,name=nextStops,proto3" json:"nextStops,omitempty"`
	ConfirmDate   int64                `protobuf:"varint,4,opt,name=confirmDate,proto3" json:"confirmDate,omitempty"`
	Status        int32                `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
	Terminator    *Terminator          `protobuf:"bytes,6,opt,name=terminator,proto3" json:"terminator,omitempty"`
	// contains filtered or unexported fields
}

func (*ContractParam) Descriptor deprecated

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

Deprecated: Use ContractParam.ProtoReflect.Descriptor instead.

func (*ContractParam) GetConfirmDate

func (x *ContractParam) GetConfirmDate() int64

func (*ContractParam) GetContractParam

func (x *ContractParam) GetContractParam() *CreateContractParam

func (*ContractParam) GetNextStops

func (x *ContractParam) GetNextStops() []string

func (*ContractParam) GetPreStops

func (x *ContractParam) GetPreStops() []string

func (*ContractParam) GetStatus

func (x *ContractParam) GetStatus() int32

func (*ContractParam) GetTerminator

func (x *ContractParam) GetTerminator() *Terminator

func (*ContractParam) ProtoMessage

func (*ContractParam) ProtoMessage()

func (*ContractParam) ProtoReflect

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

func (*ContractParam) Reset

func (x *ContractParam) Reset()

func (*ContractParam) String

func (x *ContractParam) String() string

type ContractService

type ContractService struct {
	ServiceId   string  `protobuf:"bytes,1,opt,name=serviceId,proto3" json:"serviceId,omitempty"`
	Mcc         uint64  `protobuf:"varint,2,opt,name=mcc,proto3" json:"mcc,omitempty"`
	Mnc         uint64  `protobuf:"varint,3,opt,name=mnc,proto3" json:"mnc,omitempty"`
	TotalAmount uint64  `protobuf:"varint,4,opt,name=totalAmount,proto3" json:"totalAmount,omitempty"`
	UnitPrice   float64 `protobuf:"fixed64,5,opt,name=unitPrice,proto3" json:"unitPrice,omitempty"`
	Currency    string  `protobuf:"bytes,6,opt,name=currency,proto3" json:"currency,omitempty"`
	// contains filtered or unexported fields
}

func (*ContractService) Descriptor deprecated

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

Deprecated: Use ContractService.ProtoReflect.Descriptor instead.

func (*ContractService) GetCurrency

func (x *ContractService) GetCurrency() string

func (*ContractService) GetMcc

func (x *ContractService) GetMcc() uint64

func (*ContractService) GetMnc

func (x *ContractService) GetMnc() uint64

func (*ContractService) GetServiceId

func (x *ContractService) GetServiceId() string

func (*ContractService) GetTotalAmount

func (x *ContractService) GetTotalAmount() uint64

func (*ContractService) GetUnitPrice

func (x *ContractService) GetUnitPrice() float64

func (*ContractService) ProtoMessage

func (*ContractService) ProtoMessage()

func (*ContractService) ProtoReflect

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

func (*ContractService) Reset

func (x *ContractService) Reset()

func (*ContractService) String

func (x *ContractService) String() string

type Contractor

type Contractor struct {
	Address string `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	// contains filtered or unexported fields
}

func (*Contractor) Descriptor deprecated

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

Deprecated: Use Contractor.ProtoReflect.Descriptor instead.

func (*Contractor) GetAddress

func (x *Contractor) GetAddress() string

func (*Contractor) GetName

func (x *Contractor) GetName() string

func (*Contractor) ProtoMessage

func (*Contractor) ProtoMessage()

func (*Contractor) ProtoReflect

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

func (*Contractor) Reset

func (x *Contractor) Reset()

func (*Contractor) String

func (x *Contractor) String() string

type CreateContractParam

type CreateContractParam struct {
	PartyA    *Contractor        `protobuf:"bytes,1,opt,name=partyA,proto3" json:"partyA,omitempty"`
	PartyB    *Contractor        `protobuf:"bytes,2,opt,name=partyB,proto3" json:"partyB,omitempty"`
	Previous  string             `protobuf:"bytes,3,opt,name=Previous,proto3" json:"Previous,omitempty"`
	Services  []*ContractService `protobuf:"bytes,4,rep,name=services,proto3" json:"services,omitempty"`
	SignDate  int64              `protobuf:"varint,5,opt,name=signDate,proto3" json:"signDate,omitempty"`
	StartDate int64              `protobuf:"varint,6,opt,name=startDate,proto3" json:"startDate,omitempty"`
	EndDate   int64              `protobuf:"varint,7,opt,name=endDate,proto3" json:"endDate,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateContractParam) Descriptor deprecated

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

Deprecated: Use CreateContractParam.ProtoReflect.Descriptor instead.

func (*CreateContractParam) GetEndDate

func (x *CreateContractParam) GetEndDate() int64

func (*CreateContractParam) GetPartyA

func (x *CreateContractParam) GetPartyA() *Contractor

func (*CreateContractParam) GetPartyB

func (x *CreateContractParam) GetPartyB() *Contractor

func (*CreateContractParam) GetPrevious

func (x *CreateContractParam) GetPrevious() string

func (*CreateContractParam) GetServices

func (x *CreateContractParam) GetServices() []*ContractService

func (*CreateContractParam) GetSignDate

func (x *CreateContractParam) GetSignDate() int64

func (*CreateContractParam) GetStartDate

func (x *CreateContractParam) GetStartDate() int64

func (*CreateContractParam) ProtoMessage

func (*CreateContractParam) ProtoMessage()

func (*CreateContractParam) ProtoReflect

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

func (*CreateContractParam) Reset

func (x *CreateContractParam) Reset()

func (*CreateContractParam) String

func (x *CreateContractParam) String() string

type DestroyInfo

type DestroyInfo struct {
	Owner     string `protobuf:"bytes,1,opt,name=Owner,proto3" json:"Owner,omitempty"`
	Previous  string `protobuf:"bytes,2,opt,name=Previous,proto3" json:"Previous,omitempty"`
	Token     string `protobuf:"bytes,3,opt,name=Token,proto3" json:"Token,omitempty"`
	Amount    int64  `protobuf:"varint,4,opt,name=Amount,proto3" json:"Amount,omitempty"`
	TimeStamp int64  `protobuf:"varint,5,opt,name=TimeStamp,proto3" json:"TimeStamp,omitempty"`
	// contains filtered or unexported fields
}

func (*DestroyInfo) Descriptor deprecated

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

Deprecated: Use DestroyInfo.ProtoReflect.Descriptor instead.

func (*DestroyInfo) GetAmount

func (x *DestroyInfo) GetAmount() int64

func (*DestroyInfo) GetOwner

func (x *DestroyInfo) GetOwner() string

func (*DestroyInfo) GetPrevious

func (x *DestroyInfo) GetPrevious() string

func (*DestroyInfo) GetTimeStamp

func (x *DestroyInfo) GetTimeStamp() int64

func (*DestroyInfo) GetToken

func (x *DestroyInfo) GetToken() string

func (*DestroyInfo) ProtoMessage

func (*DestroyInfo) ProtoMessage()

func (*DestroyInfo) ProtoReflect

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

func (*DestroyInfo) Reset

func (x *DestroyInfo) Reset()

func (*DestroyInfo) String

func (x *DestroyInfo) String() string

type DestroyInfos

type DestroyInfos struct {
	Infos []*DestroyInfo `protobuf:"bytes,1,rep,name=infos,proto3" json:"infos,omitempty"`
	// contains filtered or unexported fields
}

func (*DestroyInfos) Descriptor deprecated

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

Deprecated: Use DestroyInfos.ProtoReflect.Descriptor instead.

func (*DestroyInfos) GetInfos

func (x *DestroyInfos) GetInfos() []*DestroyInfo

func (*DestroyInfos) ProtoMessage

func (*DestroyInfos) ProtoMessage()

func (*DestroyInfos) ProtoReflect

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

func (*DestroyInfos) Reset

func (x *DestroyInfos) Reset()

func (*DestroyInfos) String

func (x *DestroyInfos) String() string

type Hash

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

func (*Hash) Descriptor deprecated

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

Deprecated: Use Hash.ProtoReflect.Descriptor instead.

func (*Hash) GetHash

func (x *Hash) GetHash() string

func (*Hash) ProtoMessage

func (*Hash) ProtoMessage()

func (*Hash) ProtoReflect

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

func (*Hash) Reset

func (x *Hash) Reset()

func (*Hash) String

func (x *Hash) String() string

type Hashes

type Hashes struct {
	Hashes []string `protobuf:"bytes,1,rep,name=hashes,proto3" json:"hashes,omitempty"`
	// contains filtered or unexported fields
}

func (*Hashes) Descriptor deprecated

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

Deprecated: Use Hashes.ProtoReflect.Descriptor instead.

func (*Hashes) GetHashes

func (x *Hashes) GetHashes() []string

func (*Hashes) ProtoMessage

func (*Hashes) ProtoMessage()

func (*Hashes) ProtoReflect

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

func (*Hashes) Reset

func (x *Hashes) Reset()

func (*Hashes) String

func (x *Hashes) String() string

type InvoiceRecord

type InvoiceRecord struct {
	Address                  string  `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	StartDate                int64   `protobuf:"varint,2,opt,name=StartDate,proto3" json:"StartDate,omitempty"`
	EndDate                  int64   `protobuf:"varint,3,opt,name=EndDate,proto3" json:"EndDate,omitempty"`
	Customer                 string  `protobuf:"bytes,4,opt,name=Customer,proto3" json:"Customer,omitempty"`
	CustomerSr               string  `protobuf:"bytes,5,opt,name=CustomerSr,proto3" json:"CustomerSr,omitempty"`
	Country                  string  `protobuf:"bytes,6,opt,name=Country,proto3" json:"Country,omitempty"`
	Operator                 string  `protobuf:"bytes,7,opt,name=Operator,proto3" json:"Operator,omitempty"`
	ServiceId                string  `protobuf:"bytes,8,opt,name=ServiceId,proto3" json:"ServiceId,omitempty"`
	MCC                      uint64  `protobuf:"varint,9,opt,name=MCC,proto3" json:"MCC,omitempty"`
	MNC                      uint64  `protobuf:"varint,10,opt,name=MNC,proto3" json:"MNC,omitempty"`
	Currency                 string  `protobuf:"bytes,11,opt,name=Currency,proto3" json:"Currency,omitempty"`
	UnitPrice                float64 `protobuf:"fixed64,12,opt,name=UnitPrice,proto3" json:"UnitPrice,omitempty"`
	SumOfBillableSMSCustomer uint64  `protobuf:"varint,13,opt,name=SumOfBillableSMSCustomer,proto3" json:"SumOfBillableSMSCustomer,omitempty"`
	SumOfTOTPrice            float64 `protobuf:"fixed64,14,opt,name=SumOfTOTPrice,proto3" json:"SumOfTOTPrice,omitempty"`
	// contains filtered or unexported fields
}

func (*InvoiceRecord) Descriptor deprecated

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

Deprecated: Use InvoiceRecord.ProtoReflect.Descriptor instead.

func (*InvoiceRecord) GetAddress

func (x *InvoiceRecord) GetAddress() string

func (*InvoiceRecord) GetCountry

func (x *InvoiceRecord) GetCountry() string

func (*InvoiceRecord) GetCurrency

func (x *InvoiceRecord) GetCurrency() string

func (*InvoiceRecord) GetCustomer

func (x *InvoiceRecord) GetCustomer() string

func (*InvoiceRecord) GetCustomerSr

func (x *InvoiceRecord) GetCustomerSr() string

func (*InvoiceRecord) GetEndDate

func (x *InvoiceRecord) GetEndDate() int64

func (*InvoiceRecord) GetMCC

func (x *InvoiceRecord) GetMCC() uint64

func (*InvoiceRecord) GetMNC

func (x *InvoiceRecord) GetMNC() uint64

func (*InvoiceRecord) GetOperator

func (x *InvoiceRecord) GetOperator() string

func (*InvoiceRecord) GetServiceId

func (x *InvoiceRecord) GetServiceId() string

func (*InvoiceRecord) GetStartDate

func (x *InvoiceRecord) GetStartDate() int64

func (*InvoiceRecord) GetSumOfBillableSMSCustomer

func (x *InvoiceRecord) GetSumOfBillableSMSCustomer() uint64

func (*InvoiceRecord) GetSumOfTOTPrice

func (x *InvoiceRecord) GetSumOfTOTPrice() float64

func (*InvoiceRecord) GetUnitPrice

func (x *InvoiceRecord) GetUnitPrice() float64

func (*InvoiceRecord) ProtoMessage

func (*InvoiceRecord) ProtoMessage()

func (*InvoiceRecord) ProtoReflect

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

func (*InvoiceRecord) Reset

func (x *InvoiceRecord) Reset()

func (*InvoiceRecord) String

func (x *InvoiceRecord) String() string

type MatchingRecord

type MatchingRecord struct {
	Orphan   *SummaryRecord `protobuf:"bytes,1,opt,name=orphan,proto3" json:"orphan,omitempty"`
	Matching *SummaryRecord `protobuf:"bytes,2,opt,name=matching,proto3" json:"matching,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchingRecord) Descriptor deprecated

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

Deprecated: Use MatchingRecord.ProtoReflect.Descriptor instead.

func (*MatchingRecord) GetMatching

func (x *MatchingRecord) GetMatching() *SummaryRecord

func (*MatchingRecord) GetOrphan

func (x *MatchingRecord) GetOrphan() *SummaryRecord

func (*MatchingRecord) ProtoMessage

func (*MatchingRecord) ProtoMessage()

func (*MatchingRecord) ProtoReflect

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

func (*MatchingRecord) Reset

func (x *MatchingRecord) Reset()

func (*MatchingRecord) String

func (x *MatchingRecord) String() string

type MultiPartySummaryResult

type MultiPartySummaryResult struct {
	Contracts []*ContractParam          `protobuf:"bytes,1,rep,name=contracts,proto3" json:"contracts,omitempty"`
	Records   map[string]*CompareRecord `` /* 155-byte string literal not displayed */
	Total     *CompareRecord            `protobuf:"bytes,3,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiPartySummaryResult) Descriptor deprecated

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

Deprecated: Use MultiPartySummaryResult.ProtoReflect.Descriptor instead.

func (*MultiPartySummaryResult) GetContracts

func (x *MultiPartySummaryResult) GetContracts() []*ContractParam

func (*MultiPartySummaryResult) GetRecords

func (x *MultiPartySummaryResult) GetRecords() map[string]*CompareRecord

func (*MultiPartySummaryResult) GetTotal

func (x *MultiPartySummaryResult) GetTotal() *CompareRecord

func (*MultiPartySummaryResult) ProtoMessage

func (*MultiPartySummaryResult) ProtoMessage()

func (*MultiPartySummaryResult) ProtoReflect

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

func (*MultiPartySummaryResult) Reset

func (x *MultiPartySummaryResult) Reset()

func (*MultiPartySummaryResult) String

func (x *MultiPartySummaryResult) String() string

type NEP5PledgeInfo

type NEP5PledgeInfo struct {
	PType         int32  `protobuf:"varint,1,opt,name=pType,proto3" json:"pType,omitempty"`
	Amount        int64  `protobuf:"varint,2,opt,name=Amount,proto3" json:"Amount,omitempty"`
	WithdrawTime  int64  `protobuf:"varint,3,opt,name=WithdrawTime,proto3" json:"WithdrawTime,omitempty"`
	Beneficial    string `protobuf:"bytes,4,opt,name=Beneficial,proto3" json:"Beneficial,omitempty"`
	PledgeAddress string `protobuf:"bytes,5,opt,name=PledgeAddress,proto3" json:"PledgeAddress,omitempty"`
	NEP5TxId      string `protobuf:"bytes,6,opt,name=NEP5TxId,proto3" json:"NEP5TxId,omitempty"`
	// contains filtered or unexported fields
}

func (*NEP5PledgeInfo) Descriptor deprecated

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

Deprecated: Use NEP5PledgeInfo.ProtoReflect.Descriptor instead.

func (*NEP5PledgeInfo) GetAmount

func (x *NEP5PledgeInfo) GetAmount() int64

func (*NEP5PledgeInfo) GetBeneficial

func (x *NEP5PledgeInfo) GetBeneficial() string

func (*NEP5PledgeInfo) GetNEP5TxId

func (x *NEP5PledgeInfo) GetNEP5TxId() string

func (*NEP5PledgeInfo) GetPType

func (x *NEP5PledgeInfo) GetPType() int32

func (*NEP5PledgeInfo) GetPledgeAddress

func (x *NEP5PledgeInfo) GetPledgeAddress() string

func (*NEP5PledgeInfo) GetWithdrawTime

func (x *NEP5PledgeInfo) GetWithdrawTime() int64

func (*NEP5PledgeInfo) ProtoMessage

func (*NEP5PledgeInfo) ProtoMessage()

func (*NEP5PledgeInfo) ProtoReflect

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

func (*NEP5PledgeInfo) Reset

func (x *NEP5PledgeInfo) Reset()

func (*NEP5PledgeInfo) String

func (x *NEP5PledgeInfo) String() string

type PendingInfo

type PendingInfo struct {
	Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	Amount int64  `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	Type   string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingInfo) Descriptor deprecated

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

Deprecated: Use PendingInfo.ProtoReflect.Descriptor instead.

func (*PendingInfo) GetAmount

func (x *PendingInfo) GetAmount() int64

func (*PendingInfo) GetSource

func (x *PendingInfo) GetSource() string

func (*PendingInfo) GetType

func (x *PendingInfo) GetType() string

func (*PendingInfo) ProtoMessage

func (*PendingInfo) ProtoMessage()

func (*PendingInfo) ProtoReflect

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

func (*PendingInfo) Reset

func (x *PendingInfo) Reset()

func (*PendingInfo) String

func (x *PendingInfo) String() string

type PendingKey

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

func (*PendingKey) Descriptor deprecated

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

Deprecated: Use PendingKey.ProtoReflect.Descriptor instead.

func (*PendingKey) GetAddress

func (x *PendingKey) GetAddress() string

func (*PendingKey) GetHash

func (x *PendingKey) GetHash() string

func (*PendingKey) ProtoMessage

func (*PendingKey) ProtoMessage()

func (*PendingKey) ProtoReflect

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

func (*PendingKey) Reset

func (x *PendingKey) Reset()

func (*PendingKey) String

func (x *PendingKey) String() string

type PovAccountState

type PovAccountState struct {
	Account     string           `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Balance     int64            `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"`
	Vote        int64            `protobuf:"varint,3,opt,name=vote,proto3" json:"vote,omitempty"`
	Network     int64            `protobuf:"varint,4,opt,name=network,proto3" json:"network,omitempty"`
	Storage     int64            `protobuf:"varint,5,opt,name=storage,proto3" json:"storage,omitempty"`
	Oracle      int64            `protobuf:"varint,6,opt,name=oracle,proto3" json:"oracle,omitempty"`
	TokenStates []*PovTokenState `protobuf:"bytes,7,rep,name=tokenStates,proto3" json:"tokenStates,omitempty"`
	// contains filtered or unexported fields
}

func (*PovAccountState) Descriptor deprecated

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

Deprecated: Use PovAccountState.ProtoReflect.Descriptor instead.

func (*PovAccountState) GetAccount

func (x *PovAccountState) GetAccount() string

func (*PovAccountState) GetBalance

func (x *PovAccountState) GetBalance() int64

func (*PovAccountState) GetNetwork

func (x *PovAccountState) GetNetwork() int64

func (*PovAccountState) GetOracle

func (x *PovAccountState) GetOracle() int64

func (*PovAccountState) GetStorage

func (x *PovAccountState) GetStorage() int64

func (*PovAccountState) GetTokenStates

func (x *PovAccountState) GetTokenStates() []*PovTokenState

func (*PovAccountState) GetVote

func (x *PovAccountState) GetVote() int64

func (*PovAccountState) ProtoMessage

func (*PovAccountState) ProtoMessage()

func (*PovAccountState) ProtoReflect

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

func (*PovAccountState) Reset

func (x *PovAccountState) Reset()

func (*PovAccountState) String

func (x *PovAccountState) String() string

type PovAuxHeader

type PovAuxHeader struct {
	AuxMerkleBranch   []string      `protobuf:"bytes,1,rep,name=auxMerkleBranch,proto3" json:"auxMerkleBranch,omitempty"`
	AuxMerkleIndex    int32         `protobuf:"varint,2,opt,name=auxMerkleIndex,proto3" json:"auxMerkleIndex,omitempty"`
	ParCoinBaseTx     *PovBtcTx     `protobuf:"bytes,3,opt,name=parCoinBaseTx,proto3" json:"parCoinBaseTx,omitempty"`
	ParCoinBaseMerkle []string      `protobuf:"bytes,4,rep,name=parCoinBaseMerkle,proto3" json:"parCoinBaseMerkle,omitempty"`
	ParMerkleIndex    int32         `protobuf:"varint,5,opt,name=parMerkleIndex,proto3" json:"parMerkleIndex,omitempty"`
	ParBlockHeader    *PovBtcHeader `protobuf:"bytes,6,opt,name=parBlockHeader,proto3" json:"parBlockHeader,omitempty"`
	ParentHash        string        `protobuf:"bytes,7,opt,name=parentHash,proto3" json:"parentHash,omitempty"`
	// contains filtered or unexported fields
}

func (*PovAuxHeader) Descriptor deprecated

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

Deprecated: Use PovAuxHeader.ProtoReflect.Descriptor instead.

func (*PovAuxHeader) GetAuxMerkleBranch

func (x *PovAuxHeader) GetAuxMerkleBranch() []string

func (*PovAuxHeader) GetAuxMerkleIndex

func (x *PovAuxHeader) GetAuxMerkleIndex() int32

func (*PovAuxHeader) GetParBlockHeader

func (x *PovAuxHeader) GetParBlockHeader() *PovBtcHeader

func (*PovAuxHeader) GetParCoinBaseMerkle

func (x *PovAuxHeader) GetParCoinBaseMerkle() []string

func (*PovAuxHeader) GetParCoinBaseTx

func (x *PovAuxHeader) GetParCoinBaseTx() *PovBtcTx

func (*PovAuxHeader) GetParMerkleIndex

func (x *PovAuxHeader) GetParMerkleIndex() int32

func (*PovAuxHeader) GetParentHash

func (x *PovAuxHeader) GetParentHash() string

func (*PovAuxHeader) ProtoMessage

func (*PovAuxHeader) ProtoMessage()

func (*PovAuxHeader) ProtoReflect

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

func (*PovAuxHeader) Reset

func (x *PovAuxHeader) Reset()

func (*PovAuxHeader) String

func (x *PovAuxHeader) String() string

type PovBaseHeader

type PovBaseHeader struct {
	Version    uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Previous   string `protobuf:"bytes,2,opt,name=previous,proto3" json:"previous,omitempty"`
	MerkleRoot string `protobuf:"bytes,3,opt,name=merkleRoot,proto3" json:"merkleRoot,omitempty"`
	Timestamp  uint32 `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Bits       uint32 `protobuf:"varint,5,opt,name=bits,proto3" json:"bits,omitempty"`
	Nonce      uint32 `protobuf:"varint,6,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Hash       string `protobuf:"bytes,7,opt,name=hash,proto3" json:"hash,omitempty"`
	Height     uint64 `protobuf:"varint,8,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*PovBaseHeader) Descriptor deprecated

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

Deprecated: Use PovBaseHeader.ProtoReflect.Descriptor instead.

func (*PovBaseHeader) GetBits

func (x *PovBaseHeader) GetBits() uint32

func (*PovBaseHeader) GetHash

func (x *PovBaseHeader) GetHash() string

func (*PovBaseHeader) GetHeight

func (x *PovBaseHeader) GetHeight() uint64

func (*PovBaseHeader) GetMerkleRoot

func (x *PovBaseHeader) GetMerkleRoot() string

func (*PovBaseHeader) GetNonce

func (x *PovBaseHeader) GetNonce() uint32

func (*PovBaseHeader) GetPrevious

func (x *PovBaseHeader) GetPrevious() string

func (*PovBaseHeader) GetTimestamp

func (x *PovBaseHeader) GetTimestamp() uint32

func (*PovBaseHeader) GetVersion

func (x *PovBaseHeader) GetVersion() uint32

func (*PovBaseHeader) ProtoMessage

func (*PovBaseHeader) ProtoMessage()

func (*PovBaseHeader) ProtoReflect

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

func (*PovBaseHeader) Reset

func (x *PovBaseHeader) Reset()

func (*PovBaseHeader) String

func (x *PovBaseHeader) String() string

type PovBlock

type PovBlock struct {
	Header *PovHeader `protobuf:"bytes,1,opt,name=Header,proto3" json:"Header,omitempty"`
	Body   *PovBody   `protobuf:"bytes,2,opt,name=Body,proto3" json:"Body,omitempty"`
	// contains filtered or unexported fields
}

func (*PovBlock) Descriptor deprecated

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

Deprecated: Use PovBlock.ProtoReflect.Descriptor instead.

func (*PovBlock) GetBody

func (x *PovBlock) GetBody() *PovBody

func (*PovBlock) GetHeader

func (x *PovBlock) GetHeader() *PovHeader

func (*PovBlock) ProtoMessage

func (*PovBlock) ProtoMessage()

func (*PovBlock) ProtoReflect

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

func (*PovBlock) Reset

func (x *PovBlock) Reset()

func (*PovBlock) String

func (x *PovBlock) String() string

type PovBody

type PovBody struct {
	Txs []*PovTransaction `protobuf:"bytes,1,rep,name=txs,proto3" json:"txs,omitempty"`
	// contains filtered or unexported fields
}

func (*PovBody) Descriptor deprecated

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

Deprecated: Use PovBody.ProtoReflect.Descriptor instead.

func (*PovBody) GetTxs

func (x *PovBody) GetTxs() []*PovTransaction

func (*PovBody) ProtoMessage

func (*PovBody) ProtoMessage()

func (*PovBody) ProtoReflect

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

func (*PovBody) Reset

func (x *PovBody) Reset()

func (*PovBody) String

func (x *PovBody) String() string

type PovBtcHeader

type PovBtcHeader struct {
	Version    uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Previous   string `protobuf:"bytes,2,opt,name=previous,proto3" json:"previous,omitempty"`
	MerkleRoot string `protobuf:"bytes,3,opt,name=merkleRoot,proto3" json:"merkleRoot,omitempty"`
	Timestamp  uint32 `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Bits       uint32 `protobuf:"varint,5,opt,name=bits,proto3" json:"bits,omitempty"`
	Nonce      uint32 `protobuf:"varint,6,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// contains filtered or unexported fields
}

func (*PovBtcHeader) Descriptor deprecated

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

Deprecated: Use PovBtcHeader.ProtoReflect.Descriptor instead.

func (*PovBtcHeader) GetBits

func (x *PovBtcHeader) GetBits() uint32

func (*PovBtcHeader) GetMerkleRoot

func (x *PovBtcHeader) GetMerkleRoot() string

func (*PovBtcHeader) GetNonce

func (x *PovBtcHeader) GetNonce() uint32

func (*PovBtcHeader) GetPrevious

func (x *PovBtcHeader) GetPrevious() string

func (*PovBtcHeader) GetTimestamp

func (x *PovBtcHeader) GetTimestamp() uint32

func (*PovBtcHeader) GetVersion

func (x *PovBtcHeader) GetVersion() uint32

func (*PovBtcHeader) ProtoMessage

func (*PovBtcHeader) ProtoMessage()

func (*PovBtcHeader) ProtoReflect

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

func (*PovBtcHeader) Reset

func (x *PovBtcHeader) Reset()

func (*PovBtcHeader) String

func (x *PovBtcHeader) String() string

type PovBtcOutPoint

type PovBtcOutPoint struct {
	Hash  string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*PovBtcOutPoint) Descriptor deprecated

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

Deprecated: Use PovBtcOutPoint.ProtoReflect.Descriptor instead.

func (*PovBtcOutPoint) GetHash

func (x *PovBtcOutPoint) GetHash() string

func (*PovBtcOutPoint) GetIndex

func (x *PovBtcOutPoint) GetIndex() uint32

func (*PovBtcOutPoint) ProtoMessage

func (*PovBtcOutPoint) ProtoMessage()

func (*PovBtcOutPoint) ProtoReflect

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

func (*PovBtcOutPoint) Reset

func (x *PovBtcOutPoint) Reset()

func (*PovBtcOutPoint) String

func (x *PovBtcOutPoint) String() string

type PovBtcTx

type PovBtcTx struct {
	Version  int32          `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	TxIn     []*PovBtcTxIn  `protobuf:"bytes,2,rep,name=txIn,proto3" json:"txIn,omitempty"`
	TxOut    []*PovBtcTxOut `protobuf:"bytes,3,rep,name=txOut,proto3" json:"txOut,omitempty"`
	LockTime uint32         `protobuf:"varint,4,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
	// contains filtered or unexported fields
}

func (*PovBtcTx) Descriptor deprecated

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

Deprecated: Use PovBtcTx.ProtoReflect.Descriptor instead.

func (*PovBtcTx) GetLockTime

func (x *PovBtcTx) GetLockTime() uint32

func (*PovBtcTx) GetTxIn

func (x *PovBtcTx) GetTxIn() []*PovBtcTxIn

func (*PovBtcTx) GetTxOut

func (x *PovBtcTx) GetTxOut() []*PovBtcTxOut

func (*PovBtcTx) GetVersion

func (x *PovBtcTx) GetVersion() int32

func (*PovBtcTx) ProtoMessage

func (*PovBtcTx) ProtoMessage()

func (*PovBtcTx) ProtoReflect

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

func (*PovBtcTx) Reset

func (x *PovBtcTx) Reset()

func (*PovBtcTx) String

func (x *PovBtcTx) String() string

type PovBtcTxIn

type PovBtcTxIn struct {
	PreviousOutPoint *PovBtcOutPoint `protobuf:"bytes,1,opt,name=previousOutPoint,proto3" json:"previousOutPoint,omitempty"`
	SignatureScript  string          `protobuf:"bytes,2,opt,name=signatureScript,proto3" json:"signatureScript,omitempty"` //[]byte
	Sequence         uint32          `protobuf:"varint,3,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*PovBtcTxIn) Descriptor deprecated

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

Deprecated: Use PovBtcTxIn.ProtoReflect.Descriptor instead.

func (*PovBtcTxIn) GetPreviousOutPoint

func (x *PovBtcTxIn) GetPreviousOutPoint() *PovBtcOutPoint

func (*PovBtcTxIn) GetSequence

func (x *PovBtcTxIn) GetSequence() uint32

func (*PovBtcTxIn) GetSignatureScript

func (x *PovBtcTxIn) GetSignatureScript() string

func (*PovBtcTxIn) ProtoMessage

func (*PovBtcTxIn) ProtoMessage()

func (*PovBtcTxIn) ProtoReflect

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

func (*PovBtcTxIn) Reset

func (x *PovBtcTxIn) Reset()

func (*PovBtcTxIn) String

func (x *PovBtcTxIn) String() string

type PovBtcTxOut

type PovBtcTxOut struct {
	Value    int64  `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	PkScript string `protobuf:"bytes,2,opt,name=pkScript,proto3" json:"pkScript,omitempty"` //[]byte
	// contains filtered or unexported fields
}

func (*PovBtcTxOut) Descriptor deprecated

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

Deprecated: Use PovBtcTxOut.ProtoReflect.Descriptor instead.

func (*PovBtcTxOut) GetPkScript

func (x *PovBtcTxOut) GetPkScript() string

func (*PovBtcTxOut) GetValue

func (x *PovBtcTxOut) GetValue() int64

func (*PovBtcTxOut) ProtoMessage

func (*PovBtcTxOut) ProtoMessage()

func (*PovBtcTxOut) ProtoReflect

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

func (*PovBtcTxOut) Reset

func (x *PovBtcTxOut) Reset()

func (*PovBtcTxOut) String

func (x *PovBtcTxOut) String() string

type PovCoinBaseTx

type PovCoinBaseTx struct {
	Version   uint32              `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	TxIns     []*PovCoinBaseTxIn  `protobuf:"bytes,2,rep,name=txIns,proto3" json:"txIns,omitempty"`
	TxOuts    []*PovCoinBaseTxOut `protobuf:"bytes,3,rep,name=txOuts,proto3" json:"txOuts,omitempty"`
	StateHash string              `protobuf:"bytes,4,opt,name=stateHash,proto3" json:"stateHash,omitempty"`
	TxNum     uint32              `protobuf:"varint,5,opt,name=txNum,proto3" json:"txNum,omitempty"`
	Hash      string              `protobuf:"bytes,6,opt,name=Hash,proto3" json:"Hash,omitempty"`
	// contains filtered or unexported fields
}

func (*PovCoinBaseTx) Descriptor deprecated

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

Deprecated: Use PovCoinBaseTx.ProtoReflect.Descriptor instead.

func (*PovCoinBaseTx) GetHash

func (x *PovCoinBaseTx) GetHash() string

func (*PovCoinBaseTx) GetStateHash

func (x *PovCoinBaseTx) GetStateHash() string

func (*PovCoinBaseTx) GetTxIns

func (x *PovCoinBaseTx) GetTxIns() []*PovCoinBaseTxIn

func (*PovCoinBaseTx) GetTxNum

func (x *PovCoinBaseTx) GetTxNum() uint32

func (*PovCoinBaseTx) GetTxOuts

func (x *PovCoinBaseTx) GetTxOuts() []*PovCoinBaseTxOut

func (*PovCoinBaseTx) GetVersion

func (x *PovCoinBaseTx) GetVersion() uint32

func (*PovCoinBaseTx) ProtoMessage

func (*PovCoinBaseTx) ProtoMessage()

func (*PovCoinBaseTx) ProtoReflect

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

func (*PovCoinBaseTx) Reset

func (x *PovCoinBaseTx) Reset()

func (*PovCoinBaseTx) String

func (x *PovCoinBaseTx) String() string

type PovCoinBaseTxIn

type PovCoinBaseTxIn struct {
	PrevTxHash string `protobuf:"bytes,1,opt,name=PrevTxHash,proto3" json:"PrevTxHash,omitempty"`
	PrevTxIdx  uint32 `protobuf:"varint,2,opt,name=PrevTxIdx,proto3" json:"PrevTxIdx,omitempty"`
	Extra      string `protobuf:"bytes,3,opt,name=Extra,proto3" json:"Extra,omitempty"` //[]byte
	Sequence   uint32 `protobuf:"varint,4,opt,name=Sequence,proto3" json:"Sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*PovCoinBaseTxIn) Descriptor deprecated

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

Deprecated: Use PovCoinBaseTxIn.ProtoReflect.Descriptor instead.

func (*PovCoinBaseTxIn) GetExtra

func (x *PovCoinBaseTxIn) GetExtra() string

func (*PovCoinBaseTxIn) GetPrevTxHash

func (x *PovCoinBaseTxIn) GetPrevTxHash() string

func (*PovCoinBaseTxIn) GetPrevTxIdx

func (x *PovCoinBaseTxIn) GetPrevTxIdx() uint32

func (*PovCoinBaseTxIn) GetSequence

func (x *PovCoinBaseTxIn) GetSequence() uint32

func (*PovCoinBaseTxIn) ProtoMessage

func (*PovCoinBaseTxIn) ProtoMessage()

func (*PovCoinBaseTxIn) ProtoReflect

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

func (*PovCoinBaseTxIn) Reset

func (x *PovCoinBaseTxIn) Reset()

func (*PovCoinBaseTxIn) String

func (x *PovCoinBaseTxIn) String() string

type PovCoinBaseTxOut

type PovCoinBaseTxOut struct {
	Value   int64  `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*PovCoinBaseTxOut) Descriptor deprecated

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

Deprecated: Use PovCoinBaseTxOut.ProtoReflect.Descriptor instead.

func (*PovCoinBaseTxOut) GetAddress

func (x *PovCoinBaseTxOut) GetAddress() string

func (*PovCoinBaseTxOut) GetValue

func (x *PovCoinBaseTxOut) GetValue() int64

func (*PovCoinBaseTxOut) ProtoMessage

func (*PovCoinBaseTxOut) ProtoMessage()

func (*PovCoinBaseTxOut) ProtoReflect

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

func (*PovCoinBaseTxOut) Reset

func (x *PovCoinBaseTxOut) Reset()

func (*PovCoinBaseTxOut) String

func (x *PovCoinBaseTxOut) String() string

type PovContractState

type PovContractState struct {
	StateHash string `protobuf:"bytes,1,opt,name=stateHash,proto3" json:"stateHash,omitempty"`
	CodeHash  string `protobuf:"bytes,2,opt,name=codeHash,proto3" json:"codeHash,omitempty"`
	// contains filtered or unexported fields
}

func (*PovContractState) Descriptor deprecated

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

Deprecated: Use PovContractState.ProtoReflect.Descriptor instead.

func (*PovContractState) GetCodeHash

func (x *PovContractState) GetCodeHash() string

func (*PovContractState) GetStateHash

func (x *PovContractState) GetStateHash() string

func (*PovContractState) ProtoMessage

func (*PovContractState) ProtoMessage()

func (*PovContractState) ProtoReflect

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

func (*PovContractState) Reset

func (x *PovContractState) Reset()

func (*PovContractState) String

func (x *PovContractState) String() string

type PovDiffDayStat

type PovDiffDayStat struct {
	DayIndex     uint32 `protobuf:"varint,1,opt,name=dayIndex,proto3" json:"dayIndex,omitempty"`
	AvgDiffRatio uint64 `protobuf:"varint,2,opt,name=avgDiffRatio,proto3" json:"avgDiffRatio,omitempty"`
	MaxDiffRatio uint64 `protobuf:"varint,3,opt,name=maxDiffRatio,proto3" json:"maxDiffRatio,omitempty"`
	MinDiffRatio uint64 `protobuf:"varint,4,opt,name=minDiffRatio,proto3" json:"minDiffRatio,omitempty"`
	MaxBlockTime uint32 `protobuf:"varint,5,opt,name=maxBlockTime,proto3" json:"maxBlockTime,omitempty"`
	MinBlockTime uint32 `protobuf:"varint,6,opt,name=minBlockTime,proto3" json:"minBlockTime,omitempty"`
	// contains filtered or unexported fields
}

func (*PovDiffDayStat) Descriptor deprecated

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

Deprecated: Use PovDiffDayStat.ProtoReflect.Descriptor instead.

func (*PovDiffDayStat) GetAvgDiffRatio

func (x *PovDiffDayStat) GetAvgDiffRatio() uint64

func (*PovDiffDayStat) GetDayIndex

func (x *PovDiffDayStat) GetDayIndex() uint32

func (*PovDiffDayStat) GetMaxBlockTime

func (x *PovDiffDayStat) GetMaxBlockTime() uint32

func (*PovDiffDayStat) GetMaxDiffRatio

func (x *PovDiffDayStat) GetMaxDiffRatio() uint64

func (*PovDiffDayStat) GetMinBlockTime

func (x *PovDiffDayStat) GetMinBlockTime() uint32

func (*PovDiffDayStat) GetMinDiffRatio

func (x *PovDiffDayStat) GetMinDiffRatio() uint64

func (*PovDiffDayStat) ProtoMessage

func (*PovDiffDayStat) ProtoMessage()

func (*PovDiffDayStat) ProtoReflect

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

func (*PovDiffDayStat) Reset

func (x *PovDiffDayStat) Reset()

func (*PovDiffDayStat) String

func (x *PovDiffDayStat) String() string

type PovHeader

type PovHeader struct {
	BasHdr *PovBaseHeader `protobuf:"bytes,1,opt,name=basHdr,proto3" json:"basHdr,omitempty"`
	AuxHdr *PovAuxHeader  `protobuf:"bytes,2,opt,name=auxHdr,proto3" json:"auxHdr,omitempty"`
	CbTx   *PovCoinBaseTx `protobuf:"bytes,3,opt,name=cbTx,proto3" json:"cbTx,omitempty"`
	// contains filtered or unexported fields
}

func (*PovHeader) Descriptor deprecated

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

Deprecated: Use PovHeader.ProtoReflect.Descriptor instead.

func (*PovHeader) GetAuxHdr

func (x *PovHeader) GetAuxHdr() *PovAuxHeader

func (*PovHeader) GetBasHdr

func (x *PovHeader) GetBasHdr() *PovBaseHeader

func (*PovHeader) GetCbTx

func (x *PovHeader) GetCbTx() *PovCoinBaseTx

func (*PovHeader) ProtoMessage

func (*PovHeader) ProtoMessage()

func (*PovHeader) ProtoReflect

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

func (*PovHeader) Reset

func (x *PovHeader) Reset()

func (*PovHeader) String

func (x *PovHeader) String() string

type PovMinerDayStat

type PovMinerDayStat struct {
	DayIndex   uint32                       `protobuf:"varint,1,opt,name=dayIndex,proto3" json:"dayIndex,omitempty"`
	MinerNum   uint32                       `protobuf:"varint,2,opt,name=minerNum,proto3" json:"minerNum,omitempty"`
	MinerStats map[string]*PovMinerStatItem `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PovMinerDayStat) Descriptor deprecated

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

Deprecated: Use PovMinerDayStat.ProtoReflect.Descriptor instead.

func (*PovMinerDayStat) GetDayIndex

func (x *PovMinerDayStat) GetDayIndex() uint32

func (*PovMinerDayStat) GetMinerNum

func (x *PovMinerDayStat) GetMinerNum() uint32

func (*PovMinerDayStat) GetMinerStats

func (x *PovMinerDayStat) GetMinerStats() map[string]*PovMinerStatItem

func (*PovMinerDayStat) ProtoMessage

func (*PovMinerDayStat) ProtoMessage()

func (*PovMinerDayStat) ProtoReflect

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

func (*PovMinerDayStat) Reset

func (x *PovMinerDayStat) Reset()

func (*PovMinerDayStat) String

func (x *PovMinerDayStat) String() string

type PovMinerStatItem

type PovMinerStatItem struct {
	FirstHeight  uint64 `protobuf:"varint,1,opt,name=firstHeight,proto3" json:"firstHeight,omitempty"`
	LastHeight   uint64 `protobuf:"varint,2,opt,name=lastHeight,proto3" json:"lastHeight,omitempty"`
	BlockNum     uint32 `protobuf:"varint,3,opt,name=blockNum,proto3" json:"blockNum,omitempty"`
	RewardAmount int64  `protobuf:"varint,4,opt,name=rewardAmount,proto3" json:"rewardAmount,omitempty"`
	RepBlockNum  uint32 `protobuf:"varint,5,opt,name=repBlockNum,proto3" json:"repBlockNum,omitempty"`
	RepReward    int64  `protobuf:"varint,6,opt,name=repReward,proto3" json:"repReward,omitempty"`
	IsMiner      bool   `protobuf:"varint,7,opt,name=isMiner,proto3" json:"isMiner,omitempty"`
	// contains filtered or unexported fields
}

func (*PovMinerStatItem) Descriptor deprecated

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

Deprecated: Use PovMinerStatItem.ProtoReflect.Descriptor instead.

func (*PovMinerStatItem) GetBlockNum

func (x *PovMinerStatItem) GetBlockNum() uint32

func (*PovMinerStatItem) GetFirstHeight

func (x *PovMinerStatItem) GetFirstHeight() uint64

func (*PovMinerStatItem) GetIsMiner

func (x *PovMinerStatItem) GetIsMiner() bool

func (*PovMinerStatItem) GetLastHeight

func (x *PovMinerStatItem) GetLastHeight() uint64

func (*PovMinerStatItem) GetRepBlockNum

func (x *PovMinerStatItem) GetRepBlockNum() uint32

func (*PovMinerStatItem) GetRepReward

func (x *PovMinerStatItem) GetRepReward() int64

func (*PovMinerStatItem) GetRewardAmount

func (x *PovMinerStatItem) GetRewardAmount() int64

func (*PovMinerStatItem) ProtoMessage

func (*PovMinerStatItem) ProtoMessage()

func (*PovMinerStatItem) ProtoReflect

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

func (*PovMinerStatItem) Reset

func (x *PovMinerStatItem) Reset()

func (*PovMinerStatItem) String

func (x *PovMinerStatItem) String() string

type PovPublishState

type PovPublishState struct {
	OracleAccounts []string `protobuf:"bytes,1,rep,name=oracleAccounts,proto3" json:"oracleAccounts,omitempty"`
	PublishHeight  uint64   `protobuf:"varint,2,opt,name=publishHeight,proto3" json:"publishHeight,omitempty"`
	VerifiedHeight uint64   `protobuf:"varint,3,opt,name=verifiedHeight,proto3" json:"verifiedHeight,omitempty"`
	VerifiedStatus int32    `protobuf:"varint,4,opt,name=verifiedStatus,proto3" json:"verifiedStatus,omitempty"`
	BonusFee       int64    `protobuf:"varint,5,opt,name=bonusFee,proto3" json:"bonusFee,omitempty"`
	// contains filtered or unexported fields
}

func (*PovPublishState) Descriptor deprecated

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

Deprecated: Use PovPublishState.ProtoReflect.Descriptor instead.

func (*PovPublishState) GetBonusFee

func (x *PovPublishState) GetBonusFee() int64

func (*PovPublishState) GetOracleAccounts

func (x *PovPublishState) GetOracleAccounts() []string

func (*PovPublishState) GetPublishHeight

func (x *PovPublishState) GetPublishHeight() uint64

func (*PovPublishState) GetVerifiedHeight

func (x *PovPublishState) GetVerifiedHeight() uint64

func (*PovPublishState) GetVerifiedStatus

func (x *PovPublishState) GetVerifiedStatus() int32

func (*PovPublishState) ProtoMessage

func (*PovPublishState) ProtoMessage()

func (*PovPublishState) ProtoReflect

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

func (*PovPublishState) Reset

func (x *PovPublishState) Reset()

func (*PovPublishState) String

func (x *PovPublishState) String() string

type PovRepState

type PovRepState struct {
	Account string `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Balance int64  `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"`
	Vote    int64  `protobuf:"varint,3,opt,name=vote,proto3" json:"vote,omitempty"`
	Network int64  `protobuf:"varint,4,opt,name=network,proto3" json:"network,omitempty"`
	Storage int64  `protobuf:"varint,5,opt,name=storage,proto3" json:"storage,omitempty"`
	Oracle  int64  `protobuf:"varint,6,opt,name=oracle,proto3" json:"oracle,omitempty"`
	Total   int64  `protobuf:"varint,7,opt,name=total,proto3" json:"total,omitempty"`
	Status  uint32 `protobuf:"varint,8,opt,name=status,proto3" json:"status,omitempty"`
	Height  uint64 `protobuf:"varint,9,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*PovRepState) Descriptor deprecated

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

Deprecated: Use PovRepState.ProtoReflect.Descriptor instead.

func (*PovRepState) GetAccount

func (x *PovRepState) GetAccount() string

func (*PovRepState) GetBalance

func (x *PovRepState) GetBalance() int64

func (*PovRepState) GetHeight

func (x *PovRepState) GetHeight() uint64

func (*PovRepState) GetNetwork

func (x *PovRepState) GetNetwork() int64

func (*PovRepState) GetOracle

func (x *PovRepState) GetOracle() int64

func (*PovRepState) GetStatus

func (x *PovRepState) GetStatus() uint32

func (*PovRepState) GetStorage

func (x *PovRepState) GetStorage() int64

func (*PovRepState) GetTotal

func (x *PovRepState) GetTotal() int64

func (*PovRepState) GetVote

func (x *PovRepState) GetVote() int64

func (*PovRepState) ProtoMessage

func (*PovRepState) ProtoMessage()

func (*PovRepState) ProtoReflect

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

func (*PovRepState) Reset

func (x *PovRepState) Reset()

func (*PovRepState) String

func (x *PovRepState) String() string

type PovRepStates

type PovRepStates struct {
	States []*PovRepState `protobuf:"bytes,1,rep,name=states,proto3" json:"states,omitempty"`
	// contains filtered or unexported fields
}

func (*PovRepStates) Descriptor deprecated

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

Deprecated: Use PovRepStates.ProtoReflect.Descriptor instead.

func (*PovRepStates) GetStates

func (x *PovRepStates) GetStates() []*PovRepState

func (*PovRepStates) ProtoMessage

func (*PovRepStates) ProtoMessage()

func (*PovRepStates) ProtoReflect

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

func (*PovRepStates) Reset

func (x *PovRepStates) Reset()

func (*PovRepStates) String

func (x *PovRepStates) String() string

type PovTD

type PovTD struct {
	Chain   int64 `protobuf:"varint,1,opt,name=chain,proto3" json:"chain,omitempty"`
	Sha256D int64 `protobuf:"varint,2,opt,name=sha256d,proto3" json:"sha256d,omitempty"`
	Scrypt  int64 `protobuf:"varint,3,opt,name=scrypt,proto3" json:"scrypt,omitempty"`
	X11     int64 `protobuf:"varint,4,opt,name=x11,proto3" json:"x11,omitempty"`
	Hybrid  int64 `protobuf:"varint,5,opt,name=hybrid,proto3" json:"hybrid,omitempty"`
	// contains filtered or unexported fields
}

func (*PovTD) Descriptor deprecated

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

Deprecated: Use PovTD.ProtoReflect.Descriptor instead.

func (*PovTD) GetChain

func (x *PovTD) GetChain() int64

func (*PovTD) GetHybrid

func (x *PovTD) GetHybrid() int64

func (*PovTD) GetScrypt

func (x *PovTD) GetScrypt() int64

func (*PovTD) GetSha256D

func (x *PovTD) GetSha256D() int64

func (*PovTD) GetX11

func (x *PovTD) GetX11() int64

func (*PovTD) ProtoMessage

func (*PovTD) ProtoMessage()

func (*PovTD) ProtoReflect

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

func (*PovTD) Reset

func (x *PovTD) Reset()

func (*PovTD) String

func (x *PovTD) String() string

type PovTokenState

type PovTokenState struct {
	Type           string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Hash           string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	Representative string `protobuf:"bytes,3,opt,name=representative,proto3" json:"representative,omitempty"`
	Balance        int64  `protobuf:"varint,4,opt,name=balance,proto3" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

func (*PovTokenState) Descriptor deprecated

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

Deprecated: Use PovTokenState.ProtoReflect.Descriptor instead.

func (*PovTokenState) GetBalance

func (x *PovTokenState) GetBalance() int64

func (*PovTokenState) GetHash

func (x *PovTokenState) GetHash() string

func (*PovTokenState) GetRepresentative

func (x *PovTokenState) GetRepresentative() string

func (*PovTokenState) GetType

func (x *PovTokenState) GetType() string

func (*PovTokenState) ProtoMessage

func (*PovTokenState) ProtoMessage()

func (*PovTokenState) ProtoReflect

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

func (*PovTokenState) Reset

func (x *PovTokenState) Reset()

func (*PovTokenState) String

func (x *PovTokenState) String() string

type PovTransaction

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

func (*PovTransaction) Descriptor deprecated

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

Deprecated: Use PovTransaction.ProtoReflect.Descriptor instead.

func (*PovTransaction) GetHash

func (x *PovTransaction) GetHash() string

func (*PovTransaction) ProtoMessage

func (*PovTransaction) ProtoMessage()

func (*PovTransaction) ProtoReflect

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

func (*PovTransaction) Reset

func (x *PovTransaction) Reset()

func (*PovTransaction) String

func (x *PovTransaction) String() string

type PovTxLookup

type PovTxLookup struct {
	BlockHash   string `protobuf:"bytes,1,opt,name=blockHash,proto3" json:"blockHash,omitempty"`
	BlockHeight uint64 `protobuf:"varint,2,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	TxIndex     uint64 `protobuf:"varint,3,opt,name=txIndex,proto3" json:"txIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*PovTxLookup) Descriptor deprecated

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

Deprecated: Use PovTxLookup.ProtoReflect.Descriptor instead.

func (*PovTxLookup) GetBlockHash

func (x *PovTxLookup) GetBlockHash() string

func (*PovTxLookup) GetBlockHeight

func (x *PovTxLookup) GetBlockHeight() uint64

func (*PovTxLookup) GetTxIndex

func (x *PovTxLookup) GetTxIndex() uint64

func (*PovTxLookup) ProtoMessage

func (*PovTxLookup) ProtoMessage()

func (*PovTxLookup) ProtoReflect

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

func (*PovTxLookup) Reset

func (x *PovTxLookup) Reset()

func (*PovTxLookup) String

func (x *PovTxLookup) String() string

type PovVerifierState

type PovVerifierState struct {
	TotalVerify  uint64            `protobuf:"varint,1,opt,name=totalVerify,proto3" json:"totalVerify,omitempty"`
	TotalReward  int64             `protobuf:"varint,2,opt,name=totalReward,proto3" json:"totalReward,omitempty"`
	ActiveHeight map[string]uint64 `` /* 166-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PovVerifierState) Descriptor deprecated

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

Deprecated: Use PovVerifierState.ProtoReflect.Descriptor instead.

func (*PovVerifierState) GetActiveHeight

func (x *PovVerifierState) GetActiveHeight() map[string]uint64

func (*PovVerifierState) GetTotalReward

func (x *PovVerifierState) GetTotalReward() int64

func (*PovVerifierState) GetTotalVerify

func (x *PovVerifierState) GetTotalVerify() uint64

func (*PovVerifierState) ProtoMessage

func (*PovVerifierState) ProtoMessage()

func (*PovVerifierState) ProtoReflect

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

func (*PovVerifierState) Reset

func (x *PovVerifierState) Reset()

func (*PovVerifierState) String

func (x *PovVerifierState) String() string

type RewardsInfo

type RewardsInfo struct {
	Type     int32  `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	From     string `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To       string `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	TxHeader string `protobuf:"bytes,4,opt,name=txHeader,proto3" json:"txHeader,omitempty"`
	RxHeader string `protobuf:"bytes,5,opt,name=rxHeader,proto3" json:"rxHeader,omitempty"`
	Amount   int64  `protobuf:"varint,6,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*RewardsInfo) Descriptor deprecated

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

Deprecated: Use RewardsInfo.ProtoReflect.Descriptor instead.

func (*RewardsInfo) GetAmount

func (x *RewardsInfo) GetAmount() int64

func (*RewardsInfo) GetFrom

func (x *RewardsInfo) GetFrom() string

func (*RewardsInfo) GetRxHeader

func (x *RewardsInfo) GetRxHeader() string

func (*RewardsInfo) GetTo

func (x *RewardsInfo) GetTo() string

func (*RewardsInfo) GetTxHeader

func (x *RewardsInfo) GetTxHeader() string

func (*RewardsInfo) GetType

func (x *RewardsInfo) GetType() int32

func (*RewardsInfo) ProtoMessage

func (*RewardsInfo) ProtoMessage()

func (*RewardsInfo) ProtoReflect

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

func (*RewardsInfo) Reset

func (x *RewardsInfo) Reset()

func (*RewardsInfo) String

func (x *RewardsInfo) String() string

type SLA

type SLA struct {
	Type          int32           `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Priority      int32           `protobuf:"varint,2,opt,name=priority,proto3" json:"priority,omitempty"`
	Value         float32         `protobuf:"fixed32,3,opt,name=value,proto3" json:"value,omitempty"`
	Compensations []*Compensation `protobuf:"bytes,4,rep,name=compensations,proto3" json:"compensations,omitempty"`
	// contains filtered or unexported fields
}

func (*SLA) Descriptor deprecated

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

Deprecated: Use SLA.ProtoReflect.Descriptor instead.

func (*SLA) GetCompensations

func (x *SLA) GetCompensations() []*Compensation

func (*SLA) GetPriority

func (x *SLA) GetPriority() int32

func (*SLA) GetType

func (x *SLA) GetType() int32

func (*SLA) GetValue

func (x *SLA) GetValue() float32

func (*SLA) ProtoMessage

func (*SLA) ProtoMessage()

func (*SLA) ProtoReflect

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

func (*SLA) Reset

func (x *SLA) Reset()

func (*SLA) String

func (x *SLA) String() string

type Signature

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

func (*Signature) Descriptor deprecated

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

Deprecated: Use Signature.ProtoReflect.Descriptor instead.

func (*Signature) GetSignature

func (x *Signature) GetSignature() string

func (*Signature) ProtoMessage

func (*Signature) ProtoMessage()

func (*Signature) ProtoReflect

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

func (*Signature) Reset

func (x *Signature) Reset()

func (*Signature) String

func (x *Signature) String() string

type StateBlock

type StateBlock struct {
	Type           string   `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Token          string   `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	Address        string   `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	Balance        int64    `protobuf:"varint,4,opt,name=balance,proto3" json:"balance,omitempty"`
	Vote           int64    `protobuf:"varint,5,opt,name=vote,proto3" json:"vote,omitempty"`
	Network        int64    `protobuf:"varint,6,opt,name=network,proto3" json:"network,omitempty"`
	Storage        int64    `protobuf:"varint,7,opt,name=storage,proto3" json:"storage,omitempty"`
	Oracle         int64    `protobuf:"varint,8,opt,name=oracle,proto3" json:"oracle,omitempty"`
	Previous       string   `protobuf:"bytes,9,opt,name=previous,proto3" json:"previous,omitempty"`
	Link           string   `protobuf:"bytes,10,opt,name=link,proto3" json:"link,omitempty"`
	Sender         []byte   `protobuf:"bytes,11,opt,name=sender,proto3" json:"sender,omitempty"`
	Receiver       []byte   `protobuf:"bytes,12,opt,name=receiver,proto3" json:"receiver,omitempty"`
	Message        string   `protobuf:"bytes,13,opt,name=message,proto3" json:"message,omitempty"`
	Data           []byte   `protobuf:"bytes,14,opt,name=data,proto3" json:"data,omitempty"`
	PoVHeight      uint64   `protobuf:"varint,15,opt,name=poVHeight,proto3" json:"poVHeight,omitempty"`
	Timestamp      int64    `protobuf:"varint,16,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Extra          string   `protobuf:"bytes,17,opt,name=extra,proto3" json:"extra,omitempty"`
	Representative string   `protobuf:"bytes,18,opt,name=representative,proto3" json:"representative,omitempty"`
	PrivateFrom    string   `protobuf:"bytes,19,opt,name=privateFrom,proto3" json:"privateFrom,omitempty"`
	PrivateFor     []string `protobuf:"bytes,20,rep,name=privateFor,proto3" json:"privateFor,omitempty"`
	PrivateGroupID string   `protobuf:"bytes,21,opt,name=privateGroupID,proto3" json:"privateGroupID,omitempty"`
	Work           uint64   `protobuf:"varint,22,opt,name=work,proto3" json:"work,omitempty"`
	Signature      string   `protobuf:"bytes,23,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*StateBlock) Descriptor deprecated

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

Deprecated: Use StateBlock.ProtoReflect.Descriptor instead.

func (*StateBlock) GetAddress

func (x *StateBlock) GetAddress() string

func (*StateBlock) GetBalance

func (x *StateBlock) GetBalance() int64

func (*StateBlock) GetData

func (x *StateBlock) GetData() []byte

func (*StateBlock) GetExtra

func (x *StateBlock) GetExtra() string
func (x *StateBlock) GetLink() string

func (*StateBlock) GetMessage

func (x *StateBlock) GetMessage() string

func (*StateBlock) GetNetwork

func (x *StateBlock) GetNetwork() int64

func (*StateBlock) GetOracle

func (x *StateBlock) GetOracle() int64

func (*StateBlock) GetPoVHeight

func (x *StateBlock) GetPoVHeight() uint64

func (*StateBlock) GetPrevious

func (x *StateBlock) GetPrevious() string

func (*StateBlock) GetPrivateFor

func (x *StateBlock) GetPrivateFor() []string

func (*StateBlock) GetPrivateFrom

func (x *StateBlock) GetPrivateFrom() string

func (*StateBlock) GetPrivateGroupID

func (x *StateBlock) GetPrivateGroupID() string

func (*StateBlock) GetReceiver

func (x *StateBlock) GetReceiver() []byte

func (*StateBlock) GetRepresentative

func (x *StateBlock) GetRepresentative() string

func (*StateBlock) GetSender

func (x *StateBlock) GetSender() []byte

func (*StateBlock) GetSignature

func (x *StateBlock) GetSignature() string

func (*StateBlock) GetStorage

func (x *StateBlock) GetStorage() int64

func (*StateBlock) GetTimestamp

func (x *StateBlock) GetTimestamp() int64

func (*StateBlock) GetToken

func (x *StateBlock) GetToken() string

func (*StateBlock) GetType

func (x *StateBlock) GetType() string

func (*StateBlock) GetVote

func (x *StateBlock) GetVote() int64

func (*StateBlock) GetWork

func (x *StateBlock) GetWork() uint64

func (*StateBlock) ProtoMessage

func (*StateBlock) ProtoMessage()

func (*StateBlock) ProtoReflect

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

func (*StateBlock) Reset

func (x *StateBlock) Reset()

func (*StateBlock) String

func (x *StateBlock) String() string

type StateBlocks

type StateBlocks struct {
	StateBlocks []*StateBlock `protobuf:"bytes,1,rep,name=stateBlocks,proto3" json:"stateBlocks,omitempty"`
	// contains filtered or unexported fields
}

func (*StateBlocks) Descriptor deprecated

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

Deprecated: Use StateBlocks.ProtoReflect.Descriptor instead.

func (*StateBlocks) GetStateBlocks

func (x *StateBlocks) GetStateBlocks() []*StateBlock

func (*StateBlocks) ProtoMessage

func (*StateBlocks) ProtoMessage()

func (*StateBlocks) ProtoReflect

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

func (*StateBlocks) Reset

func (x *StateBlocks) Reset()

func (*StateBlocks) String

func (x *StateBlocks) String() string

type StopParam

type StopParam struct {
	ContractAddress string `protobuf:"bytes,1,opt,name=contractAddress,proto3" json:"contractAddress,omitempty"`
	StopName        string `protobuf:"bytes,2,opt,name=stopName,proto3" json:"stopName,omitempty"`
	// contains filtered or unexported fields
}

func (*StopParam) Descriptor deprecated

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

Deprecated: Use StopParam.ProtoReflect.Descriptor instead.

func (*StopParam) GetContractAddress

func (x *StopParam) GetContractAddress() string

func (*StopParam) GetStopName

func (x *StopParam) GetStopName() string

func (*StopParam) ProtoMessage

func (*StopParam) ProtoMessage()

func (*StopParam) ProtoReflect

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

func (*StopParam) Reset

func (x *StopParam) Reset()

func (*StopParam) String

func (x *StopParam) String() string

type SummaryRecord

type SummaryRecord struct {
	Total   uint64  `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	Success uint64  `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"`
	Fail    uint64  `protobuf:"varint,3,opt,name=fail,proto3" json:"fail,omitempty"`
	Result  float64 `protobuf:"fixed64,4,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SummaryRecord) Descriptor deprecated

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

Deprecated: Use SummaryRecord.ProtoReflect.Descriptor instead.

func (*SummaryRecord) GetFail

func (x *SummaryRecord) GetFail() uint64

func (*SummaryRecord) GetResult

func (x *SummaryRecord) GetResult() float64

func (*SummaryRecord) GetSuccess

func (x *SummaryRecord) GetSuccess() uint64

func (*SummaryRecord) GetTotal

func (x *SummaryRecord) GetTotal() uint64

func (*SummaryRecord) ProtoMessage

func (*SummaryRecord) ProtoMessage()

func (*SummaryRecord) ProtoReflect

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

func (*SummaryRecord) Reset

func (x *SummaryRecord) Reset()

func (*SummaryRecord) String

func (x *SummaryRecord) String() string

type SummaryResult

type SummaryResult struct {
	Contract *ContractParam            `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"`
	Records  map[string]*CompareRecord `` /* 155-byte string literal not displayed */
	Total    *CompareRecord            `protobuf:"bytes,3,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*SummaryResult) Descriptor deprecated

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

Deprecated: Use SummaryResult.ProtoReflect.Descriptor instead.

func (*SummaryResult) GetContract

func (x *SummaryResult) GetContract() *ContractParam

func (*SummaryResult) GetRecords

func (x *SummaryResult) GetRecords() map[string]*CompareRecord

func (*SummaryResult) GetTotal

func (x *SummaryResult) GetTotal() *CompareRecord

func (*SummaryResult) ProtoMessage

func (*SummaryResult) ProtoMessage()

func (*SummaryResult) ProtoReflect

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

func (*SummaryResult) Reset

func (x *SummaryResult) Reset()

func (*SummaryResult) String

func (x *SummaryResult) String() string

type TerminateParam

type TerminateParam struct {
	ContractAddress string `protobuf:"bytes,1,opt,name=contractAddress,proto3" json:"contractAddress,omitempty"`
	Request         bool   `protobuf:"varint,2,opt,name=request,proto3" json:"request,omitempty"`
	// contains filtered or unexported fields
}

func (*TerminateParam) Descriptor deprecated

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

Deprecated: Use TerminateParam.ProtoReflect.Descriptor instead.

func (*TerminateParam) GetContractAddress

func (x *TerminateParam) GetContractAddress() string

func (*TerminateParam) GetRequest

func (x *TerminateParam) GetRequest() bool

func (*TerminateParam) ProtoMessage

func (*TerminateParam) ProtoMessage()

func (*TerminateParam) ProtoReflect

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

func (*TerminateParam) Reset

func (x *TerminateParam) Reset()

func (*TerminateParam) String

func (x *TerminateParam) String() string

type Terminator

type Terminator struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Request bool   `protobuf:"varint,2,opt,name=request,proto3" json:"request,omitempty"`
	// contains filtered or unexported fields
}

func (*Terminator) Descriptor deprecated

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

Deprecated: Use Terminator.ProtoReflect.Descriptor instead.

func (*Terminator) GetAddress

func (x *Terminator) GetAddress() string

func (*Terminator) GetRequest

func (x *Terminator) GetRequest() bool

func (*Terminator) ProtoMessage

func (*Terminator) ProtoMessage()

func (*Terminator) ProtoReflect

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

func (*Terminator) Reset

func (x *Terminator) Reset()

func (*Terminator) String

func (x *Terminator) String() string

type TokenInfo

type TokenInfo struct {
	TokenId       string `protobuf:"bytes,1,opt,name=tokenId,proto3" json:"tokenId,omitempty"`
	TokenName     string `protobuf:"bytes,2,opt,name=tokenName,proto3" json:"tokenName,omitempty"`
	TokenSymbol   string `protobuf:"bytes,3,opt,name=tokenSymbol,proto3" json:"tokenSymbol,omitempty"`
	TotalSupply   int64  `protobuf:"varint,4,opt,name=totalSupply,proto3" json:"totalSupply,omitempty"`
	Decimals      int32  `protobuf:"varint,5,opt,name=decimals,proto3" json:"decimals,omitempty"`
	Owner         string `protobuf:"bytes,6,opt,name=owner,proto3" json:"owner,omitempty"`
	PledgeAmount  int64  `protobuf:"varint,7,opt,name=pledgeAmount,proto3" json:"pledgeAmount,omitempty"`
	WithdrawTime  int64  `protobuf:"varint,8,opt,name=withdrawTime,proto3" json:"withdrawTime,omitempty"`
	PledgeAddress string `protobuf:"bytes,9,opt,name=pledgeAddress,proto3" json:"pledgeAddress,omitempty"`
	NEP5TxId      string `protobuf:"bytes,10,opt,name=NEP5TxId,proto3" json:"NEP5TxId,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenInfo) Descriptor deprecated

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

Deprecated: Use TokenInfo.ProtoReflect.Descriptor instead.

func (*TokenInfo) GetDecimals

func (x *TokenInfo) GetDecimals() int32

func (*TokenInfo) GetNEP5TxId

func (x *TokenInfo) GetNEP5TxId() string

func (*TokenInfo) GetOwner

func (x *TokenInfo) GetOwner() string

func (*TokenInfo) GetPledgeAddress

func (x *TokenInfo) GetPledgeAddress() string

func (*TokenInfo) GetPledgeAmount

func (x *TokenInfo) GetPledgeAmount() int64

func (*TokenInfo) GetTokenId

func (x *TokenInfo) GetTokenId() string

func (*TokenInfo) GetTokenName

func (x *TokenInfo) GetTokenName() string

func (*TokenInfo) GetTokenSymbol

func (x *TokenInfo) GetTokenSymbol() string

func (*TokenInfo) GetTotalSupply

func (x *TokenInfo) GetTotalSupply() int64

func (*TokenInfo) GetWithdrawTime

func (x *TokenInfo) GetWithdrawTime() int64

func (*TokenInfo) ProtoMessage

func (*TokenInfo) ProtoMessage()

func (*TokenInfo) ProtoReflect

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

func (*TokenInfo) Reset

func (x *TokenInfo) Reset()

func (*TokenInfo) String

func (x *TokenInfo) String() string

type TokenInfos

type TokenInfos struct {
	TokenInfos []*TokenInfo `protobuf:"bytes,1,rep,name=tokenInfos,proto3" json:"tokenInfos,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenInfos) Descriptor deprecated

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

Deprecated: Use TokenInfos.ProtoReflect.Descriptor instead.

func (*TokenInfos) GetTokenInfos

func (x *TokenInfos) GetTokenInfos() []*TokenInfo

func (*TokenInfos) ProtoMessage

func (*TokenInfos) ProtoMessage()

func (*TokenInfos) ProtoReflect

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

func (*TokenInfos) Reset

func (x *TokenInfos) Reset()

func (*TokenInfos) String

func (x *TokenInfos) String() string

type TokenMeta

type TokenMeta struct {
	Type           string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Header         string `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"`
	Representative string `protobuf:"bytes,3,opt,name=representative,proto3" json:"representative,omitempty"`
	OpenBlock      string `protobuf:"bytes,4,opt,name=openBlock,proto3" json:"openBlock,omitempty"`
	Balance        int64  `protobuf:"varint,5,opt,name=balance,proto3" json:"balance,omitempty"`
	BelongTo       string `protobuf:"bytes,6,opt,name=belongTo,proto3" json:"belongTo,omitempty"`
	Modified       int64  `protobuf:"varint,7,opt,name=modified,proto3" json:"modified,omitempty"`
	BlockCount     int64  `protobuf:"varint,8,opt,name=blockCount,proto3" json:"blockCount,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenMeta) Descriptor deprecated

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

Deprecated: Use TokenMeta.ProtoReflect.Descriptor instead.

func (*TokenMeta) GetBalance

func (x *TokenMeta) GetBalance() int64

func (*TokenMeta) GetBelongTo

func (x *TokenMeta) GetBelongTo() string

func (*TokenMeta) GetBlockCount

func (x *TokenMeta) GetBlockCount() int64

func (*TokenMeta) GetHeader

func (x *TokenMeta) GetHeader() string

func (*TokenMeta) GetModified

func (x *TokenMeta) GetModified() int64

func (*TokenMeta) GetOpenBlock

func (x *TokenMeta) GetOpenBlock() string

func (*TokenMeta) GetRepresentative

func (x *TokenMeta) GetRepresentative() string

func (*TokenMeta) GetType

func (x *TokenMeta) GetType() string

func (*TokenMeta) ProtoMessage

func (*TokenMeta) ProtoMessage()

func (*TokenMeta) ProtoReflect

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

func (*TokenMeta) Reset

func (x *TokenMeta) Reset()

func (*TokenMeta) String

func (x *TokenMeta) String() string

type UpdateStopParam

type UpdateStopParam struct {
	ContractAddress string `protobuf:"bytes,1,opt,name=contractAddress,proto3" json:"contractAddress,omitempty"`
	StopName        string `protobuf:"bytes,2,opt,name=stopName,proto3" json:"stopName,omitempty"`
	NewName         string `protobuf:"bytes,3,opt,name=newName,proto3" json:"newName,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateStopParam) Descriptor deprecated

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

Deprecated: Use UpdateStopParam.ProtoReflect.Descriptor instead.

func (*UpdateStopParam) GetContractAddress

func (x *UpdateStopParam) GetContractAddress() string

func (*UpdateStopParam) GetNewName

func (x *UpdateStopParam) GetNewName() string

func (*UpdateStopParam) GetStopName

func (x *UpdateStopParam) GetStopName() string

func (*UpdateStopParam) ProtoMessage

func (*UpdateStopParam) ProtoMessage()

func (*UpdateStopParam) ProtoReflect

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

func (*UpdateStopParam) Reset

func (x *UpdateStopParam) Reset()

func (*UpdateStopParam) String

func (x *UpdateStopParam) String() string

Jump to

Keyboard shortcuts

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