@upbond/sdk - v0.0.3
    Preparing search index...

    Interface SignRequest

    A chain-agnostic signing request handed to the wallet's transaction signer.

    interface SignRequest {
        chainId: number;
        payload: `0x${string}`;
    }
    Index
    chainId: number
    payload: `0x${string}`

    RLP/typed-data payload as an opaque hex string.