SetTransferableForParams

Represents the parameters for the "setTransferableFor" function.

type SetTransferableForParams = WithOverrides<{
enableTransfer: AbiParameterToPrimitiveType<{
name: "enableTransfer";
type: "bool";
}>;
target: AbiParameterToPrimitiveType<{
name: "target";
type: "address";
}>;
}>;