entity

package
v0.0.0-...-50e54af Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Block

type Block struct {
}

type EntityAddressPrivate

type EntityAddressPrivate struct {
	Id         primitive.ObjectID `json:"_id" bson:"_id"`                 // id
	Uid        string             `json:"uid" bson:"uid"`                 // uid
	Address    string             `json:"address" bson:"address"`         // 地址
	Private    string             `json:"private" bson:"private"`         // 私钥
	Currency   string             `json:"currency" bson:"currency"`       // 币种
	Status     dto.AccountType    `json:"status" bson:"status"`           // 状态
	CreateTime int64              `json:"create_time" bson:"create_time"` // 创建时间
	UpdateTime int64              `json:"update_time" bson:"update_time"` // 更新时间
	Remarks    string             `json:"remarks" bson:"remarks"`         // 备注
}

type Transaction

type Transaction struct {
}

Jump to

Keyboard shortcuts

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