PIN数据结构
PIN数据结构
type PinInscription struct {
Id string `json:"id"`
Number int64 `json:"number"`
RootTxId string `json:"rootTxId"`
Address string `json:"address"`
Output string `json:"output"`
OutputValue int64 `json:"outputValue"`
Timestamp int64 `json:"timestamp"`
GenesisFee int64 `json:"genesisFee"`
GenesisHeight int64 `json:"genesisHeight"`
GenesisTransaction string `json:"genesisTransaction"`
TxInIndex uint32 `json:"txInIndex"`
TxInOffset uint64 `json:"txInOffset"`
Operation string `json:"operation"`
Path string `json:"path"`
ParentPath string `json:"parentPath"`
Encryption string `json:"encryption"`
Version string `json:"version"`
ContentType string `json:"contentType"`
ContentTypeDetect string `json:"contentTypeDetect"`
ContentBody []byte `json:"contentBody"`
ContentLength uint64 `json:"contentLength"`
ContentSummary string `json:"contentSummary"`
}PIN索引规则
通用
识别Flag
大小写规则
Operation
Path
Path 规则
PIN状态码
状态码
描述
Last updated