interface EIP712LinkSignerParams {
    subaccountOwner: string;
    subaccountName: string;
    signer: string;
    nonce: string;
}

Hierarchy (view full)

Properties

subaccountOwner: string
subaccountName: string
signer: string
nonce: string