Post.hasSignature

Checks if the message has been signed NOTE!! This does not mean that the signature is correct

struct Post(Direction DIRECTION)
@nogc const pure nothrow
static if(!(DIRECTION is Direction.RECEIVE))
bool
hasSignature
()

Return Value

Type: bool

True if the message has been signed