Nado Typescript SDK Documentation
    Preparing search index...

    Type Alias SignatureParams

    SignatureParams:
        | { verifyingAddr: string; chainId: number }
        | { signature: string }

    Either verifying address or signature must be provided; If signature is not provided, the verifying address with the engine signer will be used to sign.