Skip to content

@gala-chain/clientAPI


API > CommonContractAPI

Interface: CommonContractAPI

Contents

Extends

  • Record\<string, unknown>

Methods

GetChaincodeVersion()

GetChaincodeVersion(): Promise\<GalaChainResponse\<string>>

Source

api/CommonContractAPI.ts:26


GetContractAPI()

GetContractAPI(): Promise\<GalaChainResponse\<ContractAPI>>

Source

api/CommonContractAPI.ts:27


GetObjectByKey()

GetObjectByKey(key): Promise\<GalaChainResponse\<Record\<string, unknown>>>

Parameters

key: string

Source

api/CommonContractAPI.ts:28


GetObjectHistory()

GetObjectHistory(key): Promise\<GalaChainResponse\<Record\<string, unknown>>>

Parameters

key: string

Source

api/CommonContractAPI.ts:29