@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Variable default

    default: {
        Action: any;
        ChainType: any;
        IssuerType: any;
        Logic: any;
        Operator: any;
        TransactionAttribute: any;
        TransactionType: any;
        Policy: any;
        Rule: any;
        computeAddress: (publicKey: string) => `0x${string}`;
        DeletePolicyRequest: typeof DeletePolicyRequest;
        EOAAuth: typeof EOAAuth;
        EphAuth: typeof EphAuth;
        EphKeyClaim: typeof EphKeyClaim;
        FinishPresignOpts: typeof FinishPresignOpts;
        flattenSignature: (signgenResponse: SignResponse) => `0x${string}`;
        generateEphPrivateKey: (algSign: EphKeySignAlgorithm) => Uint8Array;
        getEphPublicKey: (
            ephSK: Uint8Array,
            algSign: EphKeySignAlgorithm,
        ) => Uint8Array;
        HttpClient: typeof HttpClient;
        InitPresignOpts: typeof InitPresignOpts;
        JWTAuth: typeof JWTAuth;
        KeygenSetupOpts: typeof KeygenSetupOpts;
        NetworkSigner: typeof NetworkSigner;
        NoAuthWalletProviderServiceClient: typeof NoAuthWalletProviderServiceClient;
        PasskeyAuth: typeof PasskeyAuth;
        PasskeyRegister: typeof PasskeyRegister;
        SignRequestBuilder: typeof SignRequestBuilder;
        SignSetupOpts: typeof SignSetupOpts;
        UpdatePolicyRequest: typeof UpdatePolicyRequest;
        UserSignatures: typeof UserSignatures;
        WalletProviderServiceClient: typeof WalletProviderServiceClient;
    }

    Type Declaration