Interface InferFromSignatureTargetIdentityPayload

The identity of the target address to bind to the Demos identity

interface InferFromSignatureTargetIdentityPayload {
    chain: string;
    chainId: string | number;
    isEVM: boolean;
    publicKey?: string;
    signature: string;
    signedData: string;
    subchain: string;
    targetAddress: string;
}

Hierarchy (view full)

Properties

chain: string
chainId: string | number
isEVM: boolean
publicKey?: string
signature: string
signedData: string
subchain: string
targetAddress: string