TypeScript SDK

GetCallPoliciesForSignerParams

Represents the parameters for the "getCallPoliciesForSigner" function.

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