Hierarchy

Constructors

Properties

configuration: Configuration = ...

Methods

  • Fetch the multiple ledger configuration currently in use

    Returns Promise<LedgerConfigList>

  • Fetch the current write ledger

    Returns Promise<WriteLedger>

  • Rotate key pair for public DID.

    Returns Promise<object>

  • Rotate key pair for public DID.

    Returns Promise<ApiResponse<object>>

  • Accept the transaction author agreement

    Parameters

    Returns Promise<object>

  • Accept the transaction author agreement

    Parameters

    Returns Promise<ApiResponse<object>>

  • Fetch the current transaction author agreement, if any

    Returns Promise<TAAResult>

  • Parameters

    Returns Promise<Response>

  • Type Parameters

    Parameters

    Returns T

  • Type Parameters

    Parameters

    • this: T
    • Rest ...postMiddlewares: (undefined | ((context) => Promise<void | Response>))[]

    Returns T

  • Type Parameters

    Parameters

    • this: T
    • Rest ...preMiddlewares: (undefined | ((context) => Promise<void | FetchParams>))[]

    Returns T

Generated using TypeDoc