itype

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: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContractData

type ContractData struct {
	Contract      string
	ContractOwner string
	Record        string
}

type DappRewardInfo

type DappRewardInfo struct {
	Beneficiary   string `json:"beneficiary"`
	Reward        uint64 `json:"reward"`
	RelatedPostId uint64 `json:"postid"`
}

type PostInfo

type PostInfo struct {
	Id      uint64   `json:"id"`
	Created uint32   `json:"created"`
	Author  string   `json:"author"`
	Content string   `json:"content"`
	Title   string   `json:"title"`
	Tags    []string `json:"tags"`
}

type ReplyInfo

type ReplyInfo struct {
	Id       uint64 `json:"id"`
	Created  uint32 `json:"created"`
	Author   string `json:"author"`
	ParentId uint64 `json:"parentid"`
	Content  string `json:"content"`
}

type RewardInfo

type RewardInfo struct {
	Beneficiary string `json:"beneficiary"`
	Reward      uint64 `json:"reward"`
	PostId      uint64 `json:"postid"`
}

type Row

type Row struct {
	Timestamp      uint64
	Dapp           string
	Dau            uint32
	Dnu            uint32
	TrxCount       uint32
	Amount         uint64
	TotalUserCount uint32
}

type TokenData

type TokenData struct {
	TokenOwner string
	Amount     uint64
}

type VoteInfo

type VoteInfo struct {
	Voter     string `json:"voter"`
	PostId    uint64 `json:"postid"`
	Created   uint32 `json:"created"`
	VotePower string `json:"votepower"`
}

type VoteRewardInfo

type VoteRewardInfo struct {
	Beneficiary string `json:"beneficiary"`
	Reward      uint64 `json:"reward"`
	VotePostId  uint64 `json:"postid"`
}

Jump to

Keyboard shortcuts

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