IsTransferEnabledForParams

Represents the parameters for the "isTransferEnabledFor" function.

type IsTransferEnabledForParams = {
target: AbiParameterToPrimitiveType<{
name: "target";
type: "address";
}>;
};