MCPcopy Create free account
hub / github.com/FirmaChain/firmachain / MsgCreateContractFile

Struct MsgCreateContractFile

x/contract/types/tx.pb.go:33–39  ·  view source on GitHub ↗

please upgrade the proto package MsgCreateContractFile

Source from the content-addressed store, hash-verified

31
32// MsgCreateContractFile
33type MsgCreateContractFile struct {
34 Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
35 FileHash string `protobuf:"bytes,2,opt,name=fileHash,proto3" json:"fileHash,omitempty"`
36 TimeStamp uint64 `protobuf:"varint,3,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
37 OwnerList []string `protobuf:"bytes,4,rep,name=ownerList,proto3" json:"ownerList,omitempty"`
38 MetaDataJsonString string `protobuf:"bytes,5,opt,name=metaDataJsonString,proto3" json:"metaDataJsonString,omitempty"`
39}
40
41func (m *MsgCreateContractFile) Reset() { *m = MsgCreateContractFile{} }
42func (m *MsgCreateContractFile) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected