View Source Kadena.Types.SPVResponse (Kadena v0.6.1)

SPVResponse struct definition.

Link to this section Summary

Link to this section Types

@type spv_proof() :: Kadena.Types.SPVProof.t()
@type str() :: String.t()
@type t() :: %Kadena.Types.SPVResponse{response: str()}
@type validation() :: t() | {:error, Keyword.t()}

Link to this section Functions

Link to this function

build_spv_response(arg1)

View Source
@spec build_spv_response(spv_proof :: spv_proof()) :: validation()