Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface UserClientOptions

    interface UserClientOptions {
        account?: GenericAccount;
        publishAidURL?: string;
        usePublishAid?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    account?: GenericAccount

    The account to use for the user client, if this is not supplied then the signer will be used (if available) otherwise this there will be no account and some operations may not be available.

    publishAidURL?: string

    If using the publish aid (see ['usePublishAid']) the URL to use.

    The default depends on the network configuration.

    usePublishAid?: boolean

    Use the "publish aid" service to publish blocks.

    This service handles requesting short votes and permanent votes and publishing to the network. This can reduce latency for clients far away from representatives because they only need to wait for a single response instead of multiple round-trips.

    The default is false.