We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ℹ️ This issue is an Epic 🎯
This epic defines a model for the construction of PACT command payloads.
To build command payloads in a composable and semantic manner.
%Command{} = cmd = [] # opts |> Kadena.Pact.ExecCommand.new() |> Kadena.Pact.ExecCommand.set_network(:testnet04) |> Kadena.Pact.ExecCommand.add_data(%{}) |> Kadena.Pact.ExecCommand.add_keypairs([%Keypair{},...]) |> Kadena.Pact.ExecCommand.add_signer(%Signer{}) |> Kadena.Pact.ExecCommand.add_signers([%Signers{},...]) |> Kadena.Pact.ExecCommand.add_metadata(%MetaData{}) |> Kadena.Pact.ExecCommand.add_nonce("") |> Kadena.Pact.ExecCommand.build() :: %Command{}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ℹ️ This issue is an Epic 🎯
Context
This epic defines a model for the construction of PACT command payloads.
Objective
To build command payloads in a composable and semantic manner.
Checklist
The text was updated successfully, but these errors were encountered: