txtx-addon-kit 0.4.14

Low level primitives for building addons for Txtx
Documentation
// Signers
pub const SIGNED_MESSAGE_BYTES: &str = "signed_message_bytes";
pub const SIGNED_TRANSACTION_BYTES: &str = "signed_transaction_bytes";
pub const TX_HASH: &str = "tx_hash";
pub const SIGNATURE_APPROVED: &str = "signature_approved";
pub const SIGNATURE_SKIPPABLE: &str = "signature_skippable";
pub const PROVIDE_PUBLIC_KEY_ACTION_RESULT: &str = "provide_public_key_action_result";
pub const NESTED_CONSTRUCT_DID: &str = "nested_construct_did";
pub const NESTED_CONSTRUCT_INDEX: &str = "nested_construct_index";
pub const NESTED_CONSTRUCT_COUNT: &str = "nested_construct_count";
pub const DESCRIPTION: &str = "description";
pub const DEPENDS_ON: &str = "depends_on";
pub const META_DESCRIPTION: &str = "meta_description";
pub const MARKDOWN: &str = "markdown";
pub const MARKDOWN_FILEPATH: &str = "markdown_filepath";
pub const PRE_CONDITION: &str = "pre_condition";
pub const POST_CONDITION: &str = "post_condition";

pub const ACTION_ITEM_CHECK_ADDRESS: &str = "check_address";
pub const CHECKED_ADDRESS: &str = "checked_address";
pub const ACTION_ITEM_CHECK_BALANCE: &str = "check_balance";
pub const IS_BALANCE_CHECKED: &str = "is_balance_checked";
pub const ACTION_ITEM_BEGIN_FLOW: &str = "begin_flow";
pub const RE_EXECUTE_COMMAND: &str = "re_execute_command";

pub const THIRD_PARTY_SIGNATURE_STATUS: &str = "third_party_signature_status";
pub const RUNBOOK_COMPLETE_ADDITIONAL_INFO: &str = "runbook_complete_additional_info";