Skip to content

Polkadot Signer

Polkadot-API uses a library-agnostic interface to interact with signers.

Signers

There are different types of signers, and PAPI has the following signers implemented in the top-level library:

PolkadotSigner Interface

The PolkadotSigner interface (implemented by our signers) is library-agnostic, and can be implemented and used outside PAPI. Check the documentation about it.