Type alias GmaBuilderOptions

GmaBuilderOptions: {
    chunkSize?: number;
    commitment?: Commitment;
}

Type declaration

  • Optional chunkSize?: number
  • Optional commitment?: Commitment

    The level of commitment desired when querying the blockchain.

Generated using TypeDoc