SignedObject.getConcatSig

Get the signature of this object as a concatenation, i.e. if the signature consists of multiple parts (like in the case of ECDSA) these will be concatenated.

interface SignedObject
const
const(Vector!ubyte)
getConcatSig
()

Return Value

Type: const(Vector!ubyte)

signature as a concatenation of its parts

Meta