Bedrock.DataPlane.Resolver.Validation (bedrock v0.5.3)

View Source

Validation functions for resolver transactions.

Provides validation logic for transaction summaries and ensures they conform to the expected format before processing in the resolver.

Summary

Functions

check_transactions(transactions)

@spec check_transactions([Bedrock.DataPlane.Transaction.encoded()]) ::
  :ok | {:error, String.t()}