Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITransactions

Hierarchy

  • ITransactions

Implemented by

Index

Properties

getAddressTransactions

getAddressTransactions: (chainId: string, walletAddress: string, pageSize: number) => Promise<AddressTransactions | ErrorResponse>

Type declaration

getTransaction

getTransaction: (chainId: number, transactionHash: string) => Promise<Transaction | ErrorResponse>

Type declaration

    • (chainId: number, transactionHash: string): Promise<Transaction | ErrorResponse>
    • Parameters

      • chainId: number
      • transactionHash: string

      Returns Promise<Transaction | ErrorResponse>

Generated using TypeDoc