UNPKG

@safe-global/protocol-kit

Version:

SDK that facilitates the interaction with Safe Smart Accounts

8 lines 536 B
import { PasskeyArgType, SafeWebAuthnSharedSignerContractImplementationType } from '../../types'; /** * Returns true if the passkey signer is a shared signer * @returns {Promise<boolean>} A promise that resolves to the signer's address. */ declare function isSharedSigner(passkey: PasskeyArgType, safeWebAuthnSharedSignerContract: SafeWebAuthnSharedSignerContractImplementationType, safeAddress: string, owners: string[], chainId: string): Promise<boolean>; export default isSharedSigner; //# sourceMappingURL=isSharedSigner.d.ts.map