ao-js-sdk - v0.0.9
    Preparing search index...

    Class ClientBuilder<T>

    A generic builder interface that can be used to construct objects of type T

    Type Parameters

    • T extends BaseClient

      The type of object being built

    Implements

    Index

    Constructors

    Methods

    • Controls whether default values should be allowed during building

      Parameters

      • allow: boolean

        If true, allows default values to be used for unset properties

      Returns this

      The builder instance for method chaining

    • Sets the retries enabled to a specific value, defaults to false.

      Parameters

      • enabled: boolean

        whether or not to retry on rpc errors.

      Returns this

      The builder instance for method chaining