Methods
get
- get(options: QueryContractsGetOptions): Promise<Contract>
-
Parameters
-
options: QueryContractsGetOptions
Returns Promise<Contract>
getContractIdByActiveRentForNode
- getContractIdByActiveRentForNode(options: QueryContractsGetContractByActiveRentOptions): Promise<number>
-
Parameters
-
options: QueryContractsGetContractByActiveRentOptions
Returns Promise<number>
getContractIdByName
- getContractIdByName(options: QueryContractGetContractByNameOptions): Promise<number>
-
Parameters
-
options: QueryContractGetContractByNameOptions
Returns Promise<number>
getContractIdByNodeIdAndHash
- getContractIdByNodeIdAndHash(options: QueryContractGetContractByIdAndHashOptions): Promise<number>
-
Parameters
-
options: QueryContractGetContractByIdAndHashOptions
Returns Promise<number>
getDeletionTime
- getDeletionTime(options: QueryContractsGetOptions): Promise<number>
-
Parameters
-
options: QueryContractsGetOptions
Returns Promise<number>
getService
- getService(options: QueryContractGetServiceOptions): Promise<ServiceContract>
-
Parameters
-
options: QueryContractGetServiceOptions