isSigner static method

bool isSigner(
  1. Object object
)

Returns true if an only if object is a Signer.

Implementation

external static bool isSigner(Object object);