createNoopSigner
Creates a NoopSigner from the provided Address.
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
TAddress extends string | string | The inferred type of the address provided. |
Parameters
| Parameter | Type |
|---|---|
address | Address<TAddress> |
Returns
NoopSigner<TAddress>