Current section

Files

Jump to
blockfrost lib blockfrost response cardano transactions submit_transaction_response.ex
Raw

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