TypeScript SDK

GetTransferPoliciesForSignerParams

Represents the parameters for the "getTransferPoliciesForSigner" function.

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