Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submit tx #19

Merged
merged 7 commits into from
Feb 22, 2024
Merged

Submit tx #19

merged 7 commits into from
Feb 22, 2024

Conversation

caike
Copy link
Member

@caike caike commented Feb 18, 2024

Submit transactions as CBOR:

defmodule TxSubmissionClient do

  use Xogmios, :tx_submission

  alias Xogmios.TxSubmission

  def start_link(opts) do
    Xogmios.start_tx_submission_link(__MODULE__, opts)
  end

  def submit_tx(pid \\ __MODULE__, cbor) do
    TxSubmission.submit_tx(pid, cbor)
  end
end

Closes #18

@caike caike marked this pull request as ready for review February 18, 2024 23:55
@caike caike merged commit 23c3864 into main Feb 22, 2024
3 checks passed
@caike caike deleted the add-tx-submission branch July 29, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement transaction submission
1 participant