Creates a NoopSigner from the provided Address.
The inferred type of the address provided.
import { address } from '@solana/addresses';import { createNoopSigner } from '@solana/signers';const signer = createNoopSigner(address('1234..5678')); Copy
import { address } from '@solana/addresses';import { createNoopSigner } from '@solana/signers';const signer = createNoopSigner(address('1234..5678'));
Creates a NoopSigner from the provided Address.