View Source Kadena.Types.SPVResponse (Kadena v0.5.0)
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()}
Link to this section Functions
@spec build_spv_response(spv_proof :: spv_proof()) :: validation()