Expand description
Implements functionality for smart contracts
Structs§
- Contract
Record - Represents a contract record embellished with details that are not stored on-chain.
Functions§
- untar_
source - Auxiliary function that extracts source code files from a TAR archive provided as a byte slice [
&[u8]
], returning aVec
ofContractSourceFile
s representing the extracted file paths and their contents.