Check if the account at index is a signer account.
index
bool isAccountSigner(final int index) { return index < header.numRequiredSignatures; }