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

Method ContractFile

x/contract/types/query.pb.go:756–756  ·  view source on GitHub ↗

Queries a contractFile by index.

(context.Context, *QueryGetContractFileRequest)

Source from the content-addressed store, hash-verified

754 IsContractOwner(context.Context, *QueryIsContractOwnerRequest) (*QueryIsContractOwnerResponse, error)
755 // Queries a contractFile by index.
756 ContractFile(context.Context, *QueryGetContractFileRequest) (*QueryGetContractFileResponse, error)
757 // Queries a list of contractFile items.
758 ContractFileAll(context.Context, *QueryAllContractFileRequest) (*QueryAllContractFileResponse, error)
759 // Queries a contractLog by hash

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected