Current section
Files
Jump to
Current section
Files
lib/blockfrost/response/cardano/transactions/submit_transaction_response.ex
defmodule Blockfrost.Response.SubmitTransactionResponse do
@type t :: String.t()
@doc false
def cast(body), do: body
end