GetOptions

Interface
Common options for operations that fetch data from the blockchain.
export interface GetOptions { 
  readonly timeoutMS?: number; 
} 

Properties

timeoutMS
number
Time in milliseconds before timing out the operation.