UNPKG
virto-signer
Version:
latest (1.0.0)
1.0.0
A signer for constructing a signed extrinsic using Pass-provided authenticators
virto-signer
/
dist
/
esm
/
index.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
export
{
PassSigner
}
from
"./signer.ts"
;
export
type
{
Authenticator
}
from
"./authenticator.ts"
;