Post.isSigned

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

struct Post(Direction DIRECTION)
const pure
static if(!(DIRECTION is Direction.RECEIVE))
bool
isSigned
()

Return Value

Type: bool

True if the message has been signed