MCPcopy Create free account
hub / github.com/GalaChain/sdk / Invoke

Method Invoke

chain-test/src/unit/TestChaincode.ts:36–36  ·  view source on GitHub ↗
(
    stub: ChaincodeStubClassType
  )

Source from the content-addressed store, hash-verified

34 ): ChaincodeFromContractClassType;
35
36 Invoke(
37 stub: ChaincodeStubClassType
38 ): Promise<{ status: 200; payload: Buffer } | { status: 500; message: Error }>;
39}

Callers 2

invokeMethod · 0.80
queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected