UNPKG

@dfinity/utils

Version:

A collection of utilities and constants for NNS/SNS projects.

8 lines (7 loc) 185 B
/** * The common parameters to query features */ export interface QueryParams { /** Perform update calls (certified) or query calls (not certified). */ certified?: boolean; }