Docs.rs
  • kaspa-txscript-0.15.0
    • kaspa-txscript 0.15.0
    • Permalink
    • Docs.rs crate page
    • ISC
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • aspect
    • tiram88
    • michaelsutton
    • Dependencies
      • blake2b_simd ^1.0.2 normal
      • borsh ^1.5.1 normal
      • cfg-if ^1.0.0 normal
      • hexplay ^0.3.0 normal
      • indexmap ^2.1.0 normal
      • itertools ^0.13.0 normal
      • kaspa-addresses ^0.15.0 normal
      • kaspa-consensus-core ^0.15.0 normal
      • kaspa-hashes ^0.15.0 normal
      • kaspa-txscript-errors ^0.15.0 normal
      • kaspa-utils ^0.15.0 normal
      • kaspa-wasm-core ^0.15.0 normal
      • log ^0.4.20 normal
      • parking_lot ^0.12.1 normal
      • rand ^0.8.5 normal
      • secp256k1 ^0.29.0 normal
      • serde ^1.0.190 normal
      • serde-wasm-bindgen ^0.6.1 normal
      • serde_json ^1.0.107 normal
      • sha2 ^0.10.8 normal
      • smallvec ^1.11.1 normal
      • thiserror ^1.0.50 normal
      • wasm-bindgen ^0.2.93 normal
      • workflow-wasm ^0.18.0 normal
      • criterion ^0.5.1 dev
      • hex ^0.4.3 dev
      • serde_json ^1.0.107 dev
      • smallvec ^1.11.1 dev
    • Versions
    • 7.31% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

kaspa_txscript0.15.0

  • All Items

Crate Items

  • Modules
  • Structs
  • Constants
  • Functions

Crate kaspa_txscript

Source

Re-exports§

pub use standard::*;

Modules§

caches
error
opcodes
prelude
result
script_builder
script_class
standard

Structs§

SigCacheKey
TxScriptEngine

Constants§

LOCK_TIME_THRESHOLD
MAX_OPS_PER_SCRIPT
MAX_PUB_KEYS_PER_MUTLTISIG
MAX_SCRIPTS_SIZE
MAX_SCRIPT_ELEMENT_SIZE
MAX_SCRIPT_PUBLIC_KEY_VERSION
MAX_STACK_SIZE
MAX_TX_IN_SEQUENCE_NUM
NO_COST_OPCODE
SEQUENCE_LOCK_TIME_DISABLED
SEQUENCE_LOCK_TIME_MASK

Functions§

get_sig_op_count
is_unspendable
Returns whether the passed public key script is unspendable, or guaranteed to fail at execution.