Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyWorkload = "workload" KeyEnv = "env" KeyAttestationPublicKey = "attestationPublicKey" KeyEnvWorkloadSignature = "envWorkloadSignature" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContractSerializer ¶
type ContractSerializer = func(ctr *T.Contract) EncryptedContract
ContractSerializer is the type of a function that takes a contract and that encrypts it
type EncryptedContract ¶
func SerializeContract ¶
func SerializeContract(ctr *T.Contract) EncryptedContract
SerializeContract serializes the fields of the contract into a string map
Click to show internal directories.
Click to hide internal directories.