useRoyaltySettings
Hook for retrieving royalty settings of a smart contract.
 Available to use on contracts that implement the Royalty  interface.
Example
Parameters
Returns
 The hook's data  property, once loaded, is an object with two properties:
The
seller_fee_basis_pointsis the royalty amount (in basis points) that the seller will receive for each token sale on secondary markets.The
fee_recipientis the wallet address that will receive the royalty payments.