Versions in this module Expand all Collapse all v0 v0.0.3 Jun 20, 2023 Changes in this version + const MaxElapsedTime + func BatchCreate100VerifiableCredentials(credentialInput credInputParams) (string, error) + func BatchCreateVerifiableCredentials(credentialInput batchCredInputParams) (string, error) + func CreateCredentialApplicationJWT(credApplication credApplicationParams, ...) (string, error) + func CreateCredentialManifest(credManifest credManifestParams) (string, error) + func CreateDIDION() (string, error) + func CreateDIDKey() (string, error) + func CreateDIDWeb() (string, error) + func CreateIssuanceTemplate(params issuanceTemplateParams) (string, error) + func CreateKYCSchema() (string, error) + func CreatePresentationDefinition(params definitionParams) (string, error) + func CreateSubmission(params submissionParams, holderPrivateKey gocrypto.PrivateKey) (string, error) + func CreateSubmissionCredential(params credInputParams) (string, error) + func CreateVerifiableCredential(credentialInput credInputParams) (string, error) + func GetValue(ctx *TestContext, key string) (any, error) + func ListWebDIDs() (string, error) + func ResolveDID(did string) (string, error) + func ReviewApplication(params reviewApplicationParams) (string, error) + func ReviewSubmission(id string) (string, error) + func SetValue(ctx *TestContext, key string, value any) + func SubmitApplication(app applicationParams) (string, error) + type TestContext struct + func NewTestContext(testName string) *TestContext v0.0.2-alpha Jun 1, 2023