x402-chainlink
    Preparing search index...

    Interface Signature

    EIP-712 Signature structure for EVM Standard Ethereum signature format

    interface Signature {
        r: `0x${string}`;
        s: `0x${string}`;
        v: number;
    }
    Index

    Properties

    r s v

    Properties

    r: `0x${string}`

    r component of signature (hex string)

    s: `0x${string}`

    s component of signature (hex string)

    v: number

    v component of signature (recovery id)