Skip to content

Instantly share code, notes, and snippets.

@sneljo1
Created March 9, 2018 16:57
Show Gist options
  • Save sneljo1/08d9859291d818ce944f03c0f304f277 to your computer and use it in GitHub Desktop.
Save sneljo1/08d9859291d818ce944f03c0f304f277 to your computer and use it in GitHub Desktop.
async queryAllCars(stubHelper: StubHelper, args: string[]): Promise<any> {
const startKey = 'CAR0';
const endKey = 'CAR999';
return await stubHelper.getStateByRangeAsList(startKey, endKey);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment