Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

configuration: Configuration = ...

Methods

  • Fetch the multiple ledger configuration currently in use

    Returns Promise<LedgerConfigList>

  • Fetch the multiple ledger configuration currently in use

    Returns Promise<ApiResponse<LedgerConfigList>>

  • Fetch the current write ledger

    Returns Promise<WriteLedgerRequest>

  • ledgerRotatePublicDidKeypairPatch(): Promise<object>
  • Rotate key pair for public DID.

    Returns Promise<object>

  • ledgerRotatePublicDidKeypairPatchRaw(): Promise<ApiResponse<object>>
  • Rotate key pair for public DID.

    Returns Promise<ApiResponse<object>>

  • Accept the transaction author agreement

    Parameters

    Returns Promise<object>

  • Fetch the current transaction author agreement, if any

    Returns Promise<TAAResult>

  • Fetch the current transaction author agreement, if any

    Returns Promise<ApiResponse<TAAResult>>

  • withMiddleware<T>(...middlewares: Middleware[]): T
  • withPostMiddleware<T>(...postMiddlewares: (undefined | ((context: ResponseContext) => Promise<void | Response>))[]): T

Generated using TypeDoc