Kujira (kujira v0.1.80)

Documentation for Kujira.

Summary

Functions

Decodes an Any (eg sdk.Tx, PubKey etc to the Elixir defined type)

Get transactions where the sender is address

Functions

Link to this function

decode_any(any)

Decodes an Any (eg sdk.Tx, PubKey etc to the Elixir defined type)

Link to this function

txs_by_sender(channel, address, opts \\ [])

@spec txs_by_sender(
  GRPC.Channel.t(),
  String.t(),
  keyword(
    pagination: Cosmos.Base.Query.V1beta1.PageRequest.t(),
    order_by: Cosmos.Tx.V1beta1.OrderBy.t(),
    page: number(),
    limit: number()
  )
) :: {:ok, Cosmos.Tx.V1beta1.GetTxsEventResponse} | {:error, GRPC.RPCError.t()}

Get transactions where the sender is address