Interface GetAllContractsByCodeHashArgs

The argument object for ContractApi.getAllContractsByCodeHash

interface GetAllContractsByCodeHashArgs {
    firstIndex?: number;
    includeDetails?: boolean;
    lastIndex?: number;
    machineCodeHash: string;
}

Properties

firstIndex?: number

The first index of the list, beginning at 0

includeDetails?: boolean

If true all information, including byte code and initial data stack will be returned. Note, that using true leads to significantly larger payloads Default is false

lastIndex?: number

The last index of the list. At maximum 500 will be returned

machineCodeHash: string

The hash of the machine code