Skip to main content

Crate txtx_addon_kit

Crate txtx_addon_kit 

Source

Re-exports§

pub extern crate crossbeam_channel as channel;
pub use hex;
pub use uuid;
pub use futures;
pub use hmac;
pub use indexmap;
pub use libsecp256k1 as secp256k1;
pub use pbkdf2;
pub use hcl_edit as hcl;
pub use keccak_hash;
pub use reqwest;
pub use serde;
pub use serde_json;
pub use sha2;

Modules§

constants
crypto
helpers
types

Macros§

define_addon_type
define_command
define_documented_arbitrary_map_type
define_documented_arbitrary_object_type
define_function
define_multistep_command
define_signer
define_strict_map_type
define_strict_object_type
diagnosed_error
formatdoc
Unindent and call format!.
indoc
Unindent and produce &'static str or &'static [u8].

Structs§

DEFAULT_ADDON_ACTIONS_TEMPLATE
DEFAULT_ADDON_DOCUMENTATION_TEMPLATE
DEFAULT_ADDON_FUNCTIONS_TEMPLATE
DEFAULT_ADDON_OVERVIEW_TEMPLATE
DEFAULT_ADDON_WALLETS_TEMPLATE

Traits§

Addon