Interface IContractQueryResponse

interface IContractQueryResponse {
    returnCode: IContractReturnCode;
    returnMessage: string;
    getReturnDataParts(): Buffer[];
}

Properties

returnMessage: string

Methods