Rule to prevent using signer accounts in transactions.
| Name | Type | Description | Notes |
|---|---|---|---|
| allowlist | Array<InstructionMatcher> | [optional] [default to undefined] |
import { NoSignerAccountUsage } from '@phantom/openapi-wallet-service';
const instance: NoSignerAccountUsage = {
allowlist,
};