Skip to content

@gala-chain/clientAPI


API > CommonContractAPI

Interface: CommonContractAPI

Contents

Extends

  • Record\<string, unknown>

Methods

GetContractAPI()

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

Source

api/CommonContractAPI.ts:27


GetContractVersion()

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

Source

api/CommonContractAPI.ts:26


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