[][src]Module solana_libra_bytecode_verifier::signature

This module implements a checker for verifying signature tokens used in types of function parameters, locals, and fields of structs are well-formed. References can only occur at the top-level in all tokens. Additionally, references cannot occur at all in field types.

Structs

SignatureChecker