Documentation ¶
Index ¶
Constants ¶
View Source
const ( ItemAddress ItemType = "Address" ItemIdentity = "Identity" ItemOutPoint = "OutPoint" )
View Source
const (
IDENTITY_FLAGS_CKB = "0x00"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct { Type ItemType `json:"type"` Value interface{} `json:"value"` }
func NewAddressItem ¶
func NewIdentityItemByCkb ¶
Click to show internal directories.
Click to hide internal directories.