github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/sys/verifier/types.go (about) 1 /* 2 * Copyright (c) 2022-present unTill Pro, Ltd. 3 */ 4 5 package verifier 6 7 import ( 8 "github.com/voedger/voedger/pkg/istructs" 9 ) 10 11 type ievResult struct { 12 istructs.NullObject 13 verificationToken string 14 } 15 16 type ivvtResult struct { 17 istructs.NullObject 18 verifiedValueToken string 19 }