Nado Typescript SDK Documentation
    Preparing search index...

    Interface EIP712LinkSignerParams

    interface EIP712LinkSignerParams {
        subaccountOwner: string;
        subaccountName: string;
        signer: `0x${string}`;
        nonce: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    subaccountOwner: string
    subaccountName: string

    If the subaccount is not a valid UTF-8 string, it will be the hex representation of the bytes

    signer: `0x${string}`
    nonce: string