Documentation
    Preparing search index...

    Interface EnokiClientConfig

    interface EnokiClientConfig {
        additionalEpochs?: number;
        apiKey: string;
        apiUrl?: string;
    }
    Index

    Properties

    additionalEpochs?: number

    The amount of epochs that you would like to have the nonce be valid for. Range: 0 <= value <= 30

    apiKey: string

    The API key for the Enoki app, available in the Enoki Portal.

    apiUrl?: string

    The API URL for Enoki. In most cases, this should not be set.