Versions in this module Expand all Collapse all v0 v0.0.2 Feb 10, 2024 v0.0.1 Feb 10, 2024 Changes in this version + const OwnerTypeClinic + const OwnerTypeInsurance + const OwnerTypeMember + const OwnerTypeNetwork + func Hash(data []byte) string + type OwnerType string + type TokenCreateRequest struct + Owner string + func (t TokenCreateRequest) Build(identity cid.ClientIdentity, c golang.CommonChaincode) TokenData + type TokenData struct + Client string + Issuer cid.MSPID + IssuerClient string + Manager cid.MSPID + MintTime time.Time + Owner string + OwnerType OwnerType + TransferTime time.Time + func (data *TokenData) Apply(request TokenTransferRequest, c golang.CommonChaincode, mspid cid.MSPID) *TokenData + type TokenHistory struct + IsDelete bool + TxId string + type TokenTransferRequest struct + Owner string + OwnerType OwnerType