Options
All
  • Public
  • Public/Protected
  • All
Menu

InjectiveInsuranceRPC defines gRPC API of Insurance provider.

Hierarchy

  • InjectiveInsuranceRPC

Implemented by

Index

Methods

  • PendingRedemptions lists all pending redemptions according to a filter

    Parameters

    • request: { redeemer?: string; redemptionDenom?: string; status?: string }
      • Optional redeemer?: string

        Account address of the redemption owner

      • Optional redemptionDenom?: string

        Denom of the insurance pool token.

      • Optional status?: string

        Status of the redemption. Either pending or disbursed.

    • Optional metadata: BrowserHeaders

    Returns internal.Promise<internal.RedemptionsResponse>

Generated using TypeDoc