Docs.rs
  • move-bytecode-verifier-0.3.2
    • move-bytecode-verifier 0.3.2
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • dondidlc
    • Dependencies
      • anyhow ^1.0.52 normal
      • mv-binary-format ^0.3.0 normal
      • mv-borrow-graph ^0.3.0 normal
      • mv-core-types ^0.3.0 normal
      • petgraph ^0.5.1 normal
      • invalid-mutations ^0.3.0 dev
    • Versions
    • 39.19% of the crate is documented
  • This release has been yanked
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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
logo

logo

FnCheckScriptSignature

In move_bytecode_verifier::script_signature

logo
Change settings

Type Definition move_bytecode_verifier::script_signature::FnCheckScriptSignature

source · [−]
pub type FnCheckScriptSignature = fn(_: &BinaryIndexedView<'_>, _: bool, _: SignatureIndex, _: Option<SignatureIndex>) -> PartialVMResult<()>;