GetPermissionsForSignerParams

Represents the parameters for the "getPermissionsForSigner" function.

type GetPermissionsForSignerParams = {
signer: AbiParameterToPrimitiveType<{
name: "signer";
type: "address";
}>;
};