View Source Soroban.RPC.TopicFilter (Soroban v0.11.2)

TopicFilter struct definition.

Link to this section Summary

Link to this section Types

@type request_args() :: segments() | :error
@type segments() :: [String.t() | struct()]
@type segments_validation() :: {:ok, segments()} | {:error, atom()}
@type t() :: %Soroban.RPC.TopicFilter{segments: segments()}
@type xdr() :: String.t()

Link to this section Functions

@spec new(args :: segments()) :: t() | {:error, atom()}
@spec to_request_args(t()) :: request_args()