useAccountAdmins
Get all admins of account
function useAccountAdmins(
contract: RequiredParam<SmartContract<BaseContract>>,
): UseQueryResult<WalletAddress[]>;
Parameters
Returns
a response object that includes an array of all admins of the provided account
type ReturnType = UseQueryResult<WalletAddress[]>;