@kagamidigital/salt-sdk-mirror
    Preparing search index...

    Type Alias ViemPublicClientLike

    ViemPublicClientLike: Pick<
        PublicClient,
        "sendRawTransaction"
        | "waitForTransactionReceipt",
    >

    Narrowed view of a viem PublicClient covering only the methods that the Salt SDK calls. Pass any PublicClient instance — structural subtyping makes the full client assignable to this alias.

    Public-facing parameters use this alias to avoid expanding viem's full action surface in generated documentation.