Docs.rs
  • scrypto-test-1.3.0
    • scrypto-test 1.3.0
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • radixbot
    • Dependencies
      • ouroboros ^0.17.2 normal
      • paste ^1.0.13 normal
      • radix-common ^1.3.0 normal
      • radix-engine ^1.3.0 normal
      • radix-engine-interface ^1.3.0 normal
      • radix-native-sdk ^1.3.0 normal
      • radix-substate-store-impls ^1.3.0 normal
      • radix-substate-store-interface ^1.3.0 normal
      • radix-substate-store-queries ^1.3.0 normal
      • radix-transactions ^1.3.0 normal
      • sbor ^1.3.0 normal
      • scrypto ^1.3.0 normal
      • scrypto-compiler ^1.3.0 normal
      • serde_json ^1.0.105 normal
      • wabt ^0.10.0 normal
    • Versions
    • 34.09% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

scrypto_test1.3.0

HasSignedTransactionIntentHash

Required Methods

  • signed_transaction_intent_hash

Implementors

In scrypto_test::prelude

scrypto_test::prelude

Trait HasSignedTransactionIntentHash

Source
pub trait HasSignedTransactionIntentHash {
    // Required method
    fn signed_transaction_intent_hash(&self) -> SignedTransactionIntentHash;
}

Required Methods§

Source

fn signed_transaction_intent_hash(&self) -> SignedTransactionIntentHash

Implementors§

Source§

impl HasSignedTransactionIntentHash for PreparedUserTransaction

Source§

impl HasSignedTransactionIntentHash for ValidatedUserTransaction

Source§

impl HasSignedTransactionIntentHash for PreparedNotarizedTransactionV1

Source§

impl HasSignedTransactionIntentHash for PreparedNotarizedTransactionV2

Source§

impl HasSignedTransactionIntentHash for PreparedSignedIntentV1

Source§

impl HasSignedTransactionIntentHash for PreparedSignedTransactionIntentV2

Source§

impl HasSignedTransactionIntentHash for ValidatedNotarizedTransactionV1

Source§

impl HasSignedTransactionIntentHash for ValidatedNotarizedTransactionV2