github.com/MetalBlockchain/subnet-evm@v0.6.3/predicate/Predicate.md (about)

     1  # Predicate
     2  
     3  This package contains the predicate data structure and its encoding and helper functions to unpack/pack the data structure.
     4  
     5  ## Encoding
     6  
     7  A byte slice of size N is encoded as:
     8  
     9  1. Slice of N bytes
    10  2. Delimiter byte `0xff`
    11  3. Appended 0s to the nearest multiple of 32 bytes