Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FeeGrantAPI

Hierarchy

  • BaseAPI
    • FeeGrantAPI

Index

Constructors

Properties

Methods

  • allowance(granter: string, grantee: string): Promise<Allowance>
  • allowances(grantee: string, params?: Partial<PaginationOptions>): Promise<{ allowances: { allowance: Allowance; grantee: string; granter: string }[]; pagination: Pagination }>
  • Parameters

    • grantee: string
    • params: Partial<PaginationOptions> = {}

    Returns Promise<{ allowances: { allowance: Allowance; grantee: string; granter: string }[]; pagination: Pagination }>

  • allowancesByGranter(granter: string, params?: Partial<PaginationOptions>): Promise<{ allowances: { allowance: Allowance; grantee: string; granter: string }[]; pagination: Pagination }>
  • Parameters

    • granter: string
    • params: Partial<PaginationOptions> = {}

    Returns Promise<{ allowances: { allowance: Allowance; grantee: string; granter: string }[]; pagination: Pagination }>

  • getReqFromAddress(address: string): APIRequester
  • getReqFromChainID(chainID: string): APIRequester