• Creates a NoopSigner from the provided Address.

    Type Parameters

    • TAddress extends string = string

      The inferred type of the address provided.

    Parameters

    Returns NoopSigner<TAddress>

    import { address } from '@solana/addresses';
    import { createNoopSigner } from '@solana/signers';

    const signer = createNoopSigner(address('1234..5678'));