github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/service/constants.go (about) 1 /* 2 Copyright SecureKey Technologies Inc. All Rights Reserved. 3 4 SPDX-License-Identifier: Apache-2.0 5 */ 6 7 package service 8 9 // ForwardMsgType defines the route forward message type. 10 const ForwardMsgType = "https://didcomm.org/routing/1.0/forward" 11 12 // ForwardMsgTypeV2 defines the route forward message type for DIDComm V2. 13 const ForwardMsgTypeV2 = "https://didcomm.org/routing/2.0/forward"